4338 Commits (cd94642356b65da348d4f91bc522a4673b7c23d4)

Author SHA1 Message Date
Ben Noordhuis 92dab4a2b2 src: print backtrace on failed CHECK/ASSERT 9 years ago
Ben Noordhuis be767cf885 src: move ABORT() logic into node::Abort() 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 ed3d8b13ee src: fix bad logic in uid/gid checks 9 years ago
Ben Noordhuis c50e192204 src: fix memory leak in WriteBuffers() error path 9 years ago
Ben Noordhuis da4c1c314d src: fix use-after-return in zlib bindings 9 years ago
Ben Noordhuis 26a918f4f5 src: remove deprecated HMAC_Init, use HMAC_Init_ex 9 years ago
Ben Noordhuis d404566687 src: remove duplicate HMAC_Init calls 9 years ago
Ben Noordhuis 0e8206933e src: remove unused md_ data members 9 years ago
Ben Noordhuis 664ba510fd src: remove unused data member write_queue_size_ 9 years ago
Ben Noordhuis 57387fa29f src: guard against starting fs watcher twice 9 years ago
Ben Noordhuis 88a8748212 src: initialize encoding_ data member 9 years ago
Ben Noordhuis 5e60ded244 src: check uv_async_init() return value 9 years ago
Ben Noordhuis f8d3f6fbf4 src: remove obsolete NOLINT comments 9 years ago
Ben Noordhuis dbe4b58565 src: lint v8abbr.h 9 years ago
Ben Noordhuis f1d2792c1c src: lint node_lttng_tp.h 9 years ago
Ben Noordhuis a26c3cd54f src: lint node_win32_perfctr_provider.cc 9 years ago
Ben Noordhuis 97aeb0ae12 src: fix whitespace/indent cpplint warnings 9 years ago
Ben Noordhuis 0daffdf3fd src: fix whitespace/blank_line cpplint warnings 9 years ago
Ben Noordhuis 2f2002a75c src: fix runtime/references cpplint warnings 9 years ago
Ben Noordhuis ae0c6504b2 src: fix runtime/int cpplint warnings 9 years ago
Ben Noordhuis 124313470b src: fix runtime/indentation_namespace warnings 9 years ago
Ben Noordhuis d112df4a26 src: fix readability/nolint cpplint warnings 9 years ago
Ben Noordhuis 0ba0eca986 src: fix readability/namespace cpplint warnings 9 years ago
Ben Noordhuis 8e395222de src: fix readability/inheritance cpplint warnings 9 years ago
Ben Noordhuis df3a192496 src: fix readability/constructors cpplint warnings 9 years ago
Ben Noordhuis 29228c4089 src: fix readability/braces cpplint warnings 9 years ago
Ben Noordhuis e9559d028e src: fix build/header_guard cpplint warnings 9 years ago
Ben Noordhuis 19ec5d756c src: fix build/c++tr1 cpplint warnings 9 years ago
Ali Ijaz Sheikh c938735cee
dtrace: fix ustack helper for V8 5.1 9 years ago
Stefan Budeanu 410296c37a build: configure --shared 9 years ago
Evan Lucas a77f6ebaf1 inspector: print warning when used 9 years ago
Zach Bjornson a1059afd39 buffer: speed up swap16/32, add swap64 9 years ago
Daniel Bevenius 561548702e src: renaming ares_task struct to node_ares_task 9 years ago
Michael Wain 2996b5c975 crypto: Allow GCM ciphers to have a longer IV length 9 years ago
Anna Henningsen 61196dedad
vm: test for abort condition of current invocation 9 years ago
Ben Noordhuis be85e6d666 crypto: update root certificates 9 years ago
Ben Noordhuis 781713d5ef src: remove unused isolate member 9 years ago
Ben Noordhuis d7087df4da src: use RAII for mutexes and condition variables 9 years ago
Bryce Simonds 5bddc9a741
src: fix Windows segfault with `--eval` 9 years ago
Ben Noordhuis a92089b6bd src: alias BINARY to LATIN1 9 years ago
Anna Henningsen 0815b9401d
vm: add ability to break on sigint/ctrl+c 9 years ago
Eugene Ostroukhov 9dfc8b9d8e inspector: fix inspector connection cleanup 9 years ago
Eugene Ostroukhov dfcf02b6f7 inspector: fix coverity scan errors 9 years ago
Daniel Bevenius 81b6882e51 src: rename "node" script to "bootstrap_node" 9 years ago
Ali Ijaz Sheikh 44b9154495 deps: switch to upstream v8_inspector 9 years ago
Brian White f914f37742
src: clean up string_search 9 years ago
Myles Borins f1d1071361 src: make Sec-WebSocket-Key check case-insensitive 9 years ago
Eugene Ostroukhov 6626919205 inspector: process.exit should wait for inspector 9 years ago