2756 Commits (9da67fa5198f3c0839904ae05cbfe88c61b3ad09)

Author SHA1 Message Date
Ben Noordhuis c679ac8f00 build: fix windows build 12 years ago
Ben Noordhuis 6acde2152f src: remove unnecessary calls to Local<T>::New() 12 years ago
Ben Noordhuis 636ca7c684 src: cast strong persistent handles to locals 12 years ago
Ben Noordhuis 3220bc4254 smalloc: don't take address of stack var 12 years ago
Nathan Rajlich 567c72b8c5 configure: fix the --without-ssl option 12 years ago
Timothy J Fontaine 2fc34d75d9 tls_wrap: return Error not throw for missing cert 12 years ago
Trevor Norris ead8e26b5b smalloc: call callback if set on AllocDispose 12 years ago
Trevor Norris aa8c4a0766 smalloc: zero size allocs may need to be free'd 12 years ago
Ben Noordhuis 0693d22f86 src: enable native v8 typed arrays 12 years ago
Ben Noordhuis c56a96c25c src: abort() on fatal error in debug mode 12 years ago
Ben Noordhuis 8985bb8bfd string_bytes: stop using String::AsciiValue 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Trevor Norris eec43351c4 smalloc: revert change to use pointer indirection 12 years ago
Fedor Indutny f0a05e4bc3 buffer: use macro 12 years ago
Fedor Indutny 28609d1779 smalloc: fix style, use macro 12 years ago
Ben Noordhuis 806e300878 src: fix memory leak in UsingDomains() 12 years ago
Trevor Norris 278183a902 {stream,udp,tls}_wrap: remove unused offset/length 12 years ago
Trevor Norris fa10b757f5 smalloc: use malloc instead of new 12 years ago
Trevor Norris ec90e6e80a slab_allocator: remove SlabAllocator 12 years ago
Fedor Indutny c1db1ecd15 crypto: fix memory leak in LoadPKCS12 12 years ago
Brian White dc3c2d12c8 zlib: level can be negative 12 years ago
Brian White 9b09c9eedd zlib: allow changing of level and strategy 12 years ago
Brian White e945903671 zlib: level can be negative 12 years ago
isaacs 38c0c47bbe 2013.06.26, Version 0.11.3 (Unstable) 12 years ago
Miroslav Bajtos c16963b977 src: break on uncaught exception 12 years ago
Fedor Indutny 4ae96c885b crypto: do not move half-filled write head 12 years ago
Ben Noordhuis 157d2bcc04 buffer: fix gcc 4.2 build breakage 12 years ago
Timothy J Fontaine a2c4ca09ed string_bytes: properly detect 64bit 12 years ago
Trevor Norris f5e13ae9b5 buffer: write strings directly from call 12 years ago
Fedor Indutny bf8dc0762a crypto: change assertion to condition in bio 12 years ago
Trevor Norris 7373c4ddb7 buffer: proper API export for Windows 12 years ago
Trevor Norris 4b40358841 buffer: implement new fill behavior 12 years ago
Trevor Norris 56869d9ae7 buffer: remove c-style casts 12 years ago
Trevor Norris 3a2f273bd7 buffer: use smalloc as backing data store 12 years ago
Trevor Norris 252cdfa43b smalloc: add api to manually dispose Persistent 12 years ago
Trevor Norris 8f3f9f7830 smalloc: initial implementation 12 years ago
isaacs 637acb2b34 Now working on 0.10.13 12 years ago
isaacs a088cf4f93 2013.06.18, Version 0.10.12 (Stable) 12 years ago
Bert Belder 1bf6d78980 stream_wrap: remove bogus assert 12 years ago
Ben Noordhuis b9165252e3 src: clean up `using` directives 12 years ago
Timothy J Fontaine c0281f1b30 build: fix include order for building on windows 12 years ago
Linus Mårtensson 5e4e8ec429 build: add android support 12 years ago
Fedor Indutny 212e9cd8c9 tls: session API returns 12 years ago
Ben Noordhuis 0581f5cb60 stream_wrap: fix signed/unsigned comparison warning 12 years ago
Ben Noordhuis 70a75cd41e cares: fix uninitialized variable warning 12 years ago
Fedor Indutny 03e008ddb8 tls_wrap: embed TLS encryption into streamwrap 12 years ago
Fedor Indutny 4c48a39c65 stream_wrap: introduce StreamWrapCallbacks 12 years ago
Fedor Indutny 6978e998ee process: abstract out HandleToStream 12 years ago
Fedor Indutny 0495b7031c crypto: clear error on return in AddCRL 12 years ago
Fedor Indutny 5dd155a3bb crypto: ensure that read head is always non-empty 12 years ago