summaryrefslogtreecommitdiff
path: root/src/util.cc
Commit message (Expand)AuthorAgeFilesLines
* src: limit GetProcessTitle() result to 1MBAnna Henningsen2020-10-061-1/+4
* src: enhance template function 'MakeUtf8String'himself652020-03-291-1/+1
* src: remove fixed-size GetHumanReadableProcessNameBen Noordhuis2020-02-071-7/+0
* src: fix OOB reads in process.title getterBen Noordhuis2020-02-071-3/+25
* src: remove env-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+2
* src: use uv_gettimeofday() to get microsecondscjihrig2019-04-221-17/+4
* src: always use diagnostic file sequence numbercjihrig2019-04-101-4/+5
* src: port coverage serialization to C++Joyee Cheung2019-04-061-0/+59
* v8: integrate node-heapdump into coreJames M Snell2019-03-131-0/+65
* src: fix SplitString to ignore white spaceshimself652019-03-131-0/+1
* src: de-lint header usageRefael Ackermann2019-03-121-2/+5
* src: allow not materializing ArrayBuffers from C++Anna Henningsen2019-03-011-3/+4
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* src: refactor to nullptr in cpp codegengjiawen2019-02-071-1/+1
* src: use generic helper for splitting stringsAnna Henningsen2019-01-091-4/+4
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-1/+1
* src: fix warning for potential snprintf truncationSam Roberts2018-12-071-1/+2
* src: use v8:: for consistency in utilZYSzys2018-11-021-2/+2
* src: rework (mostly internal) functions to use MaybesUjjwal Sharma2018-09-021-1/+3
* src: remove calls to deprecated v8 functions (ToString)Ujjwal Sharma2018-09-021-6/+4
* src: make CLI options programatically accesibleAnna Henningsen2018-09-011-3/+8
* src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso2018-08-291-2/+3
* src: refactor default trace writer out of agentAnna Henningsen2018-08-011-0/+14
* src: fix formatting of PIDsTobias Nießen2018-07-221-1/+1
* src: use uv_os_getpid() to get process idcjihrig2017-12-041-17/+2
* src: inspector context name = program title + pidBen Noordhuis2017-11-201-0/+12
* src: abstract getpid() operationBen Noordhuis2017-11-201-0/+16
* src: refactor `#include` handlingAnna Henningsen2017-09-141-1/+0
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: remove misleading flag in TwoByteValueTimothy Gu2017-02-281-2/+1
* src: notify V8 for low memory when alloc failsAnna Henningsen2016-09-291-0/+9
* src: provide allocation + nullptr check shortcutsAnna Henningsen2016-09-291-0/+1
* src: unify implementations of Utf8Value etc.Anna Henningsen2016-04-291-41/+34
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-251-1/+1
* src: fix out-of-bounds write in TwoByteValueAnna Henningsen2016-04-221-1/+3
* fs: Buffer and encoding enhancements to fs APIJames M Snell2016-03-251-18/+51
* buffer: add encoding parameter to fill()Trevor Norris2016-02-101-0/+23
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-1/+1
* src: fix deprecation warningsBen Noordhuis2015-04-301-1/+1
* src: rename confusingly named local variableBen Noordhuis2015-03-051-4/+4
* src: simplify node::Utf8Value()Ben Noordhuis2015-03-051-13/+8
* src: remove NODE_INVALID_UTF8 environment variableBen Noordhuis2015-03-051-6/+3
* util: use on-stack buffer for Utf8ValueFedor Indutny2015-01-301-2/+7
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-2/+2
* src: pass Isolate to additional locationsTrevor Norris2015-01-071-1/+1
* src: replace NULL with nullptrBen Noordhuis2014-10-231-1/+1
* src, test: fixup after v8 updateFedor Indutny2014-10-081-0/+2
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-0/+50