3170 Commits (69b5922b310452ae13a6f799f6fbc1c9c643754b)

Author SHA1 Message Date
Vladimir Kurchatkin e65308053c fs: improve `readFile` performance 10 years ago
Glen Keane 5e825d1073 tracing: add lttng support for tracing on linux 10 years ago
Brian White b677b844fc events: optimize various functions 10 years ago
Vladimir Kurchatkin 3f473ef141 assert: introduce `deepStrictEqual` 10 years ago
Michaël Zasso c22e5ace84 https: simpler argument check 10 years ago
Vladimir Kurchatkin b9d3928f80 util: simplify `isPrimitive` 10 years ago
Roman Reiss 633a990848 dns: allow dns.lookup() to return all addresses 10 years ago
Vladimir Kurchatkin 1cd1d7a182 buffer: don't compare same buffers 10 years ago
Ben Noordhuis 9dc9ec3ce6 lib: make debug client connect to 127.0.0.1 10 years ago
Vladimir Kurchatkin e7573f9111 assert: don't compare object `prototype` property 10 years ago
Zach Bruggeman 9a8f18613d child_process: add debug and error details 10 years ago
Sam Newman 50daee7243 stream: simpler stream constructon 10 years ago
Jonathan Ong 3e67d7e46b http: replace util._extend() with [].slice() 10 years ago
Calvin Metcalf 6561274d23 crypto: support passwords in publicEncrypt 10 years ago
Yosuke Furukawa 8c0742f437 net: check close callback is function 10 years ago
Yosuke Furukawa 207e48c934 dgram: check close callback is function 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 40e29dcbbf assert: use util.inspect() to create error messages 10 years ago
Ben Noordhuis 0767c2feb1 lib: fix max size check in Buffer constructor 10 years ago
Sam Roberts 65b1e4f56f dgram: implicit binds should be exclusive 10 years ago
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