aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/TransferConfig.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.1' into stable-5.2Jonathan Nieder2018-12-261-0/+10
|\
| * UploadPack: Filter refs used for want-ref resolutionJonathan Nieder2018-12-261-0/+10
* | Merge branch 'stable-5.1' into stable-5.2David Pursehouse2018-12-201-2/+21
|\|
| * TransferConfig: Make constructors publicDavid Pursehouse2018-12-201-2/+21
* | Format @Nullable on return value as method annotationJonathan Nieder2018-10-091-1/+2
|/
* Support protocol v2 want-ref in UploadPackJonathan Tan2018-08-101-0/+10
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Fix non-externalized String warningsMatthias Sohn2018-04-251-19/+21
* Implement protocol v2 with no capabilities in UploadPackJonathan Tan2018-04-201-2/+31
* Teach UploadPack to support filtering by blob sizeJonathan Tan2018-03-151-0/+11
* Revert usage of TYPE_USE in Nullable and NonNull annotationsDavid Pursehouse2018-01-191-1/+2
* Nullable: Switch to TYPE_USEDavid Pursehouse2018-01-181-2/+1
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-1/+13
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-021-6/+2
* Add a test for parsing fsck config options and expose FsckMode enumDavid Turner2017-06-231-2/+18
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-301-7/+77
* ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-1/+14
* Unify fetch and receive ObjectChecker setupShawn Pearce2015-12-291-13/+27
* [performance] Remove synthetic access$ methods in transport packageAndrey Loskutov2015-10-281-2/+2
* UploadPack: Use reachable-sha1-in-want configurationFredrik Medley2015-06-091-0/+11
* Delete deprecated TransferConfig.isFsckObjects()Matthias Sohn2015-06-031-9/+0
* Add fsck.allowInvalidPersonIdent to accept invalid author/committersShawn Pearce2015-04-301-0/+4
* Allow configurable ObjectCheckers in fetchShawn Pearce2014-11-241-3/+32
* Correct fetch to use fetch.fsckObjects and transfer.fsckObjectsShawn Pearce2014-03-121-3/+6
* Add missing @since tagsMatthias Sohn2013-07-111-0/+2
* UploadPack: set RefFilter from TransportConfigDave Borowitz2013-07-031-2/+38
* UploadPack: configure RequestPolicy with TransportConfigDave Borowitz2013-07-031-1/+17
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Move TransferConfig to transport packageShawn O. Pearce2010-12-151-0/+72