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: 837df70b7576
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 70eb227e80f1
Choose a head ref
  • 8 commits
  • 1,166 files changed
  • 1 contributor

Commits on Dec 21, 2012

  1. Copy the full SHA
    0c867ae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9d0103d View commit details
    Browse the repository at this point in the history
  3. npm: upgrade to 1.1.70

    isaacs committed Dec 21, 2012
    Copy the full SHA
    d30e76e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f119eff View commit details
    Browse the repository at this point in the history
  5. doc: Nudge formatting to make json generator happy

    Starting a line with `**bold**` text makes it think that it's a link,
    and get confused.
    
    This should really be fixed properly in the doc generator, but for now,
    it's not a major issue.  It's probably just a matter of updating marked.
    isaacs committed Dec 21, 2012
    Copy the full SHA
    9829814 View commit details
    Browse the repository at this point in the history
  6. 2012.12.21, Version 0.9.4 (Unstable)

    * streams: Update all streaming interfaces to use new classes (isaacs)
    
    * node: remove idle gc (Ben Noordhuis)
    
    * http: protect against response splitting attacks (Bert Belder)
    
    * fs: Raise error when null bytes detected in paths (isaacs)
    
    * fs: fix 'object is not a function' callback errors (Ben Noordhuis)
    
    * fs: add autoClose=true option to fs.createReadStream (Farid Neshat)
    
    * process: add getgroups(), setgroups(), initgroups() (Ben Noordhuis)
    
    * openssl: optimized asm code on x86 and x64 (Bert Belder)
    
    * crypto: fix leak in GetPeerCertificate (Fedor Indutny)
    
    * add systemtap support (Jan Wynholds)
    
    * windows: add ETW and PerfCounters support (Scott Blomquist)
    
    * windows: fix normalization of UNC paths (Bert Belder)
    
    * crypto: fix ssl error handling (Sergey Kholodilov)
    
    * node: remove eio-emul.h (Ben Noordhuis)
    
    * os: add os.endianness() function (Nathan Rajlich)
    
    * readline: don't emit "line" events with a trailing 'n' char (Nathan Rajlich)
    
    * build: add configure option to generate xcode build files (Timothy J Fontaine)
    
    * build: allow linking against system libuv, cares, http_parser (Stephen Gallagher)
    
    * typed arrays: add slice() support to ArrayBuffer (Anthony Pesch)
    
    * debugger: exit and kill child on SIGTERM or SIGHUP (Fedor Indutny)
    
    * url: url.format escapes delimiters in path and query (J. Lee Coltrane)
    isaacs committed Dec 21, 2012
    Copy the full SHA
    d86d83c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'v0.9.4-release'

    isaacs committed Dec 21, 2012
    Copy the full SHA
    cdcac49 View commit details
    Browse the repository at this point in the history
  8. Now working on 0.9.5

    isaacs committed Dec 21, 2012
    Copy the full SHA
    70eb227 View commit details
    Browse the repository at this point in the history