33 Commits (9f13b5f7d5d16d82a3fcc7f86d564adbc01f35b1)

Author SHA1 Message Date
Michael Dawson 51e09d00c4 src: normalize malloc, realloc 9 years ago
Trevor Norris 12300626d7 src: no abort from getter if object isn't wrapped 9 years ago
Ben Noordhuis 3eea55167d src: fix memory leak in WriteBuffers() error path 9 years ago
Ben Noordhuis 4f4d3e77ef src: fix whitespace/indent cpplint warnings 9 years ago
Ben Noordhuis 066064d65f src: fix whitespace/blank_line cpplint warnings 9 years ago
Ben Noordhuis ccc701e1d5 src: fix build/c++tr1 cpplint warnings 9 years ago
Anna Henningsen dda81b44b0 src: unify implementations of Utf8Value etc. 9 years ago
Ben Noordhuis 2b0dce5a5b src: don't use locale-sensitive strcasecmp() 9 years ago
Bryon Leung aa8a10c8c3 src: add BE support to StringBytes::Encode() 10 years ago
Cheng Zhao 9a593abc47 src: include signal.h in util.h 10 years ago
Evan Lucas 0b1ca4a9ef src: Add ABORT macro 10 years ago
Michaël Zasso 7ce749d722 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 10 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
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Tom Hughes 74954ce7d8 Add string class that uses ExternalAsciiStringResource. 14 years ago