1. f8ac4c3 Followup to r1808139, use the allow_unver_obstructions argument in the by Daniel Sahlberg · 2 days ago trunk
  2. 0f6ac3e Following up on r1931298, correct the Doxygen documentation markup by by Evgeny Kotkov · 3 days ago
  3. 1f52ec4 Use bytewise content comparison in the "is the file modified?" working copy by Evgeny Kotkov · 3 days ago
  4. d62023d * configure.ac: Pass complete library version information to libtool by Joe Orton · 6 days ago
  5. 78b099b Update the internal lz4 to version 1.10.0. by Branko Čibej · 11 days ago
  6. 044b16c Upgrade the internal utf8proc to version 2.11.3. by Branko Čibej · 11 days ago
  7. ae8820b Follow-up to r1931389: Cast 'len' to uint (it's safe because we're in a branch by Timofei Zhakov · 11 days ago
  8. f48123e Add another test for the Adler-32 implementation. All code branches by Branko Čibej · 11 days ago
  9. d5ba5bd Fix a warning about an unused function when debug mode is disabled. by Branko Čibej · 11 days ago
  10. 61a40e6 Follow-up to r1931389: Fix argument type. by Timofei Zhakov · 12 days ago
  11. eeadac0 Revert r1931392. by Timofei Zhakov · 12 days ago
  12. d42780f Follow-up to r1931389: Fix compilation with MSVC. by Timofei Zhakov · 12 days ago
  13. bf87b58 Follow-up to r1930988: Fix backend type logging in cmake configure summary. by Timofei Zhakov · 12 days ago
  14. 5e0b9db Add separate target to the build system for checksum backend linkage. This by Timofei Zhakov · 12 days ago
  15. 2f080d3 Handle SHA1 checksum update with APR backend (whose update consumes size as by Timofei Zhakov · 12 days ago
  16. 0220a0e * build.conf (adler32-test): Add missing dependency on zlib. by Branko Čibej · 13 days ago
  17. f7b6e48 Don't allocate four times more space than needed. Duh. by Branko Čibej · 13 days ago
  18. 30f6724 Follow up to r1931334: Correct and clarify comments. No functional change. by Branko Čibej · 13 days ago
  19. 8323ae1 Follow up to r1931334: Look for adler32_z() in the CMake build, too. by Branko Čibej · 13 days ago
  20. 488970e Remove another unchecked narrowing cast, this time in the implementation by Branko Čibej · 13 days ago
  21. 2126567 * CHANGES: Draft initial changelog for 1.15.0. by Evgeny Kotkov · 14 days ago
  22. c7372ef Cherry-pick r1931314 from the better-pristines branch, removing the parts by Branko Čibej · 2 weeks ago
  23. f9b5170 Update an omission in a docstring. by Branko Čibej · 2 weeks ago
  24. aaaf01c In Python 3, hashlib input data must be byte strings, not Unicode. by Branko Čibej · 2 weeks ago
  25. 63999b3 Newest OpenSSL/httpd does not like server certificates with tiny keys. by Branko Čibej · 2 weeks ago
  26. 1b52896 Fix warnings in the new checksum code. by Branko Čibej · 2 weeks ago
  27. 7abfe51 Clear out some not-needed-anymore stuff related to Serf. by Daniel Sahlberg · 3 weeks ago
  28. 5c2c1ff Update checks for SERF 1.4.0 to check for SERF 1.5.0. There will never by Daniel Sahlberg · 3 weeks ago
  29. 80c5d5f bcrypt: Use Win32 API directly when computing checksum without a context by Timofei Zhakov · 4 weeks ago
  30. 15e05d4 bcrypt: Allocate buffer for checksum context object in a pool. by Timofei Zhakov · 4 weeks ago
  31. d3fab50 bcrypt: Eliminate heap allocations when computing checksum contextless of a by Timofei Zhakov · 4 weeks ago
  32. 366e9c6 bcrypt: Follow-up to r1931082: Don't forget to cleanup context when resetting by Timofei Zhakov · 4 weeks ago
  33. 3b4cf7b bcrypt: Rearrange parameters of bcrypt_ctx_t related methods so they always by Timofei Zhakov · 4 weeks ago
  34. 002d044 bcrypt: Initialize checksum context on demand with the first update to by Timofei Zhakov · 4 weeks ago
  35. 83af96e bcrypt: Factor-out bcrypt_ctx_reset() function. by Timofei Zhakov · 4 weeks ago
  36. ce3578b bcrypt: Drop unused structure member. by Timofei Zhakov · 4 weeks ago
  37. 360da82 checksum-test: Add test case to ensure that a context without any updates gives by Timofei Zhakov · 4 weeks ago
  38. 8052354 Happy new year 2026! by Timofei Zhakov · 4 weeks ago
  39. d35db3e Add checksum implementation based on BCrypt (which is a build-in cryptography by Timofei Zhakov · 4 weeks ago
  40. 3483399 Use separate definitions for each checksum backend enabled. by Timofei Zhakov · 4 weeks ago
  41. 8dc75b2 Bound checksum contexts of APR and OpenSSL into redeclared by Timofei Zhakov · 4 weeks ago
  42. 2c0dd12 Checksum finalizer accepts non-constant context in implementation backends, so by Timofei Zhakov · 4 weeks ago
  43. ab0b002 Fix a few formatting issues (follow-up to r1930949 and r1930927). by Timofei Zhakov · 4 weeks ago
  44. 8f6cb15 Fix test failures of JavaHL with Java 25 on Windows due to that deleting a by Jun Omae · 4 weeks ago
  45. 8e7ff8f Follow-up to r1930929: Typo-fix in comments. by Timofei Zhakov · 4 weeks ago
  46. e7b6afb Add OpenSSL backend for checksum computation. by Timofei Zhakov · 4 weeks ago
  47. f73ee44 Add test to benchmark performance of checksum computation. by Timofei Zhakov · 5 weeks ago
  48. 05f68ba Add internal APIs to compute checksums of an entire blocks of data with a by Timofei Zhakov · 5 weeks ago
  49. ac6fad4 Move the actual implementations of MD5 and SHA1 checksums into a separate file by Timofei Zhakov · 5 weeks ago
  50. 12324fc Factor-out implementation of svn_checksum_ctx_t into a separate file. by Timofei Zhakov · 5 weeks ago
  51. 49757f2 Use actions/cache instead of removed x-gha cache feature for vcpkg built by Jun Omae · 5 weeks ago
  52. f7b2ba0 In tools/dist/release.py, do not try to update the Buildbot config when by Evgeny Kotkov · 5 weeks ago
  53. 0586552 * tools/dist/release.py (main): Fix typo in the comment. No functional change. by Evgeny Kotkov · 5 weeks ago
  54. 810809f Fix using an invalid "wx" file mode in tools/dist/release.py. by Evgeny Kotkov · 5 weeks ago
  55. 271f8eb Increment the trunk version number to 1.16, and introduce a new CHANGES by Evgeny Kotkov · 5 weeks ago
  56. a87158d * tools/dist/release-lines.yaml: Declare build deps for 1.15 (same as 1.14). by Evgeny Kotkov · 5 weeks ago
  57. 392802d Revert r1915215 and r1915466. by Daniel Sahlberg · 5 weeks ago
  58. 2daed45 * notes/knobs Document SVN_I_LOVE_PANGALACTIC_GARGLE_BLASTERS by Daniel Sahlberg · 5 weeks ago
  59. f9f5716 ra_serf: Guard against SERF_VERSION_AT_LEAST(unreleased version) logic. by Evgeny Kotkov · 5 weeks ago
  60. c2c3f37 ra_serf: Implement and start using a default readline handler for by Evgeny Kotkov · 5 weeks ago
  61. f2f6690 * COMMITTERS (kotkov): Update my email address. by Evgeny Kotkov · 5 weeks ago
  62. 02e43b9 Follow-up to r1930607: Export symbols declared in the svn_xml_private.h header by Timofei Zhakov · 6 weeks ago
  63. b204502 Exclude the svn_xml_make_parse_stream() function from the public API by making by Timofei Zhakov · 6 weeks ago
  64. ee85a97 * **/** by Evgeny Kotkov · 6 weeks ago
  65. be6d066 * subversion/include/svn_utf.h by Evgeny Kotkov · 6 weeks ago
  66. 16ac9ae * subversion/include/private/svn_io_private.h by Evgeny Kotkov · 6 weeks ago
  67. 7a1060e Undeprecate the svn_opt_args_to_target_array3() function. by Timofei Zhakov · 6 weeks ago
  68. 9c48ae7 * COMMITTERS: (minfrin) Add myself as a full committer. by Graham Leggett · 7 weeks ago
  69. 1ffd502 Restore the behaviour before r1915214. by Daniel Sahlberg · 7 weeks ago
  70. a629444 cmake: Make ra_serf enabled by default. by Timofei Zhakov · 7 weeks ago
  71. 047eace cmake: Look for specific versin of Serf based on the header file we just found. by Timofei Zhakov · 7 weeks ago
  72. c3cc055 Minor code formatting. by Timofei Zhakov · 7 weeks ago
  73. 012c3d1 Fix wrong line numbers displayed in syntax errors from the config file parser. by Stefan Sperling · 7 weeks ago
  74. 52d1ec6 * tools/dev/unix-build/Makefile.svn: Set Python version in a way similar to by Stefan Sperling · 8 weeks ago
  75. 126ed5b * tools/dev/unix-build/Makefile.svn: update python to 2.7.18 and 3.13.9 by Stefan Sperling · 8 weeks ago
  76. 270ea68 * tools/dev/unix-build/Makefile.svn: fix missing colon in LD_LIBRARY_PATH by Stefan Sperling · 8 weeks ago
  77. 7bb8449 * tools/dev/unix-build/Makefile.svn: update to ruby 3.4.7 by Stefan Sperling · 8 weeks ago
  78. c7b0960 * tools/dev/unix-build/Makefile.svn: update to lz4 1.10.0 by Stefan Sperling · 8 weeks ago
  79. 0258216 * tools/dev/unix-build/Makefile.svn: update to gettext 0.23.1 by Stefan Sperling · 8 weeks ago
  80. 9b8629a * tools/dev/unix-build/Makefile.svn: update to bzip2 1.0.8 by Stefan Sperling · 8 weeks ago
  81. d5fb933 * tools/dev/unix-build/Makefile.svn: update to libmagic 5.46 by Stefan Sperling · 8 weeks ago
  82. 3d5aab4 * tools/dev/unix-build/Makefile.svn: update to sqlite 3.51.1 by Stefan Sperling · 8 weeks ago
  83. 8c5e5a3 * tools/dev/unix-build/Makefile.svn: update to HTTPD 2.4.65 by Stefan Sperling · 9 weeks ago
  84. d3506e9 * tools/dev/unix-build/Makefile.svn: Update to PCRE 8.45. by Stefan Sperling · 9 weeks ago
  85. be7d4af * tools/dev/unix-build/Makefile.svn: Fix bogus circular dependency in by Stefan Sperling · 9 weeks ago
  86. 171de47 * tools/dev/unix-build/Makefile.svn: update to APR 1.7.6 and APR-util 1.6.3 by Stefan Sperling · 9 weeks ago
  87. fdeea1e * tools/dev/unix-build/Makefile.svn: add OpenLDAP dependency by Stefan Sperling · 9 weeks ago
  88. beb8eb5 * tools/dev/unix-build/Makefile.svn: Add self-built bin/python and bin/ruby by Stefan Sperling · 9 weeks ago
  89. 9598973 * tools/dev/unix-build/Makefile.svn: Mark several regression test by Stefan Sperling · 9 weeks ago
  90. 1e4af07 * tools/dev/unix-build/Makefile.svn: Avoid rebuilding svn and bindings by Stefan Sperling · 9 weeks ago
  91. 6486c46 * tools/dev/unix-build/Makefile.svn: Merge r1833229 from serf trunk into by Stefan Sperling · 9 weeks ago
  92. cac9ac5 Fix a NULL pointer crash in libexpat via the new xml_stream API. by Stefan Sperling · 9 weeks ago
  93. 196bfe1 * tools/dev/unix-build/Makefile.svn: Fix broken URL to my python-2.7 patch. by Stefan Sperling · 9 weeks ago
  94. 874b9f8 Check that we actually have some headers before trying to access them, by Daniel Sahlberg · 2 months ago
  95. 5aec4dd Follow-up to r1925899, fix broken xml validation via win-tests.py on Windows. by Jun Omae · 3 months ago
  96. dc2466d Adapt gen_win_dependencies.py to expat 2.7.2+. by Jun Omae · 3 months ago
  97. 93ee43d Fix an undefined variable in gen_win_dependencies.py. by Jun Omae · 3 months ago
  98. bf72420 Adapt swig-py to SWIG 4.4.0. by Jun Omae · 3 months ago
  99. 92cedb0 swig-py: bump up required SWIG version to 1.3.40 by Yasuhito Futatsuki · 4 months ago
  100. 0ab5c82 swig-py: follow up to r1912500: Fix NameError on using old SWIG by Yasuhito Futatsuki · 4 months ago