Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 15a5a4a9453a
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 5b1a0e6ef8f5
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 4, 2013

  1. 2013.08.21, Version 0.11.7 (Unstable)

    * uv: upgrade to v0.11.13
    
    * v8: upgrade to 3.20.17
    
    * buffer: adhere to INSPECT_MAX_BYTES (Timothy J Fontaine)
    
    * buffer: fix regression for large buffer creation (Trevor Norris)
    
    * buffer: don't throw if slice length too long (Trevor Norris)
    
    * buffer: Buffer(buf) constructor copies into the proper buffer (Ben Noordhuis)
    
    * cli: remove --max-stack-size (Ben Noordhuis)
    
    * cli: unknown command line options are errors (Ben Noordhuis)
    
    * child_process: exec accept buffer as an encoding (Seth Fitzsimmons)
    
    * crypto: make randomBytes/pbkdf2 callbacks domain aware (Ben Noordhuis)
    
    * domain: deprecate domain.dispose(). (Forrest L Norvell)
    
    * fs: Expose birthtime on stat objects (isaacs)
    
    * http: Only send connection:keep-alive if necessary (isaacs)
    
    * repl: Catch syntax errors better (isaacs, Nathan Rajlich)
    
    * stream: change default highWaterMark for objectMode to 16 (Mathias Buus)
    
    * stream: make setEncoding/pause/resume chainable (Julian Gruber, isaacs)
    
    * util: pass opts to custom inspect functions (Timothy J Fontaine)
    
    * vm: rewritten to behave like Contextify (Domenic Denicola)
    tjfontaine committed Sep 4, 2013
    Copy the full SHA
    be52549 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5a6b285 View commit details
    Browse the repository at this point in the history
  3. Now working on 0.11.8

    tjfontaine committed Sep 4, 2013
    Copy the full SHA
    5b1a0e6 View commit details
    Browse the repository at this point in the history