I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Mar 09, 2025 — Mar 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Propagate constantness in parse-diff.c:git_start. More... 5 days ago
Access elements as non-const from an array if a modification follows after to fix compilation warning. More... 5 days ago
Fix misusing of 'const' pointers. More... 5 days ago
Return an array of 'char*' from svn_cstring_split()/svn_cstring_split_append() instead of 'const char*'. There is some existing code that already treats it like that. More... 5 days ago
Follow-up to r1932040: Fix include of private/svn_atomic.h header file. More... 6 days ago
Support xdigest checksum backend. More... 12 days ago
Add atomic initializatoin function which doesn't return error and doesn't use pools svn_atomic__init_once_void(). More... 13 days ago
Remove extra traling newline from OpenSSL backed checksum implementation. More... 13 days ago
Use a raw string as argument to re.compile()
danielsahlberg
as Daniel Sahlberg
More... 24 days ago
Follow-up to r1931690: Swap arguments when calling find_package() for serf because version must be the second positional argument. More... about 1 month ago
cmake: Use a simpler magic to enforce serf version requirements. More... about 1 month ago
cmake: Include minor and patch versions into shared objects names. More... about 1 month ago
cmake: Produce an error when configuring with serf < version 1.3.4. This replicates behaviour of autoconf build system. More... about 1 month ago
cmake: Make sure that serf is checked as a REQUIRED dependency. More... about 1 month ago
Followup to r1808139, use the allow_unver_obstructions argument in the call to svn_client_checkout4 instead of hardcoding FALSE.
danielsahlberg
as Daniel Sahlberg
More... about 1 month ago
Following up on r1931298, correct the Doxygen documentation markup by substituting `@c svn_tristate_unknown` with `#svn_tristate_unknown`. More... about 1 month ago
Use bytewise content comparison in the "is the file modified?" working copy checks if we have the pristine file content in the working copy. More... about 1 month ago
* configure.ac: Pass complete library version information to libtool via $SVN_LT_SOVERSION, so library filenames are unique to each release rather than constant, while keeping the sonames intact. This follow standard/best-practice for libtool library versioning. Closes #34. More... about 1 month ago
Update the internal lz4 to version 1.10.0. On platforms that support __attribute__((visibility)), the internal LZ4's API will no longer be exported from libsvn_subr. More... about 2 months ago
Upgrade the internal utf8proc to version 2.11.3. More... about 2 months ago
Follow-up to r1931389: Cast 'len' to uint (it's safe because we're in a branch that alredy verified that 'len' is in boudries). More... about 2 months ago
Add another test for the Adler-32 implementation. All code branches should now be covered with tests, even if this new test is a bit contrived. More... about 2 months ago
Fix a warning about an unused function when debug mode is disabled. More... about 2 months ago
Follow-up to r1931389: Fix argument type. More... about 2 months ago
Revert r1931392. More... about 2 months ago
Follow-up to r1931389: Fix compilation with MSVC. More... about 2 months ago
Follow-up to r1930988: Fix backend type logging in cmake configure summary. More... about 2 months ago
Add separate target to the build system for checksum backend linkage. This eliminates the need of adding openssl directly (which acted in the same way before), only it's more convinient for other backends like Windows BCrypt. More... about 2 months ago
Handle SHA1 checksum update with APR backend (whose update consumes size as `unsigned int`, not a size_t) if a buffer with a size more than the limit of unsigned integer by iterating trough data via blocks and invoking the backend multiple times. More... about 2 months ago
* build.conf (adler32-test): Add missing dependency on zlib. More... about 2 months ago