summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-06-06http: wait for both prefinish/end to keepaliveFedor Indutny
2016-06-06buffer: improve creation performance.Ingvar Stepanyan
2016-06-05cluster: deprecate worker.suicideEvan Lucas
2016-06-04repl: refine handling of illegal tokensRich Trott
2016-06-04fs: execute mkdtemp's callback with no contextSakthipriyan Vairamani
2016-06-03debugger: fix --debug-brk interaction with -eRich Trott
2016-06-02lib,src: reset zero fill flag on exceptionBen Noordhuis
2016-06-01tty: use blocking mode on OS XJeremiah Senkpiel
2016-06-01lib,src: clean up ArrayBufferAllocatorBen Noordhuis
2016-06-01lib,src: drop dependency on v8::Private::ForApi()Ben Noordhuis
2016-05-31buffer: ignore negative allocation lengthsAnna Henningsen
2016-05-31cluster: expose result of send()cjihrig
2016-05-31cluster: rewrite debug ports consistentlycjihrig
2016-05-30cluster: work with v8_inspectorcjihrig
2016-05-30src,lib: v8-inspector supportPavel Feldman
2016-05-29string_decoder: rewrite implementationBrian White
2016-05-28tls,https: respect address family when connectingBen Noordhuis
2016-05-28zlib: release callback and buffer after processingMatt Lavin
2016-05-27cluster: reset handle index on closeSantiago Gimeno
2016-05-26dgram: copy the list in sendMatteo Collina
2016-05-25debugger: propagate --debug-port= to debuggeeBen Noordhuis
2016-05-25tls: catch `certCbDone` exceptionsFedor Indutny
2016-05-25child_process: measure buffer length in bytesRich Trott
2016-05-25cluster: guard against undefined message handlerscjihrig
2016-05-24process: remove deprecated process.EventEmittercjihrig
2016-05-24cluster: close ownerless handles on disconnect()cjihrig
2016-05-24child_process: emit IPC messages on next tickcjihrig
2016-05-24module: don't cache uninitialized builtinsAnna Henningsen
2016-05-24child_process: allow buffer encoding in spawnSynccjihrig
2016-05-23buffer: fix single digit hex string handlingJustin Sprigg
2016-05-23util: pretty-print SIMD typesBen Noordhuis
2016-05-20fs: move mkdtemp* functions near static functionsSakthipriyan Vairamani
2016-05-20fs: mkdtemp shouldn't crash if no callback passedSakthipriyan Vairamani
2016-05-19http: use `localAddress` instead of `path`Dirceu Pereira Tiegs
2016-05-18path: fix basename() regressionsBrian White
2016-05-17zlib: remove `_closed` in sourceAnna Henningsen
2016-05-17src: refactor require('constants')James M Snell
2016-05-17process: internal/process/stdio.js cleanup / modernizationJames M Snell
2016-05-16lib: replace legacy uses of __defineGetter__James M Snell
2016-05-16util: fix invalid date output with util.inspectRumkin
2016-05-14child_process: use /system/bin/sh on androidBen Noordhuis
2016-05-13util: adhere to `noDeprecation` set at runtimeAnna Henningsen
2016-05-13src,module: add --preserve-symlinks command line flagJames M Snell
2016-05-13repl: copying tabs shouldn't trigger completionEugene Obrezkov
2016-05-12repl: exports `Recoverable`Blake Embrey
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-05-08tools: lint for object literal spacingRich Trott
2016-05-07src,lib: minor --debug-brk cleanupAli Ijaz Sheikh
2016-05-04intl: Don't crash if v8BreakIterator not availableSteven R. Loomis
2016-05-04lib,test: update in preparation for linter updateRich Trott