aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkFetchConnection.java
Commit message (Expand)AuthorAgeFilesLines
* WalkFetchConnection: Remove marked packs on all function exitsIvan Frade2024-05-161-6/+15
* Do not use ArrayList when there will be deletionsjackdt@google.com2024-05-161-16/+20
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-10/+11
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-5/+0
* Also add suppressed exception if unchecked exception occurs in finallyMatthias Sohn2023-05-181-2/+3
* [errorprone] Suppress [Finally] warningsMatthias Sohn2023-03-021-0/+1
* [6.0 API cleanup] Public interface for PackLockThomas Wolf2021-11-231-1/+0
* [errorprone] WalkFetchConnection: ensure exception isn't suppressedMatthias Sohn2020-12-171-0/+5
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-1/+1
* Deprecate Repository#hasObjectJonathan Nieder2019-01-041-4/+4
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-14/+14
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-15/+15
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-291-1/+1
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-271-3/+1
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-4/+3
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-11/+6
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-0/+5
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-11/+11
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* Close input stream after useZhen Chen2016-11-221-7/+11
* Delay inserter.flush in WalkFetchConnectionZhen Chen2016-10-021-3/+7
* ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-3/+4
* Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-0/+4
* [performance] Remove synthetic access$ methods in transport packageAndrey Loskutov2015-10-281-5/+5
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-1/+2
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-2/+2
* Allow configurable ObjectCheckers in fetchShawn Pearce2014-11-241-1/+1
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-1/+10
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-4/+4
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-12/+13
* Remove 86 boxing warningsKevin Sawicki2012-05-081-2/+4
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-251-11/+10
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-5/+10
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-2/+2
* Support large loose objects as streamsShawn O. Pearce2010-07-011-3/+4
* Use one ObjectReader for WalkFetchConnectionShawn O. Pearce2010-06-281-8/+30
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-4/+4
* Use ObjectInserter for loose objects in WalkFetchConnectionShawn O. Pearce2010-06-251-56/+18
* Download pack-*.idx to /tmp if not on local filesystemShawn O. Pearce2010-06-251-7/+16
* Externalize strings from JGitSasa Zivkov2010-05-191-29/+24
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-3/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+878