summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.01.19, Version 0.6.8 (stable)v0.6.8isaacs2012-01-196-12/+40
* Upgrade V8 to 3.6.6.19isaacs2012-01-1927-834/+586
* Land number collision fix for v8 3.6 by Erik CorryFedor Indutny2012-01-192-6/+3
* docs: document common add-on design patternsArtur Adib2012-01-191-5/+542
* Add missing TTY key translations for F1-F5 on WindowsBrandon Benvie2012-01-181-0/+7
* Make path.extname do the right thing when the last path component is . or ..Bert Belder2012-01-182-2/+30
* cluster: don't always kill the master on uncaughtExceptionBen Noordhuis2012-01-182-0/+62
* docs: replace expresso with mocha in appendix 1Dan Williams2012-01-171-1/+1
* Link to Marak's module rap in community pageRyan Dahl2012-01-171-1/+5
* tests: fix more lint issuesBert Belder2012-01-178-69/+87
* Tests: fix jslint issuesAndreas Madsen2012-01-1738-216/+251
* child_process: add errno property to exceptionsAndreas Madsen2012-01-171-3/+7
* Land number collision fix for v8 3.6 by Erik CorryFedor Indutny2012-01-1736-348/+684
* tls: fix double 'error' events on HTTPS Requestskoichik2012-01-172-10/+56
* typed arrays: set class nameBen Noordhuis2012-01-172-0/+63
* Update npm to 1.1.0-2isaacs2012-01-16142-798/+1824
* net: make .write() throw on bad inputBen Noordhuis2012-01-142-1/+22
* website: Add "Api Docs" button next to "Download"Guillermo Rauch2012-01-122-13/+28
* dgram: use slab memory allocatormrb2012-01-121-9/+59
* docs: clarify filename argument of vm.* functionsBen Noordhuis2012-01-121-16/+18
* update libuv to 855764406eIgor Zinkovsky2012-01-113-24/+77
* zlib: C++ style fixesFedor Indutny2012-01-121-23/+15
* makefile: ignore `lib/punycode.js` while lintingMaciej MaƂecki2012-01-111-1/+1
* zlib binding cleanupisaacs2012-01-101-20/+17
* Use .jpg instead of .bmp for .msiRyan Dahl2012-01-105-2/+2
* Make sure that zlib contexts are not garbage collected when busyBen Noordhuis2012-01-101-0/+2
* Fix memory leak in node_zlibBert Belder2012-01-101-1/+1
* Fix #2473Ryan Dahl2012-01-102-7/+10
* child_process: fix segfault after failed spawnBen Noordhuis2012-01-091-6/+8
* handle_wrap: guard against uninitialized handle or double closeBen Noordhuis2012-01-091-1/+6
* uv: upgrade to 803f5a0Ben Noordhuis2012-01-091-0/+12
* events: fix checking max listeners with `1`Ryunosuke SATO2012-01-092-18/+27
* Avoid unnecessary buffer to string conversion.Ben Noordhuis2012-01-091-0/+4
* build: honour the PYTHON environment variableBen Noordhuis2012-01-082-17/+22
* docs: fix ChangeLogkoichik2012-01-071-1/+1
* docs: small changes.koichik2012-01-073-5/+6
* Now working on v0.6.8isaacs2012-01-061-2/+2
* 2012.01.06, Version 0.6.7 (stable)v0.6.7isaacs2012-01-066-12/+61
* Remove snapshot from Mac binary buildisaacs2012-01-061-2/+2
* support nosnapshot in vcbuild.batRyan Dahl2012-01-062-1/+11
* Revert "crypto: add SecureContext.clearOptions() method"Ryan Dahl2012-01-062-16/+12
* fix test-sys for hash randomizationRyan Dahl2012-01-061-9/+21
* Land hash collision fix for V8 3.6 by Erik Corry.Bert Belder2012-01-0623-162/+446
* http: fix ServerResponse does not emit 'close'koichik2012-01-063-20/+37
* npm@1.1.0-beta-10isaacs2012-01-05204-326/+835
* docs: mention that python 2.6 or 2.7 is requiredBen Noordhuis2012-01-051-1/+1
* http: use `self` insted of `this`koichik2012-01-051-1/+1
* Update address in CLARyan Dahl2012-01-041-4/+4
* Potential fix for #2438Ryan Dahl2012-01-032-33/+51
* Add another test to test-http-parser-bad-ref.js demoing #2438Ryan Dahl2012-01-031-2/+10