85 Commits (ddf56d6f85b6d33aba186d1c279b33cc311585c4)

Author SHA1 Message Date
Jonathan Tan f516c1df9d Add protocol v2 support in http 7 years ago
Jonathan Tan c32a62cd4a Give info/refs services more control over response 7 years ago
David Pursehouse a2b10e56bd InfoRefsServlet: Refactor to not use deprecated methods 7 years ago
Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords 7 years ago
Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists 7 years ago
David Pursehouse 98667d3851 RepositoryFilter: Refactor doFilter to open Repository in try-with-resource 7 years ago
David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource 7 years ago
David Pursehouse 2c5b721161 InfoRefsServlet: Open OutputStreamWriter in try-with-resource 7 years ago
David Pursehouse 6722f6927a GitSmartHttpTools: Open OutputStream in try-with-resource 7 years ago
David Pursehouse 07341b2947 FileSender: Open OutputStream in try-with-resource 7 years ago
Matthias Sohn 3b00041caf Fix javadoc in org.eclipse.jgit.http.server 7 years ago
Matthias Sohn e271e2f688 Cleanup: Remove unnecessary $NON-NLS$ tags 7 years ago
Masaya Suzuki e8d4f2598b Show error message for non-git clients 7 years ago
Dave Borowitz cf9662cdfe Eliminate SectionParser construction boilerplate 7 years ago
David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments 8 years ago
David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning 8 years ago
Zhen Chen 8803718493 dump HTTP: Avoid being confused by Content-Length of a gzipped stream 8 years ago
David Pursehouse a45cfee7a3 Organize imports 8 years ago
David Pursehouse b3b728d52c WrappedRequest: Don't use deprecated ServletRequestWrapper#realPath 8 years ago
Masaya Suzuki c4e209b20f Add HTTP status code to ServiceMayNotContinueException 8 years ago
Dave Borowitz 6e4e34bb9e Report PackProtocolExceptions to client during receive-pack 9 years ago
Jonathan Nieder cc4f4f2fe1 Use message from ServiceNotAuthorizedException, ServiceNotEnabledException 10 years ago
Jonathan Nieder 761e61f1ed dumb HTTP: Clarify AsIsFilter by introducing req and res locals 10 years ago
Matthias Sohn 686124bec3 Replace deprecated release() methods by close() 10 years ago
Shawn Pearce a870a8a03c Skip logging stack trace on corrupt objects 10 years ago
Shawn Pearce ae592cc655 Add repository name to failures in HTTP server log 10 years ago
Shawn Pearce 4a984e2033 Support agent= capability in wire protocol 10 years ago
Hector Oswaldo Caballero cbb617603a Clearer error message when service is not enabled 10 years ago
Shawn Pearce f6cff781ee Revert "Extract path info from requests without decoding" 10 years ago
David Pletcher 19f869996f Extract path info from requests without decoding 10 years ago
Robin Rosenberg 32ff57a2b2 Cleanup javadocs so they pass the java8 doclint checks 11 years ago
Shawn Pearce b0dbb78e7d Extract protocol constants to a common class 11 years ago
Colby Ranger 5218f7b33a Propagate IOException where possible when getting refs. 11 years ago
Shawn Pearce f32b861243 JGit 3.0: move internal classes into an internal subpackage 12 years ago
Robin Rosenberg a57dd1c164 Declare essentially static methods as static 12 years ago
Robin Rosenberg 04bc9b3ddc Add type argumente to some raw reclaration 12 years ago
Shawn Pearce 20e3779e10 Disable response compression on /git-receive-pack URLs 12 years ago
Robin Rosenberg 20c829838a Make an exception for the formatting rules (turn off) for some files 12 years ago
Robin Rosenberg 81fa566295 Suppress resource warnings with Java 7 12 years ago
Robin Rosenberg 22427b748b Remove unnecessary @SuppressWarnings 12 years ago
Robin Rosenberg c3f1fac03f Suppress boxing warnings where we know they are ok 12 years ago
Shawn O. Pearce b3e8f29fe9 Use '406 Not Acceptable' when info/refs is disabled 12 years ago
Shawn O. Pearce f93a6a7229 Compress large /info/refs responses on HTTP 12 years ago
Shawn O. Pearce 1c6c73c5a9 Work around smart HTTP bugs in C Git 13 years ago
Dave Borowitz 330c3cae72 Serve 403 from RepositoryFilter on ServiceMayNotContinueException 13 years ago
Dave Borowitz b12f80e71c Add MetaFilter.serveRegex(Pattern) 13 years ago
Dave Borowitz 61c4e39067 Expand RegexPipeline documentation 13 years ago
Dave Borowitz 55bf06b43d Allow RepositoryResolver to throw ServiceMayNotContinueException 13 years ago
Robin Rosenberg 708febedaf cleanup: Remove unnecessary @SuppressWarnings 13 years ago