14293 Commits (12b199369d08cd4c09120411a173dbfba48521f8)
 

Author SHA1 Message Date
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
Ben Noordhuis 7fe758de85 src: fix readability/braces cpplint warnings 9 years ago
Ben Noordhuis 6280ccdaaa src: fix build/header_guard cpplint warnings 9 years ago
Ben Noordhuis 5dfa234bae src: fix build/c++tr1 cpplint warnings 9 years ago
Ben Noordhuis 9d0641e20d tools: allow cpplint to run outside git repo 9 years ago
Ben Noordhuis 01b7b9a2bc tools: add back --mode=tap to cpplint 9 years ago
Ben Noordhuis e3662a4386 tools: disable unwanted cpplint rules again 9 years ago
Ben Noordhuis 5830ec5d41 tools: update cpplint to r456 9 years ago
Rich Trott 365f5207b3 test: test isFullWidthCodePoint with invalid input 9 years ago
Anna Henningsen 58ae35c34d doc: fix broken refs to url.parse() in http docs 9 years ago
Anna Henningsen f269c008f2 doc: add `added:` information for https 9 years ago
Anna Henningsen 1c7b622cfc doc: add `added:` information for http 9 years ago