Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created August 6, 2013 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tjfontaine/6168821 to your computer and use it in GitHub Desktop.
Save tjfontaine/6168821 to your computer and use it in GitHub Desktop.
* v8: upgrade v8 to 3.20.11 (Ben Noordhuis)
* deps: upgrade libuv to joyent/libuv@4bdb7d8 (Ben Noordhuis)
* tls: fix lazy initialization of clienthello parser (Fedor Indutny)
* process_wrap: omit superfluous Number creation (Ben Noordhuis)
* src: fix WITH_GENERIC_STREAM() type check bug (Ben Noordhuis)
* crypto: fix signed/unsigned comparison warning (Ben Noordhuis)
* tls: asynchronous SNICallback (Fedor Indutny)
* build: embed the mdb_v8.so into the binary (Timothy J Fontaine)
* https: fix default port (Koichi Kobayashi)
* http: Fix overlooked agent.globalAgent export (isaacs)
* tls: fix handling of `SNICallback` server option (Fedor Indutny)
* crypto: fix another over-run in bio (Fedor Indutny)
* process: set key properties as ReadOnly (Trevor Norris)
* util: add isPrimitive check (Trevor Norris)
* build: fix --without-ssl build (Ben Noordhuis)
* src: Replace macros with util functions (isaacs)
* benchmark: update misc to new v8 API (Trevor Norris)
* tls_wrap: parse tls session ticket extension (Fedor Indutny)
* os: add mac address to networkInterfaces() output (Brian White)
* util: don't throw on circular %j input to format() (Ben Noordhuis)
* fs: write strings directly to disk (Trevor Norris)
* crypto: simplify DH modp group name matcher (Ben Noordhuis)
* dgram: report send errors to cb, don't pass bytes (Ben Noordhuis)
* child_process: add 'shell' option to .exec() (Ben Noordhuis)
* cluster: fix shared handle bind error propagation (Ben Noordhuis)
* streams: Don't emit 'end' until read() past EOF (isaacs)
* openssl: use asm for sha, md5, rmd (Fedor Indutny)
* tls: share tls tickets key between cluster workers (Fedor Indutny)
* cluster: support setting data on shared server (Fedor Indutny)
* src: move NODE_MODULE_VERSION to node_version.h (Ben Noordhuis)
* smalloc: add external to alloc with callbacks (Trevor Norris)
* stream: Simplify flowing, passive data listening (isaacs)
* util: removed duplicated isArray check (Wyatt Preul)
* buffer: return offset for end of last write (Trevor Norris)
* smalloc: create separate module (Trevor Norris)
* node: always set function name (Trevor Norris)
* src: remove Buffer::Data(Persistent<T>&) (Ben Noordhuis)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment