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-02-01Merge remote-tracking branch 'ry/master' into merge-v0.6isaacs
2012-02-01Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-02-01Process symlinked shared library as .nodePaddy Byers
2012-02-01Tidy _resolveFilenamePaddy Byers
2012-02-01support for sharing streams accross isolatesIgor Zinkovsky
2012-02-01child_process: do not disconnect on exit emitAndreas Madsen
2012-01-31fs: add O_EXCL support, exclusive open fileBen Noordhuis
2012-01-31fs, test: add file open mode testsBen Noordhuis
2012-01-31url: Support for IPv6 addresses in URLs.Łukasz Walukiewicz
2012-01-30Add disconnect method to forked child processesAndreas Madsen
2012-01-30http: fix free http-parser too earlykoichik
2012-01-30timers: add v0.4 compatibility hackBen Noordhuis
2012-01-30core: add `NativeModule.prototype.deprecate`Brandon Benvie
2012-01-28tty: emit 'unknown' key event if key sequence not foundDan VerWeire
2012-01-24module: fix --debug-brk on symlinked scriptsFedor Indutny
2012-01-24module: fix --debug-brk on symlinked scriptsFedor Indutny
2012-01-24net, tls, http: remove socket.ondrainBen Noordhuis
2012-01-24http: fix test-http-should-keepalive.js is failkoichik
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-23Merge branch 'v0.6'Fedor Indutny
2012-01-22util: use getOwnPropertyDescripterBrandon Benvie
2012-01-22http: keep-alive should default with HTTP/1.1 serverkoichik
2012-01-21path fs: move `path.exists*` to `fs.exists*`Maciej Małecki
2012-01-21http: fix deprecation warning module IDBen Noordhuis
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-21Add cluster.setupMasterAndreas Madsen
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-17Allow calling fork() without args or optionsAndreas Madsen
2012-01-17child_process: add errno property to exceptionsAndreas Madsen
2012-01-17tls: fix double 'error' events on HTTPS Requestskoichik
2012-01-17Merge remote branch 'origin/v0.6'Ryan Dahl
2012-01-16http: use `util._deprecationWarning` for deprecation warningMaciej Małecki
2012-01-16Revert "util: always display a warning for module in debug mode"Fedor Indutny
2012-01-16util: always display a warning for module in debug modeMaciej Małecki
2012-01-16querystring: fix maxKeys = 0 is ignoredFedor Indutny
2012-01-16http: do not accept headers if limit is exceededFedor Indutny
2012-01-16http, querystring: added limits to prevent DoSFedor Indutny
2012-01-14net: make .write() throw on bad inputBen Noordhuis
2012-01-12http: Upgrade/CONNECT request should detach its socket earlierkoichik
2012-01-12zlib: reset() method for deflate/inflate streamsFedor Indutny