summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Close #1929 zlib Respond to 'resume' events properlyisaacs2011-10-241-2/+3
* net: `Server.listen`, `Server.close` and `Socket.connect` return `this`Maciej MaƂecki2011-10-241-2/+5
* Lintseebees2011-10-222-10/+12
* remove auth from hostseebees2011-10-221-14/+9
* http.request(url.parse(x))seebees2011-10-222-3/+18
* url.resolveObject(url.parse(x), y) == url.parse(url.resolve(x, y));seebees2011-10-221-14/+75
* Print out `undefined` on the REPL when returned.Nathan Rajlich2011-10-221-1/+1
* net: bring back .setNoDelay() and .setKeepAlive()Ben Noordhuis2011-10-211-2/+4
* Merge remote branch 'origin/v0.4'Ryan Dahl2011-10-211-7/+41
|\
| * tls: Improve TLS flow controlkoichik2011-09-301-7/+41
| * net: Fix string-concat hot path bugRyan Dahl2011-09-281-6/+14
| * net: callback to socket.write should always be called asynchronouslyEric Lovett2011-09-251-1/+3
| * buffers: handle bad length argument in constructorBen Noordhuis2011-09-241-3/+12
* | getaddrinfo returns ENOTFOUND for invalid domain namesRyan Dahl2011-10-211-1/+1
* | Emit 'end' from crypto streams on closeRyan Dahl2011-10-211-1/+3
* | Add useGlobal flag for standard node replisaacs2011-10-211-7/+20
* | Revert "Don't use a separate context for the repl."isaacs2011-10-211-29/+87
* | http: improve http parser bindingsBen Noordhuis2011-10-201-47/+51
* | dns.lookup uses cares_wrap::GetAddrInfoRyan Dahl2011-10-201-32/+18
* | repl: print out `undefined`Nathan Rajlich2011-10-201-1/+1
* | debugger: fix backtrace err handlingFedor Indutny2011-10-201-0/+1
* | Don't use a separate context for the repl.isaacs2011-10-181-86/+28
* | Remove superfluous nextTick during server bindingRyan Dahl2011-10-181-3/+1
* | Fixes #1860. Remove process.writeErrorRyan Dahl2011-10-182-4/+3
* | http: tiny fix in http.jsYoshihiro Kikuchi2011-10-171-2/+5
* | net: fix error handling in listen()koichik2011-10-161-6/+6
* | tls: The TLS API is inconsistent with the TCP APIkoichik2011-10-151-1/+4
* | net: fix connect queue bugsBen Noordhuis2011-10-151-1/+7
* | net: properly account multi-byte chars in .bytesWrittenBen Noordhuis2011-10-151-2/+2
* | tls: requestCert unusable with Firefox and Chromekoichik2011-10-152-1/+13
* | child_process.fork: don't modify argskoichik2011-10-151-1/+1
* | Fix #1882 zlib Update 'availOutBefore' value, and testisaacs2011-10-131-0/+5
* | net: register net.Server callback only onceSimen Brekken2011-10-131-1/+1
* | Fix test-http-conn-reset.js on OSXRyan Dahl2011-10-121-4/+10
* | Fix test/pummel/test-watch-file.jsRyan Dahl2011-10-121-1/+2
* | Fix test/pummel/test-exec.jsRyan Dahl2011-10-121-0/+1
* | Improve IPC performance.Daniel Ennis2011-10-121-4/+5
* | Revert some changes made in 12486a6Ryan Dahl2011-10-121-48/+42
* | introduce node clusterRyan Dahl2011-10-122-24/+247
* | Remove tty_legacyRyan Dahl2011-10-116-589/+3
* | Remove dgram_legacyRyan Dahl2011-10-112-311/+0
* | Remove dns_legacyRyan Dahl2011-10-112-324/+0
* | Remove child_process_legacyRyan Dahl2011-10-112-339/+0
* | Remove net_legacy timers_legacyRyan Dahl2011-10-114-1439/+0
* | child_process.fork: don't overwrite envRyan Dahl2011-10-101-1/+2
* | Adjust listenFD deprecation message. Remove test.Ryan Dahl2011-10-101-2/+2
* | tty.WritableStream should be writableRyan Dahl2011-10-101-0/+1
* | Upgrade libuv to 5656e3Ryan Dahl2011-10-101-2/+2
* | Change API for sending handlesRyan Dahl2011-10-072-60/+57
* | Do load balancing test in test-child-process-fork2.Ryan Dahl2011-10-072-41/+54