summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.01.18, Version 0.8.18 (Stable)v0.8.18v0.8.18-releaseisaacs2013-01-183-2/+19
* npm: Upgrade to v1.2.2isaacs2013-01-18125-300/+560
* blog: Post for v0.9.7 releaseisaacs2013-01-181-0/+81
* dns: make error message match errnoDan Milon2013-01-182-1/+3
* tls: follow RFC6125 more striclyFedor Indutny2013-01-182-12/+36
* Revert "Revert "tls: allow wildcards in common name""Fedor Indutny2013-01-181-3/+2
* Revert "tls: allow wildcards in common name"Ben Noordhuis2013-01-171-2/+3
* test: add cluster 'bind twice' testBen Noordhuis2013-01-171-0/+77
* buffer: reject negative SlowBuffer offsetsBen Noordhuis2013-01-173-1/+59
* install: add simplejson fallbackChris Dent2013-01-151-1/+6
* buffer: zero-length buffers shouldn't be slab-backedBert Belder2013-01-141-2/+8
* tls: allow wildcards in common nameFedor Indutny2013-01-141-3/+2
* http: fix "Cannot call method 'emit' of null"Ben Noordhuis2013-01-142-1/+69
* blog: release v0.9.6isaacs2013-01-111-0/+87
* make binary: allow custom config flagsNathan Rajlich2013-01-101-1/+1
* blog, changelog: 0.8.17 was released in 2013, not 2012isaacs2013-01-102-2/+2
* blog: Correct shasums for v0.8.17isaacs2013-01-091-5/+6
* blog: Add security notice to v0.8.17 postisaacs2013-01-091-0/+12
* blog: Post about v0.8.17isaacs2013-01-091-0/+67
* Now working on 0.8.18isaacs2013-01-091-2/+2
* Merge branch 'v0.8.17-release' into v0.8isaacs2013-01-094-2/+24
|\
| * 2012.01.09, Version 0.8.17 (Stable)v0.8.17v0.8.17-releaseisaacs2013-01-094-2/+24
|/
* typed arrays: fix 32 bit size/index overflowBen Noordhuis2013-01-102-6/+23
* npm: Upgrade to v1.2.0isaacs2013-01-09222-300/+665
* object_wrap: add missing HandleScopeFedor Indutny2013-01-091-0/+2
* dgram: don't assert on send('string')Ben Noordhuis2013-01-082-0/+35
* doc: improve example of process.hrtime()Johannes Ewald2013-01-041-5/+4
* os: change CPU time from Integer to NumberTim Bradshaw2012-12-311-5/+5
* doc: add CONTRIBUTING.mdBen Noordhuis2012-12-311-0/+145
* blog: Post for v0.9.5isaacs2012-12-291-0/+82
* deps: upgrade libuv to 4997738Ben Noordhuis2012-12-296-91/+212
* build: allow to specify custom tagsMaciej MaƂecki2012-12-263-2/+20
* lintisaacs2012-12-261-7/+7
* blog: Post about v0.9.4isaacs2012-12-211-0/+97
* npm: upgrade to 1.1.70isaacs2012-12-211161-1803/+40338
* blog: More streams2 wordsmithingisaacs2012-12-211-22/+22
* blog: Update blog post re streams2isaacs2012-12-211-10/+25
* http: pack response body buffer in first tcp packetBen Noordhuis2012-12-201-8/+71
* bench: use res.end() for chunked encodingBen Noordhuis2012-12-202-10/+8
* blog: post about streams2 featureisaacs2012-12-181-0/+579
* doc: add Google+ French communityNicolas Chambrier2012-12-171-0/+2
* install: fix openbsd man page locationBen Noordhuis2012-12-171-1/+1
* http: bubble up parser errors to ClientRequestBrian White2012-12-162-29/+29
* blog: Post for 0.8.16isaacs2012-12-131-0/+65
* Now working on 0.8.17isaacs2012-12-131-2/+2
* Merge commit 'v0.8.16' into v0.8isaacs2012-12-13242-308/+3729
|\
| * 2012.12.13, Version 0.8.16 (Stable)v0.8.16isaacs2012-12-133-2/+17
| * npm: Upgrade to v1.1.69isaacs2012-12-12239-306/+3712
|/
* fs: fix WriteStream fd leakBen Noordhuis2012-12-122-3/+64
* fs: fix ReadStream fd leakBen Noordhuis2012-12-122-2/+55