summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2014.05.01, Version 0.10.27 (Stable)v0.10.27v0.10.27-releaseTimothy J Fontaine2014-05-013-2/+42
* npm: upgrade to v1.4.8isaacs2014-05-01257-487/+880
* uv: update to v0.10.27Timothy J Fontaine2014-05-0115-27/+237
* docs: add cautionary note to emitter.removeAllListenersForrest L Norvell2014-04-291-1/+3
* deps: fix v8 link error with glibc < 2.17Ben Noordhuis2014-04-281-0/+6
* util: format as Error if instanceof ErrorRod Vagg2014-04-263-2/+13
* deps: make v8 use CLOCK_REALTIME_COARSEBen Noordhuis2014-04-241-4/+22
* doc: fix missing link in net apiJulian Gruber2014-04-241-0/+1
* doc: fix order in net apiJulian Gruber2014-04-241-2/+2
* Revert "deps: backport b5135bbc from c-ares repo"Fedor Indutny2014-04-241-37/+41
* npm: upgrade to 1.4.7isaacs2014-04-15247-335/+1136
* url: treat \ the same as /isaacs2014-04-152-0/+32
* child_process: fix deadlock when sending handlesFedor Indutny2014-04-142-1/+67
* docs: fix links to streamsWilliam Bert2014-04-111-2/+2
* src: use monotonic time for process.uptime()Timothy J Fontaine2014-04-101-7/+4
* build: make sure changelog.html is generatedTimothy J Fontaine2014-04-081-1/+1
* deps: update openssl to 1.0.1gfix/openssl-1.0.1gFedor Indutny2014-04-08256-6208/+49230
* http: do not emit EOF non-readable socketFedor Indutny2014-04-082-3/+97
* doc: add missing spaceBrian White2014-04-071-1/+1
* docs: correct tls docs. server -> clientDominic Tarr2014-04-021-1/+1
* doc: typo clean up in tlsGoh Yisheng (Andrew)2014-03-311-2/+2
* build: windows signing should include timestampsJosh Dague2014-03-271-2/+4
* src: ensure that openssl's PRNG is fully seededBen Noordhuis2014-03-261-0/+37
* src: seed V8's random number generator at startupBen Noordhuis2014-03-263-0/+15
* npm: upgrade to 1.4.6isaacs2014-03-25318-4042/+5566
* build: fix g++ 4.8 build, disable -WerrorBen Noordhuis2014-03-232-3/+1
* doc: remove an unused arg in process.stdin.Shuhei Kagawa2014-03-101-1/+1
* crypto: do not lowercase cipher/hash namesFedor Indutny2014-03-112-3/+10
* deps: fix v8 valgrind warningBen Noordhuis2014-03-071-1/+1
* child_process: fix sending handle twiceFedor Indutny2014-03-051-1/+10
* test: test sending a handle twiceBenoit Vallée2014-03-051-0/+56
* src: add default visibility to NODE_MODULEBen Noordhuis2014-03-051-1/+1
* timer: don't reschedule timer bucket in a domainGreg Brail2014-03-032-0/+82
* src: domain should not replace nextTick functionTimothy J Fontaine2014-03-034-3/+38
* test: add `agent: null` http client request testNathan Rajlich2014-02-261-0/+47
* http: invoke createConnection when no agentNathan Rajlich2014-02-262-1/+50
* assert: Ensure reflexivity of deepEqualMike Pennisi2014-02-252-4/+10
* stream: remove useless checkBrian White2014-02-241-2/+1
* doc: update assert.markdownNicolas Talle2014-02-231-2/+2
* installer: copy `node.d` only with node_use_dtraceFedor Indutny2014-02-211-4/+2
* dtrace: workaround linker bug on FreeBSDFedor Indutny2014-02-211-2/+2
* configure: allow --with-dtrace on freebsdFedor Indutny2014-02-211-0/+2
* gyp: specialize node.d for freebsdFedor Indutny2014-02-213-3/+65
* tools: update to support separate website repoTimothy J Fontaine2014-02-181-11/+11
* Now working on v0.10.27Timothy J Fontaine2014-02-181-2/+2
* Merge branch 'v0.10.26-release' into v0.10Timothy J Fontaine2014-02-186-2/+39
|\
| * build: readd missing installer resourcesv0.10.26v0.10.26-releaseTimothy J Fontaine2014-02-183-0/+0
| * 2014.02.18, Version 0.10.26 (Stable)Timothy J Fontaine2014-02-183-2/+39
|/
* docs: clarify process.stdin and old modeAnton Khlynovskiy2014-02-181-5/+17
* doc: stdout blocking or non-blocking behaviourPedro Ballesteros2014-02-181-6/+14