summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* child_process: remove dummy "setsid" option settingJoshua Holbrook2012-02-291-1/+0
* net: fix race write() before and after connect()koichik2012-02-281-2/+2
* [ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are stringsAJ ONeal2012-02-271-0/+8
* punycode: Update to v1.0.0Mathias Bynens2012-02-271-19/+18
* Merge branch 'v0.6.11-release' into v0.6isaacs2012-02-171-18/+6
|\
| * Revert "cluster: propagate bind errors"isaacs2012-02-171-18/+6
* | repl: make tab completion work on non-objectsNathan Rajlich2012-02-171-1/+6
|/
* cluster: propagate bind errorsBen Noordhuis2012-02-161-6/+18
* Add WebSocket RFC6455 multiheader fields to the http parser.einaros2012-02-161-0/+2
* http: allow multiple WWW-Authenticate headersBen Noordhuis2012-02-161-0/+1
* tls: mitigate session renegotiation attacksBen Noordhuis2012-02-161-0/+52
* Windows: get rid of process._cwdForDrive()Bert Belder2012-02-161-1/+7
* tls: Allow establishing secure connection on the existing socketkoichik2012-02-141-2/+4
* dgram: handle close of dgram socket before DNS lookup completesSeth Fitzsimmons2012-02-141-1/+1
* set readable/writable for pipesIgor Zinkovsky2012-02-101-3/+6
* debugger: fix --debug-brkBen Noordhuis2012-02-071-1/+1
* net: fix large file downloads failingkoichik2012-02-051-1/+1
* fs: fix ReadStream fails to read from existing fdChristopher Jeffrey2012-02-041-0/+1
* net: destroy socket on DNS errorStefan Rusu2012-02-041-0/+1
* _makeLong shouldn't turn the empty string into \\?\C:\Bert Belder2012-02-021-0/+5
* Run path.exists paths through _makeLongBert Belder2012-02-021-3/+3
* Make QueryString.parse run fasterPhilip Tellis2012-02-011-3/+11
* Revert "Process symlinked shared library as .node"Ben Noordhuis2012-02-011-2/+2
* Process symlinked shared library as .nodePaddy Byers2012-01-311-2/+2
* Tidy _resolveFilenamePaddy Byers2012-01-311-11/+8
* http: fix free http-parser too earlykoichik2012-01-311-1/+5
* timers: add v0.4 compatibility hackBen Noordhuis2012-01-301-1/+15
* module: fix --debug-brk on symlinked scriptsFedor Indutny2012-01-241-2/+14
* dgram: bring back setTTL()Ben Noordhuis2012-01-241-1/+9
* dgram: bring back setMulticastLoopback()Ben Noordhuis2012-01-241-1/+7
* dgram: make addMembership() and dropMembership() conform to v0.4 APIBen Noordhuis2012-01-241-2/+6
* dgram: make setBroadcast() conform to v0.4 APIBen Noordhuis2012-01-241-4/+2
* dgram: make setMulticastTTL() conform to v0.4 APIBen Noordhuis2012-01-241-2/+6
* util: use getOwnPropertyDescripterBrandon Benvie2012-01-221-14/+13
* http: keep-alive should default with HTTP/1.1 serverkoichik2012-01-221-1/+1
* dgram: reintroduce setMulticastTTL()Dan VerWeire2012-01-211-1/+5
* dgram: reintroduce setBroadcast()Dan VerWeire2012-01-211-1/+5
* dgram: reintroduce addMembership() and dropMembership()Roman Shtylman2012-01-211-6/+16
* http: reduce creating http-parser instanceskoichik2012-01-201-3/+19
* Fix #2365 zlib crashing on invalid inputNicolas LaCasse2012-01-201-8/+12
* Add missing TTY key translations for F1-F5 on WindowsBrandon Benvie2012-01-181-0/+7
* Make path.extname do the right thing when the last path component is . or ..Bert Belder2012-01-181-2/+2
* cluster: don't always kill the master on uncaughtExceptionBen Noordhuis2012-01-181-0/+3
* child_process: add errno property to exceptionsAndreas Madsen2012-01-171-3/+7
* tls: fix double 'error' events on HTTPS Requestskoichik2012-01-171-10/+11
* net: make .write() throw on bad inputBen Noordhuis2012-01-141-1/+3
* events: fix checking max listeners with `1`Ryunosuke SATO2012-01-091-18/+20
* http: fix ServerResponse does not emit 'close'koichik2012-01-061-16/+20
* http: use `self` insted of `this`koichik2012-01-051-1/+1
* Fix #2034 repl message for .clear when useGlobal=trueisaacs2011-12-311-3/+11