summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.09.17, Version 0.9.2 (Unstable)v0.9.2v0.9.2-releaseisaacs2012-09-173-2/+52
* openssl: fix the Windows x64 buildBert Belder2012-09-171-0/+3
* openssl: Set flags to properly build on sunosisaacs2012-09-171-2/+2
* test: fs.watch filename support on Darwinisaacs2012-09-171-3/+11
* uv: Upgrade to 778144f0isaacs2012-09-1723-99/+982
* url: Go much faster by using Url classisaacs2012-09-172-180/+231
* test: set rejectUnauthorized in tls/https testsBen Noordhuis2012-09-1531-164/+183
* tls, https: validate server certificate by defaultBen Noordhuis2012-09-1538-24/+131
* uv: upgrade to 3d9de13Bert Belder2012-09-141-1/+5
* uv: upgrade to a28f145Bert Belder2012-09-1430-68/+689
* buffer: update constructor prototypePavel Lang2012-09-132-5/+11
* crypto: use uv_thread_self()Ben Noordhuis2012-09-131-18/+1
* deps: upgrade libuv to 1f9bd99Ben Noordhuis2012-09-1327-149/+896
* bench: correct time calculation in url.jsBen Noordhuis2012-09-131-3/+2
* openssl: disable EC_NISTP_64_GCC_128 on ia32Shigeki Ohtsu2012-09-121-0/+3
* bench: improve url parser benchmarkBen Noordhuis2012-09-131-22/+41
* bench: add url parser benchmarkFelix Böhm2012-09-131-0/+22
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2012-09-12698-375/+44230
|\
| * http: Remove timeout handler when data arrivesFrédéric Germain2012-09-122-0/+96
| * doc: fs: clarfify fs.watch() documentationBen Noordhuis2012-09-121-5/+8
| * doc: http: expand request.headers documentationBen Noordhuis2012-09-121-1/+10
| * Now working on 0.8.10isaacs2012-09-111-2/+2
| * blog: Post for 0.8.9isaacs2012-09-111-0/+97
| * Merge branch 'v0.8.9-release' into v0.8isaacs2012-09-116-5/+62
| |\
| | * 2012.09.11, Version 0.8.9 (Stable)v0.8.9v0.8.9-releaseisaacs2012-09-112-2/+47
| | * Update doc and test for sunos/solaris switchisaacs2012-09-112-2/+2
| | * doc: Fork me image should be full urlisaacs2012-09-111-1/+1
| | * doc: Put current version on homepageisaacs2012-09-111-0/+2
| | * doc: Add Node Dublin to community pageisaacs2012-09-111-0/+10
| |/
| * stream.pipe: Don't call destroy() unless it's a functionisaacs2012-09-101-1/+1
| * npm: Upgrade to 1.1.61isaacs2012-09-10657-290/+43313
| * configure: add a "--dest-os" option to force a gyp "flavor"Nathan Rajlich2012-09-091-0/+8
| * util: make util.inspect() work when "hasOwnProperty" is overwrittenNathan Rajlich2012-09-082-2/+13
| * http: respect HTTP/1.0 TE headerBen Noordhuis2012-09-082-1/+149
| * cluster.worker description and examples ere missing from the top level of docsPooya Karimian2012-09-061-1/+18
| * v8: fix semaphore on MacOSFedor Indutny2012-09-062-6/+86
| * v8: reapply floating patchesBert Belder2012-09-062-8/+6
| * v8: upgrade to 3.11.10.22Bert Belder2012-09-0610-37/+345
| * doc: don't use 'Bert Belder2012-09-0416-33/+33
* | openssl: disable harmless compiler warningsBen Noordhuis2012-09-121-0/+4
* | openssl: remove obsolete patch filesBert Belder2012-09-1211-2777/+0
* | openssl: update the GYP build to work with openssl 1.0.1cBert Belder2012-09-125-235/+46
* | openssl: replace symlinks by #include shimsBert Belder2012-09-12108-108/+108
* | openssl: use dummy OPENSSL_cpuid_setup functionBert Belder2012-09-121-1/+1
* | openssl: don't read user input from the TTYBert Belder2012-09-122-0/+98
* | openssl: fix uninitialized memory accessBen Noordhuis2012-09-121-0/+1
* | openssl: backward compatibility after x509 hash function changeBert Belder2012-09-121-0/+8
* | openssl: apply upstream sha1-armv4-large.pl patchBen Noordhuis2012-09-121-1/+1
* | openssl: support handshake cut-throughBert Belder2012-09-128-8/+117
* | openssl: reduce memory consumptionBert Belder2012-09-128-14/+149