1545 Commits (ad5a108dfd5bb0a0b46c0f328adda28fa4edcd8e)

Author SHA1 Message Date
Ryan Dahl 6cc0c9e6a9 Remove superfluous nextTick during server binding 13 years ago
Ryan Dahl d77ce4b998 Fixes #1860. Remove process.writeError 13 years ago
Yoshihiro Kikuchi f90ba61478 http: tiny fix in http.js 13 years ago
koichik d6191f593d net: fix error handling in listen() 13 years ago
koichik 68cc173c6d tls: The TLS API is inconsistent with the TCP API 13 years ago
Ben Noordhuis 0b92fa0e93 net: fix connect queue bugs 13 years ago
Ben Noordhuis 6df574b744 net: properly account multi-byte chars in .bytesWritten 13 years ago
koichik 19a855382c tls: requestCert unusable with Firefox and Chrome 13 years ago
koichik a09b747f30 child_process.fork: don't modify args 13 years ago
isaacs 59a5262041 Fix #1882 zlib Update 'availOutBefore' value, and test 13 years ago
Simen Brekken 4b0e36810a net: register net.Server callback only once 13 years ago
Ryan Dahl 3a34972672 Fix test-http-conn-reset.js on OSX 13 years ago
Ryan Dahl 7b4370e5f8 Fix test/pummel/test-watch-file.js 13 years ago
Ryan Dahl 651b8a06d6 Fix test/pummel/test-exec.js 13 years ago
Daniel Ennis 59be975322 Improve IPC performance. 13 years ago
Ryan Dahl 25ff181300 Revert some changes made in 12486a6 13 years ago
Ryan Dahl 87339a22b1 introduce node cluster 13 years ago
Ryan Dahl cdf5d91fe5 Remove tty_legacy 13 years ago
Ryan Dahl 71cce3f45b Remove dgram_legacy 13 years ago
Ryan Dahl 58e892dadd Remove dns_legacy 13 years ago
Ryan Dahl 96e423a665 Remove child_process_legacy 13 years ago
Ryan Dahl be0bb2dc13 Remove net_legacy timers_legacy 13 years ago
Ryan Dahl 8c738fa90c child_process.fork: don't overwrite env 13 years ago
Ryan Dahl 982b19dbd7 Adjust listenFD deprecation message. Remove test. 13 years ago
Ryan Dahl e6092f337c tty.WritableStream should be writable 13 years ago
Ryan Dahl 7cf787a2d1 Upgrade libuv to 5656e3 13 years ago
Ryan Dahl 12486a6437 Change API for sending handles 13 years ago
Ryan Dahl 26c08a3f35 Do load balancing test in test-child-process-fork2. 13 years ago
Bert Belder 153629c99a Some small optimizations 13 years ago
Ryan Dahl 29ec850478 Simplify arg parsing in String.write 13 years ago
Ben Noordhuis 1bb820a339 net: remove unconditional getpeername() call 13 years ago
Bert Belder ed65b7b375 Simplify writeReq handling in net_uv 13 years ago
talltyler 10f97f9424 Fixing #1774 about issues when running node with --harmony_block_scoping v8 option 13 years ago
Bert Belder fcad5e35fd Black hole tcp reads after destroy() 13 years ago
Ryan Dahl 899358e797 Add test-child-process-fork2 and fixes to make it work 13 years ago
Ryan Dahl b413c77583 Support sending handles to other processes 13 years ago
Ryan Dahl 26c5905a99 Reimplement child_process.fork 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ben Noordhuis bc7cfd7cd7 http: remove legacy http library 13 years ago
Maciej Małecki 8c8d518723 assert: Make `assert` module an `assert.ok` function 13 years ago
Fedor Indutny 360ce526fd debugger: watch, unwatch, watchers 13 years ago
koichik 4cdf9d4158 tls: Improve TLS flow control 13 years ago
Ryan Dahl dea49e3d19 net: Fix string-concat hot path bug 13 years ago
Fedor Indutny 1b8b097fad debugger: refactor, no more res.success checks 13 years ago
Bert Belder 81425598db Enable console colors on windows by default 13 years ago
Ryan Dahl e1dc6e6d73 Bind uv_tty_get_winsize 13 years ago
Ryan Dahl 74b6426ec6 Initial pass at new TTY js layer 13 years ago
Fedor Indutny 95866a6445 debugger: export port 13 years ago
Ben Noordhuis c4eaf7e5a9 crypto: implement randomBytes() and pseudoRandomBytes() 13 years ago
Fedor Indutny 67706b8bb7 Export disableColors from repl, share with debugger 13 years ago