Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created July 12, 2013 20:41
Show Gist options
  • Save tjfontaine/5987663 to your computer and use it in GitHub Desktop.
Save tjfontaine/5987663 to your computer and use it in GitHub Desktop.
* npm: Upgrade to 1.3.4 (isaacs)
* v8: Upgrade to v3.20.2 (Ben Noordhuis)
* c-ares: Upgrade to piscisaureus/cares@805d153 (Ben Noordhuis)
* timers: setImmediate process full queue each turn (Ben Noordhuis)
* src: remove unnecessary calls to Local<T>::New() (Ben Noordhuis)
* src: cast strong persistent handles to locals (Ben Noordhuis)
* smalloc: don't take address of stack var (Ben Noordhuis)
* http: Use OOP for OutgoingMessage._finish (isaacs)
* http: Reuse more http/https Agent code (isaacs)
* http: Add agent.get/request methods (isaacs)
* http: Proper KeepAlive behavior (isaacs)
* crypto: throw a helpful error message for "tls" and "crypto" (Nathan Rajlich)
* configure: fix the --without-ssl option (Nathan Rajlich)
* buffer: propagate originating parent (Trevor Norris)
* tls_wrap: return Error not throw for missing cert (Timothy J Fontaine)
* smalloc: call callback if set on AllocDispose (Trevor Norris)
* smalloc: zero size allocs may need to be free'd (Trevor Norris)
* timers: internal unref timers should use Timer.now (Timothy J Fontaine)
* src: enable native v8 typed arrays (Ben Noordhuis)
* src: abort() on fatal error in debug mode (Ben Noordhuis)
* string_bytes: stop using String::AsciiValue (Ben Noordhuis)
* smalloc: revert change to use pointer indirection (Trevor Norris)
* smalloc: fix style, use macro (Fedor Indutny)
* stream: objectMode transform should allow falsey values (Jeff Barczewski)
* {stream,udp,tls}_wrap: remove unused offset/length (Trevor Norris)
* smalloc: use malloc instead of new (Trevor Norris)
* slab_allocator: remove SlabAllocator (Trevor Norris)
* crypto: fix memory leak in LoadPKCS12 (Fedor Indutny)
* tls: export TLSSocket (Fedor Indutny)
* zlib: allow changing of level and strategy (Brian White)
* zlib: allow custom flush type for flush() (Brian White)
* zlib: remove unused parameter (Brian White)
* zlib: level can be negative (Brian White)
* zlib: allow zero values for level and strategy (Brian White)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment