summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.11.26, Version 0.8.15 (Stable)v0.8.15v0.8.15-releaseisaacs2012-11-263-2/+23
* tls: fix tls.connect() resource leakBen Noordhuis2012-11-262-1/+57
* net: fix net.connect() resource leakBen Noordhuis2012-11-242-1/+51
* blog: Don't filter out non-latest release notesisaacs2012-11-2310-16/+597
* npm: Upgrade to 1.1.66isaacs2012-11-23199-201/+221
* doc: Add lines about additonal uses of BufferTrevor Norris2012-11-221-0/+17
* deps: upgrade libuv to 5639b2fBen Noordhuis2012-11-209-32/+119
* domains: don't crash if domain is set to nullBert Belder2012-11-092-2/+27
* windows: fix the x64 debug buildBert Belder2012-11-082-2/+3
* doc: remove duplicate set of optionsFrancois Marier2012-10-301-5/+0
* doc: reflect hostname v. host preference in examplesFrancois Marier2012-10-292-7/+7
* blog: Correct shasums for v0.8.14isaacs2012-10-251-5/+6
* blog: Post for v0.8.14isaacs2012-10-252-0/+82
* Now working on 0.8.15isaacs2012-10-251-2/+2
* Merge branch 'v0.8.14-release' into v0.8isaacs2012-10-252-2/+7
|\
| * 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
|\