I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Follow-up to r1921455: fix a compiler warning that tells `ISO C90 forbids mixed declarations and code'. More... about 1 year ago
Follow-up to r1921455, fix a compiler warning. More... about 1 year ago
In tools/dev/unix-build
danielsahlberg
as Daniel Sahlberg
More... about 1 year ago
In tools/dev/unix-build:
danielsahlberg
as Daniel Sahlberg
More... about 1 year ago
Add a debug diff tree processor, which only prints the actions to a stream. More... about 1 year ago
Follow-up to r1921447: don't forget to adjust the comments in the file header after svncopy. More... about 1 year ago
Cleanup includes of the diff_tree.c file. More... about 1 year ago
Move the copy-as-changed diff tree processor implementation from the diff_tree.c source file into another, diff_tree_filter.c. More... about 1 year ago
Move the reverse diff tree processor implementation from diff_tree.c into a new file, diff_tree_reverse.c. More... about 1 year ago
Factor-out filter diff tree processor implementation from diff_tree.c to a new file, diff_tree_filter.c. More... about 1 year ago
Follow-up to r1921441: don't forget to adjust the comments in the file header. More... about 1 year ago
Factor-out diff tree processor tee implementation from diff_tree.c to a new file, diff_tree_tee.c. More... about 1 year ago
.editorconfig: Add minimal settings for Visual Studio C/C++ formatter. More... about 1 year ago
Rename the merge_target_t structure to svn_client__merge_target_t (added svn_client prefix). This function is a part of internal client.h header and might be utilized elsewhere in libsvn_client. More... about 1 year ago
Rename the merge_source_t structure to svn_client__merge_source_t (to begin with svn_client prefix), since it might be used from any client source file. More... about 1 year ago
Factor-out definitions of the utility functions for manupaluting with merge_source_t into a private client.h header file, in order to use them in other source files as well. More... about 1 year ago
Make sure argument names in declaration matches order in definition.
danielsahlberg
as Daniel Sahlberg
More... about 1 year ago
cmake: Change default value of the SVN_SOVERSION from '1' to '0'. More... about 1 year ago
cmake: Group FS, RA, Auth modules in the configuration summary message. More... about 1 year ago
cmake: Fix MacOS build by defining DARWIN definition. More... about 1 year ago
cmake: Set the option definitions to '1' if when they are enabled, in order to make it more similar to autoconf build system, where it is done. More... about 1 year ago
cmake: Write the definitions for features and options into the svn_private_config.h header file instead of using plain compile definitions. This approach is better, because the private is simpler to control and it matches the autoconf buildsystem usage. More... about 1 year ago
cmake: Factor-out add_private_config_definition macro for adding definitions to the private config. More... about 1 year ago
Add regression tests for CVE-2024-45720 (Subversion command line argument injection on Windows platforms). More... about 1 year ago
Fix compilation with CLang on Windows. More... about 1 year ago
Fix release.py --dry-run create-release-branch
danielsahlberg
as Daniel Sahlberg
More... about 1 year ago
Supress error messages from gen-make.py while auto-detections for perl and ruby on Windows if the interpreter is unavailable. More... about 1 year ago
Adapt detection for zlib version in gen-make.py on Windows to `x.y` and `x.y.z.w` version string. More... about 1 year ago
swig-rb: Fix warnings on printf-format for the size_t argument. More... about 1 year ago
cmake: Implement GPG Agent support. More... about 1 year ago