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
2014-06-23doc: buffer: clarify typed array constructionBen Noordhuis
2014-06-17node: update changelog to have proper npm versionTimothy J Fontaine
2014-06-14build: run wix tool chain out of processTimothy J Fontaine
2014-06-11node: signing the CLA is no longer a requirementTimothy J Fontaine
2014-06-09Now working on 0.10.30Timothy J Fontaine
2014-06-09Merge branch 'v0.10.29-release' into v0.10Timothy J Fontaine
2014-06-092014.06.05, Version 0.10.29 (Stable)v0.10.29Timothy J Fontaine
2014-06-08fs: remove duplicate checkBrian White
2014-06-07v8: shift heap space for aslr on 64bitTimothy J Fontaine
2014-06-07npm: upgrade to v1.4.14Timothy J Fontaine
2014-06-07src: replace usage of String::Utf8ValueTimothy J Fontaine
2014-06-07string_bytes: Guarantee valid utf-8 outputFelix Geisendörfer
2014-06-07deps/v8: Apply REPLACE_INVALID_UTF8 patchFelix Geisendörfer
2014-06-07string_decoder: Add more commentsFelix Geisendörfer
2014-06-07string_decoder: Fix failures from new test casesFelix Geisendörfer
2014-06-07string_decoder: Improve test coverageFelix Geisendörfer
2014-06-06stream: start old-mode read in a next tickFedor Indutny
2014-06-05deps: update openssl to 1.0.1hFedor Indutny
2014-05-31doc: fixed wording in child_processChris Barber
2014-05-29fs: close file if fstat() fails in readFile()cjihrig
2014-05-23tls: fix performance issueAlexis Campailla
2014-05-22doc: document url `slashes` propertyYazhong Liu
2014-05-22doc: clarify `end` vs `finish` in streamsCalvin Metcalf
2014-05-16configure: allow V8 snapshot for cross-compilationAndrei Sedoi
2014-05-16crypto: improve memory usageAlexis Campailla
2014-05-16child_process: do not set args before throwingGreg Sabia Tucker
2014-05-14src: fix _XOPEN_SOURCE redefinition warningBen Noordhuis
2014-05-13child_process: spawn() does not throw TypeErrorGreg Sabia Tucker
2014-05-07lib: name EventEmitter prototype methodsBen Noordhuis
2014-05-06npm: upgrade to 1.4.10isaacs
2014-05-02constants: export O_NONBLOCKFedor Indutny
2014-05-02deps: backport 23f2736a from v8 upstreamFedor Indutny
2014-05-02Now working on 0.10.29Timothy J Fontaine
2014-05-02Merge branch 'v0.10.28-release' into v0.10Timothy J Fontaine
2014-05-022014.05.01, Version 0.10.28 (Stable)v0.10.28Timothy J Fontaine
2014-05-02npm: upgrade to v1.4.9isaacs
2014-05-02Now working on 0.10.28Timothy J Fontaine
2014-05-02Merge branch 'v0.10.27-release' into v0.10Timothy J Fontaine
2014-05-022014.05.01, Version 0.10.27 (Stable)v0.10.27Timothy J Fontaine
2014-05-01npm: upgrade to v1.4.8isaacs
2014-05-01uv: update to v0.10.27Timothy J Fontaine
2014-04-29docs: add cautionary note to emitter.removeAllListenersForrest L Norvell
2014-04-28deps: fix v8 link error with glibc < 2.17Ben Noordhuis
2014-04-26util: format as Error if instanceof ErrorRod Vagg
2014-04-25deps: make v8 use CLOCK_REALTIME_COARSEBen Noordhuis
2014-04-24doc: fix missing link in net apiJulian Gruber
2014-04-24doc: fix order in net apiJulian Gruber
2014-04-24Revert "deps: backport b5135bbc from c-ares repo"Fedor Indutny
2014-04-16npm: upgrade to 1.4.7isaacs
2014-04-16url: treat \ the same as /isaacs