3170 Commits (69b5922b310452ae13a6f799f6fbc1c9c643754b)

Author SHA1 Message Date
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
Vladimir Kurchatkin f65a5cbcde smalloc: check if obj has external data 10 years ago
Ben Noordhuis 29d7fd6bb8 src: move debug agent from deps/ to src/ 10 years ago
cjihrig c2b4f4809b net: add pauseOnConnect option to createServer() 10 years ago
Trevor Norris 6a68d64629 lint: fix whitespace issues 10 years ago
dead-horse f6e5740180 path: resolve normalize drive letter to lower case 10 years ago
Brian White 874dd590cf streams: make setDefaultEncoding() throw 10 years ago
Trevor Norris 1a4a189578 crypto: createDiffieHellman throw for bad args 10 years ago
Fedor Indutny 42ecd48c7f cluster: do not signal children in debug mode 10 years ago
Fedor Indutny 7a0cfe9b11 deps: re-implement debugger-agent 10 years ago
Fedor Indutny 3821863109 cluster: do not signal children in debug mode 10 years ago
Fedor Indutny 6a610a0f67 deps: re-implement debugger-agent 10 years ago
Trevor Norris 6462519d3c buffer, doc: misc. fix and cleanup 10 years ago
Trevor Norris 7b4a540422 src: fix jslint warning 10 years ago
Trevor Norris 4809c7aa4f smalloc: update use of ExternalArrayType constants 10 years ago
Johnny Ray f04f3a0d01 streams: set default encoding for writable streams 10 years ago
Evan Rutledge Borden 640ad632e3 url: fixed encoding for slash switching emulation. 10 years ago
gyson cb97bcd6f9 util: add es6 Symbol support for `util.inspect` 10 years ago
Yazhong Liu 83d7d9e6d8 buffer: add generic functions for (u)int ops 10 years ago
Trevor Norris e9ca7b9d8d buffer: mv floating point read/write checks to JS 10 years ago
Julien Gilli 862cc28183 readline: should not require an output stream. 10 years ago
Gabriel Wicke b705b73e46 url: make query() consistent 10 years ago
Jackson Tian 1781c8b85b http: Improve _addHeaderLines method 10 years ago
Trevor Norris 57ed3daebf buffer: fix and cleanup fill() 10 years ago
Trevor Norris 979d0ca874 http: cleanup setHeader() 10 years ago
cjihrig 9d95774722 child_process: improve spawn() argument handling 10 years ago
Jicheng Li f3473d7db6 readline: fix performance issue when large line 10 years ago
Patrick Mooney b26dd4e5ab net: Make server.connections un-enumerable 10 years ago