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: 902d6cb6d768
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 708e8589ea76
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 28, 2013

  1. 2013.03.28, Version 0.10.2 (Stable)

    * npm: Upgrade to 1.2.15
    
    * uv: Upgrade to 0.10.3
    
    * tls: handle SSL_ERROR_ZERO_RETURN (Fedor Indutny)
    
    * tls: handle errors before calling C++ methods (Fedor Indutny)
    
    * tls: remove harmful unnecessary bounds checking (Marcel Laverdet)
    
    * crypto: make getCiphers() return non-SSL ciphers (Ben Noordhuis)
    
    * crypto: check randomBytes() size argument (Ben Noordhuis)
    
    * timers: do not calculate Timeout._when property (Alexey Kupershtokh)
    
    * timers: fix off-by-one ms error (Alexey Kupershtokh)
    
    * timers: handle signed int32 overflow in enroll() (Fedor Indutny)
    
    * stream: Fix stall in Transform under very specific conditions (Gil Pedersen)
    
    * stream: Handle late 'readable' event listeners (isaacs)
    
    * stream: Fix early end in Writables on zero-length writes (isaacs)
    
    * domain: fix domain callback from MakeCallback (Trevor Norris)
    
    * child_process: don't emit same handle twice (Ben Noordhuis)
    
    * child_process: fix sending utf-8 to child process (Ben Noordhuis)
    isaacs committed Mar 28, 2013
    Copy the full SHA
    1e0de9c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8106dc3 View commit details
    Browse the repository at this point in the history
  3. Node working on 0.10.3

    isaacs committed Mar 28, 2013
    Copy the full SHA
    61d254e View commit details
    Browse the repository at this point in the history
  4. blog: Post about v0.10.2

    isaacs committed Mar 28, 2013
    Copy the full SHA
    708e858 View commit details
    Browse the repository at this point in the history