125 Révisions (next)

Auteur SHA1 Message Date
  Nasser Grainawi efb154fc24 Rename PackFile to Pack il y a 3 ans
  Lars Vogel a0802ff9c2 Use Map directly in MetaFilter il y a 4 ans
  David Pursehouse 5a6b6eee35 Move array designators from the variable to the type il y a 4 ans
  David Pursehouse 064834d350 Reorder modifiers to follow Java Language Specification il y a 4 ans
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check il y a 4 ans
  Matthias Sohn 4209a0f84b Fix unclosed resource warning in SmartOutputStream il y a 4 ans
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format il y a 4 ans
  Masaya Suzuki 75ec5b746d server: Add a custom error handler il y a 4 ans
  Masaya Suzuki d72d6a6b4b UploadPackServlet: Use uploadWithExceptionPropagation il y a 4 ans
  Masaya Suzuki 2d4196b966 GitSmartHttpTools: Do not use sideband when sending an error il y a 4 ans
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings il y a 4 ans
  Masaya Suzuki abedaf0d38 http: Allow specifying a custom error handler for UploadPack il y a 4 ans
  David Turner 59640fb4f0 Constants for objects and info/{http-,}alternates il y a 4 ans
  Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling il y a 4 ans
  David Pursehouse f18b5010fc Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 il y a 5 ans
  David Ostrovsky 8cd07cb815 Repository: Add getIdentifier() method to avoid instanceof operator il y a 5 ans
  Carsten Hammer 84fc5c908d Convert to lambda or member reference il y a 5 ans
  Carsten Hammer 38eaa490f2 Remove unnecessary type specifications il y a 5 ans
  David Pursehouse f5614e03f1 GitSmartHttpTools: Open SideBandOutputStream in try-with-resource il y a 5 ans
  Michael Keppler 0d9e486714 Replace deprecated FirstLine by FirstCommand il y a 5 ans
  Jonathan Nieder 647cc8f604 Remove unnecessary modifiers from interfaces il y a 5 ans
  Masaya Suzuki 49befd84d7 Revert C Git 1.7.5 bug workaround il y a 5 ans
  Ivan Frade 6aca8899a5 Move first line parsing for v0/v1 pack negotiation out of UploadPack il y a 5 ans
  David Pursehouse fbf6ce65ba Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 il y a 5 ans
  David Pursehouse b5ffea9e8e SmartOutputStream: Suppress false-positive resource leak warning il y a 5 ans
  David Pursehouse 30c6c75421 Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 il y a 5 ans
  Michael Keppler 2fc00af44e refactor: simplify collection.toArray() il y a 5 ans
  Jonathan Tan f516c1df9d Add protocol v2 support in http il y a 6 ans
  Jonathan Tan c32a62cd4a Give info/refs services more control over response il y a 6 ans
  David Pursehouse a2b10e56bd InfoRefsServlet: Refactor to not use deprecated methods il y a 6 ans
  Han-Wen Nienhuys f3ec7cf3f0 Remove further unnecessary 'final' keywords il y a 6 ans
  Han-Wen Nienhuys 6d370d837c Remove 'final' in parameter lists il y a 6 ans
  David Pursehouse 98667d3851 RepositoryFilter: Refactor doFilter to open Repository in try-with-resource il y a 6 ans
  David Pursehouse 5c70be0085 Open auto-closeable resources in try-with-resource il y a 6 ans
  David Pursehouse 2c5b721161 InfoRefsServlet: Open OutputStreamWriter in try-with-resource il y a 6 ans
  David Pursehouse 6722f6927a GitSmartHttpTools: Open OutputStream in try-with-resource il y a 6 ans
  David Pursehouse 07341b2947 FileSender: Open OutputStream in try-with-resource il y a 6 ans
  Matthias Sohn 3b00041caf Fix javadoc in org.eclipse.jgit.http.server il y a 6 ans
  Matthias Sohn e271e2f688 Cleanup: Remove unnecessary $NON-NLS$ tags il y a 6 ans
  Masaya Suzuki e8d4f2598b Show error message for non-git clients il y a 6 ans
  Dave Borowitz cf9662cdfe Eliminate SectionParser construction boilerplate il y a 6 ans
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files il y a 6 ans
  David Pursehouse 3b4448637f Enable and fix warnings about redundant specification of type arguments il y a 7 ans
  David Pursehouse 7ac182f4e4 Enable and fix 'Should be tagged with @Override' warning il y a 7 ans
  Zhen Chen 8803718493 dump HTTP: Avoid being confused by Content-Length of a gzipped stream il y a 7 ans
  David Pursehouse a45cfee7a3 Organize imports il y a 7 ans
  David Pursehouse b3b728d52c WrappedRequest: Don't use deprecated ServletRequestWrapper#realPath il y a 7 ans
  Masaya Suzuki c4e209b20f Add HTTP status code to ServiceMayNotContinueException il y a 7 ans
  Dave Borowitz 6e4e34bb9e Report PackProtocolExceptions to client during receive-pack il y a 9 ans
  Jonathan Nieder cc4f4f2fe1 Use message from ServiceNotAuthorizedException, ServiceNotEnabledException il y a 9 ans