3917 Commits (96882e14d1d3f52c37ba8ffe586c3aa030bc0fb3)

Author SHA1 Message Date
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
Vladimir Kurchatkin 0dcb026db3 buffer: don't set `kNoZeroFill` flag in allocUnsafe 9 years ago
Colin Ihrig 39de601e1c net: support DNS hints in createConnection() 9 years ago
Phillip Johnsen ec49fc8229 net: improve socket.write() error message 9 years ago
Mihai Potra dabe1d5734 http: Corrects IPv6 address in Host header 9 years ago
Anna Henningsen cf949293ba assert: Check typed array view type in deepEqual 9 years ago
Jeremiah Senkpiel 21d66d621c lib: remove bootstrap global context indirection 9 years ago
Phillip Johnsen d38503ab01 module: prioritize current dir for local lookups 9 years ago
Evan Lucas b6475b9a9d Revert "tty: don't read from console stream upon creation" 9 years ago
Evan Lucas 89abe86808 Revert "stream: emit 'pause' on nextTick" 9 years ago
Kyle Simpson 9fa25c8ca0 timers: fixing API refs to use safe internal refs 10 years ago