summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: update v8 to 3.24.40Fedor Indutny2014-03-131130-54450/+136344
* readline: consider newlines for cursor positionYazhong Liu2014-03-122-1/+33
* Now working on 0.11.13Timothy J Fontaine2014-03-121-2/+2
* Merge branch 'v0.11.12-release'Timothy J Fontaine2014-03-124-2/+80
|\
| * src: accommodate uv_cwd including null on win32v0.11.12v0.11.12-releaseTimothy J Fontaine2014-03-111-0/+6
| * 2014.03.11, Version 0.11.12 (Unstable)Timothy J Fontaine2014-03-113-2/+74
|/
* mdb_v8: update to latest versionBryan Cantrill2014-03-104-118/+503
* src: update from uv_read2_start removalTimothy J Fontaine2014-03-102-17/+8
* src: adapt to API change in uv_cwdSaúl Ibarra Corretgé2014-03-101-6/+8
* uv: Upgrade to v0.11.22Timothy J Fontaine2014-03-1046-359/+943
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-03-109-6/+189
|\
| * 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: timers-ordering should be more preciseTimothy J Fontaine2014-03-101-2/+4
* | buffer: fix typo in `SlowBuffer`Vladimir Kurchatkin2014-03-102-1/+11
* | buffer: allow toString to accept Infinity for endBrian White2014-03-102-1/+8
* | crypto: allow setting add'l authenticated dataBrian White2014-03-045-4/+62
* | crypto: fix CipherFinal return value checkBrian White2014-03-041-2/+2
* | Merge remote-tracking branch 'origin/v0.10'Fedor Indutny2014-03-0212-22/+139
|\ \ | |/
| * 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
* | smalloc: remove `env.h` includeFedor Indutny2014-03-021-1/+3
* | node: invoke `beforeExit` again if loop was activeFedor Indutny2014-03-011-1/+6
* | stream_wrap: don't write twice on uv_try_write errFedor Indutny2014-02-282-8/+13
* | doc: document `beforeExit` and add more testsSam Roberts2014-02-283-0/+102
* | src: emit 'beforeExit' event on process objectBen Noordhuis2014-02-283-1/+84
* | src: use new loop APISaúl Ibarra Corretgé2014-02-282-5/+15
* | src: spawn_sync should close handles upon exitSaúl Ibarra Corretgé2014-02-261-0/+1
* | src: update to latest libuv apiTimothy J Fontaine2014-02-262-7/+16
* | uv: Upgrade to v0.11.21Timothy J Fontaine2014-02-2669-388/+2267
* | http: remove the circular dependencyNathan Rajlich2014-02-261-42/+0
* | test: update "http-*" tests to only use public APINathan Rajlich2014-02-263-6/+12
* | http, https: don't depend on `globalAgent`Nathan Rajlich2014-02-263-10/+43
* | test: add failing http `agent: null` testNathan Rajlich2014-02-261-0/+47
* | test: fix async-listener-run-error-onceTrevor Norris2014-02-261-4/+7
* | src: make stdout/sterr pipes blockingAlexis Campailla2014-02-266-3/+98
* | test: remove invalid part of stream2-stderr-syncAlexis Campailla2014-02-261-51/+11