summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* symbol hack testopenssl-exportsBert Belder2012-09-252-0/+3868
* windows: make node.exe export openssl symbolsBert Belder2012-09-252-1/+3878
* openssl: clean up configuration filesBert Belder2012-09-256-110/+190
* windows: fix typo in node.gypBert Belder2012-09-251-1/+1
* handle_wrap: don't abort if wrap == NULLBen Noordhuis2012-09-221-6/+16
* test: possible ipc.ref() regressionAndreas Madsen2012-09-221-0/+45
* child_process: don't die when disconnect event existsAndreas Madsen2012-09-222-2/+62
* child_process: make .fork()'d child auto-exitBen Noordhuis2012-09-223-4/+37
* events: speed up .removeAllListeners()Ben Noordhuis2012-09-221-0/+11
* events: speed up newListener/removeListener eventsBen Noordhuis2012-09-221-4/+12
* events: add 'removeListener' eventBen Noordhuis2012-09-224-6/+63
* test: add common.mustCall functionBen Noordhuis2012-09-221-4/+39
* v8: loosen artificial mmap constraintBryan Cantrill2012-09-221-4/+13
* v8: fix postmortem metadata generationBryan Cantrill2012-09-211-4/+13
* V8: reapply floating patchesisaacs2012-09-212-6/+4
* V8: Upgrade to 3.13.7.1isaacs2012-09-21380-11842/+27561
* test: add tests for postmortem and DTrace supportBryan Cantrill2012-09-213-0/+385
* configure: turn on VFPv3 on ARMv7Ben Noordhuis2012-09-191-8/+18
* doc: zlib: document flush() and reset() methodsBen Noordhuis2012-09-191-0/+15
* crypto: bring module into modern ageFedor Indutny2012-09-186-142/+173
* authors: add @tasogarepg to AUTHORSFedor Indutny2012-09-181-0/+1
* debugger: fix --debug-brktasogarepg2012-09-183-2/+93
* Now working on v0.9.3isaacs2012-09-171-2/+2
* Merge branch 'v0.9.2-release'isaacs2012-09-1730-286/+1278
|\
| * 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
* | openssl: fix the Windows x64 buildBert Belder2012-09-181-0/+3
* | configure: always use shlex instead of splitAlex Xu2012-09-171-4/+4
|/
* 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
| |\