128 Commits (eef0ccbcafb82b1a47ce94fe257c991423a5bcdf)

Author SHA1 Message Date
Ben Noordhuis 7788a6bf85 src: pass node_isolate to Undefined() 12 years ago
Ben Noordhuis 01c3d0aa88 src: pass node_isolate to Local<>::New 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Ben Noordhuis a329729537 buffer: speed up base64 encoding by 20% 12 years ago
isaacs 6c5356bfe2 Revert "buffer: allocate memory with mmap()" 12 years ago
Ben Noordhuis ddb15603e7 buffer: use MAP_ANON, fix OS X build 12 years ago
Ben Noordhuis 2433ec8276 buffer: allocate memory with mmap() 12 years ago
Ben Noordhuis c08e947fbd buffer: remove unused #includes 12 years ago
Ben Noordhuis 6a128e037e buffer: report proper retained size in profiler 12 years ago
Pavel Lang 7ab4a77d6f buffer: update constructor prototype 12 years ago
Bert Belder 9263213d8e Avoid compiler warning about negating unsigned value 12 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
Ben Noordhuis b82b4f2993 buffer: fix signedness compiler warnings 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis 8c02f9b7c8 buffer: throw from constructor if length > kMaxLength 13 years ago
Ben Noordhuis b92a919500 Remove unused variables. 13 years ago
Ben Noordhuis b9127eb0a5 buffer: support decoding of URL-safe base64 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Ben Noordhuis 7e40c7ddc9 buffers: fix intermittent out of bounds error 13 years ago
Ben Noordhuis f101f7c9ba buffers: honor length argument in base64 decoder 13 years ago
Igor Zinkovsky 500c8f45f5 Remove platform files, and use uv platform api 13 years ago
Ryan Dahl 59055b227a Move node_buffer.cc globals to struct 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
koichik 6a72e52520 buffer: use NO_NULL_TERMINATION flag 13 years ago
koichik 3e853e627e buffer: write() should always set _charsWritten. 13 years ago
koichik 96ede8cc9b buffer: Avoid overrun with 'binary' encoding. 13 years ago
Ryan Dahl 7d38a3b81c Fix build - due to V8 API change 13 years ago
Bert Belder 91ecfbcae8 Remove platform_win32_winsock 13 years ago
Ben Noordhuis 2d65f3c59a Include "platform.h", not <platform.h> - conflicts with system headers 13 years ago
Ben Noordhuis a7bdaabf60 Include "platform.h", not <platform.h> - conflicts with system headers 13 years ago
koichik 5208abe723 Fix Buffer drops last null character in UTF-8 14 years ago
Ryan Dahl 5e409c2f1a makeFastBuffer should not segfault but rather throw on non-buffer 14 years ago
Konstantin Käfer 5e1b7cadb4 Add Buffer::fill method to do memset 14 years ago
koichik 9533e879f0 Fix Buffer.write() with UCS-2 should not be write partial char 14 years ago
Ryan Dahl 8b33a1d8e4 Guard failed buffer constructions. 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
isaacs 0aa1a8a005 Closes GH-695 Add 'hex' encoding to Buffer 14 years ago
Ryan Dahl 0474ce6790 Revert "buffer.toString() shouldn't include null values" 14 years ago
Ryan Dahl 909a5b39d2 buffer.toString() shouldn't include null values 14 years ago
Konstantin Käfer 9e101f2b01 UCS-2 support 14 years ago
Bert Belder e0f47be9d0 Clean up the way windows headers are included 14 years ago
Bert Belder 4a2cb07808 Fix whitespace errors introduced by porting efforts 14 years ago
Bert Belder 6d1af51de6 Fix header files for node_buffer.cc 14 years ago
Sean Braithwaite fcc38129a3 Check buffer length using string length 14 years ago
Tom Hughes 6285fac232 Allocations with new[] must be freed with delete[]. 14 years ago
Ryan Dahl 2320497992 Revert "Merge branch 'writev'" 14 years ago
Ryan Dahl 56074d1056 Inline Buffer::Length and Buffer::Data 14 years ago
Ryan Dahl 3884b4185a Small clean ups 14 years ago