I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2025 — Jul 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unused placeholder step to "Setup environment (Linux)" in the GHA workflow.
danielsahlberg
as Daniel Sahlberg
More... 1 day ago
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1927204 13f79535-47bb-0310-9956-ffa450edef68 More... 2 days ago
If we prepare an environment for Linux, better also check that the os is actually Linux.
danielsahlberg
as Daniel Sahlberg
More... 2 days ago
* tools/hook-scripts/mailer/mailer.py: (Config.repos_params): don't use "defaults" for the merged values. The comments make this confusing. Use "merged" for clarity. More... 7 days ago
PR #33: Fix a bug in mailer.py caused by improper user of dict.update(). More... 7 days ago
In the CMake build system: Consistently search for the newer version of APR and Serf, matching the behaviour of the autoconf build system.
danielsahlberg
as Daniel Sahlberg
More... 15 days ago
Simplify the code when we search for two different major versions of the same library by using pkg_search_module to look for both versions at the same time.
danielsahlberg
as Daniel Sahlberg
More... 15 days ago
GitHub Actions: follow-up to r1926599, fix missing pkgconfig directory of sqlite package in PKG_CONFIG_PATH environment variable. More... 17 days ago
Add infrastructure to allow testing ra_serf using Digest instead of Basic authentication. This is really only for testing Serf in a context that Serf's own test suite currently doesn't provide. More... 18 days ago
* subversion/svn/auth-cmd.c: (includes): Remove duplicated `svn_private_config.h`. More... 18 days ago
mod_dav_svn: Use mod_dav's DAVBasePath setting to determine the repository root path, allowing SVN to be configured via LocationMatch like: More... 21 days ago
* .github/workflows/autoconf.yml: Expand matrix to test against httpd from 2.4.x/trunk built from source. Capture httpd logs on failure. (from PR #26) More... 21 days ago
GitHub actions: Consume all MacOS dependencies (except zlib) from homebrew, instead of relying on pre-installed libs. More... 25 days ago
Fix SWIG test cases for Python 3.14. More... 26 days ago
Fix a malloc-ation that crept in from standalone test code. Add a note about C standards compatibility in the macOS-specific code. More... 27 days ago
Reimplement the macOS Keychain auth provider. The SecKeychain* API has been deprecated for more than 10 years, causing deprecation warnings; so use the "new" SecItem* API for accessing the Keychain (except for bits and pieces that don't actually work as advertised). More... 27 days ago
Fix fallout from r1925937: command-line tools should be non-interactive if the standard input is *not* a terminal. Add tests for this case. More... 27 days ago
On macOS, the SecKeychain* API has been deprecated. To prepare for adding an implementation that uses the "new" SecItem* API, check that the required functions are available. More... 27 days ago
Remove a long-obsolete workaround for silencing warnings. The affected (-std=c90 -pedantic) warnings from gcc or clang are: More... 28 days ago