summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Regenerate docs for tarball and releasesv0.6isaacs2012-08-041-5/+5
* Makefile: Refuse to build release from unclean repoisaacs2012-08-041-0/+11
* Check the version before building tarballisaacs2012-08-041-1/+10
* now working on 0.6.22isaacs2012-08-031-2/+2
* Merge branch 'v0.6.21-release' into v0.6isaacs2012-08-032-2/+9
|\
| * 2012.08.03 Version 0.6.21 (maintenance)v0.6.21isaacs2012-08-032-2/+9
|/
* deps: upgrade libuv to d6a96deBen Noordhuis2012-08-031-5/+15
* net: make pause/resume work with connecting socketsBert Belder2012-08-032-4/+110
* Now working on 0.6.21isaacs2012-07-111-2/+2
* 2012.07.10 Version 0.6.20 (maintenance)v0.6.20isaacs2012-07-102-2/+17
* .gitignore: Don't ignore node_modules (breaks npm)isaacs2012-07-101-1/+0
* npm: Upgrade to 1.1.37isaacs2012-07-10396-4122/+8641
* benchmark: Backport improvements made in masterisaacs2012-06-234-41/+156
* build: always link with -lzTrent Mick2012-06-191-1/+1
* core: use proper #include directivesBen Noordhuis2012-06-1850-136/+136
* cluster: don't silently drop messages when the write queue gets bigBert Belder2012-06-121-6/+2
* windows: don't print error when GetConsoleTitleW returns an empty stringBert Belder2012-06-071-1/+3
* build: Prevent duplication of doc/api folderisaacs2012-06-061-2/+2
* Now working on 0.6.20isaacs2012-06-061-2/+2
* Merge branch 'v0.6.19-release' into v0.6isaacs2012-06-06251-3287/+780
|\
| * 2012.06.06 Version 0.6.19 (stable)v0.6.19isaacs2012-06-053-2/+20
| * Upgrade npm to 1.1.24isaacs2012-06-05248-3285/+760
|/
* deps: upgrade libuv to 06e0319Ben Noordhuis2012-06-055-5/+18
* Revert "punycode: Update to v1.0.0"koichik2012-06-051-18/+19
* website: Add nodejs.es to localized sitesisaacs2012-06-011-0/+2
* doc: remove all references to setsidErwin van der Koogh2012-05-311-4/+0
* fs: no end emit after createReadStream.pause()Andreas Madsen2012-05-292-1/+69
* bench: start a worker for each CPUBen Noordhuis2012-05-251-1/+1
* bench: add http_simple_auto benchmarkBen Noordhuis2012-05-251-0/+109
* vm: cleanup module memory leakageMarcel Laverdet2012-05-211-20/+10
* Now working on 0.6.19isaacs2012-05-151-2/+2
* Merge branch 'v0.6.18-release' into v0.6isaacs2012-05-152-2/+31
|\
| * 2012.05.15 Version 0.6.18 (stable)v0.6.18isaacs2012-05-142-2/+31
|/
* Escape leading # signs in 'make email.md'isaacs2012-05-141-1/+1
* Guard against emitting 'end' twice on http responsesisaacs2012-05-141-2/+8
* Upgrade libuv to bc4126bisaacs2012-05-144-30/+66
* test: add https + .pfx client/server testBen Noordhuis2012-05-141-0/+56
* crypto: add PKCS12/PFX supportssuda2012-05-149-4/+190
* node: delete NODE_CHANNEL_FD from envBen Noordhuis2012-05-142-0/+57
* Windows: add test for path.normalize with UNC pathsBert Belder2012-05-131-0/+2
* Windows: make path.normalize convert all slashes to backslashesBert Belder2012-05-131-0/+3
* Automatically close FSWatcher on errorBert Belder2012-05-131-0/+1
* fs: fix ReadStream.pause() emits duplicate data eventkoichik2012-05-122-1/+53
* 500 is a magic number for the GC for some reasonisaacs2012-05-111-1/+1
* Break up huge function in ClientRequest.onSocketisaacs2012-05-111-157/+187
* build: fix cross-compilingBen Noordhuis2012-05-111-22/+21
* doc: fix typo in buffer documentationShigeki Ohtsu2012-05-111-4/+4
* Runtime_NotifyDeoptimized should search for function activation in all thread...vegorov@chromium.org2012-05-103-4/+47
* doc: fs.ReadableStream does not have a destroySoon methodPhilip Tellis2012-05-091-5/+0
* pipe_wrap: don't assert() on pipe accept errorsBen Noordhuis2012-05-091-2/+2