summaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
2017-08-07src: adjust windows abort behaviorJared Kantrowitz
2017-07-27src: replace ASSERT with CHECKBen Noordhuis
2017-04-27src: remove GTEST_DONT_DEFINE_ASSERT_EQ in util.hDaniel Bevenius
2017-04-12src: allow ArrayBufferView as instance of BufferTimothy Gu
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-24src: clean up MaybeStackBufferTimothy Gu
2017-02-24src: don't assume v8::Local is using-declaredTimothy Gu
2016-11-18src: squelch unused function warnings in util.hsolebox
2016-10-25buffer: add buffer.transcodeJames M Snell
2016-10-04src: fix build for older clangZach Bjornson
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-23src: remove VS 2013 compatibility hacksBen Noordhuis
2016-09-22src: no longer need to use std::tr1::Michaël Zasso
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-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