summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: Malloc/Calloc size 0 returns non-null pointerRich Trott2016-09-212-2/+4
* src: handle thrown errors in CopyProperties()cjihrig2016-09-201-1/+8
* zlib: fix raw inflate with custom dictionaryTarjei Husøy2016-09-201-2/+12
* inspector: report default contextEugene Ostroukhov2016-09-201-3/+8
* inspector: zero out structure membersEugene Ostroukhov2016-09-203-69/+94
* src: use MaybeStackBuffer on DoSend/WritevPaul Kiddie2016-09-202-22/+4
* inspector: restore 9229 as a default portEugene Ostroukhov2016-09-191-5/+12
* inspector: introduce a smoke testEugene Ostroukhov2016-09-192-1/+4
* fs: fix handling of `uv_stat_t` fieldsAnna Henningsen2016-09-191-10/+20
* buffer: add isSharedArrayBuffer checksOjas Shirekar2016-09-171-0/+1
* inspector: fix tests on WindowsEugene Ostroukhov2016-09-161-2/+8
* inspector: listen on process.debugPortcjihrig2016-09-131-11/+5
* src: pull AfterConnect from pipe_wrap and tcp_wrapDaniel Bevenius2016-09-116-72/+49
* src: remove unneeded Environment error methodsBen Noordhuis2016-09-113-57/+37
* src: fix -Wunused-result warningSantiago Gimeno2016-09-091-1/+1
* crypto: add crypto.timingSafeEqual()not-an-aardvark2016-09-071-0/+17
* src: update f function call commentDaniel Bevenius2016-09-071-3/+3
* crypto: make malloc failure check cross-platformRich Trott2016-09-061-1/+1
* src: normalize malloc, reallocMichael Dawson2016-09-0611-32/+67
* src: unbreak build when compiling against uclibcBen Noordhuis2016-09-051-1/+3
* src: moving f function call commentDaniel Bevenius2016-09-051-8/+7
* inspector: use script name for target titleEugene Ostroukhov2016-09-023-45/+101
* src: avoid duplicate AtExit functionsAli Ijaz Sheikh2016-08-311-2/+2
* inspector: make sure all messages are dispatchedEugene Ostroukhov2016-08-311-28/+38
* inspector: simplify buffer managementEugene Ostroukhov2016-08-313-62/+58
* src,win: use correct exit code in old versionsyorkie2016-08-311-1/+2
* inspector: use new inspector headersEugene Ostroukhov2016-08-301-18/+17
* net: make holding the buffer in memory more robustAnna Henningsen2016-08-272-0/+2
* src: don't include a null character in the WriteConsoleW callNikolai Vavilov2016-08-231-1/+4
* inspector: fix inspector hang while disconnectingAleksei Koziatinskii2016-08-231-0/+1
* src: clean up PER_ISOLATE_STRING_PROPERTIES, v2Ben Noordhuis2016-08-233-50/+37
* src: clean up PER_ISOLATE_STRING_PROPERTIES, v1Ben Noordhuis2016-08-231-18/+0
* src: make debugger listen on 127.0.0.1 by defaultBen Noordhuis2016-08-233-11/+11
* Revert "crypto: add crypto.timingSafeEqual"James M Snell2016-08-231-17/+0
* buffer: allow .write() offset to be at buffer endAnna Henningsen2016-08-221-1/+1
* crypto: add crypto.timingSafeEqualnot-an-aardvark2016-08-191-0/+17
* src: updating references to the old node.js fileDaniel Bevenius2016-08-171-5/+5
* src: fix build break for !NODE_USE_V8_PLATFORMKunal Pathak2016-08-171-1/+2
* inspector: add support for uncaught exceptionAleksei Koziatinskii2016-08-153-14/+87
* deps: v8_inspector: console supportAleksei Koziatinskii2016-08-111-0/+92
* deps: v8_inspector updateAli Ijaz Sheikh2016-08-111-7/+31
* test,util: fix flaky test-util-sigint-watchdogAnna Henningsen2016-08-113-0/+16
* src: use RAII for mutexes in node_watchdog.ccAnna Henningsen2016-08-112-39/+28
* timers: remove unused repeat param in timer_wrapJan Schär2016-08-091-2/+1
* src: remove unused using declsHaojian Wu2016-08-0821-28/+0
* zlib: remove unneeded propertyJan Schär2016-08-081-5/+0
* src: make EnvDelete behave like the delete operatorFranziska Hinkelmann2016-08-051-11/+6
* src: do not copy on failing setProperty()Franziska Hinkelmann2016-08-041-1/+13
* Revert "fs: validate args of truncate functions in js"Myles Borins2016-08-041-17/+48
* src: fix use-after-free in inspector agentBen Noordhuis2016-08-021-10/+13