aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackPushConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Better report too large pack-files from PushCommandChristian Halstrick2015-05-271-0/+4
* Support agent= capability in wire protocolShawn Pearce2015-04-301-0/+1
* Replace use of deprecated release() in BasePackPushConnectionMatthias Sohn2015-04-021-6/+4
* Fix push to repo with non-fetched refsJean-Jacques Lafay2014-04-301-2/+6
* Extract protocol constants to a common classShawn Pearce2013-11-011-4/+4
* Disable CRC32 computation when no PackIndex will be createdShawn Pearce2013-04-101-0/+1
* Allow users to show server messages while pushingAndré Dietisheim2013-03-211-8/+23
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Enable serving upload requests using bitmaps.Colby Ranger2013-03-051-0/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-10/+10
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-4/+16
* Remove 86 boxing warningsKevin Sawicki2012-05-081-1/+3
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Make capability strings in BasePack{Fetch,Push}Connection publicDave Borowitz2012-03-071-4/+8
* PackWriter: Make want/have actual setsShawn O. Pearce2011-08-161-4/+4
* PackWriter: Avoid CRC-32 validation when feeding IndexPackShawn O. Pearce2011-03-021-0/+1
* UploadPack: Expose PackWriter activity to a loggerShawn O. Pearce2011-02-131-4/+1
* PackWriter: Support reuse of entire packsShawn O. Pearce2011-02-031-0/+1
* Expose pack fetch/push connections for subclassingShawn O. Pearce2010-08-201-2/+18
* Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-281-1/+2
* Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-281-3/+3
* Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce2010-06-281-17/+22
* Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-261-1/+1
* Externalize strings from JGitSasa Zivkov2010-05-191-16/+13
* Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-121-0/+1
* Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-121-4/+26
* ReceivePack: Enable side-band-64k capability for status reportsShawn O. Pearce2010-03-121-0/+2
* Remove pointless boolean during native pushShawn O. Pearce2010-02-091-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+296