Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dscape/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 17, 2012

  1. http: Allow write to socket on timeout events

    * fixes #3460
    dscape committed Jun 17, 2012
    Configuration menu
    Copy the full SHA
    7a59de3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2012

  1. Merge branch 'master' of git://github.com/joyent/node

    * 'master' of git://github.com/joyent/node: (143 commits)
      tls: use slab allocator
      tls: make tls a little bit faster
      readline: Use one history item for reentered line
      punycode: update to v1.1.1
      tools: update gyp to r1426
      deps: upgrade libuv to 5031a5b
      build: rename strict_aliasing to node_no_strict_aliasing
      build: disable -fstrict-aliasing for any gcc < 4.6.0
      build: detect cc version with -dumpversion
      deps: upgrade libuv to cc1b3de
      doc: document setTimeout / setInterval behavior
      build: handle output of localized gcc or clang
      build: rename openssl configure switches
      deps: upgrade libuv to 3b8c0da
      doc: fs.lchmod() is only available on OS X
      Blog post about 0.8.1
      Re-apply commit e307468.
      Revert "Fix #3521 Use an object as the process.env proto"
      2012.06.29, Version 0.8.1 (stable)
      blog: Require posts to have a date
      ...
    dscape committed Jul 6, 2012
    Configuration menu
    Copy the full SHA
    59be05e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2012

  1. Merge branch 'master' of git://github.com/joyent/node

    * 'master' of git://github.com/joyent/node: (369 commits)
      tls: async session storage
      http: make http.ServerResponse emit 'end'
      build: add ninja support to Makefile
      build: add configure option to build with ninja
      installer: reapply b21c8e0, honor --without-npm
      test: add extra checks in simple/test-cli-eval
      cli: make argument to -p optional
      doc: fix typo in api/cluster
      crypto, tls: make setSNICallback() compatible with domains
      crypto: make pbkdf2() compatible with domains
      crypto: make randomBytes() compatible with domains
      windows: don't blow when a signal handler is attached
      cli: make -p equivalent to -pe
      buffer: added support for writing NaN and Infinity
      Revert "buffer: added support for writing NaN and Infinity"
      crypto: fix build error on OS X
      doc: document prerequisites in README
      buffer: added support for writing NaN and Infinity
      crypto: use CRYPTO_THREADID_set_callback()
      tls: support unix domain socket/named pipe in tls.connect
      ...
    dscape committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    900613c View commit details
    Browse the repository at this point in the history
Loading