Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-22Use Map directly in MetaFilterLars Vogel1-1/+1
2020-02-28Merge branch 'stable-5.6'Matthias Sohn1-1/+1
2020-02-27Move array designators from the variable to the typeDavid Pursehouse1-1/+1
2020-02-22Merge branch 'stable-5.6'Matthias Sohn1-1/+1
2020-02-19Reorder modifiers to follow Java Language SpecificationDavid Pursehouse1-1/+1
2020-01-27ErrorProne: Enable and fix UnusedException checkDavid Pursehouse1-1/+2
2020-01-09Merge branch 'stable-5.6'Matthias Sohn1-15/+16
2020-01-09Merge branch 'stable-5.5' into stable-5.6Matthias Sohn1-15/+16
2020-01-09Merge branch 'stable-5.4' into stable-5.5Matthias Sohn1-15/+16
2020-01-09Merge branch 'stable-5.3' into stable-5.4Matthias Sohn1-15/+16
2020-01-09Merge branch 'stable-5.2' into stable-5.3Matthias Sohn1-15/+16
2020-01-09Merge branch 'stable-5.1' into stable-5.2Matthias Sohn1-15/+16
2020-01-06Fix unclosed resource warning in SmartOutputStreamMatthias Sohn1-14/+16
2020-01-04Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn33-1254/+165
2019-12-02Merge changes I1f968649,Ied678797Terry Parker2-40/+12
2019-12-02server: Add a custom error handlerMasaya Suzuki3-28/+117
2019-12-02UploadPackServlet: Use uploadWithExceptionPropagationMasaya Suzuki1-2/+7
2019-12-02GitSmartHttpTools: Do not use sideband when sending an errorMasaya Suzuki1-38/+5
2019-10-17Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2-5/+4
2019-10-09http: Allow specifying a custom error handler for UploadPackMasaya Suzuki3-27/+118
2019-08-09Merge branch 'stable-5.4'Matthias Sohn2-5/+12
2019-08-08Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2-5/+12
2019-08-08Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2-5/+12
2019-08-08Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2-5/+12
2019-08-02Constants for objects and info/{http-,}alternatesDavid Turner1-2/+2
2019-07-18Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2-5/+12
2019-06-19Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2-3/+4
2019-06-05Repository: Add getIdentifier() method to avoid instanceof operatorDavid Ostrovsky1-6/+4
2019-05-16Convert to lambda or member referenceCarsten Hammer1-9/+4
2019-04-11Remove unnecessary type specificationsCarsten Hammer1-1/+1
2019-01-21GitSmartHttpTools: Open SideBandOutputStream in try-with-resourceDavid Pursehouse1-4/+5
2018-12-31Replace deprecated FirstLine by FirstCommandMichael Keppler1-1/+2
2018-11-21Remove unnecessary modifiers from interfacesJonathan Nieder1-2/+2
2018-11-19Revert C Git 1.7.5 bug workaroundMasaya Suzuki3-38/+6
2018-10-12Move first line parsing for v0/v1 pack negotiation out of UploadPackIvan Frade1-3/+4
2018-09-30Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2-3/+4
2018-09-15SmartOutputStream: Suppress false-positive resource leak warningDavid Pursehouse1-0/+1
2018-09-04Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse1-1/+2
2018-08-23refactor: simplify collection.toArray()Michael Keppler2-2/+2
2018-06-05Add protocol v2 support in httpJonathan Tan2-3/+32
2018-06-05Give info/refs services more control over responseJonathan Tan1-3/+32
2018-05-21InfoRefsServlet: Refactor to not use deprecated methodsDavid Pursehouse1-7/+1
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys12-20/+20
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys13-18/+18
2018-03-14RepositoryFilter: Refactor doFilter to open Repository in try-with-resourceDavid Pursehouse1-8/+3
2018-03-13Open auto-closeable resources in try-with-resourceDavid Pursehouse2-12/+3
2018-03-06InfoRefsServlet: Open OutputStreamWriter in try-with-resourceDavid Pursehouse1-21/+22
2018-03-06GitSmartHttpTools: Open OutputStream in try-with-resourceDavid Pursehouse1-4/+1
2018-03-06FileSender: Open OutputStream in try-with-resourceDavid Pursehouse1-4/+1
2017-12-17Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn31-64/+204

Back to the top