4108 Commits (c938735ceea1e610f57aff6853965a41e412299d)

Author SHA1 Message Date
Ali Ijaz Sheikh c938735cee
dtrace: fix ustack helper for V8 5.1 9 years ago
Stefan Budeanu 410296c37a build: configure --shared 9 years ago
Evan Lucas a77f6ebaf1 inspector: print warning when used 9 years ago
Zach Bjornson a1059afd39 buffer: speed up swap16/32, add swap64 9 years ago
Daniel Bevenius 561548702e src: renaming ares_task struct to node_ares_task 9 years ago
Michael Wain 2996b5c975 crypto: Allow GCM ciphers to have a longer IV length 9 years ago
Anna Henningsen 61196dedad
vm: test for abort condition of current invocation 9 years ago
Ben Noordhuis be85e6d666 crypto: update root certificates 9 years ago
Ben Noordhuis 781713d5ef src: remove unused isolate member 9 years ago
Ben Noordhuis d7087df4da src: use RAII for mutexes and condition variables 9 years ago
Bryce Simonds 5bddc9a741
src: fix Windows segfault with `--eval` 9 years ago
Ben Noordhuis a92089b6bd src: alias BINARY to LATIN1 9 years ago
Anna Henningsen 0815b9401d
vm: add ability to break on sigint/ctrl+c 9 years ago
Eugene Ostroukhov 9dfc8b9d8e inspector: fix inspector connection cleanup 9 years ago
Eugene Ostroukhov dfcf02b6f7 inspector: fix coverity scan errors 9 years ago
Daniel Bevenius 81b6882e51 src: rename "node" script to "bootstrap_node" 9 years ago
Ali Ijaz Sheikh 44b9154495 deps: switch to upstream v8_inspector 9 years ago
Brian White f914f37742
src: clean up string_search 9 years ago
Myles Borins f1d1071361 src: make Sec-WebSocket-Key check case-insensitive 9 years ago
Eugene Ostroukhov 6626919205 inspector: process.exit should wait for inspector 9 years ago
Anna Henningsen 0c73c9fece
src: fix --without-inspector build 9 years ago
Ben Noordhuis 6b48324363 src: fix erroneous fallthrough in ParseEncoding() 9 years ago
James M Snell 197a465280 zlib: move constants into zlib.constants 9 years ago
Eugene Ostroukhov 624734e640 inspector: reduce implementation in header 9 years ago
Ali Ijaz Sheikh a766ebf594 inspector: change default port 9 years ago
Myles Borins 853b8456ac src: fix json payload from inspector 9 years ago
Trevor Norris e0b8dd59bc src: remove final trace of raw encoding 9 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Ingvar Stepanyan 5292a1358f
buffer: improve creation performance. 9 years ago
Anna Henningsen de4161d367
src: remove unused internals from node.cc 9 years ago
Anna Henningsen ac0665c908 src: fix ArrayBuffer size for zero fill flag 9 years ago
Ben Noordhuis aac79dfd78 src: use stack-allocated Environment instances 9 years ago
Ben Noordhuis 58cec4e85b src: move env init logic into Environment class 9 years ago
Ben Noordhuis 3a3996315c lib,src: reset zero fill flag on exception 9 years ago
Nicolas Romer 3549a5e4ff src: add linebreak to inspector message 9 years ago
Trevor Norris f81f0c351a async_wrap: pass uid to JS as double 9 years ago
Anna Henningsen 3e7c5bcf87
src: fix --without-inspector build 9 years ago
Ben Noordhuis 27e84ddd4e lib,src: clean up ArrayBufferAllocator 9 years ago
Ben Noordhuis 334ef4f19d lib,src: drop dependency on v8::Private::ForApi() 9 years ago
Ben Noordhuis c3cd453cba src: make IsolateData creation explicit 9 years ago
Ben Noordhuis 0301ce9f55 src: move IsolateData out of Environment 9 years ago
Pavel Feldman 84ad31fff3 src,lib: v8-inspector support 9 years ago
Matteo Collina c14e98b476 dgram: copy the list in send 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
Trevor Norris 13e5d4f320 stream_base: always use Base template class 9 years ago
Trevor Norris 43b5215083 tls_wrap: do not abort on new TLSWrap() 9 years ago
Trevor Norris 9dd5b93c42 src: always clear wrap before persistent Reset() 9 years ago
Trevor Norris ddc19be6de src: inherit first from AsyncWrap 9 years ago
Anna Henningsen 4bd410bbbe
vm: don't abort process when stack space runs out 9 years ago