summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-05-28stream: don't call `cleanup` twice on `end` and `close`Maciej MaƂecki
2012-05-27fs: no end emit after createReadStream.pause()Andreas Madsen
2012-05-24windows: enable creating directory junctions with fs.symlinkIgor Zinkovsky
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-21repl: preserve the cursor when redisplaying the prompt on SIGCONTNathan Rajlich
2012-05-21readline: explicitly disable and re-enable "raw mode" on Ctrl+ZNathan Rajlich
2012-05-21readline: move the "setRawMode" logic into a private functionNathan Rajlich
2012-05-21cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen
2012-05-19fs.watch should not require a listener argumentsAndreas Madsen
2012-05-16Faster fs.readFile and fs.readFileSyncisaacs
2012-05-16Revert "Fix #3242 Actually deprecate 'binary' buffer encoding"isaacs
2012-05-16Fix #3270 Escape url.parse delimsisaacs
2012-05-16http: make http.get() accept a URLAdam Malcontenti-Wilson
2012-05-15lintisaacs
2012-05-16fs: add sync open flags 'rs' and 'rs+'Kevin Bowman
2012-05-15Merge branch 'master' into v0.6-mergeisaacs
2012-05-15Re-apply http fixes from v0.6 branch properlyisaacs
2012-05-15http: fix client request.end() EPIPE raceBen Noordhuis
2012-05-15lintisaacs
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-15Guard against emitting 'end' twice on http responsesisaacs
2012-05-15Break up huge function in ClientRequest.onSocketisaacs