summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* src: fix space for module version mismatch errorYann Pringault2017-01-061-1/+1
* src, inspector: add --inspect-brk optionJosh Gavant2017-01-031-0/+6
* src/doc: improve man page and --helpRoman Reiss2016-12-231-11/+12
* src: return early if nextTickQueue is emptyTrevor Norris2016-12-211-0/+1
* src: Node Tracing Controllermisterpoe2016-12-201-39/+73
* inspector: move options parsingEugene Ostroukhov2016-12-091-130/+35
* crypto: allow adding extra certs to well-known CAsSam Roberts2016-11-231-0/+2
* src: add wrapper for process.emitWarning()Sam Roberts2016-11-231-0/+27
* src: allow getting Symbols on process.envAnna Henningsen2016-11-201-0/+3
* process: add `process.memoryUsage.external`Fedor Indutny2016-11-131-0/+4
* src: throw on process.env symbol usagecjihrig2016-11-071-8/+6
* src: default --icu_case_mapping on as a v8 optionSteven R. Loomis2016-11-041-0/+8
* src: replace SetNamedPropertyHandler()AnnaMag2016-11-011-10/+15
* intl: Add more versions from ICUSteven R. Loomis2016-10-261-3/+1
* src: remove superfluous env_string stringBen Noordhuis2016-10-251-1/+1
* src: make cross-context MakeCallback() calls workBen Noordhuis2016-10-251-27/+30
* src: clean up program/isolate/env init logicBen Noordhuis2016-10-241-80/+81
* src: simplify code, remove NodeInstanceDataBen Noordhuis2016-10-241-35/+16
* src: add NODE_PRESERVE_SYMLINKS environment variableMarc Udoff2016-10-241-0/+5
* node: --openssl-config cli argumentFedor Indutny2016-10-191-2/+9
* src: fix typo rval to valueMiguel Angel Asencio Hurtado2016-10-111-1/+1
* src: update module version mismatch error messageJames M Snell2016-10-101-2/+7
* src: notify V8 for low memory when alloc failsAnna Henningsen2016-09-291-0/+4
* src: provide allocation + nullptr check shortcutsAnna Henningsen2016-09-291-2/+2
* src: pass desired return type to allocatorsAnna Henningsen2016-09-291-1/+1
* inspector: restore 9229 as a default portEugene Ostroukhov2016-09-191-5/+12
* inspector: listen on process.debugPortcjihrig2016-09-131-11/+5
* src: update f function call commentDaniel Bevenius2016-09-071-3/+3
* src: normalize malloc, reallocMichael Dawson2016-09-061-2/+2
* src: moving f function call commentDaniel Bevenius2016-09-051-8/+7
* inspector: use script name for target titleEugene Ostroukhov2016-09-021-7/+13
* src: avoid duplicate AtExit functionsAli Ijaz Sheikh2016-08-311-2/+2
* src: don't include a null character in the WriteConsoleW callNikolai Vavilov2016-08-231-1/+4
* src: clean up PER_ISOLATE_STRING_PROPERTIES, v2Ben Noordhuis2016-08-231-33/+34
* src: make debugger listen on 127.0.0.1 by defaultBen Noordhuis2016-08-231-9/+9
* 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-151-14/+26
* src: remove unused using declsHaojian Wu2016-08-081-1/+0
* src: make EnvDelete behave like the delete operatorFranziska Hinkelmann2016-08-051-11/+6
* inspector: Do not crash if the port is n/aEugene Ostroukhov2016-07-291-5/+10
* debugger: make listen address configurableBen Noordhuis2016-06-301-28/+54
* vm: don't print out arrow message for custom errorAnna Henningsen2016-06-301-13/+20
* src: print backtrace on failed CHECK/ASSERTBen Noordhuis2016-06-291-0/+25
* src: move ABORT() logic into node::Abort()Ben Noordhuis2016-06-291-1/+8
* src: print backtrace on abort/unreachable codeBen Noordhuis2016-06-291-1/+0
* src: print backtrace on fatal errorBen Noordhuis2016-06-291-0/+1
* src: check uv_async_init() return valueBen Noordhuis2016-06-291-3/+3
* build: configure --sharedStefan Budeanu2016-06-281-8/+43
* src: use RAII for mutexes and condition variablesBen Noordhuis2016-06-211-16/+14