- f73ee44 Add test to benchmark performance of checksum computation. by Timofei Zhakov · 2 hours ago trunk
- 05f68ba Add internal APIs to compute checksums of an entire blocks of data with a by Timofei Zhakov · 2 hours ago
- ac6fad4 Move the actual implementations of MD5 and SHA1 checksums into a separate file by Timofei Zhakov · 2 hours ago
- 12324fc Factor-out implementation of svn_checksum_ctx_t into a separate file. by Timofei Zhakov · 3 hours ago
- 49757f2 Use actions/cache instead of removed x-gha cache feature for vcpkg built by Jun Omae · 12 hours ago
- f7b2ba0 In tools/dist/release.py, do not try to update the Buildbot config when by Evgeny Kotkov · 2 days ago
- 0586552 * tools/dist/release.py (main): Fix typo in the comment. No functional change. by Evgeny Kotkov · 2 days ago
- 810809f Fix using an invalid "wx" file mode in tools/dist/release.py. by Evgeny Kotkov · 2 days ago
- 271f8eb Increment the trunk version number to 1.16, and introduce a new CHANGES by Evgeny Kotkov · 2 days ago
- a87158d * tools/dist/release-lines.yaml: Declare build deps for 1.15 (same as 1.14). by Evgeny Kotkov · 2 days ago
- 392802d Revert r1915215 and r1915466. by Daniel Sahlberg · 3 days ago
- 2daed45 * notes/knobs Document SVN_I_LOVE_PANGALACTIC_GARGLE_BLASTERS by Daniel Sahlberg · 3 days ago
- f9f5716 ra_serf: Guard against SERF_VERSION_AT_LEAST(unreleased version) logic. by Evgeny Kotkov · 6 days ago
- c2c3f37 ra_serf: Implement and start using a default readline handler for by Evgeny Kotkov · 6 days ago
- f2f6690 * COMMITTERS (kotkov): Update my email address. by Evgeny Kotkov · 6 days ago
- 02e43b9 Follow-up to r1930607: Export symbols declared in the svn_xml_private.h header by Timofei Zhakov · 12 days ago
- b204502 Exclude the svn_xml_make_parse_stream() function from the public API by making by Timofei Zhakov · 13 days ago
- ee85a97 * **/** by Evgeny Kotkov · 13 days ago
- be6d066 * subversion/include/svn_utf.h by Evgeny Kotkov · 13 days ago
- 16ac9ae * subversion/include/private/svn_io_private.h by Evgeny Kotkov · 13 days ago
- 7a1060e Undeprecate the svn_opt_args_to_target_array3() function. by Timofei Zhakov · 14 days ago
- 9c48ae7 * COMMITTERS: (minfrin) Add myself as a full committer. by Graham Leggett · 2 weeks ago
- 1ffd502 Restore the behaviour before r1915214. by Daniel Sahlberg · 2 weeks ago
- a629444 cmake: Make ra_serf enabled by default. by Timofei Zhakov · 2 weeks ago
- 047eace cmake: Look for specific versin of Serf based on the header file we just found. by Timofei Zhakov · 2 weeks ago
- c3cc055 Minor code formatting. by Timofei Zhakov · 3 weeks ago
- 012c3d1 Fix wrong line numbers displayed in syntax errors from the config file parser. by Stefan Sperling · 3 weeks ago
- 52d1ec6 * tools/dev/unix-build/Makefile.svn: Set Python version in a way similar to by Stefan Sperling · 3 weeks ago
- 126ed5b * tools/dev/unix-build/Makefile.svn: update python to 2.7.18 and 3.13.9 by Stefan Sperling · 3 weeks ago
- 270ea68 * tools/dev/unix-build/Makefile.svn: fix missing colon in LD_LIBRARY_PATH by Stefan Sperling · 3 weeks ago
- 7bb8449 * tools/dev/unix-build/Makefile.svn: update to ruby 3.4.7 by Stefan Sperling · 3 weeks ago
- c7b0960 * tools/dev/unix-build/Makefile.svn: update to lz4 1.10.0 by Stefan Sperling · 3 weeks ago
- 0258216 * tools/dev/unix-build/Makefile.svn: update to gettext 0.23.1 by Stefan Sperling · 3 weeks ago
- 9b8629a * tools/dev/unix-build/Makefile.svn: update to bzip2 1.0.8 by Stefan Sperling · 3 weeks ago
- d5fb933 * tools/dev/unix-build/Makefile.svn: update to libmagic 5.46 by Stefan Sperling · 3 weeks ago
- 3d5aab4 * tools/dev/unix-build/Makefile.svn: update to sqlite 3.51.1 by Stefan Sperling · 3 weeks ago
- 8c5e5a3 * tools/dev/unix-build/Makefile.svn: update to HTTPD 2.4.65 by Stefan Sperling · 4 weeks ago
- d3506e9 * tools/dev/unix-build/Makefile.svn: Update to PCRE 8.45. by Stefan Sperling · 4 weeks ago
- be7d4af * tools/dev/unix-build/Makefile.svn: Fix bogus circular dependency in by Stefan Sperling · 4 weeks ago
- 171de47 * tools/dev/unix-build/Makefile.svn: update to APR 1.7.6 and APR-util 1.6.3 by Stefan Sperling · 4 weeks ago
- fdeea1e * tools/dev/unix-build/Makefile.svn: add OpenLDAP dependency by Stefan Sperling · 4 weeks ago
- beb8eb5 * tools/dev/unix-build/Makefile.svn: Add self-built bin/python and bin/ruby by Stefan Sperling · 4 weeks ago
- 9598973 * tools/dev/unix-build/Makefile.svn: Mark several regression test by Stefan Sperling · 4 weeks ago
- 1e4af07 * tools/dev/unix-build/Makefile.svn: Avoid rebuilding svn and bindings by Stefan Sperling · 4 weeks ago
- 6486c46 * tools/dev/unix-build/Makefile.svn: Merge r1833229 from serf trunk into by Stefan Sperling · 4 weeks ago
- cac9ac5 Fix a NULL pointer crash in libexpat via the new xml_stream API. by Stefan Sperling · 4 weeks ago
- 196bfe1 * tools/dev/unix-build/Makefile.svn: Fix broken URL to my python-2.7 patch. by Stefan Sperling · 4 weeks ago
- 874b9f8 Check that we actually have some headers before trying to access them, by Daniel Sahlberg · 6 weeks ago
- 5aec4dd Follow-up to r1925899, fix broken xml validation via win-tests.py on Windows. by Jun Omae · 7 weeks ago
- dc2466d Adapt gen_win_dependencies.py to expat 2.7.2+. by Jun Omae · 7 weeks ago
- 93ee43d Fix an undefined variable in gen_win_dependencies.py. by Jun Omae · 7 weeks ago
- bf72420 Adapt swig-py to SWIG 4.4.0. by Jun Omae · 7 weeks ago
- 92cedb0 swig-py: bump up required SWIG version to 1.3.40 by Yasuhito Futatsuki · 3 months ago
- 0ab5c82 swig-py: follow up to r1912500: Fix NameError on using old SWIG by Yasuhito Futatsuki · 3 months ago
- 1d9b886 On Windows, use the WC_NO_BEST_FIT_CHARS [1] flag when converting individual by Evgeny Kotkov · 4 months ago
- 91748f2 swig-py: follow-up to r1926575: Revise test cases using reference counts by Yasuhito Futatsuki · 5 months ago
- b1e9c4c Follow up to r1908543: The prefix-based search for Serf was broken with by Branko Čibej · 5 months ago
- 45891b3 In tools/dev/unix-build by Daniel Sahlberg · 5 months ago
- 5b38f60 GitHub removed their SVN server some years ago so getting sources with by Daniel Sahlberg · 5 months ago
- cd4d5d7 * INSTALL by Timofei Zhakov · 5 months ago
- 698d1d1 Remove unused placeholder step to "Setup environment (Linux)" in the GHA by Daniel Sahlberg · 6 months ago
- bf3d9d1 by Peter Balogh · 6 months ago
- 4bef5ae If we prepare an environment for Linux, better also check that the os is by Daniel Sahlberg · 6 months ago
- abd0024 * tools/hook-scripts/mailer/mailer.py: by Greg Stein · 6 months ago
- e6dde18 PR #33: Fix a bug in mailer.py caused by improper user of dict.update(). by Branko Čibej · 6 months ago
- aff15e3 In the CMake build system: Consistently search for the newer version of APR by Daniel Sahlberg · 6 months ago
- c3b1b79 Simplify the code when we search for two different major versions of the same by Daniel Sahlberg · 6 months ago
- ff9317a GitHub Actions: follow-up to r1926599, fix missing pkgconfig directory of by Jun Omae · 6 months ago
- 2f5f2f4 Add infrastructure to allow testing ra_serf using Digest instead of Basic by Branko Čibej · 6 months ago
- 9187d7b * subversion/svn/auth-cmd.c: by Timofei Zhakov · 6 months ago
- 1a7310f mod_dav_svn: Use mod_dav's DAVBasePath setting to determine the by Joe Orton · 6 months ago
- c0f139f * .github/workflows/autoconf.yml: by Joe Orton · 6 months ago
- 5988cb2 GitHub actions: Consume all MacOS dependencies (except zlib) from homebrew, by Timofei Zhakov · 6 months ago
- e132bf0 Fix SWIG test cases for Python 3.14. by Joe Orton · 6 months ago
- 3c1377f Fix a malloc-ation that crept in from standalone test code. by Branko Čibej · 6 months ago
- b19e45a Reimplement the macOS Keychain auth provider. The SecKeychain* API has been by Branko Čibej · 6 months ago
- c14cdcf Fix fallout from r1925937: command-line tools should be non-interactive by Branko Čibej · 6 months ago
- 62269e4 On macOS, the SecKeychain* API has been deprecated. To prepare for adding by Branko Čibej · 6 months ago
- 7425b16 Remove a long-obsolete workaround for silencing warnings. by Branko Čibej · 6 months ago
- d510c07 * .github/workflows/cmake.yml: Add Mac OS workflow. by Timofei Zhakov · 7 months ago
- eea0b89 In relation to r1926386, hardcode PUBLIC_LIB_DEPENDS to improve readability. by Timofei Zhakov · 7 months ago
- ada9706 Make APR and APR Util dependencies to be linked as PUBLIC, since our headers by Timofei Zhakov · 7 months ago
- 0ab1fa8 Follow-up to r1926360: Fix typo in comment by Nathan Hartman · 7 months ago
- ead637e Revert most of the changes in svn_utf.h from r1926293. Instead, tell the by Branko Čibej · 7 months ago
- 7514cb9 Follow-up to r1926293: add the include back to maintain backward by Timofei Zhakov · 7 months ago
- 9a26477 cmake: Use `VERSION_LESS` condition to check whether we should require by Timofei Zhakov · 7 months ago
- f6b7526 cmake: Prevent re-definition of APR and Serf targets by using different by Timofei Zhakov · 7 months ago
- b3f657a cmake: Support apr-2. by Timofei Zhakov · 7 months ago
- 6f24cf3 Explicitly include process.h for getpid(), to fix build with apr-2, which by Timofei Zhakov · 7 months ago
- a96ed3b cmake: Support serf-2 from pkg-config. by Timofei Zhakov · 7 months ago
- b8deb64 cmake: Support pkg-config library search. by Timofei Zhakov · 7 months ago
- d810092 * configure.ac: Without --enable-dot-clangd, do *not* modify the source tree. by Branko Čibej · 7 months ago
- 653e15c Follow-up to r1926293: swap SVN_APR_DEFAULT_CHARSET and SVN_APR_LOCALE_CHARSET by Timofei Zhakov · 7 months ago
- b2442a8 Do not include apr_xlate.h into svn_utf.h, but manually wrap the by Timofei Zhakov · 7 months ago
- 55dc73f Follow-up to r1926277: Fix doubled "from" in docstring by Nathan Hartman · 7 months ago
- 70088cb cmake: Generate def files in build time using an external script by Timofei Zhakov · 7 months ago
- dce8d1c cmake: Fix NLS support on non-Windows platforms by correctly initialising by Timofei Zhakov · 7 months ago
- 89a5cf9 Use svn_opt_args_to_target_array3() instead of svn_opt__args_to_target_array() by Timofei Zhakov · 7 months ago
- fc24fe9 Factor-out svn_opt__process_target_array() function that handles target by Timofei Zhakov · 7 months ago
- 5104da6 Print character encoding in `svn --version --verbose`. by Timofei Zhakov · 7 months ago