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: 22c7d134e276
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 440bc060b985
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 11, 2013

  1. 2013.04.11, Version 0.10.4 (Stable)

    * uv: Upgrade to 0.10.4
    
    * npm: Upgrade to 1.2.18
    
    * v8: Avoid excessive memory growth in JSON.parse (Fedor Indutny)
    
    * child_process, cluster: fix O(n*m) scan of cmd string (Ben Noordhuis)
    
    * net: fix socket.bytesWritten Buffers support (Fedor Indutny)
    
    * buffer: fix offset checks (Łukasz Walukiewicz)
    
    * stream: call write cb before finish event (isaacs)
    
    * http: Support write(data, 'hex') (isaacs)
    
    * crypto: dh secret should be left-padded (Fedor Indutny)
    
    * process: expose NODE_MODULE_VERSION in process.versions (Rod Vagg)
    
    * crypto: fix constructor call in crypto streams (Andreas Madsen)
    
    * net: account for encoding in .byteLength (Fedor Indutny)
    
    * net: fix buffer iteration in bytesWritten (Fedor Indutny)
    
    * crypto: zero is not an error if writing 0 bytes (Fedor Indutny)
    
    * tls: Re-enable check of CN-ID in cert verification (Tobias Müllerleile)
    isaacs committed Apr 11, 2013
    Copy the full SHA
    9712aa9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bf8ed11 View commit details
    Browse the repository at this point in the history
  3. Now working on v0.10.5

    isaacs committed Apr 11, 2013
    Copy the full SHA
    440bc06 View commit details
    Browse the repository at this point in the history