56 Commits (29353e5a992c1e7f92fafa4d1429e0f8dd494155)

Author SHA1 Message Date
Daniel Bevenius 5bb06e8596
src: remove GTEST_DONT_DEFINE_ASSERT_EQ in util.h 8 years ago
Timothy Gu faa447b256 src: allow ArrayBufferView as instance of Buffer 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Timothy Gu e7a3add531 src: clean up MaybeStackBuffer 8 years ago
Timothy Gu ff8bac23f1 src: don't assume v8::Local is using-declared 8 years ago
solebox 35d48d3e10 src: squelch unused function warnings in util.h 9 years ago
James M Snell e8eaaa7724 buffer: add buffer.transcode 9 years ago
Zach Bjornson 7420835390 src: fix build for older clang 9 years ago
Anna Henningsen 72c60e892c
src: notify V8 for low memory when alloc fails 9 years ago
Anna Henningsen ea94086ad2
src: provide allocation + nullptr check shortcuts 9 years ago
Anna Henningsen 48ed65440c
src: pass desired return type to allocators 9 years ago
Anna Henningsen eb927fac38
src: add Malloc() size param + overflow detection 9 years ago
Ben Noordhuis c8d6107217 src: remove VS 2013 compatibility hacks 9 years ago
Michaël Zasso 75242a2614 src: no longer need to use std::tr1:: 9 years ago
Michael Dawson a00ccb0fb9 src: normalize malloc, realloc 9 years ago
Ehsan Akhgari 34d58ce334
src: Only use TR1 type_traits on OSX<10.9 9 years ago
Ben Noordhuis 92dab4a2b2 src: print backtrace on failed CHECK/ASSERT 9 years ago
Ben Noordhuis be767cf885 src: move ABORT() logic into node::Abort() 9 years ago
Ben Noordhuis e574f5b700 src: print backtrace on abort/unreachable code 9 years ago
Ben Noordhuis 787eddf794 src: print backtrace on fatal error 9 years ago
Ben Noordhuis c50e192204 src: fix memory leak in WriteBuffers() error path 9 years ago
Ben Noordhuis 97aeb0ae12 src: fix whitespace/indent cpplint warnings 9 years ago
Ben Noordhuis 0daffdf3fd src: fix whitespace/blank_line cpplint warnings 9 years ago
Ben Noordhuis 19ec5d756c src: fix build/c++tr1 cpplint warnings 9 years ago
Myles Borins f1d1071361 src: make Sec-WebSocket-Key check case-insensitive 9 years ago
Ben Noordhuis eff96d32dc src: add include guards to internal headers 9 years ago
Trevor Norris c0e6c668e6 src: no abort from getter if object isn't wrapped 9 years ago
Ben Noordhuis f6940dfa46 src: don't use locale-sensitive strcasecmp() 9 years ago
Anna Henningsen 44a40325da
src: unify implementations of Utf8Value etc. 9 years ago
James M Snell 060e5f0c00 fs: Buffer and encoding enhancements to fs API 9 years ago
Trevor Norris b55e58042c buffer: add encoding parameter to fill() 9 years ago
Bryon Leung 2ccde01980 src: add BE support to StringBytes::Encode() 10 years ago
Cheng Zhao 1b78151ff6 src: include signal.h in util.h 10 years ago
Evan Lucas 870229e665 src: Add ABORT macro 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 years ago
Trevor Norris 63da0dfd3a buffer: implement Uint8Array backed Buffer 10 years ago
Ben Noordhuis c9ee654290 src: simplify node::Utf8Value() 10 years ago
Ben Noordhuis 58eb00c693 src: add typesafe intrusive list 10 years ago
Fedor Indutny e17e6fb2fa util: use on-stack buffer for Utf8Value 10 years ago
Ben Noordhuis e95cfe14e3 src: add ASSERT_EQ style macros 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris cbf76c1f2f src: pass Isolate to node::Utf8Value constructor 10 years ago
Ben Noordhuis c038dcc360 src: update DISALLOW_COPY_AND_ASSIGN() to c++11 11 years ago
Chris Dickinson 6e689ece46 crypto: use domains for any callback-taking method 11 years ago
Ben Noordhuis 1e99486cc8 src: add ClearWrap() to util.h 11 years ago
Oguz Bastemur c94afdccf3 util.h: interface compatibility 11 years ago
Timothy J Fontaine 535c7777ac src: replace usage of String::Utf8Value 11 years ago
Ben Noordhuis 34b0a36120 src: don't use NewExternal() with unaligned strings 12 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago