3247 Commits (a1c9ef314207c0ca6c1a6878543bec6c910f3667)

Author SHA1 Message Date
teppeis 00a7456c19 assert: fix deepEqual regression 10 years ago
Ben Noordhuis aff56cd2b4 lib: micro-optimize url.resolve() 10 years ago
Ben Noordhuis d3f8db1244 lib: micro-optimize EventEmitter#removeListener() 10 years ago
Julian Duque c4a308d223 debugger: improve clearBreakpoint error and docs 10 years ago
cjihrig 5678595856 fs: deprecate exists() and existsSync() 10 years ago
Ben Noordhuis dab6f681cd lib,src: remove post-gc event infrastructure 10 years ago
Chris Dickinson 91586661c9 stream: switch _writableState.buffer to queue 10 years ago
Ben Noordhuis ebf9f297b3 lib: fix guard expression in timer.unref() 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
cjihrig 165b70f146 fs: add access() and accessSync() 10 years ago
Ben Noordhuis db595b2de6 lib: reintroduce v8 module 10 years ago
Chris Dickinson 6a29356451 domain: add soft deprecation notice 10 years ago
Juanjo 946cec7b65 lib,src: fix spawnSync ignoring its 'env' option 10 years ago
micnic 8c69d7bed4 domain: forward args to .run(fn) 10 years ago
Evan Lucas 78a7dc2b8f module: fix regression in require ../ 10 years ago
Ben Noordhuis ddf17f995b lib: optimize require() path walking 10 years ago
Juanjo ea945bf068 lib,src: fix spawnSync ignoring its 'env' option 10 years ago
Bert Belder 2b6a0f85f3 src: remove the tracing module entirely 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris 0d60ab3efe src: remove Async Listener 10 years ago
Jonathan Johnson c90eac7e0e url: change hostname regex to negate invalid chars 10 years ago
Vladimir Kurchatkin f1f511fd22 smalloc: don't allow to dispose typed arrays 10 years ago
Nathan Woltman 50d7401244 path: refactor normalizeArray() 10 years ago
Vincent Weevers 764c5c7fd1 fs: resolve junction targets relative to their parent 10 years ago
Bert Belder b4d6203b38 path: path.normalize no longer lower-cases drive letters 10 years ago
Nikolai Vavilov e24fa83e69 Revert "path: resolve normalize drive letter to lower case" 10 years ago
Robert Kowalski 36777d2a5f module: test for directories, fix require with .. 11 years ago
Evan Lucas 3ac4941953 net: give better error messages 10 years ago
cjihrig 616343bc61 debugger: use requireRepl() to load debugger repl 10 years ago
Christian Tellnes 2931348372 events: implement EventEmitter#getMaxListeners() 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 ba687f6eb4 url: support `path` for url.format 10 years ago
Yazhong Liu d312b6d15c url: support `path` for url.format 10 years ago
Mathias Bynens 232c4c27cc punycode: update to v1.3.2 10 years ago
Vladimir Kurchatkin bf3e0f417b smalloc: don't allow to dispose typed arrays 10 years ago
Nathan Woltman e0a0e913c7 path: refactor normalizeArray() 10 years ago
Calvin Metcalf ce56dccb99 crypto: allow creation of GCM ciphers with createCipher 10 years ago
Fedor Indutny d7e7008c1f crypto: throw if the key doesn't match cert 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Rory Bradford 2d17193f20 path: added parse() and format() functions 11 years ago
Timothy J Fontaine 6a90a06002 path: allow calling platform specific methods 12 years ago
Fedor Indutny 963f5e8a88 tls: do not hang without `newSession` handler 10 years ago
Ben Noordhuis f8076c4067 lib: add setFlagsFromString() to tracing module 10 years ago
haoxin 00d7b13a18 module: correct the order of the assertions 10 years ago
Ben Noordhuis 355b96b605 lib,src: make os.endianness() inlinable 10 years ago
Jackson Tian d8a3c4ab2a tls: remove tls.createSecurePair code deprecation 10 years ago
Luis Reis 1183ba47df zlib: support concatenated gzip files 10 years ago