I Use This!
Moderate Activity

Commits : Listings

Analyzed 38 minutes ago. based on code collected about 1 hour ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Followup to r1924117: Remove an outdated TODO
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Update backport/status parser with the end goal of creating an interactive backport nomination script.
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Document that backport.py is now used in production.
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Remove an unused variable (added in r1922567). Removes compile-time-warning.
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Add a workflow to detect backport conflicts (replacing a previous job in Buildbot (https://ci2.apache.org).
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Summary: Deprecate and disable the SVN_UNALIGNED_ACCESS_IS_OK macro. More... 9 months ago
* subversion/libsvn_wc/wc_db_pristine.c (install_stream_seek_fn): Use explicit if-else blocks for clarity and consistency with other stream seek handlers that only support reset. This should help prevent issues like the one fixed in r1924085. More... 9 months ago
Following up on r1905955, fix an issue in seek handler of the pristine install stream that caused the stream to unexpectedly fail on reset attempts. More... 9 months ago
r1845942 added a test of GitHub's SVN bridge. The bridge was sunsetted in January 2024[1] so the test now fail.
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Follow-up to r1923964.
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Archive tests log
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
Replace tigris.org url with apache.org.
danielsahlberg
as Daniel Sahlberg
More... 9 months ago
* CHANGES: Mention the fix for CVE-2024-46901 in release 1.14.5 More... 10 months ago
Expand testing in autoconf CI workflow (closes #27): More... 10 months ago
CMake: Enable support for MSVC runtime library selection by abstraction if supported by CMake. More... 10 months ago
CMake: Speed up test discovery when expanded by using a Python script that lists all the tests in a single invocation. This optimizes the amount of executables we run, because now we need to once run the script instead of doing this for each test script. Now we can discover all the tests instantly, without any additional time needed for this. More... 10 months ago
CMake: rename the EXPAND_TESTS option to SVN_TEST_EXPAND, so we can follow the naming structure. More... 10 months ago
* .github/workflows/cmake.yml, .github/workflows/autoconf.yml: Enable GitHub Actions workflows for pull requests as well as pushes. More... 11 months ago
Fix ra-test execution of svnserve in some build environments (closes #25): More... 11 months ago
Happy New Year! More... 11 months ago
CMake GitHub workflow: Run the tests of shelving functionality from two separate steps, that initialize the environment, and run a single test. More... 11 months ago
CMake GitHub workflow: Remove the `Rerun failed tests` step from the workflow, because it only complicates our life. More... 11 months ago
Follow-up to r1921602: Fix argument sequence of svn_client__get_diff_writer_svn to much its declaration with its implementation. More... 11 months ago
CMake GitHub workflow: enable shelf3, so we run their tests. More... 11 months ago
Add a __repr__ function to allow repr() a Notification (used for a debugging client).
danielsahlberg
as Daniel Sahlberg
More... 11 months ago
Little code format in the proplist-cmd.c file. More... 11 months ago
Factor-out XML escaping routines into a separate file (xml_escape.c) from xml.c. This makes it more readable, understandable, and helps us to keep the abstraction cleaner. More... 11 months ago
Add a few tests on XML escaping. More... 11 months ago
Implement wrapper around XML parser into an svn_stream_t. More... 12 months ago
swig-rb: Restore swig-rb to be compatible with Ruby 1.9 through 2.2. More... 12 months ago