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: 76be5e72acf1
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 78a854f87216
Choose a head ref
  • 6 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 24, 2014

  1. test: backoff client connection rates

    We were being very aggressive in our connection creations, resulting
    in the pipeline flood detection to drop us. Relax how fast we're
    creating these connections so the gc can run all its tests.
    tjfontaine committed Feb 24, 2014
    Copy the full SHA
    af14183 View commit details
    Browse the repository at this point in the history
  2. src: node.cc use isolate->ThrowException

    Environment doesn't have ThrowException, we meant isolate here.
    
    Introduced in commit
    75adde0.
    orangemocha authored and tjfontaine committed Feb 24, 2014
    Copy the full SHA
    440b9e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. test: remove next-tick-loops-quick

    Scheduling of next ticks from within the next tick handler will result
    in a tight execution loop where a timer cannot break into.
    
    This test was invalid
    tjfontaine committed Feb 25, 2014
    Copy the full SHA
    e324717 View commit details
    Browse the repository at this point in the history
  2. test: pummel fs-watch-file-slow handle spurious

    watch file will now generate an empty event when the file doesn't exist
    initially
    tjfontaine committed Feb 25, 2014
    Copy the full SHA
    3a3b748 View commit details
    Browse the repository at this point in the history
  3. test: pummel/test-net-throttle adhere to streams

    bufferSize is now a getter that shows all that has not been
    acknowledged by the os, as well as in the buffer state. The test is
    only looking to verify the js verified state.
    tjfontaine committed Feb 25, 2014
    Copy the full SHA
    95bb347 View commit details
    Browse the repository at this point in the history
  4. test: move pummel/test-fs-largefile to disabled

    This test is particularly pathological, and requires a ton of time to
    run, we need to find a better way to manage it but in general this path
    is fairly safe these days.
    tjfontaine committed Feb 25, 2014
    Copy the full SHA
    78a854f View commit details
    Browse the repository at this point in the history