3908 Commits (58a241d53790aee5dd6327543fc9849bd21fb9a7)

Author SHA1 Message Date
Ben Noordhuis ee8e7cd25d util: pretty-print SIMD types 9 years ago
Sakthipriyan Vairamani 79a5eb1a65 fs: move mkdtemp* functions near static functions 9 years ago
Sakthipriyan Vairamani dcbf246b35 fs: mkdtemp shouldn't crash if no callback passed 9 years ago
Dirceu Pereira Tiegs fe77de196c http: use `localAddress` instead of `path` 9 years ago
Brian White dfaa9c9055
path: fix basename() regressions 9 years ago
Anna Henningsen b53473f0e7
zlib: remove `_closed` in source 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
James M Snell f856234ffa process: internal/process/stdio.js cleanup / modernization 9 years ago
James M Snell f293d0b0c8 lib: replace legacy uses of __defineGetter__ 9 years ago
Rumkin 9c33e0ebe7
util: fix invalid date output with util.inspect 9 years ago
Ben Noordhuis f4f6c6e815 child_process: use /system/bin/sh on android 9 years ago
Anna Henningsen a4564f3649
util: adhere to `noDeprecation` set at runtime 9 years ago
James M Snell 5d38d543cd src,module: add --preserve-symlinks command line flag 9 years ago
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