summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich2012-09-302-0/+5
* blog: s/LibUV/libuv/isaacs2012-09-301-1/+1
* blog: LXJS talk by @piscisaureusisaacs2012-09-301-0/+13
* http: handle multiple Proxy-Authenticate valuesthewilli2012-09-272-0/+5
* doc: Make the CLA more simple/saneisaacs2012-09-271-50/+48
* blog: Post about 0.8.11isaacs2012-09-271-0/+63
* Now working on 0.8.12isaacs2012-09-271-2/+2
* Merge branch 'v0.8.11-release' into v0.8isaacs2012-09-272-1/+6
|\
| * 2012.09.27, Version 0.8.11 (Stable)v0.8.11v0.8.11-releaseisaacs2012-09-272-1/+6
|/
* test: pick another CNAME record to test dns queriesBert Belder2012-09-261-1/+1
* fs: fix stat() reporting for large filesBen Noordhuis2012-09-261-2/+12
* blog: Post about v0.8.10isaacs2012-09-251-0/+93
* Now working on 0.8.11isaacs2012-09-251-2/+2
* Merge branch 'v0.8.10-release' into v0.8isaacs2012-09-25651-42855/+93722
|\
| * 2012.09.25, Version 0.8.10 (Stable)v0.8.10v0.8.10-releaseisaacs2012-09-253-2/+51
| * openssl: fix compilation issues on SmartOS x64Bert Belder2012-09-251-8/+14
| * test: Fix premature close in test-http-client-timeout-agentisaacs2012-09-251-3/+10
| * tls: lintisaacs2012-09-251-1/+1
| * domain: Remove stray console.logisaacs2012-09-251-2/+0
| * openssl: use optimized asm code on x86 and x64Bert Belder2012-09-254-27/+199
| * openssl: add generated asm codeBert Belder2012-09-2578-0/+91015
| * openssl: add 'clean' target to asm MakefileBert Belder2012-09-251-0/+4
| * openssl: generate asm code with a MakefileBen Noordhuis2012-09-251-0/+178
| * openssl: disable HT sidechannel attack mitigationBert Belder2012-09-252-4/+4
| * openssl: revert empty_OPENSSL_cpuid_setup.patchBert Belder2012-09-255-18/+1
| * openssl: fix perlasm issueBert Belder2012-09-251-1/+1
| * openssl: add optimized bignum x64 asm code for windowsBert Belder2012-09-251-0/+1679
| * tls: use slab allocatorFedor Indutny2012-09-251-17/+48
| * npm: upgrade to 1.1.62isaacs2012-09-25556-42780/+525
|/
* doc: put API table of contents in alphabetical orderAdam Blackburn2012-09-251-24/+24
* http: make the client "res" object gets the same domain as "req"Nathan Rajlich2012-09-242-0/+71
* repl: make invalid RegExps throw in the REPLNathan Rajlich2012-09-212-0/+7
* uv: upgrade to 39ca621Bert Belder2012-09-228-84/+190
* v8: loosen artificial mmap constraintBryan Cantrill2012-09-211-4/+13
* domain: Properly exit() on domain disposalisaacs2012-09-213-5/+85
* blog: Post for 0.9.2isaacs2012-09-171-0/+95
* fs: fix watchFile() missing deletion eventsBen Noordhuis2012-09-172-1/+45
* doc: fix three typosRobin Lee2012-09-173-3/+3
* process: fix setuid() and setgid() error reportingBen Noordhuis2012-09-171-0/+2
* fs: fix assert in fs.watch()Ben Noordhuis2012-09-141-5/+10
* fs: don't segfault on deeply recursive stat()Ben Noordhuis2012-09-143-40/+83
* v8: Replace VFP by VFP2 in common.gypiNathan Rajlich2012-09-131-2/+2
* v8: Relax requirement from VFP3 to VFP2 where possible.yangguo@chromium.org2012-09-1314-165/+192
* 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