I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 06, 2025 — Feb 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Follow-up to r1931690: Swap arguments when calling find_package() for serf because version must be the second positional argument. More... 2 days ago
cmake: Use a simpler magic to enforce serf version requirements. More... 4 days ago
cmake: Include minor and patch versions into shared objects names. More... 7 days ago
cmake: Produce an error when configuring with serf < version 1.3.4. This replicates behaviour of autoconf build system. More... 7 days ago
cmake: Make sure that serf is checked as a REQUIRED dependency. More... 7 days 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... 11 days ago
Following up on r1931298, correct the Doxygen documentation markup by substituting `@c svn_tristate_unknown` with `#svn_tristate_unknown`. More... 12 days 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... 12 days 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... 15 days 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... 20 days ago
Upgrade the internal utf8proc to version 2.11.3. More... 20 days 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... 21 days 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... 21 days ago
Fix a warning about an unused function when debug mode is disabled. More... 21 days ago
Follow-up to r1931389: Fix argument type. More... 21 days ago
Revert r1931392. More... 21 days ago
Follow-up to r1931389: Fix compilation with MSVC. More... 21 days ago
Follow-up to r1930988: Fix backend type logging in cmake configure summary. More... 21 days 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... 21 days 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... 21 days ago
* build.conf (adler32-test): Add missing dependency on zlib. More... 22 days ago
Don't allocate four times more space than needed. Duh. More... 22 days ago
Follow up to r1931334: Correct and clarify comments. No functional change. More... 22 days ago
Follow up to r1931334: Look for adler32_z() in the CMake build, too. More... 23 days ago
Remove another unchecked narrowing cast, this time in the implementation of the adler32 checksum. Make sure we consume all the data, no matter how improbably large it may be. More... 23 days ago
* CHANGES: Draft initial changelog for 1.15.0. More... 23 days ago
Cherry-pick r1931314 from the better-pristines branch, removing the parts dealing with WC format 33 that don't belong on trunk. More... 24 days ago
Update an omission in a docstring. More... 25 days ago
In Python 3, hashlib input data must be byte strings, not Unicode. More... 26 days ago
Newest OpenSSL/httpd does not like server certificates with tiny keys. More... 26 days ago