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: 26ca7d73ca9c
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 30e7d08d9316
Choose a head ref
  • 11 commits
  • 6 files changed
  • 5 contributors

Commits on Jun 25, 2013

  1. Revert "configure: fix cross-compilation host_arch_cc()"

    Several people have reported cross-compiling build breakage, see e.g.
    https://groups.google.com/forum/#!topic/nodejs/k8HzqpqPkJQ
    
    Message-Id: <823c3bd1-e104-4409-86ad-0ab6de936fec@googlegroups.com>
    Subject: [nodejs] nodejs 0.10.12 and Angstrom issues
    
    This reverts commit acbdabb.
    bnoordhuis committed Jun 25, 2013
    1
    Copy the full SHA
    a0b6df0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2013

  1. Copy the full SHA
    c1bf89d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2013

  1. blog: v0.11.3 release

    isaacs committed Jun 27, 2013
    Copy the full SHA
    2a8c5dd View commit details
    Browse the repository at this point in the history
  2. buffer: add comment explaining buffer alignment

    Avoids alignment issues (unaligned loads/stores) on ARM. Originally
    added in commit 285d8c6.
    
    Fixes #3030.
    bnoordhuis committed Jun 27, 2013
    Copy the full SHA
    cf6acf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2013

  1. Copy the full SHA
    9290385 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2013

  1. zlib: allow zero values for level and strategy

    This is a back-port of commit c9644fb from the master branch.
    mscdex authored and bnoordhuis committed Jul 1, 2013
    Copy the full SHA
    95dcd11 View commit details
    Browse the repository at this point in the history
  2. zlib: level can be negative

    This is a back-port of commit e945903 from the master branch.
    mscdex authored and bnoordhuis committed Jul 1, 2013
    Copy the full SHA
    dc3c2d1 View commit details
    Browse the repository at this point in the history
  3. http: use an unref'd timer to fix delay in exit

    There was previously up to a second exit delay when exiting node
    right after an http request/response, due to the utcDate() function
    doing a setTimeout to update the cached date/time.
    
    Fixing this should increase the performance of our http tests.
    prust authored and tjfontaine committed Jul 1, 2013
    Copy the full SHA
    16b59cb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2013

  1. test: fix tls-hello-parser-failure on smartos

    Assert that when the client closes it has seen an error, this prevents
    the test from timing out.
    
    Also queue a second write in the case that we were able to send the
    buffer before the other side closed the connection.
    tjfontaine committed Jul 2, 2013
    Copy the full SHA
    4c38742 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2013

  1. src: fix memory leak in UsingDomains()

    UsingDomains() assigned process_tickCallback when it had already
    been set by MakeCallback() a few frames down the call stack.
    
    Dispose the handle first or we'll retain whatever is in the lexical
    closure of the old process._tickCallback function.
    
    Fixes #5795.
    bnoordhuis committed Jul 5, 2013
    Copy the full SHA
    806e300 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/v0.10'

    Conflicts:
    	lib/buffer.js
    	lib/http.js
    	src/node.cc
    bnoordhuis committed Jul 5, 2013
    Copy the full SHA
    30e7d08 View commit details
    Browse the repository at this point in the history