summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-02src: use stack-allocated Environment instancesBen Noordhuis
2016-06-02src: move env init logic into Environment classBen Noordhuis
2016-06-02lib,src: reset zero fill flag on exceptionBen Noordhuis
2016-06-02src: add linebreak to inspector messageNicolas Romer
2016-06-01async_wrap: pass uid to JS as doubleTrevor Norris
2016-06-01src: fix --without-inspector buildAnna Henningsen
2016-06-01lib,src: clean up ArrayBufferAllocatorBen Noordhuis
2016-06-01lib,src: drop dependency on v8::Private::ForApi()Ben Noordhuis
2016-06-01src: make IsolateData creation explicitBen Noordhuis
2016-06-01src: move IsolateData out of EnvironmentBen Noordhuis
2016-05-30src,lib: v8-inspector supportPavel Feldman
2016-05-26dgram: copy the list in sendMatteo Collina
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-24stream_base: always use Base template classTrevor Norris
2016-05-24tls_wrap: do not abort on new TLSWrap()Trevor Norris
2016-05-24src: always clear wrap before persistent Reset()Trevor Norris
2016-05-24src: inherit first from AsyncWrapTrevor Norris
2016-05-24vm: don't abort process when stack space runs outAnna Henningsen
2016-05-23string_bytes: Make base64 encode/decode reusableEugene Ostroukhov
2016-05-23udp: use libuv API to get file descriptorSaúl Ibarra Corretgé
2016-05-19src: add node::FreeEnvironment public APICheng Zhao
2016-05-19unix,stream: fix getting the correct fd for a handleSaúl Ibarra Corretgé
2016-05-18src: fix without-intl buildAnna Henningsen
2016-05-17src: refactor require('constants')James M Snell
2016-05-13src,module: add --preserve-symlinks command line flagJames M Snell
2016-05-11handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel
2016-05-11Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel
2016-05-10src: fix sporadic deadlock in SIGUSR1 handlerBen Noordhuis
2016-05-07src,lib: minor --debug-brk cleanupAli Ijaz Sheikh
2016-05-05src: don't use locale-sensitive strcasecmp()Ben Noordhuis
2016-05-05src: remove unused #include statementBen Noordhuis
2016-05-05src: remove pre-openssl 1.0 legacy codeBen Noordhuis
2016-05-05crypto: disable ssl compression at build timeBen Noordhuis
2016-05-04intl: Don't crash if v8BreakIterator not availableSteven R. Loomis
2016-05-04buffer: fix lastIndexOf index underflow issueAnna Henningsen
2016-05-04buffer: fix lastIndexOf crash for overlong needleAnna Henningsen
2016-05-04src: fix FindFirstCharacter argument alignmentAnna Henningsen
2016-05-04buffer: fix UCS2 indexOf for odd buffer lengthAnna Henningsen
2016-05-04buffer: fix needle length misestimation for UCS2Anna Henningsen
2016-05-04src: add O_NOATIME constantRich Trott
2016-05-03util: fix inspecting of proxy objectsJames M Snell
2016-04-29process: add process.cpuUsage() - implementation, doc, testsPatrick Mueller
2016-04-29src: unify implementations of Utf8Value etc.Anna Henningsen
2016-04-27src: simplify handlewrap state tracking logicBen Noordhuis
2016-04-27src: use libuv's refcounting directlyBen Noordhuis
2016-04-262016-04-26, Version 6.0.0 (Current) ReleaseJames M Snell
2016-04-26crypto: Read OpenSSL config before initStefan Budeanu
2016-04-25handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel
2016-04-25buffer: add Buffer.prototype.lastIndexOf()dcposch@dcpos.ch