I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Jun 03, 2025 — Jun 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use snprintf instead of sprintf if it's available. More... 1 day ago
cmake: Declare external-sasl target even if we don't have it enabled. In this case it should link nothing. More... 1 day ago
Fix a silly bad-copy-paste mistake with SVN_NCURSES_LIBS varible. More... 1 day ago
Support SASL with the cmake build. More... 1 day ago
Set SVN_CHECKSUM_LIBS to an empty string in configure to avoid generating wrong pkg-config modules. More... 2 days ago
Generate pkgconfig modules with the cmake build. More... 2 days ago
cmake: Clean up directories for successful tests. More... 2 days ago
In the CMake build, do not create the Python virtual environment with dependencies for validating XML output in tests. More... 3 days ago
Setup GCC warnings for cmake build. More... 3 days ago
Fix warnings in svnbrowse. More... 4 days ago
Don't rely on magic numbers in ra-test, and other cleanups. More... 4 days ago
Follow up to r1934787: SVN_DBG is only defined when debugging is enabled. More... 4 days ago
Silence Apple's deprecation of sprintf(). More... 5 days ago
Fix potential usage of uninitialized memory. More... 5 days ago
Fix an uninitialized memory access bug in FSX. More... 5 days ago
Never mix atomic and non-atomic access to a variable, except during static initialization. More... 5 days ago
Yes, quoting really is fun. :( More... 7 days ago
Getting the quoting right in a shell script embedded in a YAML file is fun. More... 7 days ago
Fix typo in workflow file. More... 7 days ago
Fix typo in workflow variable. More... 7 days ago
Enable davautocheck on macOS in the autotools workflow. More... 7 days ago
gha: Use `$RUNNER_OS` rather than `uname -o` command. More... 8 days ago
Revert r1934646. More... 8 days ago
Put the Python virtual environment outside the workflow worspace. More... 8 days ago
Fix typo in workflow YAML file. More... 8 days ago
Be more specific about the Python binary used by the autotools workflow. More... 8 days ago
In the autotools workflow, limit the parallel build to 4 jobs. Apparently ]the macOS runner is not thrilled with 'make's default of unlimited jobs with -j. More... 8 days ago
Disable NLS and APXS in the macOS autotools workflow. More... 8 days ago
Try to fix python dependencies installation in the macOS workflow. More... 8 days ago
Removing a whole matdix component from the workflow is not productive... More... 8 days ago