4296 Commits (56072280996f2b39328952985723f0c76a11a189)

Author SHA1 Message Date
cjihrig 18ae74cf98 src: suppress coverity message 9 years ago
Ben Noordhuis 630096bc80 src: guard against overflow in ParseArrayIndex() 9 years ago
Ben Noordhuis 6ae20433c9 src: move ParseArrayIndex() to src/node_buffer.cc 9 years ago
Michael Dawson 95a3c8f94d build: Fix compile failure in backtrace_posix.cc 9 years ago
Ben Noordhuis c5c28c3d50 debugger: make listen address configurable 9 years ago
Anna Henningsen 3cac616791
vm: don't print out arrow message for custom error 9 years ago
James M Snell 7de59ef925 net: use icu's punycode implementation 9 years ago
Eugene Ostroukhov 08aff14cc8 inspector: Do cleanups before notifying callback 9 years ago
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