summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* URIish: support for empty portsMarc Strapetz2017-12-231-6/+18
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-212-3/+3
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-20109-755/+1807
* Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-203-11/+8
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-073-29/+18
* TransportHttp: retry on IOException with another mechanismThomas Wolf2017-12-061-7/+22
* Merge branch 'stable-4.9'David Pursehouse2017-11-221-2/+60
|\
| * Yet another work-around for a Jsch bug: timeoutsThomas Wolf2017-11-201-2/+60
* | Merge branch 'stable-4.9'David Pursehouse2017-11-201-8/+12
|\|
| * Fix NPE in TransportGitSsh.ExtSession.exec()Matthias Sohn2017-11-201-8/+12
* | Merge branch 'stable-4.9'Matthias Sohn2017-11-111-0/+34
|\|
| * Work around a Jsch bug: ensure the user name is set from URIThomas Wolf2017-11-101-0/+34
* | Merge changes I22a8874b,I68ed4abd,I740bc4bf,Icbd17d15Jonathan Nieder2017-11-101-2/+33
|\ \
| * | Use bitmaps for non-commit reachability checksJonathan Tan2017-11-101-2/+33
* | | Reject pack if delta exceeds array size limitShawn Pearce2017-11-091-2/+6
* | | Add missing @since tags for new API in ReceiveCommandMatthias Sohn2017-10-231-2/+8
* | | Merge branch 'stable-4.9'David Pursehouse2017-10-231-11/+34
|\ \ \ | | |/ | |/|
| * | Ensure that ~ in ssh config is replaced before Jsch sees itThomas Wolf2017-10-181-11/+34
| |/
* / Support symbolic references in ReceiveCommandShawn Pearce2017-10-181-15/+226
|/
* Terminate StreamCopy threads in case of errorsTill Brychcy2017-10-071-4/+12
* Use a new RevWalk for validating not advertised wantsZhen Chen2017-10-051-26/+27
* Terminate StreamCopy threads in case of errorsDmitry Neverov2017-09-302-6/+7
* Support force writing reflog on a per-update basisDave Borowitz2017-09-301-2/+30
* HttpConfig: load user config before reading values from itThomas Wolf2017-09-261-15/+33
* Load the user config before modifying itThomas Wolf2017-09-231-4/+17
* Handle SSL handshake failures in TransportHttpThomas Wolf2017-09-132-112/+258
* Support http.<url>.* configsThomas Wolf2017-09-102-95/+401
* Add PushConfig class with PushRecurseSubmodulesModeDavid Pursehouse2017-09-091-0/+95
* ReceivePack: clear advertised .haves if application changes refsShawn Pearce2017-09-071-0/+1
* Fix Daemon.stop() to actually stop the listener threadThomas Wolf2017-09-041-39/+92
* Cleanup: Remove trailing whitespaceMatthias Sohn2017-08-303-5/+5
* Pass along the original exception when an ssh connection failsThomas Wolf2017-08-291-4/+7
* Merge "Add BlobObjectChecker"Terry Parker2017-08-281-0/+10
|\
| * Add BlobObjectCheckerMasaya Suzuki2017-08-281-0/+10
* | Ignore invalid TagOpt valuesThomas Wolf2017-08-261-2/+7
* | Add a getter for a list of RefSpecs to ConfigThomas Wolf2017-08-261-12/+6
* | Add toString() methods to OpenSshConfig to help debuggingMatthias Sohn2017-08-261-0/+31
* | Do most %-token substitutions in OpenSshConfigThomas Wolf2017-08-261-5/+129
* | Let Jsch know about ~/.ssh/configThomas Wolf2017-08-262-144/+519
* | Consume request body before flushing the bufferMasaya Suzuki2017-08-251-12/+17
|/
* Cleanup: message reporting for HTTP redirect handlingThomas Wolf2017-08-231-14/+19
* Do authentication re-tries on HTTP POSTThomas Wolf2017-08-221-22/+120
* Add support to follow HTTP redirectsThomas Wolf2017-08-172-65/+263
* Do not apply pushInsteadOf to existing pushUrisThomas Wolf2017-08-141-8/+10
* Fix handling of pushInsteadOfThomas Wolf2017-08-141-6/+16
* Expose LongMap in util packageShawn Pearce2017-08-092-158/+1
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-026-45/+7
* Merge "Support overriding a batch's reflog on a per-ReceiveCommand basis"David Pursehouse2017-07-281-0/+92
|\
| * Support overriding a batch's reflog on a per-ReceiveCommand basisDave Borowitz2017-07-261-0/+92
* | Add dfs fsck implementationZhen Chen2017-07-262-32/+72
|/