summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib: remove and restructure calls to isNaN()cjihrig2014-07-103-3/+3
* doc: added X.json to the LOAD_AS_FILE sudo codeMaurice Butler2014-07-071-1/+2
* doc: fix console.assert docs, message is a formatSam Roberts2014-07-071-3/+3
* deps: cherry-pick eca441b2 from OpenSSLFedor Indutny2014-07-032-1/+32
* configure: fix v8 overriding commands on buildTrevor Norris2014-07-021-0/+2
* doc: fix createCipher descriptionBrian White2014-07-021-2/+2
* constants: add O_NONBLOCK constantFedor Indutny2014-07-021-0/+4
* Revert "constants: export O_NONBLOCK"Fedor Indutny2014-07-021-8/+1
* Revert "src: fix _XOPEN_SOURCE redefinition warning"Fedor Indutny2014-07-021-10/+4
* Revert "stream: start old-mode read in a next tick"Fedor Indutny2014-06-304-57/+4
* zlib: do not crash on write after closeFedor Indutny2014-06-272-0/+44
* util.h: interface compatibilityOguz Bastemur2014-06-271-1/+1
* buffer: improve {read,write}{U}Int* methodsNick Apperson2014-06-233-192/+71