summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.server/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary modifiers from interfacesJonathan Nieder2018-11-201-2/+2
* Revert C Git 1.7.5 bug workaroundMasaya Suzuki2018-11-193-38/+6
* Move first line parsing for v0/v1 pack negotiation out of UploadPackIvan Frade2018-10-121-3/+4
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-302-3/+4
* SmartOutputStream: Suppress false-positive resource leak warningDavid Pursehouse2018-09-151-0/+1
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-1/+2
* refactor: simplify collection.toArray()Michael Keppler2018-08-232-2/+2
* Add protocol v2 support in httpJonathan Tan2018-06-042-3/+32
* Give info/refs services more control over responseJonathan Tan2018-06-041-3/+32
* InfoRefsServlet: Refactor to not use deprecated methodsDavid Pursehouse2018-05-211-7/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-1812-20/+20
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1513-18/+18
* RepositoryFilter: Refactor doFilter to open Repository in try-with-resourceDavid Pursehouse2018-03-141-8/+3
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-132-12/+3
* InfoRefsServlet: Open OutputStreamWriter in try-with-resourceDavid Pursehouse2018-03-071-21/+22
* GitSmartHttpTools: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* FileSender: Open OutputStream in try-with-resourceDavid Pursehouse2018-03-061-4/+1
* Fix javadoc in org.eclipse.jgit.http.serverMatthias Sohn2017-12-1731-64/+204
* Cleanup: Remove unnecessary $NON-NLS$ tagsMatthias Sohn2017-08-301-1/+1
* Show error message for non-git clientsMasaya Suzuki2017-08-251-1/+1
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-023-27/+3
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-203-5/+5
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-1923-0/+62
* dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen2016-11-221-1/+2
* Organize importsDavid Pursehouse2016-11-145-9/+9
* WrappedRequest: Don't use deprecated ServletRequestWrapper#realPathDavid Pursehouse2016-09-221-1/+1
* Add HTTP status code to ServiceMayNotContinueExceptionMasaya Suzuki2016-08-233-3/+3
* Report PackProtocolExceptions to client during receive-packDave Borowitz2015-07-091-1/+2
* Use message from ServiceNotAuthorizedException, ServiceNotEnabledExceptionJonathan Nieder2015-06-025-15/+11
* dumb HTTP: Clarify AsIsFilter by introducing req and res localsJonathan Nieder2015-06-021-3/+5
* Replace deprecated release() methods by close()Matthias Sohn2015-05-212-2/+2
* Skip logging stack trace on corrupt objectsShawn Pearce2015-05-062-0/+11
* Add repository name to failures in HTTP server logShawn Pearce2015-05-063-9/+29
* Support agent= capability in wire protocolShawn Pearce2015-04-302-0/+8
* Clearer error message when service is not enabledHector Oswaldo Caballero2015-04-031-1/+1
* Revert "Extract path info from requests without decoding"Shawn Pearce2014-12-123-50/+4
* Extract path info from requests without decodingDavid Pletcher2014-12-093-4/+50
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-1/+1
* Extract protocol constants to a common classShawn Pearce2013-11-011-3/+3
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-1/+2
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-183-4/+4
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-273-3/+3
* Disable response compression on /git-receive-pack URLsShawn Pearce2012-12-071-1/+1
* Make an exception for the formatting rules (turn off) for some filesRobin Rosenberg2012-11-161-0/+1
* Suppress resource warnings with Java 7Robin Rosenberg2012-10-251-0/+1
* Remove unnecessary @SuppressWarningsRobin Rosenberg2012-09-231-1/+0
* Merge changes Ic2b78ba9,Ia13e63edShawn O. Pearce2012-09-226-9/+17
|\
| * Use '406 Not Acceptable' when info/refs is disabledShawn O. Pearce2012-09-191-1/+1