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