4229 Commits (1a93e03a0ef87ec7133f347ab2ee9081fcbaee92)

Author SHA1 Message Date
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
Eugene Ostroukhov 706e6990bf string_bytes: Make base64 encode/decode reusable 9 years ago
Saúl Ibarra Corretgé 3ef2eb283b udp: use libuv API to get file descriptor 9 years ago
Cheng Zhao 2ab75b7a42 src: add node::FreeEnvironment public API 9 years ago
Saúl Ibarra Corretgé 4fe1d6e75f unix,stream: fix getting the correct fd for a handle 9 years ago
Anna Henningsen 178e634114
src: fix without-intl build 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
James M Snell 5d38d543cd src,module: add --preserve-symlinks command line flag 9 years ago
Jeremiah Senkpiel fe4837afcc handle_wrap: IsRefed() -> HasRef() 9 years ago
Jeremiah Senkpiel 96a9439fd2 Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check" 9 years ago
Ben Noordhuis 844f0a9f58 src: fix sporadic deadlock in SIGUSR1 handler 9 years ago
Ali Ijaz Sheikh 4d4cfb27ca src,lib: minor --debug-brk cleanup 9 years ago
Ben Noordhuis f6940dfa46 src: don't use locale-sensitive strcasecmp() 9 years ago
Ben Noordhuis 6db772d648 src: remove unused #include statement 9 years ago
Ben Noordhuis b261178a52 src: remove pre-openssl 1.0 legacy code 9 years ago
Ben Noordhuis e6b35f4a86 crypto: disable ssl compression at build time 9 years ago
Steven R. Loomis cd752e8463
intl: Don't crash if v8BreakIterator not available 9 years ago
Anna Henningsen bc8b525440
buffer: fix lastIndexOf index underflow issue 9 years ago
Anna Henningsen 55b975d402
buffer: fix lastIndexOf crash for overlong needle 9 years ago
Anna Henningsen bfe645d1f4
src: fix FindFirstCharacter argument alignment 9 years ago
Anna Henningsen 4d49bcb73e
buffer: fix UCS2 indexOf for odd buffer length 9 years ago
Anna Henningsen 5defa0cbaa
buffer: fix needle length misestimation for UCS2 9 years ago
Rich Trott 52f85bebfc src: add O_NOATIME constant 9 years ago
James M Snell ba6196f843 util: fix inspecting of proxy objects 9 years ago
Patrick Mueller 52cb410402 process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Anna Henningsen 44a40325da
src: unify implementations of Utf8Value etc. 9 years ago
Ben Noordhuis a58d4839af src: simplify handlewrap state tracking logic 9 years ago
Ben Noordhuis cad1a62d32 src: use libuv's refcounting directly 9 years ago
James M Snell 1a29a5773a 2016-04-26, Version 6.0.0 (Current) Release 9 years ago
Stefan Budeanu 56b9478f53 crypto: Read OpenSSL config before init 9 years ago