3968 Commits (ae25ed3ccd8e5be2eb172af330f037fc06b4e6c9)

Author SHA1 Message Date
Eugene Obrezkov 1c84579031 console: timeEnd() with no label emits warning 9 years ago
dcposch@dcpos.ch 6c1e5ad3ab buffer: add Buffer.prototype.lastIndexOf() 9 years ago
Brian White d5922bd7a9
querystring: fix comments 9 years ago
James M Snell 0e7d57af35 events: add prependListener() and prependOnceListener() 9 years ago
Luigi Pinca c1cd64481f events: make eventNames() use Reflect.ownKeys() 9 years ago
Brian White 7e9b0dd694 http: disallow sending obviously invalid status codes 9 years ago
Dirceu Pereira Tiegs 02ac302b6d net: Validate port in createServer().listen() 9 years ago
James M Snell 33c242e7e9 console: refactor to use rest params and template strings 9 years ago
Calvin Metcalf e7c077c610 stream: make null an invalid chunk to write in object mode 9 years ago
Fedor Indutny ec2822adaa http: unref socket timer on parser execute 9 years ago
Michaël Zasso 75487f0db8 module: fix resolution of filename with trailing slash 9 years ago
Fedor Indutny 8636af1012 net: replace __defineGetter__ with defineProperty 9 years ago
Fedor Indutny 6198472d83 stream_base: expose `bytesRead` getter 9 years ago
cjihrig 54dd7c38e5 net: set ADDRCONFIG DNS hint in connections 9 years ago
Rich Trott 4bbd41864a tools: enable linting for v8_prof_processor.js 9 years ago
Brian White e9dc6306ca url: use "empty" object for empty query strings 9 years ago
Fedor Indutny 9d4d529517 http: skip body and next message of CONNECT res 9 years ago
James Lal c7fef3d3b8
zlib: fix use after null when calling .close 9 years ago
Brian White e38bade828
events: don't inherit from Object.prototype 9 years ago
Brian White dba245f796
querystring: don't inherit from Object.prototype 9 years ago
Rich Trott 31600735f4 lib,test,tools: alignment on variable assignments 9 years ago
Ilya Shaisultanov c1d82ac2ff assert: respect assert.doesNotThrow message. 9 years ago
Anna Henningsen ebc8c37f70 repl: keep the built-in modules non-enumerable 9 years ago
Anna Henningsen 39d905e293 node: make builtin libs available for `--eval` 9 years ago
Rich Trott b7f4b1ba4c process: fix incorrect usage of assert.fail() 9 years ago
Ben Noordhuis 642076f2af src: don't set non-primitive values on templates 9 years ago
Anna Henningsen 978166796e
zlib: Make the finish flush flag configurable 9 years ago
James M Snell 627524973a buffer: add Buffer.allocUnsafeSlow(size) 9 years ago
Yuval Brik b488b19eaf
fs: optimize realpath using uv_fs_realpath() 9 years ago
Brian White ae18bbef48
lib: improve module loading performance 9 years ago
Rich Trott 1df84f4f75 debugger: run last command on presssing enter 9 years ago
Anna Henningsen 0b66b8f2d2 repl: don’t complete non-simple expressions 9 years ago
Matteo Collina 0b1d89f35a streams: support unlimited synchronous cork/uncork cycles 9 years ago
cjihrig d6e56fd843 os: add userInfo() method 9 years ago
Anna Henningsen 819b2d36bc stream: Fix readableState.awaitDrain mechanism 9 years ago
Igor Kalashnikov 5dafb435d8 querystring: using toString for objects on querystring.escape 9 years ago
James M Snell a2466896dd buffer: add Buffer.prototype.compare by offset 9 years ago
Rich Trott c5afd98b48 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