1 Commits (6959a1d6d16164f40bbeb5f65faaf17028932054)

Author SHA1 Message Date
Ryan Dahl a5df0f6a65 Prefix all source files with node_ 15 years ago
Ryan Dahl a1e5089d9b Add connection.fd getter. 15 years ago
Ryan Dahl e0ec0036ca Add connection.setNoDelay() to disable Nagle algorithm. 15 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 15 years ago
Ryan 227638bac1 Lint 15 years ago
Ryan 7beea2cd5f Upgrade evcom; Add setTimeout method to node.tcp.Connection 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan a8813fcdf5 evcom upgrade - ignore sigpipe. remove error output. 15 years ago
Ryan f7f11352b7 Don't Close TCP Connection/Server on destruction. 15 years ago
Ryan 368ea93bfe Upgrade evcom - fix API issues. 15 years ago
Ryan 7aaab320b3 API: tcp.Connection "disconnect" event renamed to "close". 15 years ago
Ryan 3b0408ec1c Sync evcom after refactor; fix binding issues 15 years ago
Ryan 94e8721771 Add connection.readPause() and connection.readResume() 15 years ago
Ryan 7d60998ee1 Upgrade evcom 15 years ago
Ryan 5373c6869a node.tcp.Server's backlog option is now an argument to listen() 15 years ago
Ryan 0fb0af3a6c Rename evnet to evcom. 15 years ago
Ryan 0292dea847 Better error output for socket errors. Temporary. 16 years ago
Ryan 1b6bbc619d Bugfix: Server-side clients not attached between creation and on_connect. 16 years ago
Ryan ef09b2c65d large http.js refactor 16 years ago
Ryan 2819e3bcb8 Replace some printf() in src/net with asserts 16 years ago
Ryan f99fbc61e1 Add 'close' event to tcp.Server 16 years ago
Ryan 041af82b8c Bugfix: Sockets not properly reattached if reconnected during disconnect event. 16 years ago
Ryan c5ab0d5a80 Upgrade liboi, which is now called evnet. 16 years ago
Ryan 51e77c37b5 Do not call Detach() from Server::~Server. 16 years ago
Ryan 1fc4dce08b Simplify and cleanup ObjectWrap. 16 years ago
Ryan e876d6629e Fix unused variable warnings. 16 years ago
Ryan ed3d6a63d5 Further expand EventEmitter to TCP and HTTP 16 years ago
Ryan 2ecd7ffe54 in the middle putting in event code. broken. 16 years ago
Ryan 27b268b8c1 Clean ups 16 years ago
Ryan 3b05cf260e Add "opening" readyState for the resolve period. 16 years ago
Ryan 870b5db46c Bugfix+Refactor: accessing HTTP connection remoteAddress 16 years ago
Ryan 5558bc4e6e Add connection.remoteAddress for server-side node.tcp.Connections. 16 years ago
Ryan 1b54e3d87d Change encoding setter/getter to setEncoding function. 16 years ago
Ryan 82e773630b HTTP Client: add fix to allow TCP connection to reconnect. 16 years ago
Ryan 310eed03e0 Clean up readyState handling. Add test. 16 years ago
Ryan 69ab87ca53 Fix crash in oi_socket; add ready state reader to Connection objects. 16 years ago
Ryan 9a63d8ec28 Remove v8 prefix from function template callbacks. 16 years ago
Ryan 91bd3124ad Add sendUtf8 method to socket objects. 16 years ago
Ryan baed9d514d Inform V8 of external allocations. 16 years ago
Ryan 73fb24f48d Relatively large update to TCP API. No more "protocol". 16 years ago
Ryan 55d840ea96 Add profile window around socket on_read. 16 years ago
Ryan 43531093a3 don't die on EPIPE 16 years ago
Ryan ae7c6314ca Various fixes to make the web server not give off so many errors. 16 years ago
Ryan cfd61622ae Reference counting. Network bugs. 16 years ago
Ryan 30450388d6 update oi_socket - modify node code to match 16 years ago
Ryan 9c3770d999 Implement HTTPServer (untested!) 16 years ago
Ryan 38726e7272 various clean ups; HTTPConnection (js side) inherits from TCPConnection 16 years ago
Ryan 09c2ae5c3e Slight change in tcp connection constructor 16 years ago
Ryan 5a071ad72f Begin refactor of http.cc. Remove libebb add http_parser. 16 years ago
Ryan bb6057d9ad rename Connection.disconnect -> Connection.close 16 years ago