3827 Commits (150dd3650393c1d9e26dd1a68d9564f6415cb553)

Author SHA1 Message Date
Rich Trott fdde36909c crypto: fix error in deprecation message 9 years ago
Jackson Tian 19fb1345ba doc: use Buffer.from() instead of new Buffer() 9 years ago
Fedor Indutny cbbe95e1e1 net: introduce `Socket#connecting` property 9 years ago
Сковорода Никита Андреевич d866438ce1 buffer: safeguard against accidental kNoZeroFill 9 years ago
surya panikkal 9c6ef5b3e1 readline: allow history to be disabled 9 years ago
Evan Lucas 66f048af6f cluster: migrate from worker.suicide 9 years ago
Alex Kocharin 1b50b80e06 url: drop auth in `url.resolve()` if host changes 10 years ago
Anna Henningsen bd2cee1b10 repl: don’t complete expressions when eval fails 9 years ago
Alex Lamar c43b182b11 module: preserve symlinks when requiring 9 years ago
Eugene Obrezkov 30507951d9 console: timeEnd() with no label emits warning 9 years ago
dcposch@dcpos.ch 3350b4712b buffer: add Buffer.prototype.lastIndexOf() 9 years ago
Brian White d18daaa4e7 querystring: fix comments 9 years ago
James M Snell aa53bf2faa events: add prependListener() and prependOnceListener() 9 years ago
Luigi Pinca c9628c55fa events: make eventNames() use Reflect.ownKeys() 9 years ago
Brian White 846afbf663 http: disallow sending obviously invalid status codes 9 years ago
Dirceu Pereira Tiegs c32c889c45 net: Validate port in createServer().listen() 9 years ago
James M Snell 77e2efec8c console: refactor to use rest params and template strings 9 years ago
Calvin Metcalf c0abecdaf3 stream: make null an invalid chunk to write in object mode 9 years ago
Fedor Indutny 816df10d09 http: unref socket timer on parser execute 9 years ago
Michaël Zasso f3d9de772c module: fix resolution of filename with trailing slash 9 years ago
Fedor Indutny 8db8a4bc2c net: replace __defineGetter__ with defineProperty 9 years ago
Fedor Indutny 479344f695 stream_base: expose `bytesRead` getter 9 years ago
cjihrig aa395b78fe net: set ADDRCONFIG DNS hint in connections 9 years ago
Rich Trott 90fa0776f2 tools: enable linting for v8_prof_processor.js 9 years ago
Brian White 59737b29c7 url: use "empty" object for empty query strings 9 years ago
Fedor Indutny 1ede900ff0 http: skip body and next message of CONNECT res 9 years ago
James Lal bd944e33ef zlib: fix use after null when calling .close 9 years ago
Brian White c3ad97d3cc events: don't inherit from Object.prototype 9 years ago
Brian White 33c286154b querystring: don't inherit from Object.prototype 9 years ago
Rich Trott 6f073ce9db lib,test,tools: alignment on variable assignments 9 years ago
Ilya Shaisultanov 8b8746f43d assert: respect assert.doesNotThrow message. 10 years ago
Anna Henningsen 1a1beeaffe repl: keep the built-in modules non-enumerable 9 years ago
Anna Henningsen b7e87172ff node: make builtin libs available for `--eval` 9 years ago
Rich Trott 7fd98af95d process: fix incorrect usage of assert.fail() 9 years ago
Ben Noordhuis 2a4998c5c0 src: don't set non-primitive values on templates 9 years ago
Anna Henningsen 5f11b53694 zlib: Make the finish flush flag configurable 9 years ago
James M Snell d0c6e6f7c4 buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
Yuval Brik a2492f989f fs: optimize realpath using uv_fs_realpath() 9 years ago
Brian White c29b3c1808 lib: improve module loading performance 9 years ago
Rich Trott 3479eee751 debugger: run last command on presssing enter 9 years ago
Anna Henningsen 4f5bb8b088 repl: don’t complete non-simple expressions 9 years ago
Matteo Collina 49efb20c02 streams: support unlimited synchronous cork/uncork cycles 9 years ago
cjihrig e052096ee0 os: add userInfo() method 9 years ago
Anna Henningsen fc1f481a80 stream: Fix readableState.awaitDrain mechanism 9 years ago
Igor Kalashnikov 5c8b5971eb querystring: using toString for objects on querystring.escape 9 years ago
James M Snell 68320786de buffer: add Buffer.prototype.compare by offset 9 years ago
Rich Trott 16f011ef1c repl: refactor repl.js 9 years ago
cjihrig 0a62f929da readline: emit key info unconditionally 9 years ago
cjihrig b85a50b6da net: remove implicit setting of DNS hints 9 years ago
Brian White 3072546feb path: fix win32.isAbsolute() inconsistency 9 years ago