summaryrefslogtreecommitdiff
path: root/src/string_bytes.h
Commit message (Expand)AuthorAgeFilesLines
* src: fix fs.write() externalized string handlingBen Noordhuis2018-01-231-6/+0
* src: remove unused includes in string_bytes.hDaniel Bevenius2017-11-011-3/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: remove unused parametersBrian White2017-05-221-7/+3
* src: do proper StringBytes error handlingAnna Henningsen2017-05-031-11/+14
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+4
* src: unify implementations of Utf8Value etc.Anna Henningsen2016-04-291-29/+15
* src: remove deprecated internal functionsBen Noordhuis2016-04-051-46/+0
* fs: Buffer and encoding enhancements to fs APIJames M Snell2016-03-251-0/+4
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-13/+13
* string_bytes: fix unaligned write in UCS2Fedor Indutny2015-08-211-0/+9
* 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