10 Commits (c7f0341d887eb23552778a193748c64660a03a3b)

Author SHA1 Message Date
Ryan Dahl 78e49f1c88 Rename node_net2.cc to node_net.cc 15 years ago
Ryan Dahl c72967d335 Remove http_old tcp_old 15 years ago
Ryan Dahl 0e844d3bcb tcp.Connection.prototype.write should return boolean 15 years ago
Ryan Dahl a0c48eecab Rename readPause and readResume to pause/resume 15 years ago
Ryan Dahl 23cf502db7 API: connection.send() renamed to connection.write() 15 years ago
Ryan Dahl c1baa70fe5 Attach/Detach -> Ref/Unref 15 years ago
Rhys Jones 5b1a535cd8 Add HTTP client TLS support 15 years ago
Rhys Jones b6dda61249 Initial TLS support 15 years ago
Ryan Dahl 2ca788e6e2 Add 'drain' event to tcp.Connection 15 years ago
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