14304 Commits (45f83e59c4b507b84bfed315a842b6d90110e1e9)
 

Author SHA1 Message Date
Rich Trott 7aa2125fae doc: add argument information for socket.destroy() 9 years ago
James M Snell 9e9d7b8fba doc: general improvements to os.md copy 9 years ago
James M Snell 77331a7c01 tls: avoid calling Buffer.byteLength multiple times 9 years ago
James M Snell 2c7804ad9e crypto,tls: perf improvements for crypto and tls getCiphers 9 years ago
Ben Noordhuis 059335180d src: use RAII for mutexes and condition variables 9 years ago
Anna Henningsen da8e510ee0 repl: break on sigint/ctrl+c 9 years ago
Anna Henningsen 72d659a000 readline: return old status from _setRawMode 9 years ago
Anna Henningsen d049919e7d vm: add ability to break on sigint/ctrl+c 9 years ago
Eugene Ostroukhov 8dd48c9251 inspector: fix inspector connection cleanup 9 years ago
Eugene Ostroukhov 09ecd1fb58 inspector: fix coverity scan errors 9 years ago
Ali Ijaz Sheikh cbe57479c4 deps: switch to upstream v8_inspector 9 years ago
Mathias Bynens fb39025e31 punycode: update to v2.0.0 9 years ago
Brian White e1d6bd9e30 stream: improve Readable.read() performance 9 years ago
Myles Borins 3d69ad1cf3 src: make Sec-WebSocket-Key check case-insensitive 9 years ago
Eugene Ostroukhov 88b2aa3ce6 inspector: process.exit should wait for inspector 9 years ago
Anna Henningsen 38d36e3285 src: fix --without-inspector build 9 years ago
Eugene Ostroukhov 7da8a413f6 inspector: reduce implementation in header 9 years ago
Ali Ijaz Sheikh ec90a7a92e inspector: change default port 9 years ago
Myles Borins 2fd140b949 src: fix json payload from inspector 9 years ago
Ali Ijaz Sheikh f4777c77eb deps: update v8_inspector 9 years ago
Nicolas Romer 643b33b497 src: add linebreak to inspector message 9 years ago
Anna Henningsen ea2d661447 src: fix --without-inspector build 9 years ago
cjihrig c1bd3fe14c cluster: work with v8_inspector 9 years ago
Pavel Feldman 7d4f038a78 src,lib: v8-inspector support 9 years ago
Ali Ijaz Sheikh 62105288d3 deps: import v8_inspector 9 years ago
Cheng Zhao 2a8bd35bac src: add node::FreeEnvironment public API 9 years ago
James M Snell 929b6c29d8 src: refactor require('constants') 9 years ago
vsemozhetbyt cd439465cc doc: fix typos in the stream doc 9 years ago
Tushar Mathur dddfed24db doc: document socket.destroyed 9 years ago
Ben Noordhuis bd8c951757 tools: disable readability/function cpplint rule 9 years ago
Bryce Simonds cd38401724 src: fix Windows segfault with `--eval` 9 years ago
Richard Lau cd7c29e471 doc: correct `added:` information for fs.access 9 years ago
Anna Henningsen e2bf250a29 test: add tests for some stream.Readable uses 9 years ago
Anna Henningsen 6aa179b4a6 doc: add `added:` information for repl 9 years ago
Luigi Pinca 08a9aa31e1 doc: fix broken link in vm.md 9 years ago
cjihrig 12fbac102b doc: fix cluster worker 'message' event 9 years ago
Daniel Bevenius 6dc0dae830 src: rename "node" script to "bootstrap_node" 9 years ago
Greyson Parrelli 1a0ed26883 doc: fix events typo 9 years ago
Ingvar Stepanyan ac8e1bf609 buffer: improve creation performance. 9 years ago
Myles Borins c544213717 deps: backport 7dfb5beeec from V8 upstream 9 years ago
Lance Ball 1e7a7be1ad doc: clarify fs.access works on directories too. 9 years ago
Evan Lucas e8144165a2 Working on v6.2.3 9 years ago
Evan Lucas 091abb31e2 2016-06-17, Version 6.2.2 (Current) Release 9 years ago
Rich Trott 0198987b0d doc: add internal link in GOVERNANCE.md 9 years ago
David Halls b0225e5926 stream: ensure awaitDrain is increased once 9 years ago
Fedor Indutny ad1045c829 http: fix no dumping after `maybeReadMore` 9 years ago
Natanael Copa caa6718a01 test: fix test-net-* error code check for getaddrinfo(3) 9 years ago
Brian White cf0928ccb7 src: clean up string_search 9 years ago
Brian White d71ede8113 benchmark: don't convert arguments to numbers 9 years ago
Brian White 535c8dd554 test: add more http token/value checking tests 9 years ago