1. 1272a1c Remove casts of data to PUCHAR where we don't need to. by Timofei Zhakov · 2 days ago trunk
  2. 0d183e2 Implement properly-sized updates when computing contextless checksum via by Timofei Zhakov · 3 days ago
  3. 100fd27 win32 bcrypt: Handle blocks with sizes larger than what fits in ULONG (32 bits by Timofei Zhakov · 3 days ago
  4. a45bf20 Propagate constantness in parse-diff.c:git_start. by Timofei Zhakov · 2 weeks ago
  5. 007844d Access elements as non-const from an array if a modification follows after to by Timofei Zhakov · 2 weeks ago
  6. 063a898 Fix misusing of 'const' pointers. by Timofei Zhakov · 2 weeks ago
  7. 14c98d7 Return an array of 'char*' from svn_cstring_split()/svn_cstring_split_append() by Timofei Zhakov · 2 weeks ago
  8. a7fe1ac Follow-up to r1932040: Fix include of private/svn_atomic.h header file. by Timofei Zhakov · 2 weeks ago
  9. d8f58fd Support xdigest checksum backend. by Timofei Zhakov · 3 weeks ago
  10. 281eca0 Add atomic initializatoin function which doesn't return error and doesn't use by Timofei Zhakov · 3 weeks ago
  11. 1416402 Remove extra traling newline from OpenSSL backed checksum implementation. by Timofei Zhakov · 3 weeks ago
  12. 3f285e7 Use a raw string as argument to re.compile() by Daniel Sahlberg · 5 weeks ago
  13. d8c1ba7 Follow-up to r1931690: Swap arguments when calling find_package() for serf by Timofei Zhakov · 6 weeks ago
  14. 1ad1653 cmake: Use a simpler magic to enforce serf version requirements. by Timofei Zhakov · 6 weeks ago
  15. afcffef cmake: Include minor and patch versions into shared objects names. by Timofei Zhakov · 6 weeks ago
  16. ccf14c2 cmake: Produce an error when configuring with serf < version 1.3.4. This by Timofei Zhakov · 7 weeks ago
  17. 583ddb0 cmake: Make sure that serf is checked as a REQUIRED dependency. by Timofei Zhakov · 7 weeks ago
  18. f8ac4c3 Followup to r1808139, use the allow_unver_obstructions argument in the by Daniel Sahlberg · 7 weeks ago
  19. 0f6ac3e Following up on r1931298, correct the Doxygen documentation markup by by Evgeny Kotkov · 7 weeks ago
  20. 1f52ec4 Use bytewise content comparison in the "is the file modified?" working copy by Evgeny Kotkov · 7 weeks ago
  21. d62023d * configure.ac: Pass complete library version information to libtool by Joe Orton · 8 weeks ago
  22. 78b099b Update the internal lz4 to version 1.10.0. by Branko Čibej · 8 weeks ago
  23. 044b16c Upgrade the internal utf8proc to version 2.11.3. by Branko Čibej · 8 weeks ago
  24. ae8820b Follow-up to r1931389: Cast 'len' to uint (it's safe because we're in a branch by Timofei Zhakov · 8 weeks ago
  25. f48123e Add another test for the Adler-32 implementation. All code branches by Branko Čibej · 8 weeks ago
  26. d5ba5bd Fix a warning about an unused function when debug mode is disabled. by Branko Čibej · 8 weeks ago
  27. 61a40e6 Follow-up to r1931389: Fix argument type. by Timofei Zhakov · 9 weeks ago
  28. eeadac0 Revert r1931392. by Timofei Zhakov · 9 weeks ago
  29. d42780f Follow-up to r1931389: Fix compilation with MSVC. by Timofei Zhakov · 9 weeks ago
  30. bf87b58 Follow-up to r1930988: Fix backend type logging in cmake configure summary. by Timofei Zhakov · 9 weeks ago
  31. 5e0b9db Add separate target to the build system for checksum backend linkage. This by Timofei Zhakov · 9 weeks ago
  32. 2f080d3 Handle SHA1 checksum update with APR backend (whose update consumes size as by Timofei Zhakov · 9 weeks ago
  33. 0220a0e * build.conf (adler32-test): Add missing dependency on zlib. by Branko Čibej · 9 weeks ago
  34. f7b6e48 Don't allocate four times more space than needed. Duh. by Branko Čibej · 9 weeks ago
  35. 30f6724 Follow up to r1931334: Correct and clarify comments. No functional change. by Branko Čibej · 9 weeks ago
  36. 8323ae1 Follow up to r1931334: Look for adler32_z() in the CMake build, too. by Branko Čibej · 9 weeks ago
  37. 488970e Remove another unchecked narrowing cast, this time in the implementation by Branko Čibej · 9 weeks ago
  38. 2126567 * CHANGES: Draft initial changelog for 1.15.0. by Evgeny Kotkov · 9 weeks ago
  39. c7372ef Cherry-pick r1931314 from the better-pristines branch, removing the parts by Branko Čibej · 9 weeks ago
  40. f9b5170 Update an omission in a docstring. by Branko Čibej · 9 weeks ago
  41. aaaf01c In Python 3, hashlib input data must be byte strings, not Unicode. by Branko Čibej · 9 weeks ago
  42. 63999b3 Newest OpenSSL/httpd does not like server certificates with tiny keys. by Branko Čibej · 9 weeks ago
  43. 1b52896 Fix warnings in the new checksum code. by Branko Čibej · 9 weeks ago
  44. 7abfe51 Clear out some not-needed-anymore stuff related to Serf. by Daniel Sahlberg · 10 weeks ago
  45. 5c2c1ff Update checks for SERF 1.4.0 to check for SERF 1.5.0. There will never by Daniel Sahlberg · 10 weeks ago
  46. 80c5d5f bcrypt: Use Win32 API directly when computing checksum without a context by Timofei Zhakov · 2 months ago
  47. 15e05d4 bcrypt: Allocate buffer for checksum context object in a pool. by Timofei Zhakov · 2 months ago
  48. d3fab50 bcrypt: Eliminate heap allocations when computing checksum contextless of a by Timofei Zhakov · 2 months ago
  49. 366e9c6 bcrypt: Follow-up to r1931082: Don't forget to cleanup context when resetting by Timofei Zhakov · 2 months ago
  50. 3b4cf7b bcrypt: Rearrange parameters of bcrypt_ctx_t related methods so they always by Timofei Zhakov · 2 months ago
  51. 002d044 bcrypt: Initialize checksum context on demand with the first update to by Timofei Zhakov · 2 months ago
  52. 83af96e bcrypt: Factor-out bcrypt_ctx_reset() function. by Timofei Zhakov · 2 months ago
  53. ce3578b bcrypt: Drop unused structure member. by Timofei Zhakov · 2 months ago
  54. 360da82 checksum-test: Add test case to ensure that a context without any updates gives by Timofei Zhakov · 2 months ago
  55. 8052354 Happy new year 2026! by Timofei Zhakov · 3 months ago
  56. d35db3e Add checksum implementation based on BCrypt (which is a build-in cryptography by Timofei Zhakov · 3 months ago
  57. 3483399 Use separate definitions for each checksum backend enabled. by Timofei Zhakov · 3 months ago
  58. 8dc75b2 Bound checksum contexts of APR and OpenSSL into redeclared by Timofei Zhakov · 3 months ago
  59. 2c0dd12 Checksum finalizer accepts non-constant context in implementation backends, so by Timofei Zhakov · 3 months ago
  60. ab0b002 Fix a few formatting issues (follow-up to r1930949 and r1930927). by Timofei Zhakov · 3 months ago
  61. 8f6cb15 Fix test failures of JavaHL with Java 25 on Windows due to that deleting a by Jun Omae · 3 months ago
  62. 8e7ff8f Follow-up to r1930929: Typo-fix in comments. by Timofei Zhakov · 3 months ago
  63. e7b6afb Add OpenSSL backend for checksum computation. by Timofei Zhakov · 3 months ago
  64. f73ee44 Add test to benchmark performance of checksum computation. by Timofei Zhakov · 3 months ago
  65. 05f68ba Add internal APIs to compute checksums of an entire blocks of data with a by Timofei Zhakov · 3 months ago
  66. ac6fad4 Move the actual implementations of MD5 and SHA1 checksums into a separate file by Timofei Zhakov · 3 months ago
  67. 12324fc Factor-out implementation of svn_checksum_ctx_t into a separate file. by Timofei Zhakov · 3 months ago
  68. 49757f2 Use actions/cache instead of removed x-gha cache feature for vcpkg built by Jun Omae · 3 months ago
  69. f7b2ba0 In tools/dist/release.py, do not try to update the Buildbot config when by Evgeny Kotkov · 3 months ago
  70. 0586552 * tools/dist/release.py (main): Fix typo in the comment. No functional change. by Evgeny Kotkov · 3 months ago
  71. 810809f Fix using an invalid "wx" file mode in tools/dist/release.py. by Evgeny Kotkov · 3 months ago
  72. 271f8eb Increment the trunk version number to 1.16, and introduce a new CHANGES by Evgeny Kotkov · 3 months ago
  73. a87158d * tools/dist/release-lines.yaml: Declare build deps for 1.15 (same as 1.14). by Evgeny Kotkov · 3 months ago
  74. 392802d Revert r1915215 and r1915466. by Daniel Sahlberg · 3 months ago
  75. 2daed45 * notes/knobs Document SVN_I_LOVE_PANGALACTIC_GARGLE_BLASTERS by Daniel Sahlberg · 3 months ago
  76. f9f5716 ra_serf: Guard against SERF_VERSION_AT_LEAST(unreleased version) logic. by Evgeny Kotkov · 3 months ago
  77. c2c3f37 ra_serf: Implement and start using a default readline handler for by Evgeny Kotkov · 3 months ago
  78. f2f6690 * COMMITTERS (kotkov): Update my email address. by Evgeny Kotkov · 3 months ago
  79. 02e43b9 Follow-up to r1930607: Export symbols declared in the svn_xml_private.h header by Timofei Zhakov · 3 months ago
  80. b204502 Exclude the svn_xml_make_parse_stream() function from the public API by making by Timofei Zhakov · 3 months ago
  81. ee85a97 * **/** by Evgeny Kotkov · 3 months ago
  82. be6d066 * subversion/include/svn_utf.h by Evgeny Kotkov · 3 months ago
  83. 16ac9ae * subversion/include/private/svn_io_private.h by Evgeny Kotkov · 3 months ago
  84. 7a1060e Undeprecate the svn_opt_args_to_target_array3() function. by Timofei Zhakov · 3 months ago
  85. 9c48ae7 * COMMITTERS: (minfrin) Add myself as a full committer. by Graham Leggett · 3 months ago
  86. 1ffd502 Restore the behaviour before r1915214. by Daniel Sahlberg · 3 months ago
  87. a629444 cmake: Make ra_serf enabled by default. by Timofei Zhakov · 3 months ago
  88. 047eace cmake: Look for specific versin of Serf based on the header file we just found. by Timofei Zhakov · 3 months ago
  89. c3cc055 Minor code formatting. by Timofei Zhakov · 3 months ago
  90. 012c3d1 Fix wrong line numbers displayed in syntax errors from the config file parser. by Stefan Sperling · 3 months ago
  91. 52d1ec6 * tools/dev/unix-build/Makefile.svn: Set Python version in a way similar to by Stefan Sperling · 3 months ago
  92. 126ed5b * tools/dev/unix-build/Makefile.svn: update python to 2.7.18 and 3.13.9 by Stefan Sperling · 3 months ago
  93. 270ea68 * tools/dev/unix-build/Makefile.svn: fix missing colon in LD_LIBRARY_PATH by Stefan Sperling · 3 months ago
  94. 7bb8449 * tools/dev/unix-build/Makefile.svn: update to ruby 3.4.7 by Stefan Sperling · 3 months ago
  95. c7b0960 * tools/dev/unix-build/Makefile.svn: update to lz4 1.10.0 by Stefan Sperling · 3 months ago
  96. 0258216 * tools/dev/unix-build/Makefile.svn: update to gettext 0.23.1 by Stefan Sperling · 3 months ago
  97. 9b8629a * tools/dev/unix-build/Makefile.svn: update to bzip2 1.0.8 by Stefan Sperling · 3 months ago
  98. d5fb933 * tools/dev/unix-build/Makefile.svn: update to libmagic 5.46 by Stefan Sperling · 3 months ago
  99. 3d5aab4 * tools/dev/unix-build/Makefile.svn: update to sqlite 3.51.1 by Stefan Sperling · 3 months ago
  100. 8c5e5a3 * tools/dev/unix-build/Makefile.svn: update to HTTPD 2.4.65 by Stefan Sperling · 4 months ago