aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackFetchConnection.java
Commit message (Expand)AuthorAgeFilesLines
...
* Enable smart HTTP transport to place EOF at end of packShawn O. Pearce2012-03-131-0/+10
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Make capability strings in BasePack{Fetch,Push}Connection publicDave Borowitz2012-03-071-10/+20
* Do not requeue state vector in stateless RPC fetchShawn O. Pearce2011-09-141-1/+3
* Wrap excessively long line in BasePackFetchConnectionShawn O. Pearce2011-09-141-1/+3
* Implement the no-done capabilityShawn O. Pearce2011-04-211-11/+19
* Assume refs of alternates are reachable during fetchShawn O. Pearce2011-03-171-16/+23
* Improve native Git transport when following repositoryShawn O. Pearce2011-03-141-1/+4
* RevWalk: Avoid unnecessary re-parsing of commit bodiesShawn O. Pearce2011-02-131-0/+5
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-251-7/+12
* Expose pack fetch/push connections for subclassingShawn O. Pearce2010-08-201-3/+23
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-0/+6
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-2/+3
* Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-121-1/+1
* Refactor SideBandInputStream constructionShawn O. Pearce2010-03-121-1/+6
* client side smart HTTPShawn O. Pearce2010-01-121-16/+73
* Implement multi_ack_detailed protocol extensionShawn O. Pearce2010-01-121-22/+49
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+538