56 Commits (68a658d82b170eb33bf83faf5def3d89d001fd0a)

Author SHA1 Message Date
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
Timothy J Fontaine a2c4ca09ed string_bytes: properly detect 64bit 12 years ago
Trevor Norris 3a2f273bd7 buffer: use smalloc as backing data store 12 years ago
Ben Noordhuis b9165252e3 src: clean up `using` directives 12 years ago
Trevor Norris e92f4879eb string_bytes: write strings using new API 12 years ago
Trevor Norris 642ea2b668 string_bytes: use external for large strings 12 years ago
Trevor Norris 87624ab911 string_bytes: implement new v8 API 12 years ago
Trevor Norris 45a08cb216 lint: add mising isolates and minor style fixes 12 years ago
Trevor Norris d5d5170c35 string_bytes: strip padding from base64 strings 12 years ago
isaacs f57ff787aa src: Remove superfluous static_cast 12 years ago
Ben Noordhuis f59ab10a64 buffer, crypto: fix default encoding regression 12 years ago