History log of /trunk/ (Results 1 - 25 of 8379)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

73fec56a20-Apr-2024 mseidel

Fixed typos

9b51720218-Apr-2024 Damjan Jovanovic

Fix a regression in 8eb9a7e66a3128669216ddb884f844d50ac59fb9, which broke
delivering libcrypto.lib and libssl.lib on Windows.

Patch by: me

8eb9a7e607-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 ...

a5818cd915-Apr-2024 Damjan Jovanovic

Get redland building with Clang >= 15, libxml2 >= 2.11.0, and/or FreeBSD >= 14.

Patch by: me

2331699309-Apr-2024 mseidel

Updated download numbers

8cd9d6f809-Apr-2024 Matthias Seidel

Update README.md

caeabaab08-Apr-2024 mseidel

Maintenance cleanup

3a917bca07-Apr-2024 mseidel

Remove temporary file

39e5c08607-Apr-2024 mseidel

Converted files from old StarWriter format to ODT

63e8b06207-Apr-2024 mseidel

Fix German comments, cleanup

a4b70a5c06-Apr-2024 Damjan Jovanovic

Fix typos: mehtod -> method, mehtods -> methods.

Patch by: me

f116cfec03-Apr-2024 mseidel

Use correct icons for line spacing in HC mode with large icons

1fcc6d2b02-Apr-2024 Arrigo Marchiori

Merge pull request #200 from oooforum/patch-12

Fixes issue 60859


4ac3bde729-Mar-2024 Arrigo Marchiori

Search forward or backward for a visible slide

Fixes bug #60859

Revision tags: AOO420-Dev5-m5
c284e3b523-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

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

95939a2629-Mar-2024 Arrigo Marchiori

Link pthread library when using OpenSSL on Linux

Restores compilation on current openSUSE.

cdfa2a0e01-Apr-2024 John Bampton

Fix spelling in comments (#209)

604463aa01-Apr-2024 John Bampton

Fix spelling in code comments (#208)

* Fix spelling in code comments

* Update ImageControl.cxx

---------

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

ceb51a8e01-Apr-2024 John Bampton

Fix spelling in code comments and descriptions only (#207)

* Fix spelling in code comments and descriptions only

* Update IllegalAccessibleComponentStateException.idl

-----

Fix spelling in code comments and descriptions only (#207)

* Fix spelling in code comments and descriptions only

* Update IllegalAccessibleComponentStateException.idl

---------

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

show more ...

51cb29da01-Apr-2024 mseidel

Updated English dictionary

12345678910>>...336