I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Mar 24, 2024 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Upgrade Curl to version 8.7.1. More... 3 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... 4 days ago
Cleaned up resource files
Matthias Seidel
as mseidel
More... 4 days ago
Fixed typos
Matthias Seidel
as mseidel
More... 5 days ago
Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke delivering libcrypto.lib and libssl.lib on Windows. More... 8 days ago
Get redland building with Clang >= 15, libxml2 >= 2.11.0, and/or FreeBSD >= 14. More... 11 days ago
Updated download numbers for March and April More... 13 days ago
Updated download numbers for social media links
Matthias Seidel
as mseidel
More... 15 days ago
Updated download numbers
Matthias Seidel
as mseidel
More... 16 days ago
Update README.md More... 16 days ago
Celebrating 375 Million downloads
Matthias Seidel
as mseidel
More... 16 days ago
Maintenance cleanup
Matthias Seidel
as mseidel
More... 17 days ago
Remove temporary file
Matthias Seidel
as mseidel
More... 18 days ago
Converted files from old StarWriter format to ODT
Matthias Seidel
as mseidel
More... 18 days ago
Fix German comments, cleanup
Matthias Seidel
as mseidel
More... 18 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... 18 days ago
Fix typos: mehtod -> method, mehtods -> methods. More... 19 days ago
Small correction
Matthias Seidel
as mseidel
More... 20 days ago
Development Update - April 2024
Matthias Seidel
as mseidel
More... 20 days ago
Small change
Matthias Seidel
as mseidel
More... 21 days ago
Blog post about development on trunk branch (#11) More... 22 days ago
Use correct icons for line spacing in HC mode with large icons
Matthias Seidel
as mseidel
More... 22 days ago
Merge pull request #200 from oooforum/patch-12 More... 23 days ago
Fix spelling in code comments (#210) More... 24 days ago
Fix spelling in comments (#209) More... 24 days ago
Fix spelling in code comments (#208) More... 24 days ago
Fix spelling in code comments and descriptions only (#207) More... 24 days ago
Updated English dictionary
Matthias Seidel
as mseidel
More... 24 days ago
New blog post: Back to the Future Initiative More... 24 days ago
Search forward or backward for a visible slide More... 27 days ago