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: 29d3624daedc
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 96358613f9cf
Choose a head ref
  • 14 commits
  • 10 files changed
  • 3 contributors

Commits on Aug 21, 2013

  1. doc: Mention python dep in downloads page

    Closes #3604
    isaacs committed Aug 21, 2013
    Copy the full SHA
    8a9434c View commit details
    Browse the repository at this point in the history
  2. blog: v0.11.6

    tjfontaine committed Aug 21, 2013
    Copy the full SHA
    985695e View commit details
    Browse the repository at this point in the history
  3. uv: Upgrade v0.10.14

    tjfontaine committed Aug 21, 2013
    Copy the full SHA
    e445fbd View commit details
    Browse the repository at this point in the history
  4. 2013.08.21, Version 0.10.17 (Stable)

    * uv: Upgrade v0.10.14
    
    * http_parser: Do not accept PUN/GEM methods as PUT/GET (Chris Dickinson)
    
    * tls: fix assertion when ssl is destroyed at read (Fedor Indutny)
    
    * stream: Throw on 'error' if listeners removed (isaacs)
    
    * dgram: fix assertion on bad send() arguments (Ben Noordhuis)
    
    * readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)
    tjfontaine committed Aug 21, 2013
    Copy the full SHA
    469a4a5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fcf1803 View commit details
    Browse the repository at this point in the history
  6. Now working on 0.10.18

    tjfontaine committed Aug 21, 2013
    Copy the full SHA
    3c66b15 View commit details
    Browse the repository at this point in the history
  7. blog: Post for v0.10.17

    tjfontaine committed Aug 21, 2013
    Copy the full SHA
    1d27987 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    92e4375 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    3f1dba1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2013

  1. uv: update to v0.10.15

    piscisaureus committed Aug 23, 2013
    Copy the full SHA
    5508236 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2013

  1. stream: Pass 'buffer' encoding to decoded writables

    Since the encoding is no longer relevant once it is decoded to a Buffer,
    it is confusing and incorrect to pass the encoding as 'utf8' or whatever
    in those cases.
    
    Closes #6119
    isaacs committed Aug 27, 2013
    Copy the full SHA
    a3da3e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2013

  1. Copy the full SHA
    02eb9c8 View commit details
    Browse the repository at this point in the history
  2. stream: check _events before _events.error

    This fixes the regression introduced by 5458079, which breaks the
    net/net-pipe benchmark script.
    
    Closes #6145
    isaacs committed Aug 28, 2013
    Copy the full SHA
    fbb963b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'ry/v0.10'

    Conflicts:
    	AUTHORS
    	ChangeLog
    	deps/uv/ChangeLog
    	deps/uv/include/uv-darwin.h
    	deps/uv/src/unix/darwin.c
    	deps/uv/src/unix/fsevents.c
    	deps/uv/src/version.c
    	lib/_stream_writable.js
    	src/node_version.h
    isaacs committed Aug 28, 2013
    Copy the full SHA
    9635861 View commit details
    Browse the repository at this point in the history