summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: fix child-process-fork-dgram on SmartOS.Julien Gilli2014-08-071-24/+38
* doc: document arguments for 'error' event on a streamMaciej Małecki2014-08-071-0/+4
* fs: fix fs.readFileSync fd leak when get RangeErrorJackson Tian2014-08-071-1/+7
* doc: clarify factory methods for net.SocketKevin Simper2014-08-061-1/+9
* v8: Fix compliation with GCC 4.8Timothy J Fontaine2014-08-041-1/+8
* timers: fix timers with non-integer delay hanging.Julien Gilli2014-08-042-0/+34
* cluster: disconnect should not be synchronousSam Roberts2014-08-022-2/+40
* stream: fix Readable.wrap objectMode falsy valuesJames Halliday2014-08-012-1/+9
* docs: fix non-string ignore note in path.resolveJakob Gillich2014-07-311-1/+1
* Now working on 0.10.31Timothy J Fontaine2014-07-312-3/+3
* Merge branch 'v0.10.30-release' into v0.10Timothy J Fontaine2014-07-313-2/+42
|\
| * 2014.07.31, Version 0.10.30 (Stable)v0.10.30v0.10.30-releaseTimothy J Fontaine2014-07-313-2/+42
|/
* uv: Upgrade to v0.10.28Timothy J Fontaine2014-07-3110-10/+125
* v8: Interrupts must not mask stack overflow.Fedor Indutny2014-07-311-7/+2
* npm: Upgrade to v1.4.21Timothy J Fontaine2014-07-31424-2536/+6747
* module: eliminate double `getenv()`Maciej Małecki2014-07-311-2/+3
* streams: remove unused require('assert')Rod Vagg2014-07-311-1/+0
* timers: backport f8193abJulien Gilli2014-07-319-13/+228
* gyp: do not rm unused openssl syms on osx/linuxFedor Indutny2014-07-311-0/+13
* buffer: fix sign overflow in `readUIn32BE`Fedor Indutny2014-07-292-2/+18
* test: fix test-https-foafsslFedor Indutny2014-07-231-12/+23
* test: fix test-tls-server-verifyFedor Indutny2014-07-2324-183/+369
* doc: console.trace takes a message formatSam Roberts2014-07-231-2/+3
* gyp: fix post-mortem in v0.11Fedor Indutny2014-07-231-2/+34
* deps: backport 4ed5fde4f from v8 upstreamFedor Indutny2014-07-182-3/+48
* gyp: do not let `v8dbg_` slip away on osxFedor Indutny2014-07-172-1/+9
* lib: jslint string_decoder.jsFedor Indutny2014-07-151-2/+2
* stream2: flush extant data on read of ended streamChris Dickinson2014-07-152-2/+79
* child_process: handle writeUtf8String errorFedor Indutny2014-07-121-0/+1