3657 Commits (9122b3b665c7cc544f8f89956d9e80b9735cccd5)

Author SHA1 Message Date
Rich Trott 3be5cdcd43 debugger: remove obsolete setTimeout 9 years ago
Fedor Indutny 9d13337183 http: wait for both prefinish/end to keepalive 9 years ago
Rich Trott 8eb18e4289 child_process: measure buffer length in bytes 9 years ago
cjihrig 6ece2a0322 cluster: rewrite debug ports consistently 9 years ago
cjihrig 8cba3b2f72 cluster: guard against undefined message handlers 9 years ago
Fedor Indutny ece428ea63 http: fix no dumping after `maybeReadMore` 9 years ago
cjihrig 4ee863d956 child_process: allow buffer encoding in spawnSync 9 years ago
Rich Trott 39e24742f8 assert: allow circular references 9 years ago
Eugene Obrezkov a3fa5db5ca repl: copying tabs shouldn't trigger completion 9 years ago
Jeremiah Senkpiel b07c3a6ea6 tty: use blocking mode on OS X 9 years ago
James M Snell 06327e5eed tls: use process.binding('config') to detect fips mode 8 years ago
Сковорода Никита Андреевич 709048134c buffer: backport new buffer constructor APIs to v4.x 8 years ago
Anna Henningsen 200429e9e1 buffer: ignore negative allocation lengths 9 years ago
Fedor Indutny 07fd52e5aa http: skip body and next message of CONNECT res 9 years ago
Brian White d0bf09d3ad util: improve format() performance further 9 years ago
Evan Lucas 72fb281961 util: improve util.format performance 9 years ago
cjihrig f152adf5b7 cluster: close ownerless handles on disconnect() 9 years ago
cjihrig 0b8124f205 child_process: emit IPC messages on next tick 9 years ago
Matt Lavin 7d66752f1f zlib: release callback and buffer after processing 9 years ago
Ben Noordhuis 74a5e911c0 debugger: propagate --debug-port= to debuggee 9 years ago
Ben Noordhuis c807287e80 tls,https: respect address family when connecting 9 years ago
David Halls a08a0179e9 stream: ensure awaitDrain is increased once 8 years ago
Anna Henningsen b73ec46dcb stream: reset awaitDrain after manual .resume() 9 years ago
Rich Trott 552e25cb6b lib,test: update in preparation for linter update 9 years ago
cjihrig 2389006720 debugger: display array contents in repl 9 years ago
Jackson Tian c98aaf59bf http: speed up checkIsHttpToken 9 years ago
Carl Lei 4c1eb5bf03 repl: create history file with mode 0600 9 years ago
Fedor Indutny b3acbc5648 net: replace __defineGetter__ with defineProperty 9 years ago
Fedor Indutny 55319fe798 stream_base: expose `bytesRead` getter 9 years ago
Jackson Tian 1c6809ce75 debugger: introduce exec method for debugger 10 years ago
Rich Trott aaeeec4765 lib,test,tools: alignment on variable assignments 9 years ago
Brian White 620a261240 http: disallow sending obviously invalid status codes 9 years ago
James Lal 48684af55f zlib: fix use after null when calling .close 9 years ago
Rich Trott b8c9d6b64e tools: enable linting for v8_prof_processor.js 9 years ago
Fedor Indutny 9a8b53124d http: unref socket timer on parser execute 9 years ago
Ilya Shaisultanov 59a977dd22 assert: respect assert.doesNotThrow message. 9 years ago
Anna Henningsen 51c0808b55 stream: Fix readableState.awaitDrain mechanism 9 years ago
Mihai Potra b28e44deb2 http: Corrects IPv6 address in Host header 9 years ago
Сковорода Никита Андреевич f46952e727 buffer: safeguard against accidental kNoZeroFill 9 years ago
Matteo Collina 4f1c82f995 streams: support unlimited synchronous cork/uncork cycles 9 years ago
Anna Henningsen f949c273cd assert: Check typed array view type in deepEqual 9 years ago
Brian White 65fc4e36ce querystring: don't stringify bad surrogate pair 9 years ago
Benjamin Gruenbaum d275cdf202 child_process: refactor self=this in socket_list 9 years ago
Benjamin Gruenbaum 86e3903626 dns: Use object without protoype for map 9 years ago
Jackson Tian c4103b154f lib: refactor code with startsWith/endsWith 9 years ago
Benjamin Gruenbaum 56dda6f336 fs: Remove unused branches 9 years ago
Gareth Ellis 96e163a79f buffer: changing let in for loops back to var 9 years ago
Benjamin Gruenbaum d55599f4d8 dns: use template literals 9 years ago
Alexander Penev 81876612f7 https: fix ssl socket leak when keepalive is used 9 years ago
Rich Trott 0c6f6742f2 console: check that stderr is writable 9 years ago