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: 29cd0f2a77fa
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 6e34dfd9e80b
Choose a head ref
  • 10 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 9, 2013

  1. zlib: Manage flush flags appropriately

    If you call z.flush();z.write('foo'); then it would try to write 'foo'
    before the flush was done, triggering an assertion in the zlib binding.
    
    Closes #4950
    isaacs committed Mar 9, 2013
    4
    Copy the full SHA
    b3cbb16 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6d593a9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    08f5db1 View commit details
    Browse the repository at this point in the history
  4. core: Append filename properly in dlopen on windows

    Fixes simple/test-module-loading on win32
    isaacs committed Mar 9, 2013
    Copy the full SHA
    6076a25 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    99a2059 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9826159 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f5c293b View commit details
    Browse the repository at this point in the history
  8. test: Don't run async operation in process 'exit'

    Also, this seems to occasionally cause some annoying file-locking
    errors in Windows.  Not sure if this is the best fix, but it seems
    to make the warnings go away in that spot.
    isaacs committed Mar 9, 2013
    Copy the full SHA
    8cf2d4c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    98c6a81 View commit details
    Browse the repository at this point in the history
  10. test: Fail faster in simple/test-cluster-bind-twice-v2

    Crashing on windows, but at least now it's a crash rathert han a timeout.
    isaacs committed Mar 9, 2013
    Copy the full SHA
    6e34dfd View commit details
    Browse the repository at this point in the history