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,521
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Jan 10, 2025 — Jan 10, 2026
Showing page 1 of 2,036
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Clear out some not-needed-anymore stuff related to Serf.
danielsahlberg
as Daniel Sahlberg
More...
1 day ago
Update checks for SERF 1.4.0 to check for SERF 1.5.0. There will never be a SERF 1.4.0 release and these APIs are officially available from 1.5.0 so it should not be a functional change but make things consistent.
danielsahlberg
as Daniel Sahlberg
More...
3 days ago
bcrypt: Use Win32 API directly when computing checksum without a context instead of creating a context on stack. It's more convenient and it feels wrong to use our "public" API with additional custom manipulations here.
Timofei Zhakov
More...
6 days ago
bcrypt: Allocate buffer for checksum context object in a pool.
Timofei Zhakov
More...
6 days ago
bcrypt: Eliminate heap allocations when computing checksum contextless of a single data block. Use forbidden alloca() function to create the buffer and pass it to the initialization function. According to the documentation [1]#pbHashObject, we should not call BCryptDestroyHash() if non-null buffer is supplied.
Timofei Zhakov
More...
6 days ago
bcrypt: Follow-up to r1931082: Don't forget to cleanup context when resetting to prevent memory leak.
Timofei Zhakov
More...
6 days ago
bcrypt: Rearrange parameters of bcrypt_ctx_t related methods so they always start with the algorithm state following with the context.
Timofei Zhakov
More...
6 days ago
bcrypt: Initialize checksum context on demand with the first update to properly handle all potential errors. The context is considered uninitialized if the handle is NULL.
Timofei Zhakov
More...
7 days ago
bcrypt: Factor-out bcrypt_ctx_reset() function.
Timofei Zhakov
More...
7 days ago
bcrypt: Drop unused structure member.
Timofei Zhakov
More...
7 days ago
checksum-test: Add test case to ensure that a context without any updates gives the exact same result when finalized as one with a dummy update that pushes zero-sized data.
Timofei Zhakov
More...
7 days ago
Happy new year 2026!
Timofei Zhakov
More...
10 days ago
Add checksum implementation based on BCrypt (which is a build-in cryptography provider on Windows).
Timofei Zhakov
More...
10 days ago
Use separate definitions for each checksum backend enabled.
Timofei Zhakov
More...
11 days ago
Bound checksum contexts of APR and OpenSSL into redeclared svn_checksum__md5_ctx_t and svn_checksum__sha1_ctx_t structures to prevent casting contexts.
Timofei Zhakov
More...
11 days ago
Checksum finalizer accepts non-constant context in implementation backends, so remove 'const' modifier in those internal functions.
Timofei Zhakov
More...
11 days ago
Fix a few formatting issues (follow-up to r1930949 and r1930927).
Timofei Zhakov
More...
11 days ago
Fix test failures of JavaHL with Java 25 on Windows due to that deleting a file with readonly flag on Windows fails since Java 25.
Jun Omae
More...
12 days ago
Follow-up to r1930929: Typo-fix in comments.
Timofei Zhakov
More...
13 days ago
Add OpenSSL backend for checksum computation.
Timofei Zhakov
More...
13 days ago
Add test to benchmark performance of checksum computation.
Timofei Zhakov
More...
13 days ago
Add internal APIs to compute checksums of an entire blocks of data with a default that simply wraps APR routines as it was before. Those new functions are now used to implement MD5 and SHA1 kinds in the svn_checksum() function.
Timofei Zhakov
More...
13 days ago
Move the actual implementations of MD5 and SHA1 checksums into a separate file checksum_apr.c introducing new internal APIs.
Timofei Zhakov
More...
13 days ago
Factor-out implementation of svn_checksum_ctx_t into a separate file.
Timofei Zhakov
More...
13 days ago
Use actions/cache instead of removed x-gha cache feature for vcpkg built binaries caching.
Jun Omae
More...
13 days ago
In tools/dist/release.py, do not try to update the Buildbot config when creating a release branch.
Evgeny Kotkov
More...
15 days ago
* tools/dist/release.py (main): Fix typo in the comment. No functional change.
Evgeny Kotkov
More...
15 days ago
Fix using an invalid "wx" file mode in tools/dist/release.py.
Evgeny Kotkov
More...
15 days ago
Increment the trunk version number to 1.16, and introduce a new CHANGES section, following the creation of the 1.15.x release branch.
Evgeny Kotkov
More...
15 days ago
* tools/dist/release-lines.yaml: Declare build deps for 1.15 (same as 1.14).
Evgeny Kotkov
More...
15 days ago
←
1
2
3
4
5
6
7
8
9
…
2035
2036
→
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