aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackPushConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Use indexOf(char) and lastIndexOf(char) rather than String versionsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* PacketLineIn: Add an iterator over strings in the input streamDavid Pursehouse2019-06-031-2/+1
* Deprecate Repository#hasObjectJonathan Nieder2019-01-041-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-6/+6
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-5/+6
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* Push implementation of option stringsDan Wang2016-07-221-1/+45
* push: Report fatal server errors during pack writingShawn Pearce2016-07-051-1/+51
* Better report on client side if push failed due to too large objectMatthias Sohn2016-05-301-2/+7
* Fix possible arithmetic overflow when setting a timeoutChristian Halstrick2015-12-151-1/+2
* Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-2/+5
* push: Do not blindly overwrite peerShawn Pearce2015-12-141-3/+5
* Support atomic push in JGit clientShawn Pearce2015-12-021-4/+12
* 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