summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.02.07, Version 0.9.9 (Unstable)v0.9.9v0.9.9-releaseisaacs2013-02-073-2/+31
* stream: Writable should ignore encoding for buffersisaacs2013-02-072-2/+13
* Update http docs with http.IncomingMessage.Nikhil Marathe2013-02-071-157/+96
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-02-06263-523/+1145
|\
| * blog: v0.8.19 releaseisaacs2013-02-061-0/+72
| * Now working on 0.8.20isaacs2013-02-061-2/+2
| * Merge branch 'v0.8.19-release' into v0.8isaacs2013-02-063-2/+25
| |\
| | * 2013.02.06, Version 0.8.19 (Stable)v0.8.19v0.8.19-releaseisaacs2013-02-063-2/+25
| |/
| * npm: Upgrade to v1.2.10isaacs2013-02-06270-749/+2139
| * blog: remove dangling symlinkBen Noordhuis2013-02-051-1/+0
| * zlib: pass object size hint to V8Ben Noordhuis2013-02-051-0/+6
| * zlib: reduce memory consumption, release earlyBen Noordhuis2013-02-052-3/+36
| * doc: don't suggest to reuse net.Socket objectsBen Noordhuis2013-02-051-2/+1
| * blog: Correct shasums for v0.9.8 releaseisaacs2013-02-021-3/+5
| * deps: upgrade libuv to 034ea31Bert Belder2013-01-305-115/+130
| * doc: fix typo in cluster module documentationRick Yakubowski2013-01-271-1/+1
| * buffer: slow buffer copy compatibility fixTrevor Norris2013-01-253-6/+14
| * benchmark: Port http.sh from masterisaacs2013-01-241-6/+37
| * doc: fix typo in crypto Hash.digest() noteJacob Gable2013-01-241-1/+1
| * blog: Post for v0.9.8isaacs2013-01-241-0/+74
| * doc: document PYTHON env var in READMEBen Noordhuis2013-01-221-0/+8
| * zlib: don't assert on malformed dictionaryBen Noordhuis2013-01-222-3/+23
| * zlib: don't assert on missing dictionaryBen Noordhuis2013-01-222-14/+51
* | typed arrays: copy non-ArrayBuffer in DataView ctorBen Noordhuis2013-02-062-4/+28
* | tls: port CryptoStream to streams2Fedor Indutny2013-02-061-386/+280
* | streams: both `finish` and `close` should unpipeFedor Indutny2013-02-062-5/+50
* | test: add cluster EADDRINUSE testBen Noordhuis2013-02-061-0/+63
* | typed arrays: only share ArrayBuffer backing storeBen Noordhuis2013-02-062-38/+103
* | v8: loosen artificial mmap constraintBryan Cantrill2013-02-061-4/+13
* | stream: make Writable#end() accept a callback functionNathan Rajlich2013-02-052-2/+44
* | buffer: optimize Buffer.prototype.write(s, 'hex')Ben Noordhuis2013-02-023-30/+68
* | debugger: Make the debugger timeout configurableisaacs2013-02-014-1/+5
* | buffer: optimize Buffer.prototype.toString('hex')Ben Noordhuis2013-02-013-15/+22
* | gitignore: Ignore release tarballs and shasum filesisaacs2013-02-011-0/+4
* | dns, cares: don't filter NOTIMP, REFUSED, SERVFAILBen Noordhuis2013-02-011-1/+5
* | stream: Don't stop reading on zero-length decoded outputisaacs2013-01-312-55/+88
* | stream: Don't signal EOF on '' or Buffer(0)isaacs2013-01-312-7/+99
* | node: Do not use fn.apply() in process._makeCallbackisaacs2013-01-302-15/+41
* | lintisaacs2013-01-291-1/+1
* | os: rename tmpDir() to tmpdir() for consistencyBen Noordhuis2013-01-303-6/+8
* | readline: treat bare \r as a line endingisaacs2013-01-292-4/+56
* | readline: make \r\n emit one 'line' eventBen Noordhuis2013-01-292-3/+21
* | Revert "net: Avoid tickDepth warnings on small writes"isaacs2013-01-282-85/+7
* | net: Avoid tickDepth warnings on small writesisaacs2013-01-282-7/+85
* | dgram: avoid EventEmitter leak warningBert Belder2013-01-281-3/+14
* | cluster: support datagram socketsBert Belder2013-01-289-49/+356
* | child_process: move binding init in constructorFedor Indutny2013-01-282-4/+4
* | net: Initialize _connection, _handle in Socket ctorisaacs2013-01-281-0/+3
* | http: Don't dump twiceisaacs2013-01-281-0/+3
* | stream: Correct Transform class backpressureisaacs2013-01-282-50/+86