I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Oct 23, 2024 — Oct 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
swig-py: bump up required SWIG version to 1.3.40 More... about 1 month ago
swig-py: follow up to r1912500: Fix NameError on using old SWIG More... about 1 month ago
On Windows, use the WC_NO_BEST_FIT_CHARS [1] flag when converting individual command-line arguments to the ANSI code page. More... 2 months ago
swig-py: follow-up to r1926575: Revise test cases using reference counts More... 3 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... 3 months ago
In tools/dev/unix-build
danielsahlberg
as Daniel Sahlberg
More... 3 months ago
GitHub removed their SVN server some years ago so getting sources with svn won't work anymore.
danielsahlberg
as Daniel Sahlberg
More... 3 months ago
* INSTALL (Building using CMake): Recommend installing Serf from vcpkg along with other libraries. More... 3 months ago
Remove unused placeholder step to "Setup environment (Linux)" in the GHA workflow.
danielsahlberg
as Daniel Sahlberg
More... 3 months ago
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1927204 13f79535-47bb-0310-9956-ffa450edef68 More... 3 months ago
If we prepare an environment for Linux, better also check that the os is actually Linux.
danielsahlberg
as Daniel Sahlberg
More... 3 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... 4 months ago
PR #33: Fix a bug in mailer.py caused by improper user of dict.update(). More... 4 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... 4 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... 4 months ago
GitHub Actions: follow-up to r1926599, fix missing pkgconfig directory of sqlite package in PKG_CONFIG_PATH environment variable. More... 4 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... 4 months ago
* subversion/svn/auth-cmd.c: (includes): Remove duplicated `svn_private_config.h`. More... 4 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... 4 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... 4 months ago
GitHub actions: Consume all MacOS dependencies (except zlib) from homebrew, instead of relying on pre-installed libs. More... 4 months ago
Fix SWIG test cases for Python 3.14. More... 4 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... 4 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... 4 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... 4 months 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... 4 months ago
Remove a long-obsolete workaround for silencing warnings. The affected (-std=c90 -pedantic) warnings from gcc or clang are: More... 4 months ago
* .github/workflows/cmake.yml: Add Mac OS workflow. (matrix): Add simple configuration. (Prepare Environment): Add path to where serf would be installed to CMAKE_PREFIX_PATH. (Install dependencies): Get Subversion from homebrew for Serf library. More... 4 months ago
In relation to r1926386, hardcode PUBLIC_LIB_DEPENDS to improve readability. More... 4 months ago
Make APR and APR Util dependencies to be linked as PUBLIC, since our headers require them. More... 4 months ago