summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix #3388 Support listening on file descriptorsisaacs2012-06-132-20/+61
* Fix #3407 os.tmpDir()isaacs2012-06-121-0/+9
* Fix child_process.kill odditiesBert Belder2012-06-121-10/+41
* fs: fix infinite loop in fs.readFileSync()Ben Noordhuis2012-06-121-6/+3
* fs: fix infinite loop in fs.readFile()Ben Noordhuis2012-06-121-6/+8
* fs: fix fs.readFileSync to work on real empty fileShigeki Ohtsu2012-06-121-1/+1
* fs: fix typo in fs.readFile of lying size=0 statShigeki Ohtsu2012-06-121-1/+1
* fix fs.readFile with lying size=0 stat resultsisaacs2012-06-111-13/+60
* Add Buffer.concat methodisaacs2012-06-111-0/+32
* cluster: don't silently drop messages when the write queue gets bigBert Belder2012-06-111-6/+2
* Remove auto-unrefisaacs2012-06-111-4/+0
* lintisaacs2012-06-112-5/+6
* Fix #3394 fs.realpath: Properly cache symlink targetsisaacs2012-06-091-8/+8
* Fix fs.realpath to work on Windowsisaacs2012-06-091-11/+44
* Expose posix realpath on windows as wellisaacs2012-06-091-182/+144
* domain: run now return callback resultAndreas Madsen2012-06-091-1/+1
* domain: dry decorate using util._extendAndreas Madsen2012-06-091-10/+2
* Fix #3379 prevent domain.intercept passing 1st arg to cbMarc Harter2012-06-081-0/+28
* child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell2012-06-081-0/+5
* child_process: spawn().ref() and spawn().unref()Fedor Indutny2012-06-071-0/+10
* fs: make callbacks run in global contextBen Noordhuis2012-06-061-35/+48
* fs: make fs.symlink() with no callback asyncBen Noordhuis2012-06-061-1/+1
* Warn about running npm in the replisaacs2012-06-051-0/+9
* net: rename flag FLAG_SHUTDOWNQUEDBen Noordhuis2012-06-041-5/+5
* http: don't lowercase http req header until laterSimon Sturmer2012-06-021-2/+3
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-011-78/+158
* net: fix 'close' event emit orderBen Noordhuis2012-05-291-5/+5
* http: fix duplicated variable declarationShigeki Ohtsu2012-05-281-1/+0
* stream: don't call `cleanup` twice on `end` and `close`Maciej MaƂecki2012-05-281-6/+0
* fs: no end emit after createReadStream.pause()Andreas Madsen2012-05-271-1/+3
* windows: enable creating directory junctions with fs.symlinkIgor Zinkovsky2012-05-241-4/+14
* deps: upgrade libuv to a478847Ben Noordhuis2012-05-222-12/+0
* repl: preserve the cursor when redisplaying the prompt on SIGCONTNathan Rajlich2012-05-211-1/+1
* readline: explicitly disable and re-enable "raw mode" on Ctrl+ZNathan Rajlich2012-05-211-0/+5
* readline: move the "setRawMode" logic into a private functionNathan Rajlich2012-05-211-6/+9
* cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen2012-05-212-3/+5
* fs.watch should not require a listener argumentsAndreas Madsen2012-05-191-5/+4
* Faster fs.readFile and fs.readFileSyncisaacs2012-05-161-69/+64
* Revert "Fix #3242 Actually deprecate 'binary' buffer encoding"isaacs2012-05-161-15/+0
* Fix #3270 Escape url.parse delimsisaacs2012-05-161-18/+8
* http: make http.get() accept a URLAdam Malcontenti-Wilson2012-05-161-0/+5
* lintisaacs2012-05-151-1/+1
* fs: add sync open flags 'rs' and 'rs+'Kevin Bowman2012-05-161-0/+2
* Merge branch 'master' into v0.6-mergeisaacs2012-05-158-101/+340
|\
| * http: fix client request.end() EPIPE raceBen Noordhuis2012-05-151-0/+4
| * child_process: hook up handle wrap to owning objectBen Noordhuis2012-05-151-0/+2
| * child_process: rename field _internal to _handleBen Noordhuis2012-05-151-10/+10
| * net: hook up handle wrap to owning objectBen Noordhuis2012-05-151-7/+7
| * fs: hook up handle wrap to owning objectBen Noordhuis2012-05-151-0/+1
| * dgram: hook up handle wrap to owning objectBen Noordhuis2012-05-151-3/+3