1. 16 Feb, 2013 1 commit
    • Clear up warnings from cppcheck · 56543a60
      The cppcheck static analyzer generates warnings for a bunch of
      places in the libgit2 code base.  All the ones fixed in this
      commit are actually false positives, but I've reorganized the
      code to hopefully make it easier for static analysis tools to
      correctly understand the structure.  I wouldn't do this if I
      felt like it was making the code harder to read or worse for
      humans, but in this case, these fixes don't seem too bad and will
      hopefully make it easier for better analysis tools to get at any
      real issues.
      Russell Belfer committed
  2. 14 Feb, 2013 1 commit
  3. 10 Feb, 2013 2 commits
  4. 08 Feb, 2013 1 commit
  5. 06 Feb, 2013 1 commit
  6. 05 Feb, 2013 2 commits
  7. 04 Feb, 2013 1 commit
  8. 31 Jan, 2013 6 commits
  9. 27 Jan, 2013 1 commit
  10. 22 Jan, 2013 1 commit
  11. 18 Jan, 2013 1 commit
  12. 11 Jan, 2013 1 commit
  13. 09 Jan, 2013 2 commits
  14. 08 Jan, 2013 1 commit
  15. 05 Jan, 2013 1 commit
  16. 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
  17. 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
  18. 15 Dec, 2012 1 commit
  19. 14 Dec, 2012 2 commits
  20. 10 Dec, 2012 2 commits
  21. 30 Nov, 2012 1 commit
  22. 29 Nov, 2012 2 commits
  23. 28 Nov, 2012 1 commit
  24. 27 Nov, 2012 4 commits
  25. 14 Nov, 2012 2 commits