summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: buffer: clarify typed array constructionBen Noordhuis2014-06-221-3/+8
* node: update changelog to have proper npm versionTimothy J Fontaine2014-06-161-1/+1
* build: run wix tool chain out of processTimothy J Fontaine2014-06-131-2/+2
* node: signing the CLA is no longer a requirementTimothy J Fontaine2014-06-111-6/+0
* Now working on 0.10.30Timothy J Fontaine2014-06-091-2/+2
* Merge branch 'v0.10.29-release' into v0.10Timothy J Fontaine2014-06-093-2/+34
|\
| * 2014.06.05, Version 0.10.29 (Stable)v0.10.29v0.10.29-releaseTimothy J Fontaine2014-06-093-2/+34
|/
* fs: remove duplicate checkBrian White2014-06-081-1/+1
* v8: shift heap space for aslr on 64bitTimothy J Fontaine2014-06-061-18/+28
* npm: upgrade to v1.4.14Timothy J Fontaine2014-06-06358-2343/+4050
* src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-0610-68/+158
* string_bytes: Guarantee valid utf-8 outputFelix Geisendörfer2014-06-064-1/+22
* deps/v8: Apply REPLACE_INVALID_UTF8 patchFelix Geisendörfer2014-06-064-17/+55
* string_decoder: Add more commentsFelix Geisendörfer2014-06-061-0/+25
* string_decoder: Fix failures from new test casesFelix Geisendörfer2014-06-061-25/+21
* string_decoder: Improve test coverageFelix Geisendörfer2014-06-061-123/+82
* stream: start old-mode read in a next tickFedor Indutny2014-06-054-4/+57
* deps: update openssl to 1.0.1hFedor Indutny2014-06-05147-14050/+1426
* doc: fixed wording in child_processChris Barber2014-05-311-1/+2