summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-012014.05.01, Version 0.10.27 (Stable)Timothy 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-24deps: 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-15npm: upgrade to 1.4.7isaacs
2014-04-15url: treat \ the same as /isaacs
2014-04-14child_process: fix deadlock when sending handlesFedor Indutny
2014-04-11docs: fix links to streamsWilliam Bert
2014-04-10src: use monotonic time for process.uptime()Timothy J Fontaine
2014-04-08build: make sure changelog.html is generatedTimothy J Fontaine
2014-04-08deps: update openssl to 1.0.1gFedor Indutny
2014-04-08http: do not emit EOF non-readable socketFedor Indutny
2014-04-07doc: add missing spaceBrian White
2014-04-02docs: correct tls docs. server -> clientDominic Tarr
2014-03-31doc: typo clean up in tlsGoh Yisheng (Andrew)
2014-03-27build: windows signing should include timestampsJosh Dague
2014-03-26src: ensure that openssl's PRNG is fully seededBen Noordhuis
2014-03-26src: seed V8's random number generator at startupBen Noordhuis
2014-03-25npm: upgrade to 1.4.6isaacs
2014-03-23build: fix g++ 4.8 build, disable -WerrorBen Noordhuis
2014-03-10doc: remove an unused arg in process.stdin.Shuhei Kagawa
2014-03-11crypto: do not lowercase cipher/hash namesFedor Indutny
2014-03-07deps: fix v8 valgrind warningBen Noordhuis
2014-03-05child_process: fix sending handle twiceFedor Indutny
2014-03-05test: test sending a handle twiceBenoit Vallée
2014-03-05src: add default visibility to NODE_MODULEBen Noordhuis
2014-03-03timer: don't reschedule timer bucket in a domainGreg Brail
2014-03-03src: domain should not replace nextTick functionTimothy J Fontaine
2014-02-26test: add `agent: null` http client request testNathan Rajlich
2014-02-26http: invoke createConnection when no agentNathan Rajlich
2014-02-25assert: Ensure reflexivity of deepEqualMike Pennisi
2014-02-24stream: remove useless checkBrian White
2014-02-23doc: update assert.markdownNicolas Talle
2014-02-21installer: copy `node.d` only with node_use_dtraceFedor Indutny
2014-02-21dtrace: workaround linker bug on FreeBSDFedor Indutny
2014-02-21configure: allow --with-dtrace on freebsdFedor Indutny
2014-02-21gyp: specialize node.d for freebsdFedor Indutny
2014-02-18tools: update to support separate website repoTimothy J Fontaine
2014-02-18Now working on v0.10.27Timothy J Fontaine
2014-02-18Merge branch 'v0.10.26-release' into v0.10Timothy J Fontaine
2014-02-18build: readd missing installer resourcesTimothy J Fontaine
2014-02-182014.02.18, Version 0.10.26 (Stable)Timothy J Fontaine
2014-02-18docs: clarify process.stdin and old modeAnton Khlynovskiy
2014-02-18doc: stdout blocking or non-blocking behaviourPedro Ballesteros