aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/Daemon.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Convert to lambda or member referenceCarsten Hammer2019-05-161-28/+18
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-4/+4
* Add protocol v2 support in "jgit daemon"Jonathan Tan2018-05-161-2/+11
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-10/+29
* Fix Daemon.stop() to actually stop the listener threadThomas Wolf2017-09-041-39/+92
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+4
* Fix a @since tagThomas Wolf2016-01-231-1/+1
* daemon: Add --ketch=LEADER flagShawn Pearce2016-01-191-0/+10
* [performance] Remove synthetic access$ methods in transport packageAndrey Loskutov2015-10-281-4/+4
* Drop warnings about unchecked casts in a few stable select placesRobin Rosenberg2014-09-041-0/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-10/+10
* Allow RepositoryResolver to throw ServiceMayNotContinueExceptionDave Borowitz2012-03-261-1/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Remove calls to printStackTrace in catch blocksKevin Sawicki2011-11-281-3/+0
* daemon: Use HTTP's resolver and factory patternShawn O. Pearce2011-02-141-129/+118
* Pass PackConfig down to PackWriter when packingShawn O. Pearce2010-07-281-0/+15
* Repository can be configured with FSMarc Strapetz2010-06-041-2/+3
* Externalize strings from JGitSasa Zivkov2010-05-191-1/+2
* Introduce a named constant for the ".git" directory extensionRobin Rosenberg2010-01-151-3/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+391