aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/RefAdvertiser.java
Commit message (Expand)AuthorAgeFilesLines
* 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