aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/BatchingProgressMonitor.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-5/+0
* BatchingProgressMonitor: expose time spent per taskMatthias Sohn2023-02-271-9/+91
* BatchingProgressMonitor: avoid int overflow when computing percentageMatthias Sohn2023-01-311-3/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-1/+8
* Allow to use an external ExecutorService for background auto-gcMatthias Sohn2017-06-111-0/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+6
* Extract work queue to allow reusing itMatthias Sohn2016-06-081-46/+3
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* [findbugs] Avoid futile attempt to change max pool sizeMatthias Sohn2011-03-081-1/+0
* Paper bag fix BatchingProgressMonitor alarm queueShawn O. Pearce2011-03-011-2/+5
* ProgressMonitor: Refactor to use background alarmsShawn O. Pearce2011-02-281-0/+271