3130 Commits (810fb211a734edd2ed2739cec03cd8d5a2fd956f)

Author SHA1 Message Date
Ben Noordhuis dbfc9d9241 crypto,tls: remove SSLv2 support 9 years ago
Rich Trott fcc64792ae child_process: guard against race condition 9 years ago
Rich Trott d421e85dc9 lib: fix cluster handle leak 10 years ago
Brian White 6c468df9af child_process: fix data loss with readable event 9 years ago
Julien Gilli 018e4e0b1a domains: fix handling of uncaught exceptions 9 years ago
James M Snell 2a2d3e1b03 http: strictly forbid invalid characters from headers 9 years ago
Fedor Indutny dfc6f4a9af http: fix pipeline regression 10 years ago
Jeremy Whitlock f0453caea2 domains: port caeb677 from v0.10 to v0.12 10 years ago
cjihrig b5a0abcfdf child_process: clone spawn options argument 10 years ago
Devin Nakamura 0363cf4a80 tls: Closing parent socket also closes the tls sock 10 years ago
Ville Skyttä 5ccb429ee8 doc, comments: Grammar and spelling fixes 10 years ago
Fedor Indutny 75697112e8 tls: do not hang without `newSession` handler 11 years ago
Julien Gilli dcb7ef2e40 tls: revert disable RC4 and cipher lists changes 10 years ago
Julien Gilli d38e865fce timers: fix timeout when added in timer's callback 10 years ago
Julien Gilli 72188d87d0 tls,crypto: revert recent cipher lists changes 10 years ago
Julien Gilli 101e103e3b repl: make 'Unexpected token' errors recoverable 10 years ago
Julien Gilli 0e392f3b68 net: do not set V4MAPPED on FreeBSD 10 years ago
Jackson Tian f0ef597e09 debugger: don't spawn child process in remote mode 10 years ago
Jackson Tian c63a39b6cd debugger: improve help information 10 years ago
James M Snell f9291a9449 disable RC4, add --cipher-list command line switch 10 years ago
James M Snell 67d9a56251 tls: disable RC4, add --cipher-list command line switch 10 years ago
Fedor Indutny d6484f3f7b http: fix assert on data/end after socket error 10 years ago
Nathan Woltman c66f8c21f0 path: refactor for performance and consistency 10 years ago
Ben Noordhuis 2411bea0df lib: fix stdio/ipc sync i/o regression 10 years ago
Fedor Indutny a33f23cbbc buffer: align chunks on 8-byte boundary 10 years ago
Julien Gilli a5be84fe9b url: revert reslove urls with . and .. 10 years ago
Florin-Cristian Gavrila 8bcd0a4c4a http: fix performance regression for GET requests 10 years ago
cjihrig 1a2a4dac23 net: allow port 0 in connect() 10 years ago
Chris Dickinson d01a900078 buffer: reword Buffer.concat error message 10 years ago
Julien Gilli b233131901 src: fix builtin modules failing with --use-strict 10 years ago
Fedor Indutny bada87bd66 net: unref timer in parent sockets 10 years ago
Julien Gilli c8239c08d7 console: allow Object.prototype fields as labels 10 years ago
Bruno Jouhier b3aa876f08 fs: properly handle fd passed to truncate() 10 years ago
Trevor Norris a35ba2f67d buffer: fix pool offset adjustment 10 years ago
cjihrig 6c3647c38d console: allow Object.prototype fields as labels 10 years ago
Herbert Vojčík b8604fa480 module: replace NativeModule.require 10 years ago
Jackson Tian 4823afcbe2 fs: make F_OK/R_OK/W_OK/X_OK not writable 10 years ago
Ben Noordhuis 04b63e022a lib: fix max size check in Buffer constructor 10 years ago
Amir Saboury ad0684807c url: reslove urls with . and .. 10 years ago
cjihrig bcff90e0c2 assert: use util.inspect() to create error messages 10 years ago
Julien Gilli 3b392d33c7 Revert "url: support `path` for url.format" 10 years ago
Evan Lucas de5f24a084 url: fix parsing of ssh urls 10 years ago
cjihrig f34757398f net: throw on invalid socket timeouts 10 years ago
Timothy J Fontaine 89f3c9037f http: rename flush to flushHeaders 10 years ago
Timothy J Fontaine e9df9a0216 cluster: avoid race enabling debugger in worker 10 years ago
Bert Belder 016e08458c path: don't lower-cases drive letters 10 years ago
Sam Roberts 85360f06db cluster: don't assert if worker has no handles 11 years ago
Sam Roberts f260ef8c3e cluster: cluster.disconnect() should check status 10 years ago
Colin Ihrig 29449349da fs: add access() and accessSync() 10 years ago
Julien Gilli 7325fe7987 src: fix indentation in _tls_wrap.js 10 years ago