summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2014.09.24, Version 0.11.14 (Unstable)v0.11.14v0.11.14-releaseTimothy J Fontaine2014-09-242-1/+170
* deps: upgrade npm to 2.0.0Timothy J Fontaine2014-09-24556-10691/+13934
* test: disable dgram-bind-shared-ports on win32Timothy J Fontaine2014-09-241-0/+5
* tests: add test for buffer.slice.Julien Gilli2014-09-241-0/+32
* tls_wrap: ensure that TLSCallbacks are gc-ableFedor Indutny2014-09-242-1/+3
* buffer: fix map and set parent to undefinedTrevor Norris2014-09-231-2/+4
* uv: apply floating patch 2f54947bFedor Indutny2014-09-242-2/+13
* deps: update uv to v1.0.0-rc1Fedor Indutny2014-09-23110-1680/+6370
* crypto: export externals to internal structsFedor Indutny2014-09-233-0/+51
* http: write() after end() emits an error.Julien Gilli2014-09-232-0/+61
* buffer: improve Buffer constructorKang-Hao Kenny2014-09-191-5/+1
* doc: corrected typo in vm docsAndrew Teich2014-09-191-1/+1
* node: support v8 microtask queueVladimir Kurchatkin2014-09-184-1/+178
* test: add test for cluster.worker.destroy()Julien Gilli2014-09-181-0/+79
* crypto: never store pointer to conn in SSL_CTXFedor Indutny2014-09-183-24/+18
* crypto: clarify RandomBytes() error msgMickael van der Beek2014-09-171-1/+1
* win: manifest node.exe for Windows 8.1Alexis Campailla2014-09-172-0/+19
* doc: console example improvementGuilherme de Souza2014-09-171-0/+3
* doc: http.request() improved code exampleGuilherme de Souza2014-09-171-3/+10
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-09-16585-8452/+26642
|\
| * Now working on 0.10.33Timothy J Fontaine2014-09-161-2/+2
| * Merge branch 'v0.10.32-release' into v0.10Timothy J Fontaine2014-09-163-2/+21
| |\
| | * 2014.09.16, Version 0.10.32 (Stable)v0.10.32v0.10.32-releaseTimothy J Fontaine2014-09-163-2/+21
| |/
| * npm: Update to 1.4.28Timothy J Fontaine2014-09-16502-8030/+19055
| * http: do not send `0\r\n\r\n` in TE HEAD responsesFedor Indutny2014-09-162-24/+40
| * crypto: use domains for any callback-taking methodChris Dickinson2014-09-163-0/+61
| * doc: document `process.env` betterMaciej Małecki2014-09-161-0/+23
| * doc: fix modules require.resolve documentationMathias Schreck2014-09-151-7/+7
| * configure: add --openssl-no-asm flagFedor Indutny2014-09-032-1/+9
| * tests: add test for non-integer delay timers.Julien Gilli2014-09-021-0/+50
| * url: Add support for RFC 3490 separatorsMathias Bynens2014-08-271-12/+5
| * querystring: fix unescape overrideTristan Berger2014-08-272-8/+15
| * gyp: use --export-dynamic on FreeBSDFedor Indutny2014-08-271-0/+5
| * deps: enable ARM assembly for OpenSSLFedor Indutny2014-08-279-17/+5659
| * deps: fix up v8 after fd80a3Fedor Indutny2014-08-221-3/+8
| * Now working on 0.10.32Timothy J Fontaine2014-08-191-2/+2
| * Merge branch 'v0.10.31-release' into v0.10Timothy J Fontaine2014-08-193-2/+23
| |\
| | * 2014.08.19, Version 0.10.31 (Stable)v0.10.31v0.10.31-releaseTimothy J Fontaine2014-08-193-2/+23
| |/
| * npm: Update to v1.4.23Timothy J Fontaine2014-08-19187-660/+1996
| * gyp: preserve v8dbg syms on freebsd tooFedor Indutny2014-08-181-2/+2
| * Revert "gyp: preserve v8dbg syms on freebsd too"Fedor Indutny2014-08-184-13/+5
| * gyp: preserve v8dbg syms on freebsd tooFedor Indutny2014-08-174-5/+13
| * deps: backport 5f836c from v8 upstreamFedor Indutny2014-08-141-56/+50
| * openssl: fix keypress requirement in apps on win32Fedor Indutny2014-08-131-6/+13
| * deps: update openssl to v1.0.1iFedor Indutny2014-08-13178-6019/+3469
* | lib, src: add vm.runInDebugContext()Ben Noordhuis2014-09-164-0/+82
* | dns: include host name in error message if availableMaciej Małecki2014-09-162-1/+6
* | tls: fix encoding in certificate-related functionsAdam Lippai2014-09-158-12/+170
* | deps: backport 60c316 from v8 trunkFedor Indutny2014-09-091-1/+12
* | gyp: fix post-mortem in v0.11Fedor Indutny2014-09-091-2/+41