3845 Commits (f52b2f116bf510e2af8750061ac6f8a0c9caa653)

Author SHA1 Message Date
Eugene Obrezkov ae178838eb
repl: copying tabs shouldn't trigger completion 9 years ago
Blake Embrey 9552e3b4af repl: exports `Recoverable` 9 years ago
Rich Trott a56da51a38 benchmark,test,lib: remove extra spaces 9 years ago
Rich Trott 4e6dc00401 tools: lint for object literal spacing 9 years ago
Ali Ijaz Sheikh 4d4cfb27ca src,lib: minor --debug-brk cleanup 9 years ago
Steven R. Loomis cd752e8463
intl: Don't crash if v8BreakIterator not available 9 years ago
Rich Trott 1027b9447e lib,test: update in preparation for linter update 9 years ago
Carl Lei b72d048a74
repl: create history file with mode 0600 9 years ago
James M Snell a2e57192eb util: truncate inspect array and typed array 9 years ago
James M Snell ba6196f843 util: fix inspecting of proxy objects 9 years ago
yorkie 4e905fa8d5 cluster: remove use of bind() in destroy() 9 years ago
cjihrig d2eb935177 debugger: display array contents in repl 9 years ago
cjihrig 8a87b29034 readline: remove deprecated methods 9 years ago
Alexander Makarenko bcce05dba4 doc: make `writable.setDefaultEncoding()` return `this` 9 years ago
Rich Trott d3aafd02ef assert: allow circular references 9 years ago
Patrick Mueller 52cb410402 process: add process.cpuUsage() - implementation, doc, tests 9 years ago
DavidCai 706778a902 events: pass the original listener added by once 9 years ago
Rich Trott 296bfd239c crypto: fix error in deprecation message 9 years ago
Bryan English 31bef6b704 http: correct error message for invalid trailer 9 years ago
Jackson Tian e556dd3856 doc: use Buffer.from() instead of new Buffer() 9 years ago
Fedor Indutny cee4c25c92 net: introduce `Socket#connecting` property 9 years ago
Сковорода Никита Андреевич dd67608bfd buffer: safeguard against accidental kNoZeroFill 9 years ago
surya panikkal 0303a2552e
readline: allow history to be disabled 9 years ago
Evan Lucas 4f619bde4c cluster: migrate from worker.suicide 9 years ago
Alex Kocharin eb4201f07a url: drop auth in `url.resolve()` if host changes 10 years ago
Anna Henningsen 3ee68f794f repl: don’t complete expressions when eval fails 9 years ago
Alex Lamar de1dc0ae2e module: preserve symlinks when requiring 9 years ago
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