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
AgeCommit message (Expand)Author
2016-11-22src: squelch unused function warnings in util.hsolebox
2016-11-03buffer: add buffer.transcodeJames M Snell
2016-10-06src: fix build for older clangZach Bjornson
2016-09-29src: no longer need to use std::tr1::Michaël Zasso
2016-09-29src: notify V8 for low memory when alloc failsAnna Henningsen
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-09-29src: pass desired return type to allocatorsAnna Henningsen
2016-09-29src: add Malloc() size param + overflow detectionAnna Henningsen
2016-09-29src: remove VS 2013 compatibility hacksBen Noordhuis
2016-09-06src: normalize malloc, reallocMichael Dawson
2016-07-27src: Only use TR1 type_traits on OSX<10.9Ehsan Akhgari
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 memory leak in WriteBuffers() error pathBen Noordhuis
2016-06-28src: fix whitespace/indent cpplint warningsBen Noordhuis
2016-06-28src: fix whitespace/blank_line cpplint warningsBen Noordhuis
2016-06-28src: fix build/c++tr1 cpplint warningsBen Noordhuis
2016-06-14src: make Sec-WebSocket-Key check case-insensitiveMyles Borins
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-05src: don't use locale-sensitive strcasecmp()Ben Noordhuis
2016-04-29src: unify implementations of Utf8Value etc.Anna Henningsen
2016-03-26fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-02-10buffer: add encoding parameter to fill()Trevor Norris
2015-11-24src: add BE support to StringBytes::Encode()Bryon Leung
2015-09-25src: include signal.h in util.hCheng Zhao
2015-09-17src: Add ABORT macroEvan Lucas
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-08-04buffer: implement Uint8Array backed BufferTrevor Norris
2015-03-05src: simplify node::Utf8Value()Ben Noordhuis
2015-02-12src: add typesafe intrusive listBen Noordhuis
2015-01-30util: use on-stack buffer for Utf8ValueFedor Indutny
2015-01-21src: add ASSERT_EQ style macrosBen Noordhuis
2015-01-13Remove excessive copyright/license boilerplateisaacs
2015-01-08src: pass Isolate to node::Utf8Value constructorTrevor Norris
2014-10-24src: update DISALLOW_COPY_AND_ASSIGN() to c++11Ben Noordhuis
2014-09-05src: add ClearWrap() to util.hBen Noordhuis
2014-06-11Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-07src: replace usage of String::Utf8ValueTimothy J Fontaine
2014-05-30src: replace CONTAINER_OF with type-safe functionBen Noordhuis
2014-03-16src: add CHECK_{GE,GT,LE,LT} macrosBen Noordhuis
2014-03-16src: deduplicate CHECK_EQ/CHECK_NE macrosBen Noordhuis
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2013-12-21util: introduce CHECK_EQ/CHECK_NEFedor Indutny
2013-11-20src: add ASSERT/CHECK/UNREACHABLE macrosBen Noordhuis
2013-10-30src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-30src: use function to get internal pointerTrevor Norris