3850 Commits (7c932c2d49986519eb211cdf2dacece0fc53da8d)

Author SHA1 Message Date
Anna Henningsen 64415564de zlib: remove `_closed` in source 9 years ago
James M Snell 10671406ac process: internal/process/stdio.js cleanup / modernization 9 years ago
Ben Noordhuis e0240ab592 child_process: use /system/bin/sh on android 9 years ago
James M Snell 95b7560d8e src,module: add --preserve-symlinks command line flag 9 years ago
Eugene Obrezkov 226b9668db repl: copying tabs shouldn't trigger completion 9 years ago
Blake Embrey ce2d5be4a1 repl: exports `Recoverable` 9 years ago
Ali Ijaz Sheikh bd4454fa0f src,lib: minor --debug-brk cleanup 9 years ago
Steven R. Loomis 59666502c5 intl: Don't crash if v8BreakIterator not available 9 years ago
Carl Lei 635357958d repl: create history file with mode 0600 9 years ago
James M Snell 74582aa590 lib: replace legacy uses of __defineGetter__ 9 years ago
Rich Trott edb29b8096 tools: lint for object literal spacing 9 years ago
Rich Trott 559c2583e0 lib,test: update in preparation for linter update 9 years ago
Rumkin 6d1527bb37 util: fix invalid date output with util.inspect 9 years ago
Anna Henningsen 1d6c17efd7 util: adhere to `noDeprecation` set at runtime 9 years ago
Rich Trott 955c90d725 benchmark,test,lib: remove extra spaces 9 years ago
James M Snell 91ab769940 util: truncate inspect array and typed array 9 years ago
James M Snell 0bca959617 util: fix inspecting of proxy objects 9 years ago
yorkie 1330496bbf cluster: remove use of bind() in destroy() 9 years ago
cjihrig 2d503b1d4b debugger: display array contents in repl 9 years ago
Alexander Makarenko e6c8da45b1 doc: make `writable.setDefaultEncoding()` return `this` 9 years ago
Rich Trott 76c9ab5fcf assert: allow circular references 9 years ago
Patrick Mueller 1b9fdba04e process: add process.cpuUsage() - implementation, doc, tests 9 years ago
DavidCai 2c92a1fe03 events: pass the original listener added by once 9 years ago
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