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: 47f7d0acec25
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 42f1197ebfc1
Choose a head ref
  • 15 commits
  • 16 files changed
  • 1 contributor

Commits on Oct 4, 2012

  1. Revert "http: make http.ServerResponse emit 'end'"

    This reverts commit 790d651.
    
    This makes Duplex streams unworkable, and would only ever be a special
    case for HTTP responses, which is not ideal.
    
    Intead, we're going to just bless the 'finish' event for all Writable
    streams in 0.10
    isaacs committed Oct 4, 2012
    Copy the full SHA
    836a06f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b4c1ff6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e45eb5a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    81bb1ca View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    82b1b0c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    181c52d View commit details
    Browse the repository at this point in the history
  7. zlib: Bugfix and assertion

    isaacs committed Oct 4, 2012
    Copy the full SHA
    519c0f4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fd7a7e6 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    13b3bba View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    4a3b0ab View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    1983187 View commit details
    Browse the repository at this point in the history
  12. zlib: Handle invalid input smartly

    Also, remove the test thing that asserts an untrue statement regarding
    the Stream API interface.
    isaacs committed Oct 4, 2012
    Copy the full SHA
    00e6932 View commit details
    Browse the repository at this point in the history
  13. lint

    isaacs committed Oct 4, 2012
    Copy the full SHA
    188a30d View commit details
    Browse the repository at this point in the history
  14. wip: setEncoding

    isaacs committed Oct 4, 2012
    Copy the full SHA
    ae6aa79 View commit details
    Browse the repository at this point in the history
  15. Set flowing=true when flowing

    isaacs committed Oct 4, 2012
    Copy the full SHA
    42f1197 View commit details
    Browse the repository at this point in the history