summaryrefslogtreecommitdiff
path: root/src/util.cc
AgeCommit message (Expand)Author
2019-02-07src: refactor to nullptr in cpp codegengjiawen
2019-01-09src: use generic helper for splitting stringsAnna Henningsen
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2018-12-07src: fix warning for potential snprintf truncationSam Roberts
2018-11-02src: use v8:: for consistency in utilZYSzys
2018-09-02src: rework (mostly internal) functions to use MaybesUjjwal Sharma
2018-09-02src: remove calls to deprecated v8 functions (ToString)Ujjwal Sharma
2018-09-01src: make CLI options programatically accesibleAnna Henningsen
2018-08-29src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso
2018-08-01src: refactor default trace writer out of agentAnna Henningsen
2018-07-22src: fix formatting of PIDsTobias Nießen
2017-12-04src: use uv_os_getpid() to get process idcjihrig
2017-11-20src: inspector context name = program title + pidBen Noordhuis
2017-11-20src: abstract getpid() operationBen Noordhuis
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-28src: remove misleading flag in TwoByteValueTimothy Gu
2016-09-29src: notify V8 for low memory when alloc failsAnna Henningsen
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-04-29src: unify implementations of Utf8Value etc.Anna Henningsen
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-04-22src: fix out-of-bounds write in TwoByteValueAnna Henningsen
2016-03-25fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-02-10buffer: add encoding parameter to fill()Trevor Norris
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-04-30src: fix deprecation warningsBen Noordhuis
2015-03-05src: rename confusingly named local variableBen Noordhuis
2015-03-05src: simplify node::Utf8Value()Ben Noordhuis
2015-03-05src: remove NODE_INVALID_UTF8 environment variableBen Noordhuis
2015-01-30util: use on-stack buffer for Utf8ValueFedor Indutny
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2015-01-07src: pass Isolate to additional locationsTrevor Norris
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-08src, test: fixup after v8 updateFedor Indutny
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine