3215e17b | 09-May-2024 |
mseidel |
Maintenance cleanup |
6b7c93d1 | 05-May-2024 |
mseidel |
Maintenance cleanup |
6fd66686 | 04-May-2024 |
mseidel |
Maintenance cleanup |
d1f3eb88 | 01-May-2024 |
mseidel |
Updated English dictionary |
f7b97bf7 | 21-Apr-2024 |
Damjan Jovanovic |
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 Cur
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. Patch by: me
show more ...
|
e469ab6a | 22-Apr-2024 |
Damjan Jovanovic |
Upgrade Curl to version 8.7.1. Patch by: me |
0dfdc53f | 21-Apr-2024 |
mseidel |
Cleaned up resource files |
73fec56a | 20-Apr-2024 |
mseidel |
Fixed typos |
9b517202 | 18-Apr-2024 |
Damjan Jovanovic |
Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke delivering libcrypto.lib and libssl.lib on Windows. Patch by: me |
8eb9a7e6 | 07-Apr-2024 |
Damjan Jovanovic |
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 461
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%. Patch by: me
show more ...
|
a5818cd9 | 15-Apr-2024 |
Damjan Jovanovic |
Get redland building with Clang >= 15, libxml2 >= 2.11.0, and/or FreeBSD >= 14. Patch by: me |
23316993 | 09-Apr-2024 |
mseidel |
Updated download numbers |
8cd9d6f8 | 09-Apr-2024 |
Matthias Seidel |
Update README.md |
caeabaab | 08-Apr-2024 |
mseidel |
Maintenance cleanup |
3a917bca | 07-Apr-2024 |
mseidel |
Remove temporary file |
39e5c086 | 07-Apr-2024 |
mseidel |
Converted files from old StarWriter format to ODT |
63e8b062 | 07-Apr-2024 |
mseidel |
Fix German comments, cleanup |
a4b70a5c | 06-Apr-2024 |
Damjan Jovanovic |
Fix typos: mehtod -> method, mehtods -> methods. Patch by: me |
f116cfec | 03-Apr-2024 |
mseidel |
Use correct icons for line spacing in HC mode with large icons |
1fcc6d2b | 02-Apr-2024 |
Arrigo Marchiori |
Merge pull request #200 from oooforum/patch-12 Fixes issue 60859
|
4ac3bde7 | 29-Mar-2024 |
Arrigo Marchiori |
Search forward or backward for a visible slide Fixes bug #60859 |
Revision tags: AOO420-Dev5-m5 |
|
c284e3b5 | 23-Jan-2024 |
Bidouille |
Fix for issue 60859 If 1st slide is hidden and selected, show presentation does start after this. Thanks to iammisc for this patch |
c809b0d3 | 01-Apr-2024 |
John Bampton |
Fix spelling in code comments (#210) * Fix spelling in code comments * Update wordml2ooo_field.xsl * Update ooo2wordml_border.xsl --------- Co-authored-by
Fix spelling in code comments (#210) * Fix spelling in code comments * Update wordml2ooo_field.xsl * Update ooo2wordml_border.xsl --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
95939a26 | 29-Mar-2024 |
Arrigo Marchiori |
Link pthread library when using OpenSSL on Linux Restores compilation on current openSUSE. |
cdfa2a0e | 01-Apr-2024 |
John Bampton |
Fix spelling in comments (#209) |