aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportGitAnon.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+0
* TransportGitAnon: remove unnecessary socket bind to a local addressAlina Djamankulova2021-02-051-1/+0
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-5/+30
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-29/+4
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-4/+29
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* TransportGitAnon: Suppress resource warning about SocketDavid Pursehouse2018-03-241-0/+1
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-0/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+6
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-141-3/+3
* Fixed the problem with calling LsRemoteCommand without a local repository ove...Anton Bannykh2014-06-081-0/+9
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-4/+4
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-3/+3
* TransportProtocol: Allow null Repository in canHandle()Shawn O. Pearce2011-03-151-1/+1
* Make the supported Transports extensible and discoverableShawn O. Pearce2011-03-131-3/+31
* Externalize strings from JGitSasa Zivkov2010-05-191-3/+4
* Reduce multi-level buffered streams in transport codeShawn O. Pearce2010-03-121-2/+18
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+197