summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: Misc Windows unit test fixesScott Blomquist2013-03-194-4/+13
* tls: write pending data of opposite sideFedor Indutny2013-03-172-0/+75
* readline: handle wide characters properlyNao Iizuka2013-03-153-17/+164
* repl: Use a domain to catch async errors safelyisaacs2013-03-144-6/+99
* repl: emit 'reset' event when context is resetSami Samhuri2013-03-143-0/+97
* Revert "fs: Missing cb errors are deprecated, not a throw"isaacs2013-03-133-38/+30
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-03-1341-91/+1068
|\
| * Revert "stream: Never call decoder.end() multiple times"isaacs2013-03-132-5/+0
| * fs: Missing cb errors are deprecated, not a throwisaacs2013-03-132-11/+34
| * doc: implicit fs callbacks don't throw in v0.10Ben Noordhuis2013-03-131-19/+4
| * doc: add note on process.title max lengthBen Noordhuis2013-03-131-0/+11
| * stream: Never call decoder.end() multiple timesGil Pedersen2013-03-132-0/+5
| * core: Move UNWRAP_NO_ABORT to handle_wrap.hisaacs2013-03-132-6/+6
| * doc: path.join() arguments must be stringsBen Noordhuis2013-03-131-1/+3
| * net: handle 'finish' event only after 'connect'Fedor Indutny2013-03-132-0/+47
| * core: Unwrap without aborting in handle fd getterisaacs2013-03-131-1/+1
| * blog: Fix typo in typo fixisaacs2013-03-131-1/+1
| * blog: fix small typo in v0.10.0 release articleNathan Rajlich2013-03-121-1/+1
| * doc: events: add 'removeListener' event sectionBen Noordhuis2013-03-121-0/+8
| * blog: Post about v0.10.0isaacs2013-03-111-0/+487
| * Now working on 0.10.1isaacs2013-03-111-2/+2
| * Merge branch 'v0.10.0-release' into v0.10isaacs2013-03-113-2/+35
| |\
| | * 2013.03.11, Version 0.10.0 (Stable)v0.10.0v0.10.0-releaseisaacs2013-03-103-2/+35
| |/
| * stream: Don't emit 'end' unless read() calledisaacs2013-03-1015-22/+131
| * stream: Avoid nextTick warning filling read bufferisaacs2013-03-102-5/+22
| * events: Handle missing error obj when domains in useJulian Gruber2013-03-102-0/+43
| * http: ServerRequest does not timeout after 'end'koichik2013-03-103-50/+86
| * http: Do not setTimeout a not-yet-existent socketisaacs2013-03-102-1/+58
| * uv: Upgrade to 5462dabisaacs2013-03-092-2/+3
| * win/msi: Fix typosisaacs2013-03-092-9/+9
| * npm: Upgrade to 1.2.14 (fixed)isaacs2013-03-091-5/+8
| * http: check if incoming parser has already been freedhc2013-03-092-1/+63
| * timers: consistent this keyword in setImmediateAndreas Madsen2013-03-092-1/+65
| * domain: Fix double-exit on nested domainsisaacs2013-03-092-5/+41
| * Now working on 0.10.0isaacs2013-03-081-2/+2
* | net: handle 'finish' event only after 'connect'Fedor Indutny2013-03-132-0/+47
* | doc: fix inpect() -> inspect() typoNathan Rajlich2013-03-121-1/+1
* | crypto: replace BIO_free with BIO_free_allFedor Indutny2013-03-131-18/+18
* | crypto: refactor crypto classesFedor Indutny2013-03-132-416/+357
* | crypto: merge Cipher and DecipherFedor Indutny2013-03-133-513/+180
* | crypto: split crypto classesFedor Indutny2013-03-132-1192/+1330
* | util: custom `inspect()` method may return an ObjectNathan Rajlich2013-03-123-1/+24
* | console: `console.dir()` bypasses inspect() methodsNathan Rajlich2013-03-123-3/+15
* | Now working on 0.11.0isaacs2013-03-081-2/+2
|/
* lintisaacs2013-03-081-1/+1
* stream: Always defer preemptive reading to improve latencyGil Pedersen2013-03-081-6/+10
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-03-082-0/+73
|\
| * Revert "build, windows: disable SEH"Bert Belder2013-03-081-1/+0
| * win/openssl: mark assembled object files as seh safeBert Belder2013-03-081-0/+1
| * windows/msi: fix msi build issue with WiX 3.7/3.8Raymond Feng2013-03-081-0/+1