summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-05-04repl: create history file with mode 0600Carl Lei
2016-05-03util: truncate inspect array and typed arrayJames M Snell
2016-05-03util: fix inspecting of proxy objectsJames M Snell
2016-05-03cluster: remove use of bind() in destroy()yorkie
2016-05-02debugger: display array contents in replcjihrig
2016-05-02readline: remove deprecated methodscjihrig
2016-04-30doc: make `writable.setDefaultEncoding()` return `this`Alexander Makarenko
2016-04-29assert: allow circular referencesRich Trott
2016-04-29process: add process.cpuUsage() - implementation, doc, testsPatrick Mueller