14335 Commits (94a486a38837ab6fca7a195cde612f0c2a75ead8)
 

Author SHA1 Message Date
Fedor Indutny a4880b5b10 deps: `MASM.UseSafeExceptionHandlers` for OpenSSL 9 years ago
Rich Trott 5f766ad6d0 doc: fix typographic error in process doc 9 years ago
Ruslan Iusupov 3475591d1c doc: fix "sign.verify" typo in crypto doc. 9 years ago
surya panikkal 35c70b5668 benchmark: `util._extend` vs `object.assign` 9 years ago
Guy Fraser e7b84007be http: replace finish() callback with arrow function 9 years ago
sartrey 44bc638cdb doc: clarify child_process stdout/stderr types 9 years ago
Prince J Wesley ca95a84bc4 repl: fix tab completion for defined commands 9 years ago
Josh Gavant efce335e63 doc: add CTC meeting minutes 2016-06-15 9 years ago
Jeremiah Senkpiel b725437c81 doc: minor rewording to the GitHub issue/pr templates 9 years ago
Evan Lucas 6b1fc63dcb readline: allow passing prompt to constructor 9 years ago
Anna Henningsen e30f32f003 Revert "test: mark test-vm-timeout flaky on windows" 9 years ago
Anna Henningsen 55b87c0238 vm: test for abort condition of current invocation 9 years ago
Anna Henningsen 457d244170 test: fix flaky test-vm-timeout 9 years ago
Rich Trott 16aff79dee test: add test for exec() known issue 9 years ago
Lance Ball 4486ba9ee1 doc: add lance to collaborators 9 years ago
Jeremiah Senkpiel 09a7c91baa doc: update "who to cc in issues" chart 9 years ago
Martin von Gagern 8f1733c4e7 test: add more UTF-8 StringDecoder tests 9 years ago
Brian White 962ac37e1f string_decoder: fix bad utf8 character handling 9 years ago
Rich Trott 0bbf2ef6ea test: fix flaky test-fs-watch-encoding on OS X 9 years ago
Italo A. Casas eed65973d5 doc: fix link in the stream doc 9 years ago
akki a04cd85667 doc: fix repl defineCommand example 9 years ago
João Reis 029af2c1f6 doc: update build instructions for Windows 9 years ago
Ben Noordhuis 009858bd0a test: remove internet/test-tls-connnect-cnnic 9 years ago
Ben Noordhuis ef41c8bd8e crypto: update root certificates 9 years ago
Ben Noordhuis 3eb02b6743 tools: output include guards in mk-ca-bundle.pl 9 years ago
Ben Noordhuis 32e068a5d0 tools: update certdata.txt 9 years ago
Italo A. Casas 7a0718bdc6 doc: add `added:` information for tls 9 years ago
Kyle E. Mitchell ec515c5d3b doc: mention http request "aborted" events 9 years ago
Ingvar Stepanyan 0f434fee6e doc: add RReverser to collaborators 9 years ago
Rich Trott c236a13341 test: mark test-vm-timeout flaky on windows 9 years ago
Rich Trott 580e11026e test: refresh the tmpdir before using 9 years ago
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