Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial findings and updates for hoard #1

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2011

  1. update should be updateMany in second example.

    added "../lib" path to requiring buffer_ieee754, was breaking otherwise.
    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    0e006ad View commit details
    Browse the repository at this point in the history
  2. gitignore

    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    9ef9c84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8da4c7e View commit details
    Browse the repository at this point in the history
  4. updated tests

    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    56bc907 View commit details
    Browse the repository at this point in the history
  5. styling

    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    fe0805e View commit details
    Browse the repository at this point in the history
  6. copied propagateLowerArchives from updateManyArchive to update [compl…

    …ete hack, but works]
    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    645c674 View commit details
    Browse the repository at this point in the history
  7. hitting a race condition with reading from the buffer - "Error: Offse…

    …t is out of bounds"
    
    try/catch on all fs.read handles this, but does not solve it.
    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    e773735 View commit details
    Browse the repository at this point in the history
  8. horrible implementation of last, works but needs optimization.

    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    989e3c0 View commit details
    Browse the repository at this point in the history
  9. specify time at

    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    ea2181b View commit details
    Browse the repository at this point in the history
  10. Revert "specify time at"

    This reverts commit ea2181b.
    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    879972d View commit details
    Browse the repository at this point in the history
  11. Revert e773735^..HEAD

    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    9c2dfd8 View commit details
    Browse the repository at this point in the history
  12. one too many reverts, added try/catch for error handling out of bound…

    …s offsets on fs.read
    christopher holt committed Oct 17, 2011
    Configuration menu
    Copy the full SHA
    05171df View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2011

  1. fix sort method, was not setting maxRetention properly

    christopher holt committed Oct 21, 2011
    Configuration menu
    Copy the full SHA
    c39b7a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2011

  1. pass errors back through to callback

    christopher holt committed Oct 24, 2011
    Configuration menu
    Copy the full SHA
    060a54e View commit details
    Browse the repository at this point in the history