summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: disable stdio bufferingBen Noordhuis2016-07-111-1/+4
* crypto: fix undefined behavior in ParseExtensionFedor Indutny2016-07-112-3/+3
* buffer: fix unintended unsigned overflowFedor Indutny2016-07-111-3/+3
* src: suppress coverity messagecjihrig2016-07-081-0/+1
* src: guard against overflow in ParseArrayIndex()Ben Noordhuis2016-07-061-0/+5
* src: move ParseArrayIndex() to src/node_buffer.ccBen Noordhuis2016-07-062-18/+19
* build: Fix compile failure in backtrace_posix.ccMichael Dawson2016-07-051-1/+1
* debugger: make listen address configurableBen Noordhuis2016-06-303-30/+64
* vm: don't print out arrow message for custom errorAnna Henningsen2016-06-303-15/+24
* net: use icu's punycode implementationJames M Snell2016-06-291-0/+132
* inspector: Do cleanups before notifying callbackEugene Ostroukhov2016-06-291-22/+35
* src: print backtrace on failed CHECK/ASSERTBen Noordhuis2016-06-292-6/+59
* src: move ABORT() logic into node::Abort()Ben Noordhuis2016-06-293-10/+17
* src: print backtrace on abort/unreachable codeBen Noordhuis2016-06-292-3/+9
* src: print backtrace on fatal errorBen Noordhuis2016-06-294-0/+62
* src: fix bad logic in uid/gid checksBen Noordhuis2016-06-293-37/+11
* src: fix memory leak in WriteBuffers() error pathBen Noordhuis2016-06-292-20/+19
* src: fix use-after-return in zlib bindingsBen Noordhuis2016-06-291-2/+1
* src: remove deprecated HMAC_Init, use HMAC_Init_exBen Noordhuis2016-06-291-1/+1
* src: remove duplicate HMAC_Init callsBen Noordhuis2016-06-291-5/+2
* src: remove unused md_ data membersBen Noordhuis2016-06-292-23/+17
* src: remove unused data member write_queue_size_Ben Noordhuis2016-06-291-1/+0
* src: guard against starting fs watcher twiceBen Noordhuis2016-06-291-0/+1
* src: initialize encoding_ data memberBen Noordhuis2016-06-291-6/+6
* src: check uv_async_init() return valueBen Noordhuis2016-06-292-6/+6
* src: remove obsolete NOLINT commentsBen Noordhuis2016-06-283-5/+3
* src: lint v8abbr.hBen Noordhuis2016-06-281-1/+2
* src: lint node_lttng_tp.hBen Noordhuis2016-06-281-39/+21
* src: lint node_win32_perfctr_provider.ccBen Noordhuis2016-06-281-10/+20
* src: fix whitespace/indent cpplint warningsBen Noordhuis2016-06-284-248/+249
* src: fix whitespace/blank_line cpplint warningsBen Noordhuis2016-06-284-2/+2
* src: fix runtime/references cpplint warningsBen Noordhuis2016-06-281-8/+9
* src: fix runtime/int cpplint warningsBen Noordhuis2016-06-284-29/+29
* src: fix runtime/indentation_namespace warningsBen Noordhuis2016-06-281-1/+1
* src: fix readability/nolint cpplint warningsBen Noordhuis2016-06-282-5/+4
* src: fix readability/namespace cpplint warningsBen Noordhuis2016-06-284-6/+9
* src: fix readability/inheritance cpplint warningsBen Noordhuis2016-06-286-15/+12
* src: fix readability/constructors cpplint warningsBen Noordhuis2016-06-281-1/+4
* src: fix readability/braces cpplint warningsBen Noordhuis2016-06-284-10/+10
* src: fix build/header_guard cpplint warningsBen Noordhuis2016-06-281-1/+1
* src: fix build/c++tr1 cpplint warningsBen Noordhuis2016-06-281-1/+1
* dtrace: fix ustack helper for V8 5.1Ali Ijaz Sheikh2016-06-292-4/+4
* build: configure --sharedStefan Budeanu2016-06-282-12/+53
* inspector: print warning when usedEvan Lucas2016-06-281-0/+1
* buffer: speed up swap16/32, add swap64Zach Bjornson2016-06-271-17/+103
* src: renaming ares_task struct to node_ares_taskDaniel Bevenius2016-06-273-20/+18
* crypto: Allow GCM ciphers to have a longer IV lengthMichael Wain2016-06-271-1/+13
* vm: test for abort condition of current invocationAnna Henningsen2016-06-253-4/+22
* crypto: update root certificatesBen Noordhuis2016-06-231-81/+52
* src: remove unused isolate memberBen Noordhuis2016-06-212-3/+1