summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.03.21, Version 0.10.1 (Stable)v0.10.1v0.10.1-releaseisaacs2013-03-203-2/+34
* npm: upgrade to 1.2.15isaacs2013-03-20120-221/+358
* crypto: initialize transform lazilyFedor Indutny2013-03-201-12/+30
* tls: Prevent hang in readStartisaacs2013-03-201-1/+4
* bench: compare binaries equal timesTrevor Norris2013-03-201-18/+6
* bench: add dgram send/recv benchmarkBen Noordhuis2013-03-201-0/+61
* tls: always reset this.ssl.error after handlingFedor Indutny2013-03-201-19/+14
* fs: make write/appendFileSync correctly set file modeRaymond Feng2013-03-202-1/+99
* doc: fix streams2 SimpleProtocol exampleIskren Ivov Chernev2013-03-201-2/+2
* windows: enable watching signals with process.on('SIGXYZ')Bert Belder2013-03-201-4/+0
* Update .mailmap and AUTHORSBert Belder2013-03-192-7/+20
* doc: fix broken links in blog footerBen Noordhuis2013-03-181-5/+5
* tls: write pending data of opposite sideFedor Indutny2013-03-172-0/+75
* node: revert removal of MakeCallbackTrevor Norris2013-03-171-15/+25
* doc: fix typo in crypto docsJeongHoon Byun2013-03-171-7/+7
* doc: https: Fix the link to tls.connectYi EungJun2013-03-161-1/+1
* deps: upgrade libuv to b45a74fBen Noordhuis2013-03-164-18/+17
* install: don't install man page twiceBen Noordhuis2013-03-161-1/+0
* v8: move 32 bit heap hint on sunosTimothy J Fontaine2013-03-151-8/+14
* stream: Return self from readable.wrapisaacs2013-03-142-1/+97
* test: No need for kicking in streams2 testisaacs2013-03-141-24/+0
* stream: Never call decoder.end() multiple timesGil Pedersen2013-03-142-4/+77
* doc: don't mark fs callbacks as optionalkoichik2013-03-141-30/+33
* http: Don't hot-path end() for large buffersisaacs2013-03-142-0/+67
* net: improve arbitrary tcp socket supportBen Noordhuis2013-03-142-20/+31
* deps: upgrade libuv to 7b66ea1Ben Noordhuis2013-03-147-17/+79
* doc: change dgram to socket for properties of dgram.SocketAdam Malcontenti-Wilson2013-03-141-13/+13
* 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