4164 Commits (e1643ccc5a5ecf7cb779472d244459469c9971a1)

Author SHA1 Message Date
Ben Noordhuis 80b10b4fe2 src: fix use-after-free in inspector agent 9 years ago
Ben Noordhuis c8c1f96abe src: avoid manual memory management in inspector 9 years ago
Eugene Ostroukhov f789eb3106 inspector: Do not crash if the port is n/a 9 years ago
Daniel Bevenius b896057109
src: unifying PipeConnectWrap and TCPConnectWrap 9 years ago
Ali Ijaz Sheikh b9445bfecd deps: update v8_inspector 9 years ago
Ehsan Akhgari 34d58ce334
src: Only use TR1 type_traits on OSX<10.9 9 years ago
Rich Trott 809aabcc13 src: fix build on CentOS 9 years ago
Daniel Bevenius 46633934fe
src: pull OnConnection from pipe_wrap and tcp_wrap 9 years ago
Sakthipriyan Vairamani c86c1eeab5 fs: validate args of truncate functions in js 9 years ago
Ben Noordhuis 48c52d765d src: remove unnecessary HandleScopes 9 years ago
Ben Noordhuis 4e989b00a3 src: fix handle leak in UDPWrap::Instantiate() 9 years ago
Ben Noordhuis c354b241a7 src: fix handle leak in BuildStatsObject() 9 years ago
Ben Noordhuis 6754bae82f src: fix handle leak in Buffer::New() 9 years ago
Christopher Jeffrey 151d316b99
buffer: optimize hex_decode 9 years ago
Eugene Ostroukhov 4220c24b17 inspector: Unify event queues 9 years ago
Ben Noordhuis cfe76f2d6b src: disable stdio buffering 9 years ago
Fedor Indutny c9f6776d2b crypto: fix undefined behavior in ParseExtension 9 years ago
Fedor Indutny 46f40cfb4c buffer: fix unintended unsigned overflow 9 years ago
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