summaryrefslogtreecommitdiff
path: root/src/util.cc
Commit message (Expand)AuthorAgeFilesLines
* src: notify V8 for low memory when alloc failsAnna Henningsen2017-11-141-0/+9
* src: provide allocation + nullptr check shortcutsAnna Henningsen2017-11-141-0/+1
* src: unify implementations of Utf8Value etc.Anna Henningsen2016-05-031-41/+34
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-261-1/+1
* src: fix out-of-bounds write in TwoByteValueAnna Henningsen2016-04-261-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