3150 Commits (e17e6fb2faa04193eddf8062fbd49f1612b4dbff)

Author SHA1 Message Date
Qasim Zaidi cf3e908b70 http: more descriptive setHeader errors 10 years ago
Calvin Metcalf 90ddb46d52 crypto: remove use of this._readableState 10 years ago
Vladimir Kurchatkin 45d8d9f826 buffer: implement `iterable` interface 10 years ago
cjihrig 3cbb5cdfdb console: allow Object.prototype fields as labels 10 years ago
Fedor Indutny 87e62bd4c8 crypto: implement privateEncrypt/publicDecrypt 10 years ago
Alex Kocharin 497fd72e21 fs: fix fd leak in ReadStream.destroy() 10 years ago
Aleksey Smolenchuk 683e09603e src: remove excessive license boilerplate 10 years ago
cjihrig 785481149d child_process: clone spawn options argument 10 years ago
Vladimir Kurchatkin 301a968a40 child_process: remove redundant condition 10 years ago
Jonathan Ong 06cfff9350 http: don't bother making a copy of the options 10 years ago
Vladimir Kurchatkin 8de89ec465 lib: move default address logic to `net._listen2` 10 years ago
Vladimir Kurchatkin f4c536b749 debugger: don't override module binding 10 years ago
cjihrig 40ffed8f3f stream: use nop as write() callback if omitted 10 years ago
Calvin Metcalf e5e598060e lib,src: make pseudoRandomBytes alias randomBytes 10 years ago
Jackson Tian 8b98096c92 fs: make fs.access() flags read only 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Vladimir Kurchatkin 5435cf2f16 v8: optimize `getHeapStatistics` 10 years ago
Ben Noordhuis ee9cd004d8 lib: fix TypeError with EventEmitter#on() abuse 10 years ago
cjihrig 86eda173b1 fs: define constants with const 10 years ago
cjihrig 03ee4d8547 fs: add error code on null byte paths 10 years ago
cjihrig e2558f02df net: fix error details in connect() 10 years ago
Timothy J Fontaine 4dd22b946e cluster: avoid race enabling debugger in worker 10 years ago
Xiaowei Li b7365c1559 repl: make REPL support multiline template literals 10 years ago
Jongyeol Choi daf9562d91 doc: change to iojs from node in the usage message 10 years ago
Yosuke Furukawa fd30eb2152 src: fix jslint errors 10 years ago
Vladimir Kurchatkin 9e62ae4304 _debug_agent: use `readableObjectMode` option 10 years ago
Fedor Indutny 04bea9f9c2 dns: remove AI_V4MAPPED hint flag on FreeBSD 10 years ago
Wyatt Preul dc42e1faaf sys: Mark as deprecated 10 years ago
Bert Belder 0bf1d124af http: optimize on_headers_complete 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
cjihrig 3a85eac4ec fs: undeprecate exists() and existsSync() 10 years ago
cjihrig 14dc9175eb assert: throw when block is not a function 10 years ago
Ben Noordhuis 11c1bae734 lib: make --debug-port work with cluster 10 years ago
Ben Noordhuis 913addbff5 Revert "url: support `path` for url.format" 10 years ago
Evan Lucas a1e54d6fb7 url: fix parsing of ssh urls 10 years ago
Evan Lucas d51efd07ac net: remove TODO for moving isIP to dns 10 years ago
Vladimir Kurchatkin 7f9a6c6213 fs: use ES6 octal literals for mode 10 years ago
Ben Noordhuis 0526d834f9 Revert "dgram: implicit binds should be exclusive" 10 years ago
Sam Roberts a32b92dbcf dgram: implicit binds should be exclusive 10 years ago
Sam Roberts 092c224e08 cluster: cluster.disconnect() should check status 10 years ago
Sam Roberts 14310e681e cluster: don't assume all workers bind same ports 10 years ago
Chris Dickinson bc629c0c4f src: zlib: revert concatenated-stream changes 10 years ago
Evan Lucas c9fd9e2162 dgram: make error messages more informative 10 years ago
Evan Lucas b1a208c83c util: _detailedException to _exceptionWithHostPort 10 years ago
Evan Lucas 3937e8566d util,net: move _detailedException into util 10 years ago
Vladimir Kurchatkin c70d192ab3 util: show symbol properties 10 years ago
cjihrig b636ba8186 net: make connect() input validation synchronous 10 years ago
Aleksey Smolenchuk d8586eab7e lib: introduce process module 10 years ago
CGavrila 6a03fce16e url: improve parsing speed 10 years ago
Sam Roberts 63005ee10b dgram: close() should accept a callback 10 years ago