I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 03, 2024 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated English dictionary
Matthias Seidel
as mseidel
More... 4 days ago
Upgrade Curl to version 8.7.1. More... 13 days ago
Override OpenSSL's certificate verification with our own, instead of using its verification and selectively overriding the result. - A nonsense self-signed expired certificate is fed into Curl to get it to initialize even when the certificates in its expected system path are missing or elsewhere. - In Curl's CURLOPT_SSL_CTX_FUNCTION, our Curl_SSLContextCallback, we then completely override OpenSSL's verification process with ours, using SSL_CTX_set_cert_verify_callback() (instead of the previous SSL_CTX_set_verify() which just allows us to override OpenSSL's verification result). - The verification is largely the same as before, we just have to call slightly different functions to retrieve the certificate to verify and the untrusted chain. - Create components using the component context, not the legacy multi service factory. - Various other cleanups, better logging, etc. were made in the process. More... 14 days ago
Cleaned up resource files
Matthias Seidel
as mseidel
More... 14 days ago
Fixed typos
Matthias Seidel
as mseidel
More... 15 days ago
Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke delivering libcrypto.lib and libssl.lib on Windows. More... 18 days ago
Get redland building with Clang >= 15, libxml2 >= 2.11.0, and/or FreeBSD >= 14. More... 21 days ago
Updated download numbers for March and April More... 23 days ago
Updated download numbers for social media links
Matthias Seidel
as mseidel
More... 25 days ago
Updated download numbers
Matthias Seidel
as mseidel
More... 26 days ago
Update README.md More... 26 days ago
Celebrating 375 Million downloads
Matthias Seidel
as mseidel
More... 26 days ago
Maintenance cleanup
Matthias Seidel
as mseidel
More... 27 days ago
Remove temporary file
Matthias Seidel
as mseidel
More... 28 days ago
Converted files from old StarWriter format to ODT
Matthias Seidel
as mseidel
More... 28 days ago
Fix German comments, cleanup
Matthias Seidel
as mseidel
More... 28 days ago
Build OpenSSL as a dynamic link library, instead of a static library. Patch its users to use an RPATH of $ORIGIN, so they use the correct copy. This reduces the size of the build by about 4615 KiB, or 3.78%. More... 29 days ago
Fix typos: mehtod -> method, mehtods -> methods. More... 29 days ago
Small correction
Matthias Seidel
as mseidel
More... about 1 month ago
Development Update - April 2024
Matthias Seidel
as mseidel
More... about 1 month ago
Small change
Matthias Seidel
as mseidel
More... about 1 month ago
Blog post about development on trunk branch (#11) More... about 1 month ago