3114 Commits (ebbb3560fabc757b06efa4caff07b2ab4b68b5ba)

Author SHA1 Message Date
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
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 10 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
Chris Dickinson c8ef97e4d9 src,zlib: revert concatenated-stream changes 10 years ago
cjihrig b636ba8186 net: make connect() input validation synchronous 10 years ago
CGavrila 6a03fce16e url: improve parsing speed 10 years ago
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
Chris Dickinson 91586661c9 stream: switch _writableState.buffer to queue 10 years ago
Miroslav Bajtoš e93ff4f0ce debugger: fix unhandled error in setBreakpoint 11 years ago
Luis Reis 6f6a97958e zlib: support concatenated gzip files 10 years ago
Julien Gilli 934bfe23a1 timers: Avoid linear scan in _unrefActive. 11 years ago
Juanjo 946cec7b65 lib,src: fix spawnSync ignoring its 'env' option 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Jonathan Johnson 6120472036 url: change hostname regex to negate invalid chars 10 years ago
Yazhong Liu d312b6d15c url: support `path` for url.format 10 years ago
Vladimir Kurchatkin bf3e0f417b smalloc: don't allow to dispose typed arrays 10 years ago