History log of /trunk/ (Results 1 - 25 of 8400)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
186aa86306-Jun-2024 mseidel

Adding Mongolian dictionary

6f71c8ba06-Jun-2024 mseidel

Maintenance cleanup

cba28f4f04-Jun-2024 mseidel

Update icon (buttonminus.png)

1d5ec71304-Jun-2024 mseidel

Update icons

f34f5b5602-Jun-2024 John Bampton

Fix spelling (#215)

Thanks!

a7d8910e02-Jun-2024 mseidel

Updated English dictionary

76447f0401-Jun-2024 mseidel

Remove HelpMenu from customization dialog

1dbb066d30-May-2024 mseidel

Small maintenance cleanup

ad9e070725-May-2024 mseidel

Use correct Math icons in Industrial icon set

6e9ebb6b23-May-2024 mseidel

Remove unused helpmenu.png (HiContrast)

0cb24ebd23-May-2024 mseidel

Remove unused helpmenu.png

f4c755a423-May-2024 Matthias Seidel

Update 00000402.xhp

Use correct icon for "Cut".
The wrong icon(s) helpmenu.png (with a scissor) could probably be deleted.

0080c5f621-May-2024 mseidel

small cleanup (Tango icon set was removed long ago)

c622e83a20-May-2024 mseidel

Minor cleanup

8735c04714-May-2024 John Bampton

misc: fix spelling (#213)

* misc: fix spelling

* Update olepersist.cxx

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

ce18a16914-May-2024 John Bampton

Fix spelling in code comments (#212)

* Fix spelling in code comments

* Update AgendaTemplate.java

---------

Co-authored-by: Matthias Seidel <mseidel@apache.org>

07df5c7114-May-2024 John Bampton

Fix spelling in code comments (#211)

Thanks!

3009d07a13-May-2024 mseidel

Cleaned up resource files

3215e17b09-May-2024 mseidel

Maintenance cleanup

6b7c93d105-May-2024 mseidel

Maintenance cleanup

6fd6668604-May-2024 mseidel

Maintenance cleanup

d1f3eb8801-May-2024 mseidel

Updated English dictionary

f7b97bf721-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 ...

e469ab6a22-Apr-2024 Damjan Jovanovic

Upgrade Curl to version 8.7.1.

Patch by: me

0dfdc53f21-Apr-2024 mseidel

Cleaned up resource files

12345678910>>...336