- 23 Oct, 2013 2 commits
-
-
The user is unable to derive the number of deltas in the pack, as that would require them to capture the stats exactly in the moment between download and final processing, which is abstracted away in the fetch. Capture these numbers for the user and expose them in the progress struct. The clone and fetch examples now also present this information to the user.
Carlos Martín Nieto committed -
Show how many local objects were used to fix the thin pack in our fetch example.
Carlos Martín Nieto committed
-
- 11 Oct, 2013 1 commit
-
-
Don't increase the number of total objects, as it can produce suprising progress output. The only addition compared to pre-thin is the addition of local_objects to allow an output similar to git's "completed with %d local objects".
Carlos Martín Nieto committed
-
- 08 Oct, 2013 1 commit
-
-
There may be multiple deltas referencing the same base as well as OFS deltas which rely on a thin delta. Deal with both at the same time by injecting a single object and going back up to the main delta-resolving loop.
Carlos Martín Nieto committed
-
- 04 Oct, 2013 4 commits
-
-
Carlos Martín Nieto committed
-
When given an ODB from which to read objects, the indexer will attempt to inject the missing bases at the end of the pack and update the header and trailer to reflect the new contents.
Carlos Martín Nieto committed -
Carlos Martín Nieto committed
-
Though unusual, a packfile may contain a delta whose base is a delta that comes later. In order index such a packfile, we must not give up on the first failure to resolve a delta, but keep it around. If there is a pass which makes no progress, this indicates that the packfile is broken, so fail accordingly.
Carlos Martín Nieto committed
-
- 01 Oct, 2013 7 commits
-
-
Add git_transport_register, git_transport_unregister
Vicent Martí committed -
Philip Kelley committed
-
Ben Straub committed
-
Config subsection name should allow to have ']' and '\\' should allow to escape any characters
Vicent Martí committed -
Linquize committed
-
Linquize committed
-
Linquize committed
-
- 30 Sep, 2013 9 commits
-
-
Redir refactor
Vicent Martí committed -
Initial Implementation of progress reports during push
Vicent Martí committed -
Never consider submodules for stashing
Vicent Martí committed -
...before the helper's cleanup method tries to delete their files.
Ben Straub committed -
Fix x86/x64 size_t related warnings
Vicent Martí committed -
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 -
Remove leading newlines from commit message
Vicent Martí committed -
Fix libgit2/libgit2sharp#522
nulltoken committed -
nulltoken committed
-
- 28 Sep, 2013 2 commits
-
-
Justin Spahr-Summers committed
-
Justin Spahr-Summers committed
-
- 27 Sep, 2013 2 commits
-
-
Add refdb.h to git2.h, reorder git2.h sanely
Vicent Martí committed -
Edward Thomson committed
-
- 26 Sep, 2013 9 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
...and have that call manage replaced memory in the output structure.
Ben Straub committed -
Ben Straub committed
-
nulltoken committed
-
Ben Straub committed
-
Ben Straub committed
-
- 25 Sep, 2013 3 commits
-
-
Ben Straub committed
-
Win32: handle http->https redirects
Ben Straub committed -
Bring error handling docs up to date
Vicent Martí committed
-