3055 Commits (4bba87050c2b8aa801d982e93ea767b3abdc2f17)

Author SHA1 Message Date
Juanjo 946cec7b65 lib,src: fix spawnSync ignoring its 'env' option 11 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 11 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
Nathan Woltman e0a0e913c7 path: refactor normalizeArray() 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
haoxin 00d7b13a18 module: correct the order of the assertions 11 years ago
Jackson Tian d8a3c4ab2a tls: remove tls.createSecurePair code deprecation 10 years ago
Vladimir Kurchatkin f65a5cbcde smalloc: check if obj has external data 10 years ago
cjihrig c2b4f4809b net: add pauseOnConnect option to createServer() 11 years ago
Trevor Norris 6a68d64629 lint: fix whitespace issues 10 years ago
dead-horse f6e5740180 path: resolve normalize drive letter to lower case 11 years ago
Brian White 874dd590cf streams: make setDefaultEncoding() throw 11 years ago
Trevor Norris 1a4a189578 crypto: createDiffieHellman throw for bad args 11 years ago
Fedor Indutny 42ecd48c7f cluster: do not signal children in debug mode 11 years ago
Fedor Indutny 7a0cfe9b11 deps: re-implement debugger-agent 11 years ago
Trevor Norris 6462519d3c buffer, doc: misc. fix and cleanup 11 years ago
Trevor Norris 7b4a540422 src: fix jslint warning 11 years ago
Trevor Norris 4809c7aa4f smalloc: update use of ExternalArrayType constants 11 years ago
Johnny Ray f04f3a0d01 streams: set default encoding for writable streams 11 years ago
Evan Rutledge Borden 640ad632e3 url: fixed encoding for slash switching emulation. 11 years ago
gyson cb97bcd6f9 util: add es6 Symbol support for `util.inspect` 11 years ago
Yazhong Liu 83d7d9e6d8 buffer: add generic functions for (u)int ops 11 years ago
Trevor Norris e9ca7b9d8d buffer: mv floating point read/write checks to JS 11 years ago
Julien Gilli 862cc28183 readline: should not require an output stream. 11 years ago
Gabriel Wicke b705b73e46 url: make query() consistent 11 years ago
Jackson Tian 1781c8b85b http: Improve _addHeaderLines method 11 years ago
Trevor Norris 57ed3daebf buffer: fix and cleanup fill() 11 years ago
Trevor Norris 979d0ca874 http: cleanup setHeader() 11 years ago
cjihrig 9d95774722 child_process: improve spawn() argument handling 11 years ago
Jicheng Li f3473d7db6 readline: fix performance issue when large line 11 years ago
Patrick Mooney b26dd4e5ab net: Make server.connections un-enumerable 11 years ago
Trevor Norris 7c3c51b8ff buffer: fix map and set parent to undefined 11 years ago
Julien Gilli 64d6de9f34 http: write() after end() emits an error. 11 years ago
Kang-Hao Kenny 4c9b30db67 buffer: improve Buffer constructor 11 years ago
Fedor Indutny 1fddc1fee8 http: do not send `0\r\n\r\n` in TE HEAD responses 11 years ago
Ben Noordhuis 21e60643b0 lib, src: add vm.runInDebugContext() 11 years ago
Maciej Małecki 174f7d2820 dns: include host name in error message if available 11 years ago
Trevor Livingston bf5e2f246e tls: `checkServerIdentity` option 11 years ago
Ben Noordhuis 299cf84490 lib: unexport http.parsers 11 years ago
Ben Noordhuis 150d6f1249 lib: http: poison parser references after freeing 11 years ago
Ben Noordhuis b33a47ef47 lib, src: don't make http parser handles weak 11 years ago
Majid Arif Siddiqui 176f0bd3df lib: improved forEach object performance 11 years ago
cjihrig 029cfc12a0 net,dgram: workers can listen on exclusive ports 11 years ago
Trevor Norris 9b8837b355 src: be more intelligent about use of "arguments" 11 years ago
Fedor Indutny 73631bbcc8 tls: support multiple keys/certs 11 years ago
Jackson Tian 4bd396a9bf net: Improve Socket.prototype.write() 11 years ago