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: 4ac73d2c99a4
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 2d51036fb965
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 28, 2013

  1. doc: remove note about close event

    egirshov authored and bnoordhuis committed Feb 28, 2013
    Copy the full SHA
    50ba0f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2013

  1. http: use socket.once, not socket.on

    Register the 'close' event listener with .once(), not .on().
    
    It doesn't matter in the grand scheme of things because the listener
    doesn't keep references to any heavy-weight objects but using .once()
    for a oneshot listener is something of a best practice.
    bnoordhuis committed Mar 1, 2013
    Copy the full SHA
    f26362e View commit details
    Browse the repository at this point in the history
  2. blog: Post about v0.9.11

    isaacs committed Mar 1, 2013
    Copy the full SHA
    be770a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2013

  1. crypto: don't assert when calling Cipher#final() twice

    Remove the assert() that triggered when Cipher#final() or
    Decipher#final() was called twice.
    
    Fixes #4886.
    bnoordhuis committed Mar 2, 2013
    Copy the full SHA
    7189b3e View commit details
    Browse the repository at this point in the history
  2. test: optionally set common.PORT via env variable

    This is a back-port of commit 17a8126 from the master branch.
    tjfontaine authored and bnoordhuis committed Mar 2, 2013
    Copy the full SHA
    0b70a14 View commit details
    Browse the repository at this point in the history
  3. test: make simple/test-dgram-pingpong respect PORT

    Don't use hard-coded port numbers, use common.PORT instead.
    
    Should fix the occasional Jenkins failure; the builds run in parallel.
    bnoordhuis committed Mar 2, 2013
    Copy the full SHA
    426cbed View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/v0.8'

    Conflicts:
    	doc/api/http.markdown
    	test/simple/test-crypto.js
    bnoordhuis committed Mar 2, 2013
    Copy the full SHA
    2d51036 View commit details
    Browse the repository at this point in the history