2571 Commits (09b482886bdd3d863c3d4e7d71264eac0daaf9e1)

Author SHA1 Message Date
Julien Gilli fd2cb7c611 timers: don't mutate unref list while iterating it 10 years ago
Julien Gilli 78db74dd88 timers: don't close interval timers when unrefd 10 years ago
Julien Gilli 934bfe23a1 timers: Avoid linear scan in _unrefActive. 11 years ago
Trevor Norris 0d051238be timers: fix unref() memory leak 10 years ago
Trevor Norris a1b2875afd lint: fix lint issues 10 years ago
Sam Roberts 70dafa7b62 child_process: check fork args is an array 10 years ago
Sam Roberts e17c5a72b2 child_process: check execFile args is an array 10 years ago
Emmanuel Odeke 523929c927 repl: Private Buffer object in lib/* files 10 years ago
Timothy J Fontaine 69080f5474 tls: enforce secureOptions on incoming clients 10 years ago
Timothy J Fontaine b9283cf9d1 tls: honorCipherOrder should not degrade defaults 10 years ago
Fedor Indutny 1349b680ba crypto: allow forcing SSLv2/v3 via secureProtocol 10 years ago
Timothy J Fontaine 6c8593d456 crypto: move disaling SSLv2/3 into JavaScript 10 years ago
cjihrig 542ac7f3d2 child_process: properly support optional args 10 years ago
Fedor Indutny 1fddc1fee8 http: do not send `0\r\n\r\n` in TE HEAD responses 10 years ago
Mathias Bynens b869797a2d url: Add support for RFC 3490 separators 11 years ago
Tristan Berger 0f2956192c querystring: fix unescape override 10 years ago
Jackson Tian cc08106d62 fs: fix fs.readFileSync fd leak when get RangeError 11 years ago
Sam Roberts 2fd7ee12d9 cluster: disconnect should not be synchronous 11 years ago
James Halliday 8e2cc69e78 stream: fix Readable.wrap objectMode falsy values 11 years ago
Maciej Małecki 4f1ae11a62 module: eliminate double `getenv()` 11 years ago
Rod Vagg 9d281934df streams: remove unused require('assert') 11 years ago
Julien Gilli befbbad051 timers: backport f8193ab 11 years ago
Fedor Indutny 38f6fcd822 buffer: fix sign overflow in `readUIn32BE` 11 years ago
Fedor Indutny 9d9fc3fa30 lib: jslint string_decoder.js 11 years ago
Chris Dickinson a96d6603b3 stream2: flush extant data on read of ended stream 11 years ago
Fedor Indutny 7f86baf5c7 child_process: handle writeUtf8String error 11 years ago
cjihrig b87ca794e3 lib: remove and restructure calls to isNaN() 11 years ago
Fedor Indutny 4128d4d2ba Revert "stream: start old-mode read in a next tick" 11 years ago
Fedor Indutny a97bdef06d zlib: do not crash on write after close 11 years ago
Nick Apperson ee95e4f5f7 buffer: improve {read,write}{U}Int* methods 11 years ago
Brian White 7fd5a4d096 fs: remove duplicate check 11 years ago
Felix Geisendörfer 80eff96829 string_decoder: Add more comments 11 years ago
Felix Geisendörfer 9fbd0f0f7d string_decoder: Fix failures from new test cases 11 years ago
Fedor Indutny 2efe4ab761 stream: start old-mode read in a next tick 11 years ago
cjihrig 72cc66e503 fs: close file if fstat() fails in readFile() 11 years ago
Alexis Campailla c862c03485 tls: fix performance issue 11 years ago
Greg Sabia Tucker 7bd08c5062 child_process: do not set args before throwing 11 years ago
Greg Sabia Tucker 92875501d2 child_process: spawn() does not throw TypeError 11 years ago
Ben Noordhuis 17fbdc18b8 lib: name EventEmitter prototype methods 11 years ago
Rod Vagg 250782d139 util: format as Error if instanceof Error 11 years ago
isaacs 9520adeb37 url: treat \ the same as / 11 years ago
Fedor Indutny 1bd4f3a605 child_process: fix deadlock when sending handles 11 years ago
Fedor Indutny f2b297cc7c http: do not emit EOF non-readable socket 11 years ago
Fedor Indutny f0d870501e crypto: do not lowercase cipher/hash names 11 years ago
Fedor Indutny 5e06ce4fb9 child_process: fix sending handle twice 11 years ago
Greg Brail 6eb4d1d15c timer: don't reschedule timer bucket in a domain 11 years ago
Nathan Rajlich 0a01a42e87 http: invoke createConnection when no agent 11 years ago
Mike Pennisi aae51ecf7d assert: Ensure reflexivity of deepEqual 11 years ago
Brian White 70ea5bac43 stream: remove useless check 11 years ago
Farid Neshat 562b015170 debugger: Fix breakpoint not showing after restart 11 years ago