summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.03.01, Version 0.9.10 (Unstable)v0.9.11v0.9.11-releaseisaacs2013-03-013-7/+46
* blog: Do not pass undefined to path.joinisaacs2013-03-011-1/+2
* fs: Support mode/flag options to read/append/writeFileisaacs2013-03-015-59/+142
* test: Put fs write test files in tmpisaacs2013-03-013-11/+12
* build: windows should append date if nightlyTimothy J Fontaine2013-03-011-0/+6
* doc: Provide 2 examples of SimpleProtocol parserisaacs2013-02-281-16/+210
* stream: There is no _read cb, there is only pushisaacs2013-02-2820-126/+105
* stream: Add stream.unshift(chunk)isaacs2013-02-281-3/+11
* stream: Break up the onread functionisaacs2013-02-281-81/+83
* net: omit superfluous 'connect' eventBen Noordhuis2013-03-013-14/+8
* deps: upgrade libuv to 2a8d2a5Ben Noordhuis2013-03-018-37/+41
* test: disable simple/test-process-getgroups on os xBen Noordhuis2013-03-011-0/+5
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-02-281-2/+2
|\
| * test: fix tap output on windowsTimothy J Fontaine2013-02-281-2/+2
* | lib, src: remove errno globalBen Noordhuis2013-02-2811-54/+54
* | test: add cleanup to long path testScott Blomquist2013-02-281-0/+1
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-02-2810-23/+230
|\ \ | |/
| * build, windows: disable SEHBen Noordhuis2013-02-281-0/+1
| * doc: update instructions on home pageBen Noordhuis2013-02-281-1/+3
| * blog: Update with EINPROGRESS changelog itemisaacs2013-02-251-0/+2
| * ChangeLog: Missed item about EINPROGRESSisaacs2013-02-251-0/+2
| * blog: Post for v0.8.21isaacs2013-02-251-0/+84
| * Now working on 0.8.22isaacs2013-02-251-2/+2
| * Merge branch 'v0.8.21-release' into v0.8isaacs2013-02-255-9/+22
| |\
| | * 2013.02.25, Version 0.8.21 (Stable)v0.8.21v0.8.21-releaseisaacs2013-02-253-2/+14
| | * uv: Upgrade to 86ae8b3cisaacs2013-02-252-7/+8
| |/
| * http: Do not free the wrong parser on socket closeisaacs2013-02-251-1/+2
| * http: Handle hangup writes more gentlyisaacs2013-02-222-15/+19
| * doc: add note about child process line bufferingBen Noordhuis2013-02-221-1/+3
| * zlib: fix assert on bad inputBen Noordhuis2013-02-221-3/+18
| * test: add TAP output to the test runnerTimothy J Fontaine2013-02-201-1/+27
| * blog: v0.9.10isaacs2013-02-191-0/+84
* | process: separate nextTick domain logicTrevor Norris2013-02-273-14/+25
* | core: Remove the nextTick for running the main fileisaacs2013-02-278-22/+43
* | core: Mark exit() calls with status codesisaacs2013-02-272-13/+13
* | crypto: clear error stackBen Noordhuis2013-02-271-0/+10
* | openssl: regenerate asm files for openssl 1.0.1eScott Blomquist2013-02-2620-26/+20
* | stream: Writables are not pipe()ableisaacs2013-02-262-0/+31
* | test: Use common.PORT in simple/test-http-timeoutisaacs2013-02-261-1/+2
* | test: Move test-net-connect-timeout to test/internetisaacs2013-02-261-0/+0
* | test: Use common.PORT to determine debugger portisaacs2013-02-261-1/+4
* | test: Fix debugger repl testsisaacs2013-02-263-221/+39
* | test: catch break in simple/test-debugger-clientisaacs2013-02-261-8/+23
* | core: Use a uv_signal for debug listenerisaacs2013-02-261-2/+5
* | deps: upgrade libuv to a0c1d84Ben Noordhuis2013-02-2620-205/+526
* | test: merge environment, don't overwriteBen Noordhuis2013-02-261-1/+2
* | v8: Hardfloat does not imply VFPv3, only VFPv2.yangguo@chromium.org2013-02-261-1/+1
* | v8: work around String::WriteAscii segfaultBen Noordhuis2013-02-261-0/+2
* | test: optionally set common.PORT via env variableTimothy J Fontaine2013-02-261-1/+1
* | mips: fix openssl buildAndrei Sedoi2013-02-261-3/+3