14304 Commits (45f83e59c4b507b84bfed315a842b6d90110e1e9)
 

Author SHA1 Message Date
Ryan Lewis 45f83e59c4 doc: add guide for Node.js Timers 9 years ago
Rich Trott b383fdde79 test: remove common.PORT from http tests 9 years ago
Rich Trott 7d07a0b68e doc: improve usage of `zero`/`0` 9 years ago
Rich Trott 2aa06b9fa0 child_process: preserve argument type 9 years ago
Rich Trott 4a0fb6fcb8 Revert "child_process: measure buffer length in bytes" 9 years ago
Lance Ball 7a7b8f7e67 repl: Default `useGlobal` to false in CLI REPL. 9 years ago
Ben Noordhuis 4891001d7e debugger: make listen address configurable 9 years ago
Ben Noordhuis 1bd6a623a0 build: drop unconditional openssl dep from cctest 9 years ago
Anna Henningsen 6151544751 vm: don't print out arrow message for custom error 9 years ago
Daniel Bevenius 8d18aed59e doc: fixing minor typo in AtExit hooks section 9 years ago
James M Snell d0e24923a6 net: use icu's punycode implementation 9 years ago
James M Snell 12b199369d deps: update icu-small to include punycode datafiles 9 years ago
Eugene Ostroukhov c4aaf47f4d inspector: Do cleanups before notifying callback 9 years ago
Myles Borins d857e9a3e9 tools: explicit path for V8 test tap output 9 years ago
Ben Noordhuis 658ab3d1e6 test: check types for http request and response 9 years ago
Ben Noordhuis 57cc4e3071 src: print backtrace on failed CHECK/ASSERT 9 years ago
Ben Noordhuis b8919b1d23 src: move ABORT() logic into node::Abort() 9 years ago
cjihrig 517e71508e test: add abort test for backtrace validation 9 years ago
Ben Noordhuis c96d701769 src: print backtrace on abort/unreachable code 9 years ago
Ben Noordhuis 6cec90a611 src: print backtrace on fatal error 9 years ago
Ben Noordhuis 6de80fcaea test: don't use internal headers in add-on tests 9 years ago
Ben Noordhuis c7ab7a31d7 test: fix abort/test-abort-uncaught-exception 9 years ago
Ben Noordhuis 4b0ab5b308 test: add testcfg.py to test/abort/ 9 years ago
Ben Noordhuis 8f7baffee4 src: fix bad logic in uid/gid checks 9 years ago
Ben Noordhuis 6fa560dce9 src: fix memory leak in WriteBuffers() error path 9 years ago
Ben Noordhuis ce039c3240 src: fix use-after-return in zlib bindings 9 years ago
Ben Noordhuis 2816418c04 src: remove deprecated HMAC_Init, use HMAC_Init_ex 9 years ago
Ben Noordhuis b7e661b12c src: remove duplicate HMAC_Init calls 9 years ago
Ben Noordhuis 25bc7fee34 src: remove unused md_ data members 9 years ago
Ben Noordhuis 2228a656b0 src: remove unused data member write_queue_size_ 9 years ago
Ben Noordhuis 9945b4ecd6 src: guard against starting fs watcher twice 9 years ago
Ben Noordhuis 3b1c19f90a src: initialize encoding_ data member 9 years ago
Ben Noordhuis c795d1ed9b src: check uv_async_init() return value 9 years ago
Andras 44f0f940c8 benchmark: add `setImmediate()` benchmarks 9 years ago
Andras efb7a90fa9 timers: optimize `setImmediate()` 9 years ago
Andras a5d894590d timers: optimize linkedlist 9 years ago
Ben Noordhuis e727cb5021 tools: fix -Wunused-variable warning 9 years ago
Ben Noordhuis 001aa06bc0 src: lint v8abbr.h 9 years ago
Ben Noordhuis ca4fb084f6 src: lint node_lttng_tp.h 9 years ago
Ben Noordhuis da0ebf62c7 src: lint node_win32_perfctr_provider.cc 9 years ago
Ben Noordhuis 8a31b234ee build: remove unused files from CPPLINT_FILES 9 years ago
Ben Noordhuis 3fa643b069 src: fix whitespace/indent cpplint warnings 9 years ago
Ben Noordhuis f72259aa89 src: fix whitespace/blank_line cpplint warnings 9 years ago
Ben Noordhuis 1b3c1b08a8 src: fix runtime/references cpplint warnings 9 years ago
Ben Noordhuis be0c575ab4 src: fix runtime/int cpplint warnings 9 years ago
Ben Noordhuis 88c5183147 src: fix runtime/indentation_namespace warnings 9 years ago
Ben Noordhuis 1fa6dba8f2 src: fix readability/nolint cpplint warnings 9 years ago
Ben Noordhuis 43e83576bd src: fix readability/namespace cpplint warnings 9 years ago
Ben Noordhuis 5fd158568f src: fix readability/inheritance cpplint warnings 9 years ago
Ben Noordhuis b7e006b489 src: fix readability/constructors cpplint warnings 9 years ago