66 Commits (0daffdf3fd9a505234c6bc7fed3d3118ff3331e4)

Author SHA1 Message Date
Ben Noordhuis a92089b6bd src: alias BINARY to LATIN1 9 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Eugene Ostroukhov 706e6990bf string_bytes: Make base64 encode/decode reusable 9 years ago
Sakthipriyan Vairamani 2c480bdae6 src: fix check-imports.py linter errors 9 years ago
James M Snell 060e5f0c00 fs: Buffer and encoding enhancements to fs API 9 years ago
Ali Ijaz Sheikh 492fbfbff8 src: update uses of deprecated NewExternal 9 years ago
Fedor Indutny b010c87164 crypto, string_bytes: treat `buffer` str as `utf8` 9 years ago
Bryon Leung 2ccde01980 src: add BE support to StringBytes::Encode() 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Karl Skomski 599d4f5f3a src: fix memory leak in ExternString 10 years ago
Fedor Indutny 68e53ddcba string_bytes: fix unaligned write in UCS2 10 years ago
Trevor Norris 8664084166 buffer: make additional changes to native API 10 years ago
Trevor Norris 36f78f4c1c buffer: switch API to return MaybeLocal<T> 10 years ago
Ben Noordhuis 8fd3ce100e src: make base64 decoding 50% faster 10 years ago
Ben Noordhuis f696c9efab src: fix deprecated use of Buffer::New() 10 years ago
Ben Noordhuis 1640dedb3b src: fix ucs-2 buffer encoding regression 10 years ago
Ben Noordhuis 2eda2d6096 src: fix external string length calculation 10 years ago
Ben Noordhuis 364cc7e08a src: remove NODE_INVALID_UTF8 environment variable 10 years ago
Ben Noordhuis 826cde8661 src: fix gc heuristic for external twobyte strings 10 years ago
Ben Noordhuis f5b7e18243 src: remove unused code 10 years ago
Trevor Norris 752585db63 src: silence clang warnings 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris d553386623 src: pass Isolate to additional locations 10 years ago
Ben Noordhuis 52fc406308 src: move BE/LE buffer conversion to StringSlice() 10 years ago
Ben Noordhuis 56fde66c46 src: redo unaligned access workaround 10 years ago
Ben Noordhuis 535fec83ea src: fix unaligned access in ucs2 string encoder 10 years ago
Ben Noordhuis c3d3c8e8cd src: fixups after v8 upgrade 10 years ago
Ben Noordhuis 8a00961b81 src: mark more destructors with override keyword 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis a08f8e28ca build: add x32 support 11 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 11 years ago
Felix Geisendörfer 0da4c67165 string_bytes: Guarantee valid utf-8 output 11 years ago
Andrew Low 929e2ed5ba string_bytes: ucs2 support big endian 11 years ago
Refael Ackermann 9b7888ef88 src: fix StringBytes::Write if string is external 11 years ago
Ben Noordhuis c30cc4e3a5 src: don't call DecodeWrite() on Buffers 11 years ago
Ben Noordhuis f6ea0c203a src: fix segfaults, fix 32 bits integer negation 11 years ago
Ben Noordhuis a3dca9a3a6 src: squelch -Wmaybe-uninitialized warning 11 years ago
Ben Noordhuis 91b4a561df src: remove unused ExternString constructor 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Ben Noordhuis f230a1cf74 v8: upgrade to 3.22.24 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 12 years ago
Trevor Norris 7a235f924b string_bytes: use extern for length and write utf8 12 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 12 years ago
Ben Noordhuis 02cab97490 src: more lint after cpplint tightening 12 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 12 years ago
Ben Noordhuis dce26ccea1 string_bytes: add StringBytes::IsValidString() 12 years ago
Trevor Norris 7ca77eaf38 fs: write strings directly to disk 12 years ago
Trevor Norris 63fc6a63c8 string_bytes: export GetExternalParts 12 years ago
Ben Noordhuis 8985bb8bfd string_bytes: stop using String::AsciiValue 12 years ago