summaryrefslogtreecommitdiff
path: root/src/string_bytes.cc
AgeCommit message (Expand)Author
2017-03-10meta: restore original copyright headerJames M Snell
2016-10-04src: fix build for older clangZach Bjornson
2016-09-29src: provide allocation + nullptr check shortcutsAnna Henningsen
2016-09-29src: pass desired return type to allocatorsAnna Henningsen
2016-09-29src: add Malloc() size param + overflow detectionAnna Henningsen
2016-09-06src: normalize malloc, reallocMichael Dawson
2016-07-17buffer: optimize hex_decodeChristopher Jeffrey
2016-06-28src: fix whitespace/indent cpplint warningsBen Noordhuis
2016-06-19src: alias BINARY to LATIN1Ben Noordhuis
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-05-23string_bytes: Make base64 encode/decode reusableEugene Ostroukhov
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-03-25fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-03-03src: update uses of deprecated NewExternalAli Ijaz Sheikh
2016-03-02crypto, string_bytes: treat `buffer` str as `utf8`Fedor Indutny
2015-11-24src: add BE support to StringBytes::Encode()Bryon Leung
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-09-06src: fix memory leak in ExternStringKarl Skomski
2015-08-21string_bytes: fix unaligned write in UCS2Fedor Indutny
2015-08-04buffer: make additional changes to native APITrevor Norris
2015-08-04buffer: switch API to return MaybeLocal<T>Trevor Norris
2015-07-25src: make base64 decoding 50% fasterBen Noordhuis
2015-05-05src: fix deprecated use of Buffer::New()Ben Noordhuis
2015-03-05src: fix ucs-2 buffer encoding regressionBen Noordhuis
2015-03-05src: fix external string length calculationBen Noordhuis
2015-03-05src: remove NODE_INVALID_UTF8 environment variableBen Noordhuis
2015-03-05src: fix gc heuristic for external twobyte stringsBen Noordhuis
2015-03-05src: remove unused codeBen Noordhuis
2015-01-20src: silence clang warningsTrevor Norris
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to additional locationsTrevor Norris
2014-12-14src: move BE/LE buffer conversion to StringSlice()Ben Noordhuis
2014-12-14src: redo unaligned access workaroundBen Noordhuis
2014-12-09src: fix unaligned access in ucs2 string encoderBen Noordhuis
2014-11-14src: fixups after v8 upgradeBen Noordhuis
2014-10-23src: mark more destructors with override keywordBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-16build: add x32 supportBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-06string_bytes: Guarantee valid utf-8 outputFelix Geisendörfer
2014-05-21string_bytes: ucs2 support big endianAndrew Low
2014-05-12src: fix StringBytes::Write if string is externalRefael Ackermann
2014-03-16src: don't call DecodeWrite() on BuffersBen Noordhuis
2014-03-16src: fix segfaults, fix 32 bits integer negationBen Noordhuis
2014-03-16src: squelch -Wmaybe-uninitialized warningBen Noordhuis
2014-03-16src: remove unused ExternString constructorBen Noordhuis
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2013-11-11v8: upgrade to 3.22.24Ben Noordhuis