I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 23, 2024 — Nov 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Check that we actually have some headers before trying to access them, preventing a segfault if we get an unexpected response while chatting with the server.
danielsahlberg
as Daniel Sahlberg
More... 8 days ago
Follow-up to r1925899, fix broken xml validation via win-tests.py on Windows. More... 18 days ago
Adapt gen_win_dependencies.py to expat 2.7.2+. More... 18 days ago
Fix an undefined variable in gen_win_dependencies.py. More... 18 days ago
Adapt swig-py to SWIG 4.4.0. More... 18 days ago
swig-py: bump up required SWIG version to 1.3.40 More... 2 months ago
swig-py: follow up to r1912500: Fix NameError on using old SWIG More... 2 months ago
On Windows, use the WC_NO_BEST_FIT_CHARS [1] flag when converting individual command-line arguments to the ANSI code page. More... 3 months ago
swig-py: follow-up to r1926575: Revise test cases using reference counts More... 4 months ago
Follow up to r1908543: The prefix-based search for Serf was broken with this change. This was probably hidden by the successful pkg-config-based search on most platforms. More... 4 months ago
In tools/dev/unix-build
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
GitHub removed their SVN server some years ago so getting sources with svn won't work anymore.
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
* INSTALL (Building using CMake): Recommend installing Serf from vcpkg along with other libraries. More... 4 months ago
Remove unused placeholder step to "Setup environment (Linux)" in the GHA workflow.
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1927204 13f79535-47bb-0310-9956-ffa450edef68 More... 4 months ago
If we prepare an environment for Linux, better also check that the os is actually Linux.
danielsahlberg
as Daniel Sahlberg
More... 4 months 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... 5 months ago
PR #33: Fix a bug in mailer.py caused by improper user of dict.update(). More... 5 months 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... 5 months 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... 5 months ago
GitHub Actions: follow-up to r1926599, fix missing pkgconfig directory of sqlite package in PKG_CONFIG_PATH environment variable. More... 5 months 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... 5 months ago
* subversion/svn/auth-cmd.c: (includes): Remove duplicated `svn_private_config.h`. More... 5 months 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... 5 months 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... 5 months ago
GitHub actions: Consume all MacOS dependencies (except zlib) from homebrew, instead of relying on pre-installed libs. More... 5 months ago
Fix SWIG test cases for Python 3.14. More... 5 months 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... 5 months 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... 5 months 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... 5 months ago