1. 3372383 Increment version for next development cycle by Mark Thomas · 2 days ago main
  2. cc70069 Fix off-by-error causing first response header to be dropped. by Mark Thomas · 2 days ago
  3. 792b496 Remove docs for removed property by Mark Thomas · 2 days ago
  4. fc0aa20 ManagerBase dropped the duplicate session ID check. Drop it here too. by Mark Thomas · 2 days ago
  5. 5891f48 Removed attributes also need to be removed from MBeans. by Mark Thomas · 2 days ago
  6. 1bd08df Deprecate offset, as mentioned in the todo by remm · 2 days ago
  7. af92d6e Extend Asn1Parser to parse UTF8Strings by Michael Osipov · 2 days ago
  8. 21e4ac2 Fix ordering by Mark Thomas · 2 days ago
  9. 32e316f Align with 10.1.x by Mark Thomas · 2 days ago
  10. ef0b4b1 Fix copy/paste of comment from POST to PATCH by Mark Thomas · 2 days ago
  11. 942e014 Code clean-up - formatting - no functional change by Mark Thomas · 2 days ago
  12. 513da90 Code clean-up - formatting. No functional change. by Mark Thomas · 2 days ago
  13. 7151eaa Code clean-up - formatting. No functional change. by Mark Thomas · 2 days ago
  14. 16f3011 Code clean-up - formatting. No functional change. by Mark Thomas · 2 days ago
  15. a7f39b0 Improvements to Japanese translations by tak7iji by Mark Thomas · 3 days ago
  16. 7f348da Update RFC reference by Mark Thomas · 3 days ago
  17. 251a990 Fix translation and update RFC reference by Mark Thomas · 3 days ago
  18. 8b4ea88 Fix BZ 68884 - improve handling of large scale WebSocket disconnects by Mark Thomas · 3 days ago
  19. 6bd2cad Javadoc cleanup for Coyote by remm · 3 days ago
  20. 3d077db Improve handling of multiple disconnects by Mark Thomas · 4 days ago
  21. 4571b30 Remove duplicate leave notification by Mark Thomas · 4 days ago
  22. 4b1e0f1 Increase scrollback by Mark Thomas · 4 days ago
  23. 8f62c52 Improve handling of concurrent disconnects by Mark Thomas · 4 days ago
  24. 5a90d88 Javadoc cleanup for Catalina by remm · 5 days ago
  25. 287f97c Align with Commons DBCP 2.12.0 by Mark Thomas · 6 days ago
  26. b0ee756 Update Commons DBCP to 2.12.0 by Mark Thomas · 6 days ago
  27. c611488 Update internal fork of Commons BCEL to 6.9.0 by Mark Thomas · 6 days ago
  28. 7706bdc Update SpotBugs to 4.8.4 by Mark Thomas · 6 days ago
  29. fb40bc5 Update JacoCo to 0.8.12 by Mark Thomas · 6 days ago
  30. 094e2ef Update Checkstyle to 10.16.0 by Mark Thomas · 6 days ago
  31. e93ec0d Update UnboundID to 7.0.0 by Mark Thomas · 6 days ago
  32. 0af751f Update NSIS to 3.10 by Mark Thomas · 6 days ago
  33. 096e134 Add support for Java 23 by Mark Thomas · 6 days ago
  34. 85cc218 Update JDT to 4.31 (March 2024) by Mark Thomas · 6 days ago
  35. e9046d9 Add support for timescales with time-taken access log token. (#721) by Christopher Schultz · 9 days ago
  36. 8081af2 Remove deprecated code by Mark Thomas · 9 days ago
  37. e5acf2c Refactor HTTP header parsing to use common parser by Mark Thomas · 9 days ago
  38. a5c31c0 Add changelog entry by Mark Thomas · 9 days ago
  39. 8d64208 Fix test failure on Windows by Mark Thomas · 9 days ago
  40. b25db17 Additional tests for non-blocking chunked reads by Mark Thomas · 9 days ago
  41. cbed8e1 Refactor chunked input filter to use common HTTP header/trailer parser by Mark Thomas · 9 days ago
  42. 3443bff Add a common header parser for headers and trailers by Mark Thomas · 9 days ago
  43. 43622a0 Add a method to filter the parsed headers. by Mark Thomas · 9 days ago
  44. c166415 Remove redundant override javadoc by remm · 9 days ago
  45. a8dad1d Remove incorrect Javadoc comment by Mark Thomas · 10 days ago
  46. 9955b03 Fix typo by Mark Thomas · 10 days ago
  47. 07612b5 Fix NPE caught by the testsuite by remm · 10 days ago
  48. 01215be Improve locks handling by remm · 10 days ago
  49. f087dec Refactor storage of trailer fields to use MimeHeaders by Mark Thomas · 11 days ago
  50. eee84fd Fix typo by Mark Thomas · 11 days ago
  51. edbfd88 Add release date by remm · 12 days ago
  52. e83695f Add debug log when going above a configured latch limit by remm · 12 days ago
  53. e62cf34 Ensure onAllDataRead() fires with chunked request body by Mark Thomas · 12 days ago
  54. 0544ed3 Add missing strings by remm · 12 days ago
  55. 74906a5 isReady() should always return true in blocking mode by Mark Thomas · 12 days ago
  56. 2ac9660 Add OpenSSL listener to the silent list by remm · 13 days ago
  57. 86bd1a4 Add constant by remm · 13 days ago
  58. 1ddcd53 Remove deprecated code by Mark Thomas · 2 weeks ago
  59. 59c5381 Reduce the default wait time for the acceptor unlock by Mark Thomas · 2 weeks ago
  60. ef2e8f9 Refactor to specify acceptor stop wait time in ms rather than s by Mark Thomas · 2 weeks ago
  61. 2bbee38 Allow any positive value for socket.unlockTimeout rather than >=2s by Mark Thomas · 2 weeks ago
  62. 50d4b6f SocketTimeout has no impact for acceptor unlock - remove it by Mark Thomas · 2 weeks ago
  63. 06ecc62 Fix typos by Mark Thomas · 2 weeks ago
  64. cbefe86 Fix disastrous cookie-logging patch. by Christopher Schultz · 2 weeks ago
  65. d3482c3 Re-factor ElapsedTimeElement to use a customizable Style by Christopher Schultz · 2 weeks ago
  66. cbc2b35 Clarify that time-taken is now in seconds and not fractional-seconds. by Christopher Schultz · 2 weeks ago
  67. 899e06a Merge branch 'main' of https://github.com/apache/tomcat by Rainer Jung · 2 weeks ago
  68. 17f779b Add openssl ffm testing by Rainer Jung · 2 weeks ago
  69. c96e797 Dispatch after AsyncListener.onError() should actually dispatch by Mark Thomas · 2 weeks ago
  70. 21837ba Add API that allows the error status for the response to be reset by Mark Thomas · 2 weeks ago
  71. 9328072 Remove commented out code. by Mark Thomas · 2 weeks ago
  72. 60c4a31 Merge branch 'main' of https://github.com/apache/tomcat by Rainer Jung · 2 weeks ago
  73. 8eea901 Now that we have two native OpenSSL implementation, use a somewhat less misleading variable name in unit tests. by Rainer Jung · 2 weeks ago
  74. 23facd5 Don't create a StringBuilder object until we know we have at least one Cookie value to log. by Christopher Schultz · 2 weeks ago
  75. 9c8c87e Improve websocket junit test timing behavior. by Rainer Jung · 2 weeks ago
  76. 15d192a Fix typo by Mark Thomas · 3 weeks ago
  77. f6d0e9c Convert original Rational Rose mdl file to svgs by Mark Thomas · 3 weeks ago
  78. 79009ba Align NioChannel and SecureNioChannel by Mark Thomas · 3 weeks ago
  79. dab2b10 Update the @SuppressWarnings for Eclipse 4.32M1 and Java 22 by Mark Thomas · 3 weeks ago
  80. 5495a4a This appears to be unnecessary with Java 17+ and the Eclipse 4.31 by Mark Thomas · 3 weeks ago
  81. a91f8d0 Fix order and typo by Mark Thomas · 3 weeks ago
  82. 0e55afa Remove the internal fork of Commons Codec. by Mark Thomas · 3 weeks ago
  83. bd23ba3 Switch to the Base64 encoder and decoder provided by the JRE. by Mark Thomas · 3 weeks ago
  84. 973881f Fix Gump issue - Gump tests with OpenSSL master which is now 3.4.x by Mark Thomas · 3 weeks ago
  85. b0d06dc Fix comment (thanks to Chuck) by Mark Thomas · 3 weeks ago
  86. 62e5237 Correct RM for 11.0.0-M19 by Mark Thomas · 3 weeks ago
  87. 61419c2 Update Basic authentication to RFC 7617 by Mark Thomas · 3 weeks ago
  88. 460bea9 Align <meta> tags with XML declaration and Content-Type in @page. by Christopher Schultz · 3 weeks ago
  89. feecd86 Fix checkstyle warning by Mark Thomas · 3 weeks ago
  90. 563377b Add changelog by Christopher Schultz · 3 weeks ago
  91. 11402a5 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=68890 by Christopher Schultz · 3 weeks ago
  92. 8a16506 Switch to Jakarta by remm · 3 weeks ago
  93. 4fd19f0 Update version numbers by remm · 3 weeks ago
  94. fa1cc93 Update version numbers, remove Tomcat 8.5 by remm · 3 weeks ago
  95. 56fc7a8 Remove deprecated items by remm · 3 weeks ago
  96. 3972a03 Bump version numbers by remm · 3 weeks ago
  97. f8bb360 Deprecate sessionCounter and duplicates statistics by remm · 3 weeks ago
  98. b33f4d4 Add OpenSSL FFM classes to tomcat-embed-core by remm · 3 weeks ago
  99. d2f8d83 Add Java 22+ check for release by remm · 4 weeks ago
  100. 61531b1 Next is M20 by remm · 4 weeks ago