Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-06fs.readFile: don't make the callback before the fd is closedBert Belder
2012-03-23don't crash when queued write failsIgor Zinkovsky
2012-02-29child_process: remove dummy "setsid" option settingJoshua Holbrook
2012-02-28net: fix race write() before and after connect()koichik
2012-02-28[ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are stringsAJ ONeal
2012-02-28punycode: Update to v1.0.0Mathias Bynens
2012-02-18Merge branch 'v0.6.11-release' into v0.6isaacs
2012-02-18Revert "cluster: propagate bind errors"isaacs
2012-02-17repl: make tab completion work on non-objectsNathan Rajlich
2012-02-17cluster: propagate bind errorsBen Noordhuis
2012-02-17Add WebSocket RFC6455 multiheader fields to the http parser.einaros
2012-02-17http: allow multiple WWW-Authenticate headersBen Noordhuis
2012-02-16tls: mitigate session renegotiation attacksBen Noordhuis
2012-02-16Windows: get rid of process._cwdForDrive()Bert Belder
2012-02-14tls: Allow establishing secure connection on the existing socketkoichik
2012-02-14dgram: handle close of dgram socket before DNS lookup completesSeth Fitzsimmons
2012-02-10set readable/writable for pipesIgor Zinkovsky
2012-02-08debugger: fix --debug-brkBen Noordhuis
2012-02-05net: fix large file downloads failingkoichik
2012-02-05fs: fix ReadStream fails to read from existing fdChristopher Jeffrey
2012-02-04net: destroy socket on DNS errorStefan Rusu
2012-02-02_makeLong shouldn't turn the empty string into \\?\C:\Bert Belder
2012-02-02Run path.exists paths through _makeLongBert Belder
2012-02-02Make QueryString.parse run fasterPhilip Tellis
2012-02-02Revert "Process symlinked shared library as .node"Ben Noordhuis
2012-02-01Process symlinked shared library as .nodePaddy Byers
2012-02-01Tidy _resolveFilenamePaddy Byers
2012-01-30http: fix free http-parser too earlykoichik
2012-01-30timers: add v0.4 compatibility hackBen Noordhuis
2012-01-24module: fix --debug-brk on symlinked scriptsFedor Indutny
2012-01-24dgram: bring back setTTL()Ben Noordhuis
2012-01-24dgram: bring back setMulticastLoopback()Ben Noordhuis
2012-01-24dgram: make addMembership() and dropMembership() conform to v0.4 APIBen Noordhuis
2012-01-24dgram: make setBroadcast() conform to v0.4 APIBen Noordhuis
2012-01-24dgram: make setMulticastTTL() conform to v0.4 APIBen Noordhuis
2012-01-22util: use getOwnPropertyDescripterBrandon Benvie
2012-01-22http: keep-alive should default with HTTP/1.1 serverkoichik
2012-01-21dgram: reintroduce setMulticastTTL()Dan VerWeire
2012-01-21dgram: reintroduce setBroadcast()Dan VerWeire
2012-01-21dgram: reintroduce addMembership() and dropMembership()Roman Shtylman
2012-01-21http: reduce creating http-parser instanceskoichik
2012-01-21Fix #2365 zlib crashing on invalid inputNicolas LaCasse
2012-01-18Add missing TTY key translations for F1-F5 on WindowsBrandon Benvie
2012-01-18Make path.extname do the right thing when the last path component is . or ..Bert Belder
2012-01-18cluster: don't always kill the master on uncaughtExceptionBen Noordhuis
2012-01-17child_process: add errno property to exceptionsAndreas Madsen
2012-01-17tls: fix double 'error' events on HTTPS Requestskoichik
2012-01-14net: make .write() throw on bad inputBen Noordhuis
2012-01-09events: fix checking max listeners with `1`Ryunosuke SATO
2012-01-06http: fix ServerResponse does not emit 'close'koichik