17 Commits (da16128bf6e4c4d4b9ce4f57475a531c529c4910)

Author SHA1 Message Date
Krishna Rajendran 0d5a1fed33 Use gai_strerror when tcp.Server fails to resolve its address or service. 15 years ago
Ryan Dahl 0e844d3bcb tcp.Connection.prototype.write should return boolean 15 years ago
Ryan Dahl 62c4214711 Properly throw error on failed connection 15 years ago
Ryan Dahl c094dda53c Move errors for readPause and readResume 15 years ago
Ryan Dahl a0c48eecab Rename readPause and readResume to pause/resume 15 years ago
Ryan Dahl ecd61742a1 Throw from connection.connect if resolving. 15 years ago
Ryan Dahl 23cf502db7 API: connection.send() renamed to connection.write() 15 years ago
Zoka fbef11b679 Use InstanceTemplate() instead of PrototypeTemplate() for accessor methods 15 years ago
Ryan Dahl bc17d94a0a API: tcp events 'receive' to 'data', 'eof' to 'end' 15 years ago
Ryan Dahl 77145ba229 Throw errors from server.listen() 15 years ago
Ryan Dahl 45a806a066 Statically define symbols 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
Johan Sørensen 04f9c9fb09 Supply the strerror as a second arg to the tcp.Connection close event 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 d949074014 Add some code comments to net.cc 15 years ago
Ryan Dahl 602f9dbf3f SetClassName on internal classes. 15 years ago
Ryan Dahl b66c5c9808 Replace DEFINE_SIMPLE_CALLBACK macros with explicit functions 15 years ago
Ryan Dahl 55a2e8271e Decrease default TCP backlog to 128 15 years ago
Ryan Dahl c53aeb5a02 Call "connection" event after connection object is fully formed. 15 years ago
Ryan Dahl e0ec0036ca Add connection.setNoDelay() to disable Nagle algorithm. 15 years ago
Ryan Dahl 663deb3828 delete[] instead of delete for arrays. 15 years ago
Ryan Dahl 07792afe0a Remove "raw" encoding. Rename "raws" to "binary". 15 years ago
Ryan 227638bac1 Lint 15 years ago
Ryan 393caeb4c9 Add Exception::Error where missing. 15 years ago
Ryan 8890070b88 Introduce "raws" encoding. Raw String. 15 years ago
Ryan 21a1b045f5 Byte stream to V8 decoding and encoding. 15 years ago
Ryan 2f46540d30 Create NODE_UNIXTIME macros 15 years ago
Ryan 1645b8f8b0 Asyncly do getaddrinfo() on Apple. 15 years ago
Ryan fbf65b58f9 Use Error exceptions where possible in net.cc and file.cc 15 years ago
Ryan 7beea2cd5f Upgrade evcom; Add setTimeout method to node.tcp.Connection 15 years ago
Ryan 116f4dea05 lint 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 b849d50288 Remove unused symbols. 15 years ago
Ryan 216fb3b9b2 Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not working 15 years ago
Ryan 396ed96b2d Upgrade evcom - fix accepting too many connections issue 15 years ago
Ryan 9d3ed1bb92 Bugfix: negative integers in raw encoding stream. 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 e7bbda0b7f Attach connections on Macintosh too. 15 years ago
Ryan 1b6bbc619d Bugfix: Server-side clients not attached between creation and on_connect. 16 years ago
Ryan fc02221393 Remove unused variable from ~Connection 16 years ago