summaryrefslogtreecommitdiff
path: root/src/string_bytes.h
Commit message (Expand)AuthorAgeFilesLines
* src: remove NODE_INVALID_UTF8 environment variableBen Noordhuis2015-03-051-2/+0
* string_bytes: introduce InlineDecoderFedor Indutny2015-01-301-0/+47
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis2014-12-141-0/+1
* src: redo unaligned access workaroundBen Noordhuis2014-12-141-0/+5
* src: replace NULL with nullptrBen Noordhuis2014-10-231-2/+2
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-0/+2
|\
| * string_bytes: Guarantee valid utf-8 outputFelix Geisendörfer2014-06-061-0/+2
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-6/+61
* | string_bytes: export GetExternalPartsTrevor Norris2013-07-301-0/+6
* | string_bytes: don't use named imports in headerBen Noordhuis2013-07-301-12/+7
|/
* string_bytes: add StringBytes::IsValidString()Ben Noordhuis2013-07-301-0/+5
* src: Add StringBytes static util classisaacs2013-05-141-0/+65