14770 Commits (7e8d994e33b4d8b7ee6edb4231a6bea26278cf5a)
 

Author SHA1 Message Date
cjihrig 5a571a5fa0 doc: fix detached child stdio example 8 years ago
Ben Noordhuis 630096bc80 src: guard against overflow in ParseArrayIndex() 8 years ago
Ben Noordhuis 6ae20433c9 src: move ParseArrayIndex() to src/node_buffer.cc 8 years ago
Anna Henningsen af273b5e81
test: skip doctool tests when js-yaml is missing 9 years ago
Anna Henningsen 1fe0708fd4
test: really run addon tests on `make test` 8 years ago
Michael Dawson 95a3c8f94d build: Fix compile failure in backtrace_posix.cc 8 years ago
Anna Henningsen cd4dbf3348
doc: add `added:` information for timers 8 years ago
cjihrig a2ee21db84 util: add an option for configuring break length 8 years ago
Ben Noordhuis b4d4fd939c build: export openssl symbols on windows 9 years ago
Gireesh Punathil d80432db76 build: enable big toc for release builds in AIX 8 years ago
Tarun Garg 475dc439e2
doc: fix documentation of process.argv 8 years ago
Ben Noordhuis f47c394d75 test: listen on and connect to 127.0.0.1 8 years ago
Kat Marchán b3ec2432a1 deps: upgrade npm to 3.10.3 8 years ago
Rich Trott fb4c022fbe test: handle SmartOS bug in test-tls-session-cache 8 years ago
João Reis 7cbbec516d build: split CI rules in Makefile 8 years ago
Ryan Lewis 1299c2764e doc: add guide for Node.js Timers 9 years ago
Rich Trott abce60cec0 test: remove common.PORT from http tests 8 years ago
Rich Trott 42de4bb819 doc: improve usage of `zero`/`0` 8 years ago
Chuck Langford 99cfd53097 test: test execFile/fork arg validation 9 years ago
Rich Trott 0548e5d12a child_process: add fork/execFile arg validation 8 years ago
Rich Trott 0268fd0a9f child_process: preserve argument type 8 years ago
Rich Trott 8da541bf5f Revert "child_process: measure buffer length in bytes" 8 years ago
Lance Ball 15157c3c3d repl: Default `useGlobal` to false in CLI REPL. 9 years ago
Michaël Zasso dc17432208
deps: fix V8 5.1 tests 8 years ago
Jeremiah Senkpiel 5e5ec2cd1e os: deprecate `tmpDir()` in favour of `tmpdir()` 9 years ago
Ben Noordhuis c5c28c3d50 debugger: make listen address configurable 9 years ago
Ben Noordhuis 7dcc4af827 build: drop unconditional openssl dep from cctest 8 years ago
Anna Henningsen 3cac616791
vm: don't print out arrow message for custom error 8 years ago
Daniel Bevenius 02afb057b5
doc: fixing minor typo in AtExit hooks section 8 years ago
James M Snell 7de59ef925 net: use icu's punycode implementation 8 years ago
James M Snell 3d6a01ed3e deps: update icu-small to include punycode datafiles 8 years ago
Eugene Ostroukhov 08aff14cc8 inspector: Do cleanups before notifying callback 8 years ago
Myles Borins cae428a05a tools: explicit path for V8 test tap output 8 years ago
Ben Noordhuis dac16d8fb6 test: check types for http request and response 9 years ago
Ben Noordhuis 92dab4a2b2 src: print backtrace on failed CHECK/ASSERT 8 years ago
Ben Noordhuis be767cf885 src: move ABORT() logic into node::Abort() 8 years ago
cjihrig 64edd064b8 test: add abort test for backtrace validation 9 years ago
Ben Noordhuis e574f5b700 src: print backtrace on abort/unreachable code 9 years ago
Ben Noordhuis 787eddf794 src: print backtrace on fatal error 9 years ago
Ben Noordhuis 3c85f4e237 test: don't use internal headers in add-on tests 8 years ago
Ben Noordhuis 0672fca921 test: fix abort/test-abort-uncaught-exception 8 years ago
Ben Noordhuis 5251fe52c3 test: add testcfg.py to test/abort/ 8 years ago
Ben Noordhuis ed3d8b13ee src: fix bad logic in uid/gid checks 8 years ago
Ben Noordhuis c50e192204 src: fix memory leak in WriteBuffers() error path 8 years ago
Ben Noordhuis da4c1c314d src: fix use-after-return in zlib bindings 8 years ago
Ben Noordhuis 26a918f4f5 src: remove deprecated HMAC_Init, use HMAC_Init_ex 8 years ago
Ben Noordhuis d404566687 src: remove duplicate HMAC_Init calls 8 years ago
Ben Noordhuis 0e8206933e src: remove unused md_ data members 8 years ago
Ben Noordhuis 664ba510fd src: remove unused data member write_queue_size_ 8 years ago
Ben Noordhuis 57387fa29f src: guard against starting fs watcher twice 8 years ago