summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-04-22src: squelch -Wunused-variable in non-icu buildsBen Noordhuis
2016-04-22src: fix out-of-bounds write in TwoByteValueAnna Henningsen
2016-04-21src: add intl and icu configs to process.binding('config')James M Snell
2016-04-21src: add process.binding('config')James M Snell
2016-04-20doc: git mv to .mdRobert Jefe Lindstaedt
2016-04-20stream_base: expose `bytesRead` getterFedor Indutny
2016-04-20child_process: add nullptr checks after allocsAnna Henningsen
2016-04-19src: fix -Wunused-result warning in e38badeSakthipriyan Vairamani
2016-04-19http: skip body and next message of CONNECT resFedor Indutny
2016-04-18events: don't inherit from Object.prototypeBrian White
2016-04-18crypto: better error message for createHashCalvin Metcalf
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis