Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-06Prepare 5.2.0-SNAPSHOT buildsMatthias Sohn2-21/+21
2018-09-04Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse1-2/+2
2018-08-26HttpClientConnectionTest: Throw UnsupportedOperationException for unused methodsDavid Pursehouse1-11/+11
2018-08-26HttpClientConnectionTest: Reformat with the Eclipse styleDavid Pursehouse1-132/+137
2018-08-26HttpClientConnectionTest: Add missing license headerDavid Pursehouse1-0/+42
2018-08-25HttpClientTests: Open OutputStream in try-with-resourceDavid Pursehouse1-6/+6
2018-08-25HttpClientTests: Use assertEquals to assert about response codeDavid Pursehouse1-3/+3
2018-07-23HttpClientConnection.getHeaderFields should support multiple values for same ...Gabriel Couto3-0/+94
2018-07-03Add response message, if any, on HTTP status 404Thomas Wolf1-2/+6
2018-06-05Merge branch 'stable-5.0'Jonathan Nieder3-2/+97
2018-06-05Add protocol v2 support in httpJonathan Tan3-2/+97
2018-05-30Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-05-30JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2Matthias Sohn2-2/+2
2018-05-23Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2-21/+21
2018-05-22Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-05-22JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn2-2/+2
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys3-3/+3
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys1-3/+3
2018-04-11Use Constants.CHARACTER_ENCODING in testsDavid Pursehouse1-1/+1
2018-03-13Open auto-closeable resources in try-with-resourceDavid Pursehouse3-19/+7
2018-03-11Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse1-2/+2
2018-03-08Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-21/+21
2018-03-08Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2-21/+21
2018-03-08JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2-2/+2
2018-03-07MeasurePackSizeTest: Open Transport in try-with-resourceDavid Pursehouse1-5/+1
2018-03-06HookMessageTest: Open Transport in try-with-resourceDavid Pursehouse1-10/+2
2018-03-06GitServletResponseTests: Open Transport in try-with-resourceDavid Pursehouse1-15/+3
2018-03-06DumbClientSmartServerTest: Open auto-closeable resources in try-with-resourceDavid Pursehouse1-22/+7
2018-03-05AdvertiseErrorTest: Open Transport in try-with-resourceDavid Pursehouse1-4/+1
2018-03-03Enable warning for resources not managed by try-with-resourceDavid Pursehouse1-1/+1
2017-12-31Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2-21/+21
2017-12-23Add header Automatic-Module-Name for Java 9Karsten Thoms1-0/+1
2017-12-17Fix javadoc in org.eclipse.jgit.http.testMatthias Sohn2-3/+7
2017-12-08Specify consistent version range for junit in OSGi manifestsDavid Pursehouse1-3/+3
2017-12-07Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse1-2/+2
2017-11-24Merge branch 'stable-4.9'Matthias Sohn1-1/+11
2017-11-24Ignore warning for minor version change without API changeMatthias Sohn1-1/+11
2017-10-19dfs: Switch InMemoryRepository to DfsReftableDatabaseShawn Pearce2-4/+4
2017-10-08Prepare 4.10.0-SNAPSHOT buildsMatthias Sohn2-20/+20
2017-10-08Prepare 4.9.1-SNAPSHOT buildsMatthias Sohn2-20/+20
2017-10-07JGit v4.9.0.201710071750-rv4.9.0.201710071750-rMatthias Sohn2-2/+2
2017-09-13Handle SSL handshake failures in TransportHttpThomas Wolf1-13/+69
2017-09-10Support http.<url>.* configsThomas Wolf1-1/+6
2017-09-01Add org.apache.commons.codec 1.9.0 to target platformMatthias Sohn1-2/+2
2017-08-30Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-1/+1
2017-08-29Partially revert c0ad77d8 "Enhance Eclipse save actions"Matthias Sohn1-2/+2
2017-08-28Enhance Eclipse save actionsMatthias Sohn1-7/+12
2017-08-23Cleanup: message reporting for HTTP redirect handlingThomas Wolf1-4/+4
2017-08-22Do authentication re-tries on HTTP POSTThomas Wolf2-9/+254
2017-08-18Bazel: Add missing dependency in org.eclipse.jgit.http.testDavid Pursehouse1-0/+1

Back to the top