3459 Commits (c6846565cf44d5bcaeb184c1ef845293e188ebfc)
 

Author SHA1 Message Date
Ryan Dahl 8d0f756158 [net2] delete unix sockfile on server start and shutdown 15 years ago
Ryan Dahl a8ede8dd9e [net2] port ping pong test 15 years ago
Ryan Dahl 0d31e9875f [net2] socket.setNoDelay 15 years ago
David Sklar de9bfdea8e [net2] toRead() for non-linux (SIOCINQ -> FIONREAD) 15 years ago
Ryan Dahl 402755b14a Add socket.address() 15 years ago
Ryan Dahl 2582560f91 [net2] Do hostname lookups in connect and listen 15 years ago
Ryan Dahl 1beb840fec Back to 64kb stack size - enlarging it was a typo 15 years ago
Ryan Dahl 8330316014 Fix errors in getaddrinfo 15 years ago
Ryan Dahl 2c016badc2 'make distclean' should not call 'waf clean' 15 years ago
Ryan Dahl fd73a3a398 Upgrade V8 to 2.0.5.4 15 years ago
Ryan Dahl 07333a4ab0 [net2] Set FD_CLOEXEC on created socket fds. 15 years ago
Ryan Dahl 48ccbb9afa [net2] lower-case socket.type 15 years ago
Ryan Dahl 25700e65ee [net2] Better EOF marking, rename events 15 years ago
Ryan Dahl 153b755936 Change IOWatcher constructor to have no arguments 15 years ago
Ryan Dahl 6e5abf4551 implement getaddrinfo 15 years ago
Ryan Dahl 0618f02f6f Implement half-closed streams 15 years ago
Ryan Dahl 3fce98c853 Add Stream.prototype.connect() and test-net-server.js 15 years ago
Ryan Dahl b23ed4a98c Rename new streaming code to 'net' 15 years ago
Ryan Dahl bddd6e9ca3 Implement stream.send() 15 years ago
Ryan Dahl 1da15d623e Fix buffer bug, implement tcp recv 15 years ago
Ryan Dahl 0ecd0fa598 IOWatcher callback isn't internal, fix bug in Accept 15 years ago
Ryan Dahl 469e2648e5 More bindings, beginning tcp server code in js 15 years ago
Ryan Dahl c819abccb6 Start on net2 15 years ago
Ryan Dahl f219938b69 add io watcher 15 years ago
Ryan Dahl 3377a30fb8 Move cb_persist functions out of dns module 15 years ago
Ryan Dahl e2569c402f Add some tests to test-buffer.js 15 years ago
Ryan Dahl 630bb7a012 Rename blob to buffer. 15 years ago
Ryan Dahl 0afed52329 initial blobs 15 years ago
Ryan Dahl 359d0170ab Better error message on bad ARGV[1] 15 years ago
Ryan Dahl 53a841d96a Simplify exception reporting 15 years ago
Ryan Dahl 0accebe583 Stack trace for asserts shouldn't include assert module 15 years ago
Ryan Dahl dd35637603 Fix assert.js code style 15 years ago
Ryan Dahl 0d7e88a429 Bugfix: libeio race condition 15 years ago
Michaeljohn Clement 3d24e119e0 don't chunk responses to HTTP/1.0 clients, even if they send Connection: Keep-Alive (e.g. wget) 15 years ago
Ryan Dahl 64fe9fb85d fix whitespace 15 years ago
Ryan Dahl f91e347eee bump version 15 years ago
Felix Geisendörfer 5de04dafc6 Do not pause request for multipart parsing 15 years ago
Jonas Pfenniger e6c5ac4f73 posix.cat not using call() correctly 15 years ago
Ryan Dahl 120492e5c2 export path.normalizeArray for the uri module 15 years ago
isaacs 4dcdfaf929 Fix require("../blah") issues 15 years ago
Ryan Dahl a2d809fe90 bump version 15 years ago
Ryan Dahl a98afdfb2f Revert "Upgrade V8 to 2.0.5" 15 years ago
Ryan Dahl 0981e7f663 Fix test-readdir.js 15 years ago
isaacs 0ea2f9e04b Remove two debug statements that are a bit much. 15 years ago
isaacs 6301f18e62 Bugfix: child modules get wrong id with "index.js" 15 years ago
isaacs c2454a0d06 Inadvertently introduced a bug in how single-dot path parts are handled. 15 years ago
isaacs 3b8e47755a Bugfix: require("../foo") 15 years ago
Ryan Dahl bfa36136da require() should throw error if module does. 15 years ago
isaacs 4526308560 Update to fix failing test. Rewrite of the resolveObject function, and some tweaks to format. 15 years ago
isaacs f65b36eec1 Use the new uri parser. 15 years ago