summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* repl: fix repl.start not passing the `ignoreUndefined` arg to the REPLServer ...Damon Oehlman2011-12-291-2/+2
* net: fix Socket.pause null reference when called on a closed Streamkoichik2011-12-281-2/+7
* http: fix XMLHttpRequest piped in a writable file stream hangs next requestkoichik2011-12-271-0/+5
* http: fix resource leakkoichik2011-12-261-4/+8
* buffer: don't pollute global namespace in buffer.readInt*Phil Sung2011-12-221-2/+2
* net: raise exception when the socket is closedJu-yeong Park2011-12-221-0/+2
* timers: fix performance regressionBen Noordhuis2011-12-221-6/+7
* tls: Fix node swallows openssl error on requestkoichik2011-12-211-0/+15
* tls: remove duplicate assignmentBen Noordhuis2011-12-211-1/+0
* Remove unnecessary statementBert Belder2011-12-201-1/+0
* timers: remove _idleTimeout from item in .unenroll()James Hartig2011-12-202-0/+3
* debugger: Request backtrace w/o refs, see #1745Fedor Indutny2011-12-191-1/+1
* timers: fix memory leak in setTimeoutYoshihiro Kikuchi2011-12-181-1/+4
* child_process: make .send() throw if message is undefinedBen Noordhuis2011-12-181-1/+5
* jslintAndreas Madsen2011-12-162-23/+21
* document mode argument for fs.symlinkIgor Zinkovsky2011-12-161-5/+5
* util: add internal function _deprecationWarning()Ben Noordhuis2011-12-143-15/+20
* fs: handle fractional or NaN ReadStream buffer sizeBen Noordhuis2011-12-131-1/+1
* net: check status code in afterWriteBen Noordhuis2011-12-121-1/+5
* Apply #2257 fix for Pipe streams as well as TTYsisaacs2011-12-061-0/+10
* Fix #2257 pause/resume semantics for stdinisaacs2011-12-052-1/+14
* s/NPM/npm/isaacs2011-12-051-1/+1
* Remove superfluous 'new'Ryan Dahl2011-12-041-1/+1
* binding for uv_pipe_pending_instancesIgor Zinkovsky2011-12-011-2/+13
* net: don't emit 'close' event twiceBen Noordhuis2011-12-011-1/+3
* punycode: Update to v0.2.1Mathias Bynens2011-11-301-98/+48
* util: ensure that the .inspect function isn't the one being executedNathan Rajlich2011-11-301-1/+1
* sys: print stack trace if NODE_DEBUG=sysBen Noordhuis2011-11-291-1/+4
* OutgoingMessage.prototype.write does not take Arrayseebees2011-11-291-3/+2
* child_process: fix order of args to errnoException()Thomas Shinnick2011-11-281-1/+1
* tls: fix https with fs.openReadStream hangskoichik2011-11-271-2/+8
* Enable long paths on windowsAuthor: Igor Zinkovsky2011-11-252-40/+70
* Dgram: correctly report recvmsg errorsBert Belder2011-11-241-1/+1
* Windows: correctly resolve drive-relative pathsBert Belder2011-11-241-16/+12
* Close #2166 Close the fd in lchmodisaacs2011-11-221-2/+23
* buffer: add .read*() and .write*() methods to SlowBuffer prototypeBen Noordhuis2011-11-181-0/+29
* util: remove the line requiring eventsE. Azer Koçulu2011-11-171-3/+0
* tls: make cipher list configurableBen Noordhuis2011-11-171-4/+1
* buffer: fix minimum values for writeInt*() functionsŁukasz Walukiewicz2011-11-161-3/+3
* punycode: Update to v0.1.1.Mathias Bynens2011-11-131-21/+25
* .load, .save and local scope tab completionseebees2011-11-121-1/+152
* timers: remember extra setTimeout() arguments when timeout==0Ben Noordhuis2011-11-121-16/+11
* debugger: correctly handle source with multi-byte charactersShigeki Ohtsu2011-11-111-9/+21
* Fixes #2073. Cluster should be silent.Ryan Dahl2011-11-111-1/+1
* punycode: replace with Mathias Bynens's implementationBen Noordhuis2011-11-111-219/+560
* dont use blue for numbers in util.inspectRyan Dahl2011-11-101-1/+2
* throw from stdout.end and stderr.endIgor Zinkovsky2011-11-101-1/+1
* Remove 'report this bug' message from cluster masterRyan Dahl2011-11-081-1/+0
* Fixes #2047. Fill workers array immediately after forkRyan Dahl2011-11-081-2/+4
* Fixes #2052. Readline get win cols correctlyRyan Dahl2011-11-081-2/+2