summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
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-25fs: 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-11src: 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-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2014-10-23src: update DISALLOW_COPY_AND_ASSIGN() to c++11Ben Noordhuis
2014-09-05src: add ClearWrap() to util.hBen Noordhuis
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-06src: 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-20util: introduce CHECK_EQ/CHECK_NEFedor Indutny
2013-11-20src: add ASSERT/CHECK/UNREACHABLE macrosBen Noordhuis
2013-10-29src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-29src: use function to get internal pointerTrevor Norris
2013-09-06src: add multi-context supportBen Noordhuis