Skip to content
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: justmoon/node-binary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PlNG/node-binary
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.
  • 13 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 29, 2011

  1. Configuration menu
    Copy the full SHA
    4f602ce View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2011

  1. now using buffers.indexOf(), moar faster

    James Halliday committed Jun 30, 2011
    Configuration menu
    Copy the full SHA
    30b693a View commit details
    Browse the repository at this point in the history
  2. relative requires in the tests

    James Halliday committed Jun 30, 2011
    Configuration menu
    Copy the full SHA
    59fa18f View commit details
    Browse the repository at this point in the history
  3. Bind tap() callback to the current chainsaw.

    This allows the nested chainsaw to get garbage collected, which means
    that loop() no longer leaks memory on every iteration.
    justmoon committed Jun 30, 2011
    Configuration menu
    Copy the full SHA
    c3f5630 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2011

  1. Merge branch 'loopmem' of https://github.com/justmoon/node-binary int…

    …o justmoon.loopmem
    James Halliday committed Jul 11, 2011
    Configuration menu
    Copy the full SHA
    8ac60b2 View commit details
    Browse the repository at this point in the history
  2. bump for memory leak fix

    James Halliday committed Jul 11, 2011
    Configuration menu
    Copy the full SHA
    0af0383 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2011

  1. Configuration menu
    Copy the full SHA
    950d68e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2011

  1. bump to 0.2.4 and bump the chainsaw dep for new memory fixes

    James Halliday committed Jul 17, 2011
    Configuration menu
    Copy the full SHA
    7eecf26 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2011

  1. Merge branch 'chainsawlight' of https://github.com/justmoon/node-binary

    … into justmoon.chainsawlight
    James Halliday committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    78312b2 View commit details
    Browse the repository at this point in the history
  2. bump for chainsaw light memory fix

    James Halliday committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    40fce54 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2011

  1. failing test for "end" events stopping parsing prematurely

    James Halliday committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    ce4187d View commit details
    Browse the repository at this point in the history
  2. fix for premature "end" bug

    James Halliday committed Oct 14, 2011
    Configuration menu
    Copy the full SHA
    af0bff1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2011

  1. JSPerf seems to indicate that V8 likes cached .length in for-loops. S…

    …hould see increase in operations per second with LEu, BEu, and scan vs uncached lengths. Untested.
    PlNG committed Dec 18, 2011
    Configuration menu
    Copy the full SHA
    3a91e1a View commit details
    Browse the repository at this point in the history
Loading