aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated RefAdvertiser#send(Map<String, Ref>) methodMatthias Sohn2024-09-031-21/+0
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-2/+4
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+1
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-3/+7
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-6/+2
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-2/+6
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* RefAdvertiser: Add Javadoc for usage of send(Collection)Michael Keppler2018-10-081-5/+8
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Repository: Deprecate #peel methodDavid Pursehouse2018-05-221-2/+2
* RefAdvertiser: Add send(Collection<Ref>) and deprecate send(Map<String, Ref>)David Pursehouse2018-05-211-10/+23
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-5/+5
* Fix non-externalized String warningsMatthias Sohn2018-04-251-5/+6
* File compile and API errors in JGitMichael Keppler2018-04-251-7/+11
* Implement ls-refs in UploadPackJonathan Tan2018-04-231-1/+37
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-8/+14
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Optimize RefAdvertiser for wire protocolShawn Pearce2016-06-181-2/+74
* Support agent= capability in wire protocolShawn Pearce2015-04-301-2/+16
* upload-pack: send symbolic refs as capabilitiesYuxuan 'fishy' Wang2014-11-211-0/+23
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* Fix ReceivePack connectivity validation with alternatesShawn O. Pearce2011-04-011-15/+0
* RefAdvertiser: Avoid object parsingShawn O. Pearce2011-02-021-64/+34
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-4/+7
* Move additional have enumeration to RepositoryShawn O. Pearce2010-06-251-16/+3
* Optimize RefAdvertiser performance by avoiding sortingShawn O. Pearce2010-01-231-7/+16
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-231-3/+3
* Expose PacketLineOut for reuse outside of the transport packageShawn O. Pearce2010-01-121-2/+9
* Expose RefAdvertiser for reuse outside of the transport packageShawn O. Pearce2010-01-121-15/+139
* Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2Shawn O. Pearce2009-12-281-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+195