summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis
2012-06-21Use parent SlowBuffer, if any, when Buffer is slicedKarl Skomski
2012-06-20Fix fs.readfile('/dev/stdin')isaacs
2012-06-19trivial: Doc typo and lint fixisaacs
2012-06-18Fix breakage introduced in de65ba7isaacs
2012-06-18net.Socket: Delay pause/resume until after connectisaacs
2012-06-19child_process: add .stdin stream to forksFedor Indutny
2012-06-18tls: fix off-by-one error in renegotiation checkBen Noordhuis
2012-06-17events: cache `domain` module locallyMaciej Małecki
2012-06-17net: Prevent property access throws during closeReid Burke
2012-06-16Make listenFD just DTRT after warningisaacs
2012-06-16Revert "DNS: Support NAPTR queries"isaacs
2012-06-16DNS: Support NAPTR queriesssuda
2012-06-16querystring: improved speed and code cleanupFelix Böhm
2012-06-152012.06.15, Version 0.7.11 (unstable)isaacs
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-15zlib: use Buffer.concat()isaacs
2012-06-14readline: don't cache the "keypress" listenersNathan Rajlich
2012-06-14Fix #3425: removeAllListeners should delete arrayReid Burke
2012-06-15windows: make symlinks tolerant to forward slashesBert Belder
2012-06-14Fix test-fs-realpath on Windowsisaacs
2012-06-14cluster: rename worker.unqiueID to worker.idAndreas Madsen
2012-06-13Fix #3388 Support listening on file descriptorsisaacs
2012-06-12Fix #3407 os.tmpDir()isaacs
2012-06-12Fix child_process.kill odditiesBert Belder
2012-06-12fs: fix infinite loop in fs.readFileSync()Ben Noordhuis
2012-06-12fs: fix infinite loop in fs.readFile()Ben Noordhuis
2012-06-12fs: fix fs.readFileSync to work on real empty fileShigeki Ohtsu
2012-06-12fs: fix typo in fs.readFile of lying size=0 statShigeki Ohtsu
2012-06-11fix fs.readFile with lying size=0 stat resultsisaacs
2012-06-11Add Buffer.concat methodisaacs
2012-06-11cluster: don't silently drop messages when the write queue gets bigBert Belder
2012-06-11Remove auto-unrefisaacs
2012-06-11lintisaacs
2012-06-09Fix #3394 fs.realpath: Properly cache symlink targetsisaacs
2012-06-09Fix fs.realpath to work on Windowsisaacs
2012-06-09Expose posix realpath on windows as wellisaacs
2012-06-09domain: run now return callback resultAndreas Madsen
2012-06-09domain: dry decorate using util._extendAndreas Madsen
2012-06-08Fix #3379 prevent domain.intercept passing 1st arg to cbMarc Harter
2012-06-08child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell
2012-06-07child_process: spawn().ref() and spawn().unref()Fedor Indutny
2012-06-06fs: make callbacks run in global contextBen Noordhuis
2012-06-06fs: make fs.symlink() with no callback asyncBen Noordhuis
2012-06-05Warn about running npm in the replisaacs
2012-06-04net: rename flag FLAG_SHUTDOWNQUEDBen Noordhuis
2012-06-02http: don't lowercase http req header until laterSimon Sturmer
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-29net: fix 'close' event emit orderBen Noordhuis
2012-05-28http: fix duplicated variable declarationShigeki Ohtsu