4397 Commits (a10b47608544c55cfb5e1efe701d18705f73dd96)

Author SHA1 Message Date
Rich Trott 49f996f4f6 crypto: make malloc failure check cross-platform 8 years ago
Michael Dawson d1d1433b02 src: normalize malloc, realloc 8 years ago
Ben Noordhuis 2c2a21ab56 src: unbreak build when compiling against uclibc 8 years ago
Daniel Bevenius 4e368c58ff src: moving f function call comment 8 years ago
Eugene Ostroukhov b603ac24cb inspector: use script name for target title 9 years ago
Ali Ijaz Sheikh 0f2c619f55 src: avoid duplicate AtExit functions 8 years ago
Eugene Ostroukhov 13a522ac39 inspector: make sure all messages are dispatched 8 years ago
Eugene Ostroukhov 250a380231 inspector: simplify buffer management 8 years ago
Eugene Ostroukhov 354166c061 inspector: use new inspector headers 8 years ago
Anna Henningsen 3ef8ba8bdc net: make holding the buffer in memory more robust 8 years ago
Evan Lucas 862610f9e8 Working on v6.5.1 8 years ago
Evan Lucas 4c5315cc21 2016-08-26, Version 6.5.0 (Current) 8 years ago
Ali Ijaz Sheikh b1922e7b5b dtrace: fix ustack helper for V8 5.1 9 years ago
Nikolai Vavilov 4118598dbb src: don't include a null character in the WriteConsoleW call 9 years ago
Aleksei Koziatinskii 92de0bc1a6 inspector: fix inspector hang while disconnecting 9 years ago
Ben Noordhuis d863619a30 src: clean up PER_ISOLATE_STRING_PROPERTIES, v2 8 years ago
Ben Noordhuis d3950a2013 src: clean up PER_ISOLATE_STRING_PROPERTIES, v1 8 years ago
Anna Henningsen e371545dfe buffer: allow .write() offset to be at buffer end 8 years ago
Daniel Bevenius 8f9fb8154d src: updating references to the old node.js file 9 years ago
Kunal Pathak 091ba2c511 src: fix build break for !NODE_USE_V8_PLATFORM 8 years ago
Aleksei Koziatinskii bfd8265ec2 inspector: add support for uncaught exception 9 years ago
cjihrig 5cff1476b2 Working on v6.4.1 8 years ago
cjihrig b7eba5ef1d 2016-08-15, Version 6.4.0 (Current) 8 years ago
Aleksei Koziatinskii 60d6e048f0 deps: v8_inspector: console support 9 years ago
Ali Ijaz Sheikh a9fe85ee9c deps: v8_inspector update 9 years ago
Ali Ijaz Sheikh 507c65d94a deps: update v8_inspector 9 years ago
Anna Henningsen 4416ffab8a test,util: fix flaky test-util-sigint-watchdog 9 years ago
Anna Henningsen fb8840cac2 src: use RAII for mutexes in node_watchdog.cc 9 years ago
Ben Noordhuis 780395ffca src: fix use-after-free in inspector agent 9 years ago
Ben Noordhuis 9d45569ed4 src: avoid manual memory management in inspector 9 years ago
Eugene Ostroukhov b75ca50c90 inspector: Do not crash if the port is n/a 9 years ago
Jan Schär 4535149794 timers: remove unused repeat param in timer_wrap 9 years ago
Haojian Wu a20336e708 src: remove unused using decls 9 years ago
Jan Schär 909254c901 zlib: remove unneeded property 9 years ago
Franziska Hinkelmann 317ae96c33 src: make EnvDelete behave like the delete operator 9 years ago
Franziska Hinkelmann 1ab796fa96 src: do not copy on failing setProperty() 9 years ago
Daniel Bevenius cf65a7ce9e src: unifying PipeConnectWrap and TCPConnectWrap 9 years ago
Ehsan Akhgari 63c62cce35 src: Only use TR1 type_traits on OSX<10.9 9 years ago
Rich Trott d7143095cb src: fix build on CentOS 9 years ago
Daniel Bevenius 303f4102d3 src: pull OnConnection from pipe_wrap and tcp_wrap 9 years ago
Fedor Indutny 5f3ab3ffd1 crypto: fix undefined behavior in ParseExtension 9 years ago
Fedor Indutny 98f51ffeb6 buffer: fix unintended unsigned overflow 9 years ago
cjihrig c967af8c07 src: suppress coverity message 9 years ago
Ben Noordhuis f3e5b39696 src: guard against overflow in ParseArrayIndex() 9 years ago
Ben Noordhuis c730a5d026 src: move ParseArrayIndex() to src/node_buffer.cc 9 years ago
Ben Noordhuis da9bd2fc48
src: alias BINARY to LATIN1 9 years ago
Ben Noordhuis 7ba0f860a6
src: fix erroneous fallthrough in ParseEncoding() 9 years ago
Trevor Norris a059aea9a2
src: remove final trace of raw encoding 9 years ago
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
Evan Lucas 342a85b1a7 Working on v6.3.2 9 years ago