3873 Commits (e93198e86df1cd39754759173f9d275f2c5d18dd)

Author SHA1 Message Date
Jeremiah Senkpiel 4d3a7594a5 tty: use blocking mode on OS X 9 years ago
Anna Henningsen 371be9cd80 buffer: ignore negative allocation lengths 9 years ago
cjihrig 6a62bb0070 cluster: expose result of send() 9 years ago
cjihrig 2132d349b5 cluster: rewrite debug ports consistently 9 years ago
Brian White 79ad172589 string_decoder: rewrite implementation 9 years ago
Ben Noordhuis 257e54b9c0 tls,https: respect address family when connecting 9 years ago
Matt Lavin 1e26b82ce4 zlib: release callback and buffer after processing 9 years ago
Santiago Gimeno 0bd8f4c4d8 cluster: reset handle index on close 9 years ago
Matteo Collina 8e6f8b2fb5 dgram: copy the list in send 9 years ago
Ben Noordhuis 2184e772d2 debugger: propagate --debug-port= to debuggee 9 years ago
Fedor Indutny 21e31352d7 tls: catch `certCbDone` exceptions 9 years ago
Rich Trott 0503681348 child_process: measure buffer length in bytes 9 years ago
cjihrig 93e150f1d6 cluster: guard against undefined message handlers 9 years ago
cjihrig 28b73428e1 cluster: close ownerless handles on disconnect() 9 years ago
cjihrig 27d0eb054c child_process: emit IPC messages on next tick 9 years ago
Anna Henningsen 178f3080f8 module: don't cache uninitialized builtins 9 years ago
cjihrig b28468e0a7 child_process: allow buffer encoding in spawnSync 9 years ago
Justin Sprigg 98270c6d15 buffer: fix single digit hex string handling 9 years ago
Ben Noordhuis d270706881 util: pretty-print SIMD types 9 years ago
Sakthipriyan Vairamani c4329aa226 fs: move mkdtemp* functions near static functions 9 years ago
Sakthipriyan Vairamani c068880757 fs: mkdtemp shouldn't crash if no callback passed 9 years ago
Dirceu Pereira Tiegs 2ab36093e6 http: use `localAddress` instead of `path` 9 years ago
Brian White 1908b7f00a path: fix basename() regressions 9 years ago
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