Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created October 29, 2013 23:55
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/7224815 to your computer and use it in GitHub Desktop.
Save tjfontaine/7224815 to your computer and use it in GitHub Desktop.
* uv: Upgrade to v0.11.14 (Timothy J Fontaine)
* v8: upgrade 3.21.18.3 (Timothy J Fontaine)
* assert: indicate if exception message is generated (Glen Mailer)
* buffer: add buf.toArrayBuffer() API (Trevor Norris)
* buffer: optimize common encoding cases (Trevor Norris)
* cluster: fix premature 'disconnect' event (Ben Noordhuis)
* crypto: add SPKAC support (Jason Gerfen)
* debugger: count space for line numbers correctly (Alex Kocharin)
* debugger: fix SIGUSR1 bootstrap race condition (Ben Noordhuis)
* debugger: make busy loops SIGUSR1-interruptible (Ben Noordhuis)
* debugger: repeat last command (Alex Kocharin)
* debugger: show current line, fix for #6150 (Alex Kocharin)
* dgram: send() can accept strings (Trevor Norris)
* dns: fix c-ares error reporting regression (Ben Noordhuis)
* dns: rename domain to hostname (Ben Noordhuis)
* dns: set hostname property on error object (Ben Noordhuis)
* dtrace, mdb_v8: support more string, frame types (Dave Pacheco)
* fs: remove duplicate !options case (Jeff Switzer)
* http client: pull last chunk on socket close (isaacs)
* http: add statusMessage (Patrik Stutz)
* http: don't pass the request options to Agent (Nathan Rajlich)
* http: expose supported methods (Ben Noordhuis)
* http: provide backpressure for pipeline flood (isaacs)
* http: remove MethodToString() (Ben Noordhuis)
* net: add a port validation to `connect` (Maciej Małecki)
* node: don't share state with in_tick/last_threw (Trevor Norris)
* process: Add exitCode property (isaacs)
* process: Use exit code 8 consistently (isaacs)
* process: use exit 1 for uncaughtException (isaacs)
* tls: socket.renegotiate(options, callback) (Fedor Indutny)
* tls: wrap tls inside tls using legacy API (Fedor Indutny)
* util: format as Error if instanceof Error (Rod Vagg)
* vm: Copy missing properties from context (isaacs)
* zlib: fix write request reference counting (Ben Noordhuis)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment