1. 01 Feb, 2018 1 commit
  2. 02 Mar, 2017 1 commit
  3. 24 Jul, 2016 1 commit
  4. 13 May, 2015 1 commit
  5. 11 Mar, 2015 1 commit
    • pack-objects: fill a packbuilder from a walk · 04a36fef
      Most use-cases for the object packer communicate in terms of commits
      which each side has. We already have an object to specify this
      relationship between commits, namely git_revwalk.
      
      By knowing which commits we want to pack and which the other side
      already has, we can perform similar optimisations to git, by marking
      each tree as interesting or uninteresting only once, and not sending
      those trees which we know the other side has.
      Carlos Martín Nieto committed
  6. 14 Jan, 2014 1 commit
  7. 30 Sep, 2013 1 commit
    • Initial Implementation of progress reports during push · b176eded
      This adds the basics of progress reporting during push. While progress
      for all aspects of a push operation are not reported with this change,
      it lays the foundation to add these later. Push progress reporting
      can be improved in the future - and consumers of the API should
      just get more accurate information at that point.
      
      The main areas where this is lacking are:
      
      1) packbuilding progress: does not report progress during deltafication,
         as this involves coordinating progress from multiple threads.
      
      2) network progress: reports progress as objects and bytes are going
         to be written to the subtransport (instead of as client gets
         confirmation that they have been received by the server) and leaves
         out some of the bytes that are transfered as part of the push protocol.
         Basically, this reports the pack bytes that are written to the
         subtransport. It does not report the bytes sent on the wire that
         are received by the server. This should be a good estimate of
         progress (and an improvement over no progress).
      Jameson Miller committed
  8. 08 Jan, 2013 1 commit
  9. 28 Nov, 2012 1 commit
  10. 17 Nov, 2012 1 commit
  11. 13 Nov, 2012 1 commit
  12. 01 Nov, 2012 1 commit
  13. 17 Oct, 2012 1 commit
  14. 09 Oct, 2012 2 commits