1. 10 Jul, 2013 1 commit
  2. 16 May, 2013 1 commit
  3. 11 May, 2013 2 commits
  4. 03 May, 2013 1 commit
  5. 28 Apr, 2013 1 commit
  6. 21 Apr, 2013 1 commit
    • Move odb_backend implementors stuff into git2/sys · 83cc70d9
      This moves some of the odb_backend stuff that is related to the
      internals of an odb_backend implementation into include/git2/sys.
      
      Some of the stuff related to streaming I left in include/git2
      because it seemed like it would be reasonably needed by a normal
      user who wanted to stream objects into and out of the ODB.
      
      Also, I added APIs for traversing the list of backends so that
      some of the tests would not need to access ODB internals.
      Russell Belfer committed
  7. 17 Mar, 2013 1 commit
  8. 12 Mar, 2013 2 commits
  9. 14 Feb, 2013 1 commit
  10. 10 Feb, 2013 2 commits
  11. 08 Feb, 2013 1 commit
  12. 06 Feb, 2013 1 commit
  13. 05 Feb, 2013 2 commits
  14. 22 Jan, 2013 1 commit
  15. 18 Jan, 2013 1 commit
  16. 08 Jan, 2013 1 commit
  17. 05 Jan, 2013 1 commit
  18. 04 Jan, 2013 1 commit
    • Fix bug in gen_pktline() for deletes of missing remote refs · d73d52df
      * gen_pktline() in smart_protocol.c was skipping refspecs that deleted
        refs that were not advertised by the server.  The new behavior is to
        send a delete command with an old-id of zero, which matches the behavior
        of the official git client.
      * Update test_network_push__delete() in reaction to above fix.
      * Obviate messy logic that handles missing push_spec rrefs by canonicalizing
        push_spec.  After calculate_work(), loid, roid, and rref, are filled in with
        exactly what is sent to the server
      Congyi Wu committed
  19. 03 Jan, 2013 1 commit
    • Fix bug in gen_pktline() for deletes of missing remote refs · 4128f5aa
      * gen_pktline() in smart_protocol.c was skipping refspecs that deleted
        refs that were not advertised by the server.  The new behavior is to
        send a delete command with an old-id of zero, which matches the behavior
        of the official git client.
      * Update test_network_push__delete() in reaction to above fix.
      * Obviate messy logic that handles missing push_spec rrefs by canonicalizing
        push_spec.  After calculate_work(), loid, roid, and rref, are filled in with
        exactly what is sent to the server
      Congyi Wu committed
  20. 10 Dec, 2012 1 commit
  21. 29 Nov, 2012 1 commit
  22. 28 Nov, 2012 1 commit
  23. 27 Nov, 2012 2 commits
  24. 05 Nov, 2012 1 commit
  25. 02 Nov, 2012 1 commit
  26. 01 Nov, 2012 1 commit
  27. 24 Oct, 2012 2 commits
  28. 20 Oct, 2012 3 commits
  29. 18 Oct, 2012 2 commits
  30. 15 Oct, 2012 1 commit
  31. 30 Sep, 2012 1 commit