summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-10-20inspector: no URLs when the debugger is connectedEugene Ostroukhov
2016-10-20buffer: fix range checks for slice()Trevor Norris
2016-10-19crypto: fix openssl.cnf FIPS handling & testingRod Vagg
2016-10-19node: --openssl-config cli argumentFedor Indutny
2016-10-19inspector: generate UUID for debug targetsEugene Ostroukhov
2016-10-18build: do not define ZLIB_CONSTBradley T. Hughes
2016-10-18src: bump version to v8.0.0 for masterRod Vagg
2016-10-17crypto: fix faulty logic in iv size checkBen Noordhuis
2016-10-16src: refactor contextifyFranziska Hinkelmann
2016-10-12crypto: use SSL_get_SSL_CTX.Adam Langley
2016-10-11url: fix building when using --without-intlJames M Snell
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-10-11src: fix typo rval to valueMiguel Angel Asencio Hurtado
2016-10-10src: update module version mismatch error messageJames M Snell
2016-10-10src: remove out-of-date TODO commentDaniel Bevenius
2016-10-10src: fix typo in #endif commentJuan Andres Andrango
2016-10-04src: fix build for older clangZach Bjornson
2016-10-03src: remove unused function declarationBrian White
2016-10-03inspector: fix minor issuesBrian White
2016-10-03src: refactor reading of options in contextifyFranziska Hinkelmann
2016-09-30src: add missing length argument to send commentDaniel Bevenius
2016-09-29src: update NODE_MODULE_VERSION to 51Myles Borins
2016-09-29src: notify V8 for low memory when alloc failsAnna Henningsen
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-09-29src: pass desired return type to allocatorsAnna Henningsen
2016-09-29src: add Malloc() size param + overflow detectionAnna Henningsen
2016-09-28src: rename CHECK_NOT_OOB() macroBen Noordhuis
2016-09-26util: Add format for SharedArrayBufferYosuke Furukawa
2016-09-24src: fix minor typo in commentsDaniel Bevenius
2016-09-24src: rename handle__ to handle_ in HandleWrapDaniel Bevenius
2016-09-23src: don't abort when c-ares initialization failsBen Noordhuis
2016-09-23inspector: address race conditionsEugene Ostroukhov
2016-09-23src: add /json/protocol endpoint to inspectorBen Noordhuis
2016-09-23src: remove VS 2013 compatibility hacksBen Noordhuis
2016-09-23src: make ReqWrap req_ member privateDaniel Bevenius
2016-09-23src: remove unused StringValue macro parametersDaniel Bevenius
2016-09-23vm: add error message if we abortFranziska Hinkelmann
2016-09-22src: remove unneeded ABORT after CHECKyorkie
2016-09-22src: no longer need to use std::tr1::Michaël Zasso
2016-09-21src: Malloc/Calloc size 0 returns non-null pointerRich Trott
2016-09-20src: handle thrown errors in CopyProperties()cjihrig
2016-09-20zlib: fix raw inflate with custom dictionaryTarjei Husøy
2016-09-20inspector: report default contextEugene Ostroukhov
2016-09-20inspector: zero out structure membersEugene Ostroukhov
2016-09-20src: use MaybeStackBuffer on DoSend/WritevPaul Kiddie
2016-09-19inspector: restore 9229 as a default portEugene Ostroukhov
2016-09-19inspector: introduce a smoke testEugene Ostroukhov
2016-09-19fs: fix handling of `uv_stat_t` fieldsAnna Henningsen
2016-09-17buffer: add isSharedArrayBuffer checksOjas Shirekar
2016-09-16inspector: fix tests on WindowsEugene Ostroukhov