I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 17, 2024 — Apr 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
swig-rb: Support ruby x64-mswin64 and building with GCC 15 which uses -std=c23 by default. More... 14 days ago
Adjust comment to reflect actual file function.
danielsahlberg
as Daniel Sahlberg
More... 23 days ago
New script to automate nominating backports, replacing nominate.pl.
danielsahlberg
as Daniel Sahlberg
More... about 1 month ago
Make sure newly added backport entry is sorted at the end of the section.
danielsahlberg
as Daniel Sahlberg
More... about 1 month ago
Remove optimized unaligned-access code paths. More... about 2 months ago
We (obviously) need a proper working copy to test the backports. Switch to checking out via svn instead of from github.
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Subversion isn't installed by default on GHA runners.
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Prepare backport/status parser for adding new entries with code.
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Parse additional subheaders and recreate the StatusEntry from its attributes instead of just outputting the original entry.
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Add __str__ function to the status classes, so we can unittest the output.
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Followup to r1924117: Remove an outdated TODO
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Update backport/status parser with the end goal of creating an interactive backport nomination script.
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Document that backport.py is now used in production.
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Remove an unused variable (added in r1922567). Removes compile-time-warning.
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Add a workflow to detect backport conflicts (replacing a previous job in Buildbot (https://ci2.apache.org).
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Summary: Deprecate and disable the SVN_UNALIGNED_ACCESS_IS_OK macro. More... about 2 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... about 2 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... about 2 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... about 2 months ago
Follow-up to r1923964.
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Archive tests log
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
Replace tigris.org url with apache.org.
danielsahlberg
as Daniel Sahlberg
More... about 2 months ago
* CHANGES: Mention the fix for CVE-2024-46901 in release 1.14.5 More... 2 months ago
Expand testing in autoconf CI workflow (closes #27): More... 2 months ago
CMake: Enable support for MSVC runtime library selection by abstraction if supported by CMake. More... 3 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... 3 months ago
CMake: rename the EXPAND_TESTS option to SVN_TEST_EXPAND, so we can follow the naming structure. More... 3 months ago
* .github/workflows/cmake.yml, .github/workflows/autoconf.yml: Enable GitHub Actions workflows for pull requests as well as pushes. More... 3 months ago
Fix ra-test execution of svnserve in some build environments (closes #25): More... 3 months ago
Happy New Year! More... 4 months ago