aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'stable-3.3'Matthias Sohn2014-04-141-2/+2
|\
| * Ensure that stored credentials aren't reset too earlyMatthias Sohn2014-04-141-2/+2
* | Abbreviate SHA-1s when reporting invalid objectsShawn Pearce2014-04-031-1/+2
* | Throw CorruptObjectException when a bad object is foundShawn Pearce2014-04-031-3/+4
* | Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-3/+3
* | Merge branch 'stable-3.3'Matthias Sohn2014-03-252-4/+9
|\|
| * Retry to call credentials provider if http authentication failedMatthias Sohn2014-03-201-4/+6
| * Ensure that ssh authentication is retried only in JGitChristian Halstrick2014-03-151-0/+3
* | Display progress while checking connectivity on pushShawn Pearce2014-03-121-0/+10
* | Allow configuration of receive pack's ObjectChecker through fsck.*Shawn Pearce2014-03-121-4/+20
* | Correct fetch to use fetch.fsckObjects and transfer.fsckObjectsShawn Pearce2014-03-121-3/+6