summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fs: close file if fstat() fails in readFile()cjihrig2014-05-281-1/+6
* tls: fix performance issueAlexis Campailla2014-05-231-9/+4
* doc: document url `slashes` propertyYazhong Liu2014-05-221-0/+7
* doc: clarify `end` vs `finish` in streamsCalvin Metcalf2014-05-211-1/+11
* configure: allow V8 snapshot for cross-compilationAndrei Sedoi2014-05-162-8/+11
* crypto: improve memory usageAlexis Campailla2014-05-162-5/+19
* child_process: do not set args before throwingGreg Sabia Tucker2014-05-161-2/+0
* src: fix _XOPEN_SOURCE redefinition warningBen Noordhuis2014-05-141-4/+10
* child_process: spawn() does not throw TypeErrorGreg Sabia Tucker2014-05-132-1/+47
* lib: name EventEmitter prototype methodsBen Noordhuis2014-05-073-11/+45
* npm: upgrade to 1.4.10isaacs2014-05-05115-4080/+2925
* constants: export O_NONBLOCKFedor Indutny2014-05-021-1/+8
* deps: backport 23f2736a from v8 upstreamFedor Indutny2014-05-022-1/+76
* Now working on 0.10.29Timothy J Fontaine2014-05-021-2/+2
* Merge branch 'v0.10.28-release' into v0.10Timothy J Fontaine2014-05-022-2/+7
|\
| * 2014.05.01, Version 0.10.28 (Stable)v0.10.28v0.10.28-releaseTimothy J Fontaine2014-05-012-2/+7
|/
* npm: upgrade to v1.4.9isaacs2014-05-01113-117/+171
* Now working on 0.10.28Timothy J Fontaine2014-05-011-2/+2
* Merge branch 'v0.10.27-release' into v0.10Timothy J Fontaine2014-05-013-2/+42
|\
| * 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.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