aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Make s3 domain dynamic to support different s3 regionsMatthew Spurrier2015-03-101-4/+10
* PushCertificateParser: Fix check for blank line after headerShawn Pearce2015-03-091-1/+1
* Cleanup some push certificate related javadocShawn Pearce2015-03-092-45/+22
* Fix an invalid format stringDavid Pletcher2015-03-091-3/+12
* Add an in-process pack transport for use in testsDave Borowitz2015-02-271-0/+194
* Extract classes for transport within a JGit processDave Borowitz2015-02-273-174/+305
* Add missing since tags for new APIMatthias Sohn2015-02-272-0/+4
* Merge branch 'stable-3.7'Matthias Sohn2015-02-271-1/+2
|\
| * Provide more details in exceptions thrown when packfile is invalidMatthias Sohn2015-02-171-1/+2
* | Add/fix since tags for new API for push certificatesMatthias Sohn2015-02-253-3/+6
* | Port push certificatesStefan Beller2015-02-236-0/+618
|/
* Update atomic constantStefan Beller2015-01-121-1/+1
* Merge branch 'stable-3.5' into stable-3.6Matthias Sohn2014-12-192-2/+12
|\
| * Merge branch 'stable-3.4' into stable-3.5Matthias Sohn2014-12-182-2/+12
| |\
| | * AmazonS3: Buffer pushed pack content under $GIT_DIRShawn Pearce2014-11-252-2/+12
* | | Honor git-core meaning of receive.denyDeletes allowing tag deletionShawn Pearce2014-11-291-10/+36
* | | Allow configurable ObjectCheckers in fetchShawn Pearce2014-11-245-11/+63
* | | upload-pack: send symbolic refs as capabilitiesYuxuan 'fishy' Wang2014-11-213-1/+41
* | | Merge "Fix variable name and error message for sideband testing"Shawn Pearce2014-11-131-2/+2
|\ \ \
| * | | Fix variable name and error message for sideband testingStefan Beller2014-11-101-2/+2
* | | | Merge branch 'stable-3.5'Matthias Sohn2014-11-121-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Don't use SSL anymore to avoid POODLE attackDani Megert2014-11-071-1/+1
* | | Add missing @since tagsChristian Halstrick2014-11-091-2/+8
* | | Implement atomic refs update, if possible by databaseStefan Beller2014-11-073-0/+35
* | | BundleWriter: Support including HEAD in bundleRobin Stocker2014-10-191-1/+2
|/ /
* | Add chaining credentials providerMatthias Sohn2014-09-241-0/+131
* | Do not use .netrc implicitly if no CredentialsProvider was setMatthias Sohn2014-09-171-3/+0
* | Fix the ls-remote command when there is no local repoRobin Rosenberg2014-09-071-4/+8
* | Drop warnings about unchecked casts in a few stable select placesRobin Rosenberg2014-09-041-0/+1
* | Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-041-5/+5
* | Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-041-13/+14
* | Prevent NPE if no CredentialsProvider is registeredMatthias Sohn2014-09-011-0/+3
* | UploadPack: Always make PackWriter.Statistics availableShawn Pearce2014-08-291-4/+3
* | Merge "ReceivePack: Accept shallow lines from Git >= 1.9"Shawn Pearce2014-08-271-2/+21
|\ \
| * | ReceivePack: Accept shallow lines from Git >= 1.9Shawn Pearce2014-08-271-2/+21
* | | Throw URISyntaxException for incorrect percent-encodingYi EungJun2014-08-211-2/+13
|/ /
* | Cleanup use of java.util.Inflater, fixing rare infinite loopsShawn Pearce2014-08-141-18/+13
* | NetRC parser and credentials provider.Alexey Kuznetsov2014-08-033-0/+438
* | Merge branch 'stable-3.4'Matthias Sohn2014-06-212-11/+62
|\|
| * Allow retrying connecting SshSession in case of an exceptionStefan Lay2014-06-202-11/+62
* | Fixed the problem with calling LsRemoteCommand without a local repository ove...Anton Bannykh2014-06-084-1/+50
|/
* Fix authentication type names broken by 0b5441a8Matthias Sohn2014-05-271-3/+30
* Remove usage of IOException(Throwable) not available on Java 5Matthias Sohn2014-05-211-1/+3
* Adds support for SPNEGOLaurent Goujon2014-05-211-0/+63
* Creates HttpAuthMethod type enum to support auth orderingLaurent Goujon2014-05-212-18/+76
* Detects background authentication and force use of jgit authenticationLaurent Goujon2014-05-211-0/+8
* Fix push to repo with non-fetched refsJean-Jacques Lafay2014-04-301-2/+6
* Add API to permit the setting of additional HTTP headersBogdan Gheorghe2014-04-251-0/+18
* Automatically reload known_hosts fileDoug Kelly2014-04-241-0/+3
* Expose ReceiveCommand version of TrackingRefUpdateShawn Pearce2014-04-181-2/+9