summaryrefslogtreecommitdiff
path: root/lib/net.js
Commit message (Expand)AuthorAgeFilesLines
* Servers shouldn't die on EMFILERyan Dahl2010-04-091-3/+36
* Use some more Binary/F methods for BufferRyan Dahl2010-04-081-27/+7
* Update stream API: forceClose() -> destroy(), close() -> end()Ryan Dahl2010-04-081-10/+30
* Revert "Enable TCP timeout by default"Ryan Dahl2010-04-081-3/+0
* Enable TCP timeout by defaultRyan Dahl2010-04-081-0/+3
* Remove udnsRyan Dahl2010-04-071-1/+1
* Use c-ares in lib/net.jsRyan Dahl2010-04-071-46/+5
* Bugfix: net.js flushing, _doFlush typoRyan Dahl2010-04-071-1/+1
* Fix bug in buffer.utf8Write() which included \u0000Ryan Dahl2010-04-051-2/+0
* Allow stream to write on closeRyan Dahl2010-04-051-1/+2
* Emit 'error' on tcp connection DNS errorRyan Dahl2010-04-021-22/+34
* Fix test-http-chunked. Need to check for \0 at end of utf8 stringsRyan Dahl2010-04-021-9/+12
* Use AF_INET sockets instead of always AF_INET6Ryan Dahl2010-04-021-30/+39
* Move buffer constants at the top of net.jsRyan Dahl2010-04-011-23/+13
* Hack to support UTF8 writes again!Ryan Dahl2010-04-011-1/+4
* Better flushingRyan Dahl2010-04-011-115/+73
* missing return after forceCloseHerbert Vojcik2010-03-311-0/+1
* More efficient Stream.writeRyan Dahl2010-03-271-189/+160
* Increase pool.used before making 'data' eventRyan Dahl2010-03-261-4/+2
* Fix idle timeoutsRyan Dahl2010-03-231-14/+11
* Don't use sys.puts for debug in net.jsRyan Dahl2010-03-231-5/+5
* recvBuffer -> poolRyan Dahl2010-03-191-36/+36
* Don't deprecate readyState, yetRyan Dahl2010-03-191-5/+0
* Support old 'binary' encoding in net.jsRyan Dahl2010-03-191-1/+7
* Move Buffer into own moduleRyan Dahl2010-03-191-1/+1
* Add legacy 'binary' encoding/decoding methods to BufferRyan Dahl2010-03-191-3/+8
* Add note about Buffer abstractionRyan Dahl2010-03-191-1/+9
* Buffer.utf8ByteLength -> Buffer.byteLengthRyan Dahl2010-03-191-2/+2
* Random net.js clean upsRyan Dahl2010-03-191-7/+9
* Remove send fd functionalityRyan Dahl2010-03-191-72/+12
* [net2] inline write on empty write buffer for performanceRyan Dahl2010-03-191-3/+80
* Add 'opening' readyStateRyan Dahl2010-03-181-5/+7
* s/Socket/Stream/gRyan Dahl2010-03-171-36/+36
* child process now use net.SocketRyan Dahl2010-03-171-8/+14
* Move net2 bindings out of processRyan Dahl2010-03-151-24/+29
* Use streams for stdout and stdinRyan Dahl2010-03-151-5/+8
* Merge branch 'master' into net2Ryan Dahl2010-03-151-2/+2
* Work on net2 http clientRyan Dahl2010-03-121-8/+10
* Simplify Socket constructorRyan Dahl2010-03-121-12/+12
* TCP timeout opt-in instead of opt-outRyan Dahl2010-03-121-11/+11
* Only print readyState deprication message onceRyan Dahl2010-03-121-1/+5
* [net2] Add Socket.setTimeoutRyan Dahl2010-03-111-5/+191
* Adjust a few more tests to work with net2Ryan Dahl2010-03-091-23/+38
* Further net2 compatibilitiesRyan Dahl2010-03-091-69/+115
* Update net.js for new stream APIRyan Dahl2010-03-091-40/+47
* process.inherits -> sys.inherits in net.jsRyan Dahl2010-03-021-2/+2
* Allow for net reconnectsRyan Dahl2010-02-261-13/+17
* Expose errno exception creationRyan Dahl2010-02-081-4/+3
* Optimize: Use callbacks instead of events in net2Ryan Dahl2010-02-051-12/+20
* Wrap syscalls with try-catchRyan Dahl2010-02-051-22/+41