summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.10.12, Version 0.8.12 (Stable)v0.8.12v0.8.12-releaseisaacs2012-10-113-2/+25
* npm: Upgrade to 1.1.63isaacs2012-10-11237-333/+1250
* doc: Reduce crypto stability to 2-Unstableisaacs2012-10-111-1/+33
* buffer: report proper retained size in profilerBen Noordhuis2012-10-111-1/+61
* uv: upgrade to b0c1a38Bert Belder2012-10-102-0/+11
* crypto: fix -Wtautological-compare warningBen Noordhuis2012-10-091-29/+27
* doc: consistent use of the callback argumentAndreas Madsen2012-10-085-24/+37
* Fix -Wsizeof-array-argument compiler warning.Andrew Paprocki2012-10-071-1/+1
* repl: move "isSyntaxError()" definition to the bottomNathan Rajlich2012-10-051-12/+18
* doc: document the custom "inspect()" function behaviorNathan Rajlich2012-10-051-0/+13
* buffer: fix byteLength with UTF-16LEkoichik2012-10-042-32/+46
* doc: better example for process.hrtime()Alex Kocharin2012-10-031-3/+4
* doc: stream: clarify meaning of 'drain' some moreBen Noordhuis2012-10-031-0/+4
* doc: stream: clarify meaning of 'drain' eventBen Noordhuis2012-10-031-2/+2
* doc: Correct stream.write fd mentionisaacs2012-10-011-7/+1
* repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich2012-10-012-1/+5
* 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