2784 Commits (34b0a36120a039968a87342b048d1596782524b0)

Author SHA1 Message Date
Ben Noordhuis 34b0a36120 src: don't use NewExternal() with unaligned strings 12 years ago
Ben Noordhuis 8f571b52a7 src: remove unused tick_spinner 12 years ago
Fedor Indutny d62c2d975a tls: share tls tickets key between cluster workers 12 years ago
Ben Noordhuis 44ed42bd97 src: move NODE_MODULE_VERSION to node_version.h 12 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 12 years ago
Ben Noordhuis 4b279f0092 src: rename macros.py to notrace_macros.py 12 years ago
Ben Noordhuis d8240769c6 src: cares_wrap: remove two unused variables 12 years ago
Trevor Norris c76ed64348 smalloc: add external to alloc with callbacks 12 years ago
Trevor Norris 35e0d60d0c buffer: slice on zero length buffer 12 years ago
Ben Noordhuis 254b711155 src: fix windows build error from 221c689e 12 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 12 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 12 years ago
Ben Noordhuis d4c14c1fe5 src: add libuv bindings module 12 years ago
Ben Noordhuis 221c689ebb udp_wrap, tcp_wrap: add out arg to AddressToJS 12 years ago
Ben Noordhuis d11e7c2075 src: ReqWrap now optionally accepts a wrap object 12 years ago
Trevor Norris 4a34c69cbf buffer: return offset for end of last write 12 years ago
Ben Noordhuis 2bedf6efb1 src: fix persistent handle lifecycle issue 12 years ago
Ben Noordhuis db13983e68 src: add IsFunction() assert to MakeCallback 12 years ago
Trevor Norris d817843d2e smalloc: create separate module 12 years ago
Trevor Norris 46d11510ad node: always set function name 12 years ago
Trevor Norris be940b4501 smalloc: remove NULL assert check 12 years ago
Ben Noordhuis 2c47030174 src: remove Buffer::Data(Persistent<T>&) 12 years ago
Timothy J Fontaine 81c2a36439 Now working on 0.11.5 12 years ago
Ben Noordhuis c679ac8f00 build: fix windows build 12 years ago
Trevor Norris 6d91bd3707 node: call MakeDomainCallback in all domain cases 12 years ago
Fedor Indutny 610269295b crypto: fix memory leak in LoadPKCS12 12 years ago
Timothy J Fontaine 8a7e2b9da6 Now working v0.10.14 12 years ago
Timothy J Fontaine e32660a984 2013.07.09, Version 0.10.13 (Stable) 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