summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.10.24, Version 0.9.3 (Unstable)v0.9.3v0.9.3-releaseisaacs2012-10-243-1/+38
* V8 build: 'echo -n' considered harmfulisaacs2012-10-241-2/+2
* Merge remote-tracking branch 'ry/v0.8'isaacs2012-10-23114-135/+185
|\
| * V8: Reapply patchesisaacs2012-10-2318-183/+295
| * V8: Upgrade to 3.11.10.25isaacs2012-10-2324-316/+254
| * npm: Upgrade to 1.1.64isaacs2012-10-23111-127/+175
* | V8: Reapply patchesisaacs2012-10-236-78/+108
* | V8: Upgrade to 3.13.7.4isaacs2012-10-2321-135/+301
* | Merge branch 'crypto-buffers'isaacs2012-10-2310-999/+1399
|\ \
| * | crypto: Style. Prefer 'char*' over 'char *'isaacs2012-10-231-29/+29
| * | crypto: Remove many unnecessary toObjectsisaacs2012-10-231-62/+46
| * | crypto: pbkdf2 throws when no callback providedisaacs2012-10-232-5/+15
| * | doc: OpenSSL is bundled now.isaacs2012-10-231-2/+1
| * | crypto: Clean up buffer handling and DH methodsisaacs2012-10-232-134/+122
| * | crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')isaacs2012-10-238-148/+929
| * | tls: Provide buffer to Connection.setSessionisaacs2012-10-231-1/+4
| * | crypto: Binding only accepts buffersisaacs2012-10-234-774/+178
| * | crypto: Move encoding logic to JS, default=bufferisaacs2012-10-234-73/+304
|/ /
* | build: re-enable gdbjit, honor --gdb againBen Noordhuis2012-10-231-1/+1
* | v8: make GDBJIT interface compile againmstarzinger@chromium.org2012-10-233-64/+78
* | Merge remote-tracking branch 'ry/v0.8'isaacs2012-10-235-30/+46
|\ \ | |/
| * test: add typed arrays regression testBen Noordhuis2012-10-231-0/+8
| * typed arrays: use `signed char` for signed int8sAaron Jacobs2012-10-231-4/+4
| * v8: use correct timezone information on Solarisyangguo@chromium.org2012-10-231-6/+2
| * crypto: fix DH use-after-free and memory leakBen Noordhuis2012-10-221-2/+8
| * crypto: fix DH 1 byte buffer underflowBen Noordhuis2012-10-221-18/+20
| * test: add diffie-hellman regression testBen Noordhuis2012-10-211-0/+4
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-10-216-102/+4
|\ \ | |/
| * doc: Typo. s/arguemnt/argument/isaacs2012-10-161-1/+1
| * test: disable global variable check for "test-repl-options.js"Nathan Rajlich2012-10-151-0/+2
| * configure: turn on VFPv3 on ARMv7Ben Noordhuis2012-10-151-8/+18
| * Revert "Disable OpenSSL UI"Ben Noordhuis2012-10-153-100/+0
| * docs: fix copy and paste errorJan Lehnardt2012-10-141-1/+1
* | streams: remove useless lineSoarez2012-10-211-1/+0
* | node: update description of --printBen Noordhuis2012-10-201-1/+1
* | uv: upgrade to 1e32cb0Bert Belder2012-10-1782-210/+856
* | Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich2012-10-13258-465/+1645
|\ \ | |/
| * doc: rectify http.ClientResponse close/end eventsBen Noordhuis2012-10-131-5/+12
| * repl: ensure each REPL instance gets its own "context"Nathan Rajlich2012-10-122-15/+15
| * doc: set default background color to whiteMax Ogden2012-10-131-0/+1
| * Now working on 0.8.13isaacs2012-10-121-2/+2
| * blog: Post about 0.8.12isaacs2012-10-121-0/+73
| * Merge branch 'v0.8.12-release' into v0.8isaacs2012-10-123-2/+25
| |\
| | * 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