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
2014-01-21async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris
2014-01-20debug client: connect after child is readyAlexis Campailla
2014-01-20lib: introduce `.setMaxSendFragment(size)`Fedor Indutny
2014-01-17tls: make cert/pfx optional in tls.createServer()Ben Noordhuis
2014-01-17tls: show human-readable error messagesBen Noordhuis
2014-01-16Merge remote-tracking branch 'origin/v0.10'Trevor Norris
2014-01-16domains: exit() only affects active domainsRyan Graham
2014-01-14Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-13http: concatenate duplicate headers by defaultAlex Kocharin
2014-01-11util: handle escaped forward slashes correctlyTom Gallacher
2014-01-10domain: fix off-by-one in Domain.exit()Ryan Graham
2014-01-10http: use writev on chunked encodingTrevor Norris
2014-01-10node: AsyncListener use separate storage mechanismTrevor Norris
2014-01-10src: revert domain using AsyncListenersTrevor Norris
2014-01-09child_process: better error reporting for execFedor Indutny
2014-01-05stream: writes may return false but forget to emit drainayanamist
2014-01-05crypto: introduce .setEngine(engine, [flags])Fedor Indutny
2014-01-04node: change AsyncListener APITrevor Norris
2014-01-01dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz
2013-12-31cluster: do not synchronously emit 'setup' eventSam Roberts
2013-12-31cluster: only forcibly exit worker on unclean exitSam Roberts
2013-12-31cluster: disconnect callback should always occurSam Roberts
2013-12-31cluster: replace erroneous comma with semicolonSam Roberts
2013-12-31cluster: report more errors to workersFedor Indutny
2013-12-31timers: setImmediate v8 optimization fixpflannery
2013-12-30querystring: remove `name` from `stringify()`Yorkie
2013-12-21Revert "util: more strict check for bool/number/string"Trevor Norris
2013-12-21tls: reintroduce socket.encryptedFedor Indutny
2013-12-21buffer: optimize writeInt* methodsPaul Loyd
2013-12-21events: move EE c'tor guts to EventEmitter.initBert Belder
2013-12-20http: parse the status message in a http response.Cam Swords
2013-12-19windows: fix dns lookup of localhost with ipv6Alexis Campailla
2013-12-18util: more strict check for bool/number/stringYorkie
2013-12-12Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-12module: only cache package mainWyatt Preul
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-10tls: emit 'end' on .receivedShutdownFedor Indutny
2013-12-08crypto: support GCM authenticated encryption mode.Ingmar Runge
2013-12-07Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-07http: DELETE shouldn't default to chunked encodingLalit Kapoor
2013-12-07child_process: don't crash process on internal opsAlexis Campailla
2013-12-06tls: fix handling of asterisk in SNI contextFedor Indutny
2013-12-05lib: child_process spawn handle ENOENT correctlyAlexis Campailla
2013-12-04crypto: Make Decipher._flush() emit errors.Kai Groner
2013-12-03tls: fix pool usage raceFedor Indutny
2013-11-28http: fix parser double-free in _http_client.jsFedor Indutny
2013-11-26Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-25util: Format negative zero as '-0'David Chan
2013-11-22events: fix TypeError in removeAllListenersJeremy Martin
2013-11-21Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine