summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2016-09-13inspector: listen on process.debugPortcjihrig
2016-09-11src: pull AfterConnect from pipe_wrap and tcp_wrapDaniel Bevenius
2016-09-11src: remove unneeded Environment error methodsBen Noordhuis
2016-09-09src: fix -Wunused-result warningSantiago Gimeno
2016-09-07crypto: add crypto.timingSafeEqual()not-an-aardvark
2016-09-07src: update f function call commentDaniel Bevenius
2016-09-06crypto: make malloc failure check cross-platformRich Trott
2016-09-06src: normalize malloc, reallocMichael Dawson
2016-09-05src: unbreak build when compiling against uclibcBen Noordhuis
2016-09-05src: moving f function call commentDaniel Bevenius
2016-09-02inspector: use script name for target titleEugene Ostroukhov
2016-08-31src: avoid duplicate AtExit functionsAli Ijaz Sheikh
2016-08-31inspector: make sure all messages are dispatchedEugene Ostroukhov
2016-08-31inspector: simplify buffer managementEugene Ostroukhov
2016-08-31src,win: use correct exit code in old versionsyorkie
2016-08-30inspector: use new inspector headersEugene Ostroukhov
2016-08-27net: make holding the buffer in memory more robustAnna Henningsen
2016-08-23src: don't include a null character in the WriteConsoleW callNikolai Vavilov
2016-08-23inspector: fix inspector hang while disconnectingAleksei Koziatinskii
2016-08-23src: clean up PER_ISOLATE_STRING_PROPERTIES, v2Ben Noordhuis
2016-08-23src: clean up PER_ISOLATE_STRING_PROPERTIES, v1Ben Noordhuis
2016-08-23src: make debugger listen on 127.0.0.1 by defaultBen Noordhuis
2016-08-23Revert "crypto: add crypto.timingSafeEqual"James M Snell
2016-08-22buffer: allow .write() offset to be at buffer endAnna Henningsen
2016-08-19crypto: add crypto.timingSafeEqualnot-an-aardvark
2016-08-17src: updating references to the old node.js fileDaniel Bevenius