- e14b25f Merge branch 'stable-5.10' into stable-5.11 by Matthias Sohn · 3 years, 3 months ago
- 70b894d Merge branch 'stable-5.8' into stable-5.9 by Matthias Sohn · 3 years, 3 months ago
- 73b3cbd Merge branch 'stable-5.7' into stable-5.8 by Matthias Sohn · 3 years, 3 months ago
- 994434a Add missing @since tags by Matthias Sohn · 3 years, 3 months ago
- 85e11bd Merge branch 'stable-5.6' into stable-5.7 by Matthias Sohn · 3 years, 3 months ago
- 2e5110e Add missing @since tag by Matthias Sohn · 3 years, 3 months ago
- 5a3569f Merge branch 'stable-5.10' into stable-5.11 by Matthias Sohn · 3 years, 6 months ago
- 8470771 GitServlet: allow to override default error handlers by Antonio Barone · 3 years, 6 months ago
- efb154f Rename PackFile to Pack by Nasser Grainawi · 4 years, 1 month ago
- a0802ff Use Map directly in MetaFilter by Lars Vogel · 5 years ago
- 2161c1e Merge branch 'stable-5.6' by Matthias Sohn · 5 years ago
- 5a6b6ee Move array designators from the variable to the type by David Pursehouse · 5 years ago
- 25a6bd4 Merge branch 'stable-5.6' by Matthias Sohn · 5 years ago
- 064834d Reorder modifiers to follow Java Language Specification by David Pursehouse · 5 years ago
- 4cc1329 ErrorProne: Enable and fix UnusedException check by David Pursehouse · 5 years ago
- db019c4 Merge branch 'stable-5.6' by Matthias Sohn · 5 years ago
- d7304ed Merge branch 'stable-5.5' into stable-5.6 by Matthias Sohn · 5 years ago
- 5cfa74c Merge branch 'stable-5.4' into stable-5.5 by Matthias Sohn · 5 years ago
- 4076e6a Merge branch 'stable-5.3' into stable-5.4 by Matthias Sohn · 5 years ago
- c5c1bbb Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 5 years ago
- 6f177b3 Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 5 years ago
- 4209a0f Fix unclosed resource warning in SmartOutputStream by Matthias Sohn · 5 years ago
- 5c5f7c6 Update EDL 1.0 license headers to new short SPDX compliant format by Matthias Sohn · 5 years ago
- 3ca340d Merge changes I1f968649,Ied678797 by Terry Parker · 5 years ago
- 75ec5b7 server: Add a custom error handler by Masaya Suzuki · 5 years ago
- d72d6a6 UploadPackServlet: Use uploadWithExceptionPropagation by Masaya Suzuki · 5 years ago
- 2d4196b GitSmartHttpTools: Do not use sideband when sending an error by Masaya Suzuki · 5 years ago
- 98cdca9 Enable and fix "Statement unnecessarily nested within else clause" warnings by David Pursehouse · 5 years ago
- abedaf0 http: Allow specifying a custom error handler for UploadPack by Masaya Suzuki · 6 years ago
- 3cea367 Merge branch 'stable-5.4' by Matthias Sohn · 6 years ago
- f54db4a Merge branch 'stable-5.3' into stable-5.4 by Matthias Sohn · 6 years ago
- 7185555 Merge branch 'stable-5.2' into stable-5.3 by Matthias Sohn · 6 years ago
- 0046b2a Merge branch 'stable-5.1' into stable-5.2 by Matthias Sohn · 6 years ago
- 59640fb Constants for objects and info/{http-,}alternates by David Turner · 6 years ago
- 95e8264 Use Instant instead of milliseconds for filesystem timestamp handling by Matthias Sohn · 6 years ago
- f18b501 Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 by David Pursehouse · 6 years ago
- 8cd07cb Repository: Add getIdentifier() method to avoid instanceof operator by David Ostrovsky · 6 years ago
- 84fc5c9 Convert to lambda or member reference by Carsten Hammer · 6 years ago
- 38eaa49 Remove unnecessary type specifications by Carsten Hammer · 6 years ago
- f5614e03 GitSmartHttpTools: Open SideBandOutputStream in try-with-resource by David Pursehouse · 6 years ago
- 0d9e486 Replace deprecated FirstLine by FirstCommand by Michael Keppler · 6 years ago
- 647cc8f Remove unnecessary modifiers from interfaces by Jonathan Nieder · 6 years ago
- 49befd8 Revert C Git 1.7.5 bug workaround by Masaya Suzuki · 6 years ago
- 6aca889 Move first line parsing for v0/v1 pack negotiation out of UploadPack by Ivan Frade · 6 years ago
- fbf6ce6 Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 by David Pursehouse · 6 years ago
- b5ffea9 SmartOutputStream: Suppress false-positive resource leak warning by David Pursehouse · 7 years ago
- 30c6c75 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 by David Pursehouse · 7 years ago
- 2fc00af refactor: simplify collection.toArray() by Michael Keppler · 7 years ago
- f516c1d Add protocol v2 support in http by Jonathan Tan · 7 years ago
- c32a62c Give info/refs services more control over response by Jonathan Tan · 7 years ago
- a2b10e5 InfoRefsServlet: Refactor to not use deprecated methods by David Pursehouse · 7 years ago
- f3ec7cf Remove further unnecessary 'final' keywords by Han-Wen Nienhuys · 7 years ago
- 6d370d8 Remove 'final' in parameter lists by Han-Wen Nienhuys · 7 years ago
- 98667d3 RepositoryFilter: Refactor doFilter to open Repository in try-with-resource by David Pursehouse · 7 years ago
- 5c70be0 Open auto-closeable resources in try-with-resource by David Pursehouse · 7 years ago
- 2c5b721 InfoRefsServlet: Open OutputStreamWriter in try-with-resource by David Pursehouse · 7 years ago
- 6722f69 GitSmartHttpTools: Open OutputStream in try-with-resource by David Pursehouse · 7 years ago
- 07341b2 FileSender: Open OutputStream in try-with-resource by David Pursehouse · 7 years ago
- 3b00041 Fix javadoc in org.eclipse.jgit.http.server by Matthias Sohn · 7 years ago
- e271e2f Cleanup: Remove unnecessary $NON-NLS$ tags by Matthias Sohn · 8 years ago
- e8d4f25 Show error message for non-git clients by Masaya Suzuki · 8 years ago
- cf9662c Eliminate SectionParser construction boilerplate by Dave Borowitz · 8 years ago
- 4940ea1 Add missing newlines at ends of Java files by David Pursehouse · 8 years ago
- 3b44486 Enable and fix warnings about redundant specification of type arguments by David Pursehouse · 8 years ago
- 7ac182f Enable and fix 'Should be tagged with @Override' warning by David Pursehouse · 8 years ago
- 8803718 dump HTTP: Avoid being confused by Content-Length of a gzipped stream by Zhen Chen · 8 years ago
- a45cfee Organize imports by David Pursehouse · 8 years ago
- b3b728d WrappedRequest: Don't use deprecated ServletRequestWrapper#realPath by David Pursehouse · 8 years ago
- c4e209b Add HTTP status code to ServiceMayNotContinueException by Masaya Suzuki · 9 years ago
- 6e4e34bb Report PackProtocolExceptions to client during receive-pack by Dave Borowitz · 10 years ago
- cc4f4f2 Use message from ServiceNotAuthorizedException, ServiceNotEnabledException by Jonathan Nieder · 10 years ago
- 761e61f dumb HTTP: Clarify AsIsFilter by introducing req and res locals by Jonathan Nieder · 10 years ago
- 686124b Replace deprecated release() methods by close() by Matthias Sohn · 10 years ago
- a870a8a Skip logging stack trace on corrupt objects by Shawn Pearce · 10 years ago
- ae592cc Add repository name to failures in HTTP server log by Shawn Pearce · 10 years ago
- 4a984e2 Support agent= capability in wire protocol by Shawn Pearce · 10 years ago
- cbb6176 Clearer error message when service is not enabled by Hector Oswaldo Caballero · 10 years ago
- f6cff78 Revert "Extract path info from requests without decoding" by Shawn Pearce · 10 years ago
- 19f8699 Extract path info from requests without decoding by David Pletcher · 10 years ago
- 32ff57a Cleanup javadocs so they pass the java8 doclint checks by Robin Rosenberg · 11 years ago
- b0dbb78 Extract protocol constants to a common class by Shawn Pearce · 11 years ago
- 5218f7b Propagate IOException where possible when getting refs. by Colby Ranger · 11 years ago
- f32b861 JGit 3.0: move internal classes into an internal subpackage by Shawn Pearce · 12 years ago
- a57dd1c Declare essentially static methods as static by Robin Rosenberg · 12 years ago
- 04bc9b3 Add type argumente to some raw reclaration by Robin Rosenberg · 12 years ago
- 20e3779 Disable response compression on /git-receive-pack URLs by Shawn Pearce · 12 years ago
- 20c8298 Make an exception for the formatting rules (turn off) for some files by Robin Rosenberg · 12 years ago
- 81fa566 Suppress resource warnings with Java 7 by Robin Rosenberg · 12 years ago
- 22427b7 Remove unnecessary @SuppressWarnings by Robin Rosenberg · 12 years ago
- eb5b506 Merge changes Ic2b78ba9,Ia13e63ed by Shawn O. Pearce · 12 years ago
- c3f1fac Suppress boxing warnings where we know they are ok by Robin Rosenberg · 12 years ago
- b3e8f29 Use '406 Not Acceptable' when info/refs is disabled by Shawn O. Pearce · 12 years ago
- f93a6a7 Compress large /info/refs responses on HTTP by Shawn O. Pearce · 12 years ago
- 1c6c73c Work around smart HTTP bugs in C Git by Shawn O. Pearce · 13 years ago
- 330c3ca Serve 403 from RepositoryFilter on ServiceMayNotContinueException by Dave Borowitz · 13 years ago
- b12f80e Add MetaFilter.serveRegex(Pattern) by Dave Borowitz · 13 years ago
- 61c4e39 Expand RegexPipeline documentation by Dave Borowitz · 13 years ago
- 55bf06b Allow RepositoryResolver to throw ServiceMayNotContinueException by Dave Borowitz · 13 years ago
- 708febe cleanup: Remove unnecessary @SuppressWarnings by Robin Rosenberg · 13 years ago
- c1ed948 Use readString() to trim trailing LF from first line by Shawn O. Pearce · 13 years ago