I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 12, 2024 — May 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Archive tests log
danielsahlberg
as Daniel Sahlberg
More... 3 months ago
Replace tigris.org url with apache.org.
danielsahlberg
as Daniel Sahlberg
More... 3 months ago
* CHANGES: Mention the fix for CVE-2024-46901 in release 1.14.5 More... 3 months ago
Expand testing in autoconf CI workflow (closes #27): More... 3 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... 4 months ago
Fix ra-test execution of svnserve in some build environments (closes #25): More... 4 months ago
Happy New Year! More... 4 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... 5 months ago
CMake GitHub workflow: Remove the `Rerun failed tests` step from the workflow, because it only complicates our life. More... 5 months ago
Follow-up to r1921602: Fix argument sequence of svn_client__get_diff_writer_svn to much its declaration with its implementation. More... 5 months ago
CMake GitHub workflow: enable shelf3, so we run their tests. More... 5 months ago
Add a __repr__ function to allow repr() a Notification (used for a debugging client).
danielsahlberg
as Daniel Sahlberg
More... 5 months ago
Little code format in the proplist-cmd.c file. More... 5 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... 5 months ago
Add a few tests on XML escaping. More... 5 months ago
Implement wrapper around XML parser into an svn_stream_t. More... 5 months ago
swig-rb: Restore swig-rb to be compatible with Ruby 1.9 through 2.2. More... 5 months ago
Commit the patches for CVE-2024-46901
danielsahlberg
as Daniel Sahlberg
More... 5 months ago
In the trunk, at the merge: Revert changes in record_skip() and record_tree_conflict() functions, since we cannot rely that the parent baton passed is not NULL. We do only in tree-processor implementation, where we explicitly check for that. More... 5 months ago
In the trunk, at the merge: Declare merge_dir_baton_t and merge_file_baton_t structs as the typedefs to themselves. More... 5 months ago
In the trunk, at the merge: Format docstrings of merge_cmd_baton_t's fields, so they will be represented above the functions. This makes the IDEs correctly highlight them, and makes the code a bit prettier. More... 5 months ago
In the trunk, at the merge: Cleanup some checks of the parent directory baton for NULL. We should always have it, due to the refactoring done in r1922266, where we would have get a root baton in case of the node left with no parent directories. More... 5 months ago
In the trunk, at merge.c: Open the root directory baton for each operation. More... 5 months ago
GitHub Actions: Fix cmake/ctest parallel jobs argument More... 5 months ago
Minor code format in merge.c. More... 5 months ago
Follow-up to r1922203: GitHub Actions: add missing `-D` prefix when specifying the option for parallel tests. More... 6 months ago
GitHub Actions: Run tests in parallel. Currently guessing the amount of jobs to `16`. In my local environment this was the optimal amount. More... 6 months ago