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: 4d5489667cb0
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 069dd07a1732
Choose a head ref
  • 12 commits
  • 438 files changed
  • 6 contributors

Commits on Dec 11, 2013

  1. npm: Upgrade to 1.3.17

    isaacs committed Dec 11, 2013
    Copy the full SHA
    a22de4f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2013

  1. gyp: update to 78b26f7

    tjfontaine committed Dec 12, 2013
    Copy the full SHA
    4ec189b View commit details
    Browse the repository at this point in the history
  2. uv: Upgrade v0.10.20

    tjfontaine committed Dec 12, 2013
    Copy the full SHA
    910bc3c View commit details
    Browse the repository at this point in the history
  3. doc: "finish" event is on the writable stream

    Gabriel Farrell authored and tjfontaine committed Dec 12, 2013
    Copy the full SHA
    04d5227 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f89a718 View commit details
    Browse the repository at this point in the history
  5. doc: fix typos in node.1

    nikai3d authored and tjfontaine committed Dec 12, 2013
    Copy the full SHA
    4bc2ec9 View commit details
    Browse the repository at this point in the history
  6. 2013.12.12, Version 0.10.23 (Stable)

    * uv: Upgrade to v0.10.20 (Timothy J Fontaine)
    
    * npm: Upgrade to 1.3.17 (isaacs)
    
    * gyp: update to 78b26f7 (Timothy J Fontaine)
    
    * build: include postmortem symbols on linux (Timothy J Fontaine)
    
    * crypto: Make Decipher._flush() emit errors. (Kai Groner)
    
    * dgram: fix abort when getting `fd` of closed dgram (Fedor Indutny)
    
    * events: do not accept NaN in setMaxListeners (Fedor Indutny)
    
    * events: avoid calling `once` functions twice (Tim Wood)
    
    * events: fix TypeError in removeAllListeners (Jeremy Martin)
    
    * fs: report correct path when EEXIST (Fedor Indutny)
    
    * process: enforce allowed signals for kill (Sam Roberts)
    
    * tls: emit 'end' on .receivedShutdown (Fedor Indutny)
    
    * tls: fix potential data corruption (Fedor Indutny)
    
    * tls: handle `ssl.start()` errors appropriately (Fedor Indutny)
    
    * tls: reset NPN callbacks after SNI (Fedor Indutny)
    tjfontaine committed Dec 12, 2013
    Copy the full SHA
    0462bc2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    593672c View commit details
    Browse the repository at this point in the history
  8. Now working on 0.10.24

    tjfontaine committed Dec 12, 2013
    Copy the full SHA
    bb1575b View commit details
    Browse the repository at this point in the history
  9. blog: Post for v0.10.23

    tjfontaine committed Dec 12, 2013
    Copy the full SHA
    7dca8d7 View commit details
    Browse the repository at this point in the history
  10. module: only cache package main

    geek authored and isaacs committed Dec 12, 2013
    3
    Copy the full SHA
    1d5e797 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'upstream/v0.10'

    Conflicts:
    	AUTHORS
    	ChangeLog
    	deps/uv/.mailmap
    	deps/uv/ChangeLog
    	deps/uv/build.mk
    	deps/uv/src/unix/darwin.c
    	deps/uv/src/unix/udp.c
    	deps/uv/src/version.c
    	deps/uv/test/test-list.h
    	src/node_version.h
    tjfontaine committed Dec 12, 2013
    Copy the full SHA
    069dd07 View commit details
    Browse the repository at this point in the history