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
AgeCommit message (Expand)Author
2013-10-302013.10.30, Version 0.11.8 (Unstable)v0.11.8Timothy J Fontaine
2013-10-30fs_event_wrap: update to new libuv apiTimothy J Fontaine
2013-10-30uv: Upgrade to v0.11.14Timothy J Fontaine
2013-10-30src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-30src: don't use class specific Unwrap methodsTrevor Norris
2013-10-30src: don't use WeakObject::UnwrapTrevor Norris
2013-10-30src: use function to get internal pointerTrevor Norris
2013-10-30node: don't share state with in_tick/last_threwTrevor Norris
2013-10-30doc: Update documentation to reflect ObjectWrap changesScott Blomquist
2013-10-30win: fix ObjectWrap for latest v8Scott Blomquist
2013-10-29src: Remove unused refs to node_object_wrap.hScott Blomquist
2013-10-29src: accept passphrase when crypto signing with private keyThom Seddon
2013-10-29dgram: send() can accept stringsTrevor Norris
2013-10-29Merge remote-tracking branch 'ry/v0.10'isaacs
2013-10-29npm@1.3.13isaacs
2013-10-28vm: Copy missing properties from contextisaacs
2013-10-28http: remove MethodToString()Ben Noordhuis
2013-10-28http: expose supported methodsBen Noordhuis
2013-10-28doc: fs: clarify fs.symlink Windows specific argsPhillip Alexander
2013-10-27doc: improve module documentationRyan Graham
2013-10-26doc: fix missing backtick in 2e16037Sam Roberts
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-10-25doc: streams: document default objectMode settingBrian White
2013-10-25debugger: Fix bug in sb() with unnamed scriptMaxim Bogushevich
2013-10-24npm@1.3.12isaacs
2013-10-24build: fix test-gc weakref build ruleBen Noordhuis
2013-10-24doc: add nodejs.rs to the community pageZarko Stankovic
2013-10-24http client: pull last chunk on socket closeisaacs
2013-10-23test: fix up weakref.cc after v8 api changeBen Noordhuis
2013-10-23build: fix test-gc weakref build ruleBen Noordhuis
2013-10-23src: update after v8 api changesBen Noordhuis
2013-10-23v8: upgrade 3.21.18.3Timothy J Fontaine
2013-10-23src: IsInt64() should return bool, not intBen Noordhuis
2013-10-22blog: HTTP server DoS vulnerability detailsisaacs
2013-10-19blog: Post for v0.10.21Timothy J Fontaine
2013-10-19blog: Post for v0.8.26Timothy J Fontaine
2013-10-19Now working on 0.10.22Timothy J Fontaine
2013-10-19Merge branch 'v0.10.21-release' into v0.10Timothy J Fontaine
2013-10-192013.10.18, Version 0.10.21 (Stable)v0.10.21Timothy J Fontaine
2013-10-19crypto: clear errors from verify failureTimothy J Fontaine
2013-10-19uv: Upgrade to v0.10.18Timothy J Fontaine
2013-10-17http: add statusMessagePatrik Stutz
2013-10-17http: provide backpressure for pipeline floodisaacs
2013-10-17http_parser: expose pause/resume method for parserTimothy J Fontaine
2013-10-17doc: cluster documentation cleanup and correctionsSam Roberts
2013-10-17doc: child_process corrections and cleanupsSam Roberts
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-10-17cpplint: disallow comma-first in C++Fedor Indutny
2013-10-16dns: set hostname property on error objectBen Noordhuis
2013-10-16dns: rename domain to hostnameBen Noordhuis