Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-12src: disable stdio bufferingBen Noordhuis
2016-07-11crypto: fix undefined behavior in ParseExtensionFedor Indutny
2016-07-11buffer: fix unintended unsigned overflowFedor Indutny
2016-07-08src: suppress coverity messagecjihrig
2016-07-06src: guard against overflow in ParseArrayIndex()Ben Noordhuis
2016-07-06src: move ParseArrayIndex() to src/node_buffer.ccBen Noordhuis
2016-07-05build: Fix compile failure in backtrace_posix.ccMichael Dawson
2016-06-30debugger: make listen address configurableBen Noordhuis
2016-06-30vm: don't print out arrow message for custom errorAnna Henningsen
2016-06-30net: use icu's punycode implementationJames M Snell
2016-06-30inspector: Do cleanups before notifying callbackEugene Ostroukhov
2016-06-29src: print backtrace on failed CHECK/ASSERTBen Noordhuis
2016-06-29src: move ABORT() logic into node::Abort()Ben Noordhuis
2016-06-29src: print backtrace on abort/unreachable codeBen Noordhuis
2016-06-29src: print backtrace on fatal errorBen Noordhuis
2016-06-29src: fix bad logic in uid/gid checksBen Noordhuis
2016-06-29src: fix memory leak in WriteBuffers() error pathBen Noordhuis
2016-06-29src: fix use-after-return in zlib bindingsBen Noordhuis
2016-06-29src: remove deprecated HMAC_Init, use HMAC_Init_exBen Noordhuis
2016-06-29src: remove duplicate HMAC_Init callsBen Noordhuis
2016-06-29src: remove unused md_ data membersBen Noordhuis
2016-06-29src: remove unused data member write_queue_size_Ben Noordhuis
2016-06-29src: guard against starting fs watcher twiceBen Noordhuis
2016-06-29src: initialize encoding_ data memberBen Noordhuis
2016-06-29src: check uv_async_init() return valueBen Noordhuis
2016-06-28src: remove obsolete NOLINT commentsBen Noordhuis
2016-06-28src: lint v8abbr.hBen Noordhuis
2016-06-28src: lint node_lttng_tp.hBen Noordhuis
2016-06-28src: lint node_win32_perfctr_provider.ccBen Noordhuis
2016-06-28src: fix whitespace/indent cpplint warningsBen Noordhuis
2016-06-28src: fix whitespace/blank_line cpplint warningsBen Noordhuis
2016-06-28src: fix runtime/references cpplint warningsBen Noordhuis
2016-06-28src: fix runtime/int cpplint warningsBen Noordhuis
2016-06-28src: fix runtime/indentation_namespace warningsBen Noordhuis
2016-06-28src: fix readability/nolint cpplint warningsBen Noordhuis
2016-06-28src: fix readability/namespace cpplint warningsBen Noordhuis
2016-06-28src: fix readability/inheritance cpplint warningsBen Noordhuis
2016-06-28src: fix readability/constructors cpplint warningsBen Noordhuis
2016-06-28src: fix readability/braces cpplint warningsBen Noordhuis
2016-06-28src: fix build/header_guard cpplint warningsBen Noordhuis
2016-06-28src: fix build/c++tr1 cpplint warningsBen Noordhuis
2016-06-29dtrace: fix ustack helper for V8 5.1Ali Ijaz Sheikh
2016-06-29build: configure --sharedStefan Budeanu
2016-06-28inspector: print warning when usedEvan Lucas
2016-06-27buffer: speed up swap16/32, add swap64Zach Bjornson
2016-06-27src: renaming ares_task struct to node_ares_taskDaniel Bevenius
2016-06-27crypto: Allow GCM ciphers to have a longer IV lengthMichael Wain
2016-06-25vm: test for abort condition of current invocationAnna Henningsen
2016-06-23crypto: update root certificatesBen Noordhuis
2016-06-21src: remove unused isolate memberBen Noordhuis