summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix breakage introduced in de65ba7isaacs2012-06-181-2/+0
* net.Socket: Delay pause/resume until after connectisaacs2012-06-181-0/+18
* child_process: add .stdin stream to forksFedor Indutny2012-06-191-1/+2
* tls: fix off-by-one error in renegotiation checkBen Noordhuis2012-06-181-3/+2
* events: cache `domain` module locallyMaciej Małecki2012-06-171-1/+2
* net: Prevent property access throws during closeReid Burke2012-06-171-0/+4
* Make listenFD just DTRT after warningisaacs2012-06-161-1/+6
* Revert "DNS: Support NAPTR queries"isaacs2012-06-161-1/+0
* DNS: Support NAPTR queriesssuda2012-06-161-0/+1
* querystring: improved speed and code cleanupFelix Böhm2012-06-161-38/+38
* 2012.06.15, Version 0.7.11 (unstable)v0.7.11isaacs2012-06-151-1/+1
* domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen2012-06-159-19/+43
* zlib: use Buffer.concat()isaacs2012-06-151-19/+1
* readline: don't cache the "keypress" listenersNathan Rajlich2012-06-141-4/+2
* Fix #3425: removeAllListeners should delete arrayReid Burke2012-06-141-9/+2
* windows: make symlinks tolerant to forward slashesBert Belder2012-06-151-12/+22
* Fix test-fs-realpath on Windowsisaacs2012-06-141-1/+5
* cluster: rename worker.unqiueID to worker.idAndreas Madsen2012-06-141-7/+10
* 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