1. 01 Feb, 2011 1 commit
  2. 30 Jan, 2011 1 commit
    • Refactor reference parsing code · 2f8a8ab2
      Several changes have been committed to allow the user to create
      in-memory references and write back to disk. Peeling of symbolic
      references has been made explicit. Added getter and setter methods for
      all attributes on a reference. Added corresponding documentation.
      
      Signed-off-by: Vicent Marti <tanoku@gmail.com>
      Vicent Marti committed
  3. 29 Jan, 2011 9 commits
  4. 20 Jan, 2011 5 commits
  5. 13 Jan, 2011 2 commits
  6. 11 Jan, 2011 4 commits
  7. 10 Jan, 2011 2 commits
  8. 08 Jan, 2011 6 commits
  9. 03 Jan, 2011 4 commits
  10. 29 Dec, 2010 1 commit
    • Add generic hash function to util.c · e0646b38
      It's MurmurHash3 slightly edited to make it
      cross-platform. Fast and neat.
      
      Use this for hashing strings on hash tables instead
      of a full SHA1 hash. It's very fast and well distributed.
      
      Obviously not crypto-secure.
      
      Signed-off-by: Vicent Marti <tanoku@gmail.com>
      Vicent Marti committed
  11. 26 Dec, 2010 1 commit
  12. 23 Dec, 2010 1 commit
  13. 22 Dec, 2010 3 commits