openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Apache Subversion
Settings
|
Report Duplicate
8,524
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 2 hours
ago.
Mar 09, 2025 — Mar 09, 2026
Showing page 1 of 2,037
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Propagate constantness in parse-diff.c:git_start.
Timofei Zhakov
More...
5 days ago
Access elements as non-const from an array if a modification follows after to fix compilation warning.
Timofei Zhakov
More...
5 days ago
Fix misusing of 'const' pointers.
Timofei Zhakov
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.
Timofei Zhakov
More...
5 days ago
Follow-up to r1932040: Fix include of private/svn_atomic.h header file.
Timofei Zhakov
More...
6 days ago
Support xdigest checksum backend.
Timofei Zhakov
More...
12 days ago
Add atomic initializatoin function which doesn't return error and doesn't use pools svn_atomic__init_once_void().
Timofei Zhakov
More...
13 days ago
Remove extra traling newline from OpenSSL backed checksum implementation.
Timofei Zhakov
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.
Timofei Zhakov
More...
about 1 month ago
cmake: Use a simpler magic to enforce serf version requirements.
Timofei Zhakov
More...
about 1 month ago
cmake: Include minor and patch versions into shared objects names.
Timofei Zhakov
More...
about 1 month ago
cmake: Produce an error when configuring with serf < version 1.3.4. This replicates behaviour of autoconf build system.
Timofei Zhakov
More...
about 1 month ago
cmake: Make sure that serf is checked as a REQUIRED dependency.
Timofei Zhakov
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`.
Evgeny Kotkov
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.
Evgeny Kotkov
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.
Joe Orton
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.
Branko Čibej
More...
about 2 months ago
Upgrade the internal utf8proc to version 2.11.3.
Branko Čibej
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).
Timofei Zhakov
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.
Branko Čibej
More...
about 2 months ago
Fix a warning about an unused function when debug mode is disabled.
Branko Čibej
More...
about 2 months ago
Follow-up to r1931389: Fix argument type.
Timofei Zhakov
More...
about 2 months ago
Revert r1931392.
Timofei Zhakov
More...
about 2 months ago
Follow-up to r1931389: Fix compilation with MSVC.
Timofei Zhakov
More...
about 2 months ago
Follow-up to r1930988: Fix backend type logging in cmake configure summary.
Timofei Zhakov
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.
Timofei Zhakov
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.
Timofei Zhakov
More...
about 2 months ago
* build.conf (adler32-test): Add missing dependency on zlib.
Branko Čibej
More...
about 2 months ago
←
1
2
3
4
5
6
7
8
9
…
2036
2037
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree