summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.10.25, Version 0.8.14 (Stable)v0.8.14v0.8.14-releaseisaacs2012-10-252-2/+7
* events: Don't clobber pre-existing _events obj in EE ctorv0.8.13-fixisaacs2012-10-252-2/+45
* blog: Post for v0.8.13isaacs2012-10-251-0/+72
* Now working on 0.8.14isaacs2012-10-251-2/+2
* Merge branch 'v0.8.13-release' into v0.8isaacs2012-10-254-20/+43
|\
| * 2012.10.25, Version 0.8.13 (Stable)v0.8.13v0.8.13-releaseisaacs2012-10-253-18/+41
| * V8 build: 'echo -n' considered harmfulisaacs2012-10-251-2/+2
|/
* npm: Upgrade to 1.1.65isaacs2012-10-25105-116/+168
* events: Make the EventEmitter class monomorphicisaacs2012-10-251-5/+4
* v8: remove optimization switchesBen Noordhuis2012-10-251-10/+0
* build: add --unsafe-optimizations configure switchBen Noordhuis2012-10-251-0/+8
* url: parse hostnames that start with - or _Ben Noordhuis2012-10-252-3/+92
* blog: Post for v0.9.3 releaseisaacs2012-10-241-0/+87
* repl: call resume() after setRawMode()Bert Belder2012-10-241-1/+2
* doc: child_process: document uid and gid spawn() optionsOlivier Lalonde2012-10-241-0/+2
* 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
* 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
* 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
* 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
* 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