1. fbbf18f Fix build with experimental Serf features turned on. by Branko Čibej · 9 days ago trunk
  2. 571ea90 Fix a bug in JavaHL where native code could modify a final attribute. by Branko Čibej · 9 days ago
  3. 03d4782 Print Libmagic version in verbose version output by Ivan Zhakov · 11 days ago
  4. d63d2b5 gha: Enable libmagic and libsasl for Linux build. by Ivan Zhakov · 12 days ago
  5. e3a3c48 Follow-up to r1934559. by Ivan Zhakov · 12 days ago
  6. 00bd9f4 Build libmagic support with cmake. by Timofei Zhakov · 12 days ago
  7. 627547d Replace another obsolete Autoconf macro. by Branko Čibej · 12 days ago
  8. 907d02d Replace obsolete Autoconf macro. by Branko Čibej · 12 days ago
  9. 958979f Use snprintf instead of sprintf if it's available. by Branko Čibej · 13 days ago
  10. 01e04b3 cmake: Declare external-sasl target even if we don't have it enabled. In this by Timofei Zhakov · 13 days ago
  11. 52052a7 Fix a silly bad-copy-paste mistake with SVN_NCURSES_LIBS varible. by Timofei Zhakov · 14 days ago
  12. 9910b6b Support SASL with the cmake build. by Timofei Zhakov · 14 days ago
  13. 9c98317 Set SVN_CHECKSUM_LIBS to an empty string in configure to avoid generating wrong by Timofei Zhakov · 2 weeks ago
  14. 4038bf8 Generate pkgconfig modules with the cmake build. by Timofei Zhakov · 2 weeks ago
  15. 9d8c665 cmake: Clean up directories for successful tests. by Ivan Zhakov · 2 weeks ago
  16. 23aab98 In the CMake build, do not create the Python virtual environment with by Branko Čibej · 2 weeks ago
  17. e2260c2 Setup GCC warnings for cmake build. by Timofei Zhakov · 2 weeks ago
  18. c712b78 Fix warnings in svnbrowse. by Branko Čibej · 2 weeks ago
  19. 1e99766 Don't rely on magic numbers in ra-test, and other cleanups. by Branko Čibej · 2 weeks ago
  20. 82af1fb Follow up to r1934787: SVN_DBG is only defined when debugging is enabled. by Branko Čibej · 2 weeks ago
  21. 09de85d Silence Apple's deprecation of sprintf(). by Branko Čibej · 2 weeks ago
  22. 8c5989c Fix potential usage of uninitialized memory. by Branko Čibej · 2 weeks ago
  23. f25b1ce Fix an uninitialized memory access bug in FSX. by Branko Čibej · 2 weeks ago
  24. 1b0f769 Never mix atomic and non-atomic access to a variable, except during by Branko Čibej · 2 weeks ago
  25. c1fa246 Yes, quoting really is fun. :( by Branko Čibej · 3 weeks ago
  26. 2046377 Getting the quoting right in a shell script embedded in a YAML file is fun. by Branko Čibej · 3 weeks ago
  27. 59ac1d3 Fix typo in workflow file. by Branko Čibej · 3 weeks ago
  28. 4c7fcab Fix typo in workflow variable. by Branko Čibej · 3 weeks ago
  29. 08b15f8 Enable davautocheck on macOS in the autotools workflow. by Branko Čibej · 3 weeks ago
  30. f4d67da gha: Use `$RUNNER_OS` rather than `uname -o` command. by Jun Omae · 3 weeks ago
  31. 1b9960c Revert r1934646. by Ivan Zhakov · 3 weeks ago
  32. bee5afc Put the Python virtual environment outside the workflow worspace. by Branko Čibej · 3 weeks ago
  33. 3d210dd Fix typo in workflow YAML file. by Branko Čibej · 3 weeks ago
  34. b7efe47 Be more specific about the Python binary used by the autotools workflow. by Branko Čibej · 3 weeks ago
  35. 2db8195 In the autotools workflow, limit the parallel build to 4 jobs. Apparently by Branko Čibej · 3 weeks ago
  36. da31ec3 Disable NLS and APXS in the macOS autotools workflow. by Branko Čibej · 3 weeks ago
  37. 7c62358 Try to fix python dependencies installation in the macOS workflow. by Branko Čibej · 3 weeks ago
  38. 0b57a7e Removing a whole matdix component from the workflow is not productive... by Branko Čibej · 3 weeks ago
  39. 164ed08 Add macOS target to the autoconf workflow. by Branko Čibej · 3 weeks ago
  40. 0f715ae Improve ncurses detection in the autotools build. by Branko Čibej · 3 weeks ago
  41. 370ca06 Install lxml and rnc2rng Python packages on the Window runners. by Branko Čibej · 3 weeks ago
  42. b26301e Resolve compiler warning (C4312: 'type cast': conversion from 'unsigned int' by Ivan Zhakov · 3 weeks ago
  43. 3ad606a Rename and reimplement UTF-8 string alignment functions to be aware of by Branko Čibej · 3 weeks ago
  44. a7e9e70 Fix dependencies in the svnbrowse autotools build. by Branko Čibej · 3 weeks ago
  45. 827d5e1 * subversion/svnbrowse: Ignore build outputs (borrowed and adapted from ../svn) by Daniel Sahlberg · 3 weeks ago
  46. dcd8393 * subversion/tests/libsvn_subr: Ignore build artifact 'adler32-test' to ignore by Daniel Sahlberg · 3 weeks ago
  47. f7e03dd Add grapheme-aware UTF-8 string trimming functions, with tests. by Branko Čibej · 3 weeks ago
  48. 9205603 Add svnbrowse to the autotools build. by Branko Čibej · 3 weeks ago
  49. b923fce Install the lxml and rnc2rng Python modules on the Linux test runners. by Branko Čibej · 3 weeks ago
  50. 4aad698 Follow up to r1934533: svn_utf__cstring_utf8_grapheme_breaks is no longer by Branko Čibej · 3 weeks ago
  51. 489b2b3 Revert part of r1934528 that implemented svn_utf_cstring_utf8_width() as by Branko Čibej · 3 weeks ago
  52. 6b5f987 Improve the store-plaintext-password.py script. by Daniel Sahlberg · 3 weeks ago
  53. d415ca7 Add a utility function to find grapheme boundaries in a UTF-8 string. by Branko Čibej · 3 weeks ago
  54. 3ee6168 Fix new compilation warnings in maintainer mode. by Branko Čibej · 3 weeks ago
  55. eb7a13b Remove several type casts by using more appropriate type. by Ivan Zhakov · 4 weeks ago
  56. 719f65f Use inline functions instead of macros to have explicit argument and return by Ivan Zhakov · 4 weeks ago
  57. a3e3aa5 Follow-up to r1934423: Allocate right amount of memory for the EOL of the by Timofei Zhakov · 4 weeks ago
  58. 97bf028 Sometimes XML output varies by RA type... by Branko Čibej · 4 weeks ago
  59. 51b3d3c Allow the tests to work with a non-standart Python 3 installation that by Branko Čibej · 4 weeks ago
  60. 5c37ed8 cmake: Add C compiler version information to configuration summary. The by Ivan Zhakov · 4 weeks ago
  61. 7572a7a Fix detection for zlib library in vcxproj build to adapt the *.lib naming by Jun Omae · 4 weeks ago
  62. 316cec8 Follow-up to r1934437: Format code. by Ivan Zhakov · 4 weeks ago
  63. 6e73c71 Rewrite code to make it less error prone. No functional changes intended. by Ivan Zhakov · 4 weeks ago
  64. 193699e Make `svn --version -v` report "UTF-8" instead of "CP65001" when UTF-8 by Ivan Zhakov · 4 weeks ago
  65. b519e8c Make `svn --version -v` report actual character encoding used on Windows. by Ivan Zhakov · 4 weeks ago
  66. 2f3b1da Revert r1934424 and r1934426. Two broken and stupid changes. by Timofei Zhakov · 4 weeks ago
  67. 77573c3 svnbrowse: Use UTF-8 functions for alignement. by Timofei Zhakov · 4 weeks ago
  68. b1f2a19 Use utf8proc_ssize_t instead of int for nbytes. This is the type that by Timofei Zhakov · 4 weeks ago
  69. b15e094 Cast string pointer to a const-utf8proc_uint8_t* instead of apr_byte_t* before by Timofei Zhakov · 4 weeks ago
  70. 26fcf3d Use utf8proc_int32_t instead of apr_int32_t for the codepoint since it's the by Timofei Zhakov · 4 weeks ago
  71. 23611af Follow-up to r1934408: Adjust outdated comment. by Timofei Zhakov · 4 weeks ago
  72. 245c7ef Use UTF-8 alignement for the 'author' column in the 'svn blame' command. by Timofei Zhakov · 4 weeks ago
  73. c4f9bd4 Align author in 'svn list -v' by considering UTF-8 characters. by Timofei Zhakov · 4 weeks ago
  74. f06a8ef Implement routines to do alignment of UTF-8 string to the left or to the right by Timofei Zhakov · 4 weeks ago
  75. 1fcee46 Remove unneeded extra check of a UTF-8 string for validity, because by Timofei Zhakov · 4 weeks ago
  76. 482e35d Re-implement svn_utf_cstring_utf8_width() with use of libutf8proc. by Timofei Zhakov · 4 weeks ago
  77. f9c8e01 Test svn_utf_cstring_utf8_width() with BOM. by Timofei Zhakov · 4 weeks ago
  78. 9b2f86a Add test on svn_utf_cstring_utf8_width(). by Timofei Zhakov · 4 weeks ago
  79. 6829919 Update libtool version for 1.15 and later to 2.4.7. The previous 2.4.6 by Branko Čibej · 4 weeks ago
  80. e4b2880 javahl: Follow-up to r1930973, fix double semi-colon. by Jun Omae · 4 weeks ago
  81. 95f35ff Revert r1934357: serf does not support building for Windows ARM64. by Ivan Zhakov · 4 weeks ago
  82. 12a921d Add GitHub Actions Windows ARM64 build. by Ivan Zhakov · 4 weeks ago
  83. 66b32b3 Merged the javahl-1.15 branch to trunk. by Branko Čibej · 4 weeks ago
  84. 83970ea On the javahl-1.15 branch: by Daniel Sahlberg · 4 weeks ago
  85. 2f3372e Add tests for svn_utf_cstring_from_utf8_ex2() and svn_utf_cstring_to_utf8_ex2() by Ivan Zhakov · 4 weeks ago
  86. 534a3b1 Remove TODO comment about intrinsics for byte swap, instead say that modern by Timofei Zhakov · 4 weeks ago
  87. 7207442 * INSTALL (cmake): Use tarball (without a dash) for consistency by Daniel Sahlberg · 4 weeks ago
  88. b2ca39b * INSTALL by Nathan Hartman · 4 weeks ago
  89. 1f94aac * INSTALL by Timofei Zhakov · 4 weeks ago
  90. e3ae6ba * INSTALL by Timofei Zhakov · 4 weeks ago
  91. 7788d5f svnbrowse: Display file information if a file is opened. This prevents it from by Timofei Zhakov · 4 weeks ago
  92. 49f103d gha: Enable all features on CI build with cmake. by Jun Omae · 5 weeks ago
  93. 76636df Put library before includes in our module for curses so the libname is logged by Timofei Zhakov · 5 weeks ago
  94. 2d87002 Implement finding a curses library using a cmake MODULE. This also brings by Timofei Zhakov · 5 weeks ago
  95. 967a50e On the javahl-1.15 branch: Add working copy metadata (compatibility by Branko Čibej · 5 weeks ago
  96. 27f2644 Note that danielsh is no longer an active committer following his resignation by Daniel Sahlberg · 5 weeks ago
  97. b740a35 Use tools/dist/detect-backport-conflicts.py from trunk for Git Hub Actions job. by Ivan Zhakov · 5 weeks ago
  98. 4eec908 Fix bug in detect-conflicting-backports.py: the script fails if there are by Ivan Zhakov · 5 weeks ago
  99. 81bec25 * .github/workflows/detect-backport-conflicts.yml: Also run for 1.15.x branch. by Ivan Zhakov · 5 weeks ago
  100. c69f7de * .github/workflows/detect-backport-conflicts.yml: Use branch name by Ivan Zhakov · 5 weeks ago