misc: fix spelling (#459)* misc: fix spelling* Regenerate ignored words list codespell.txt
pre-commit whitespace cleanup for `.component` files (#398)Enforced 3 hooks for `.component` files:- end-of-file-fixer- mixed-line-ending- trailing-whitespace
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by:
pre-commit auto remove trailing whitespace from cxx files (#383)Another big auto clean up. So many lines !!Another one bites the dusthttps://www.youtube.com/watch?v=rY0WxgSXdEECo-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
pre-commit auto remove trailing whitespace from XML files (#384)Auto cleaned up all the XML files for unneeded trailing whitespace.Around 8k lines changed a smaller whitespace PR this time
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our co
pre-commit auto clean trailing whitespace in dxp and hxx files (#381)A huge auto clean up by pre-commit and I can make smaller PRs if needed.Seems we have a lot of extra whitespace junk in our code baseThe NeverEnding Story was a great film back in the old days :)Great video and theme song by Limahlhttps://www.youtube.com/watch?v=lHytjEj7B9ghttps://en.wikipedia.org/wiki/The_NeverEnding_Story_(film)
Fix spelling (#356)* misc: fix spelling* Update ignored words list
pre-commit(end-of-file-fixer): autofix more cxx files in main (#317)
Fix end of hxx files remove unneeded blank lines (#242)
Update CurlSession.cxx (#223)* Update CurlSession.cxx * Update CurlSession.cxx --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
Override OpenSSL's certificate verification with our own, instead ofusing its verification and selectively overriding the result.- A nonsense self-signed expired certificate is fed into Curl to get
Override OpenSSL's certificate verification with our own, instead ofusing 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
Allow our WebDAV content provider to connect when the TLS certificate namedoesn't match the server's host name.Currently in such cases the connection always fails, and the user isn't evengiven a
Allow our WebDAV content provider to connect when the TLS certificate namedoesn't match the server's host name.Currently in such cases the connection always fails, and the user isn't evengiven a chance to allow it. This is because Curl does the server namevalidation itself. However we already have code to validate server names,and we prompt the user for what to do, unlike Curl which always fails.Therefore disable Curl's verification and use ours.Patch by: me
In the WebDAV content provider, allow the user to permit any TLS certificatein the chain that's invalid, not just the first.Patch by: me
Decode Curl errors
Include string.h too, for memcpy().
Port our WebDAV content provider from serf/apr/apr-util, to curl.Patch by: me
Fixed typos, removed whitespace
Add a missing precompiled header include.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777745 13f79535-47bb-0310-9956-ffa450edef68
Ubuntu 14.04 apparently isn't happen with implicit int -> sal_In32 andwchar_t -> sal_Unicode conversions, so do them explicitly.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoff
Ubuntu 14.04 apparently isn't happen with implicit int -> sal_In32 andwchar_t -> sal_Unicode conversions, so do them explicitly.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777531 13f79535-47bb-0310-9956-ffa450edef68
Port main/ucb to gbuild.Use real version detection from the library instead of from the headerfiles for apr, apr-util, and serf.Add apr, apr-util, and serf to main/RepositoryExternal.mk where th
Port main/ucb to gbuild.Use real version detection from the library instead of from the headerfiles for apr, apr-util, and serf.Add apr, apr-util, and serf to main/RepositoryExternal.mk where they belong.For GNOMEVFS and GIO, use the CFLAGS and LIBS detected by ./configureinstead of trying to rediscover them like the dmake makefiles did.Patch by: megit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1777194 13f79535-47bb-0310-9956-ffa450edef68
Spelling, spelling ...Why worry about some sprinkled German when we haven't yet learned English.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa4
Spelling, spelling ...Why worry about some sprinkled German when we haven't yet learned English.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
#i126305# Fix access to standard websites (e.g., no WebDAV).Patch by: Giuseppe Castagnogit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1707170 13f79535-47bb-0310-9956-ffa450edef68
Fix build with external webdav.Submitted by: Don Lewisgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705542 13f79535-47bb-0310-9956-ffa450edef68
#i126305# Add missing files from the patch.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705276 13f79535-47bb-0310-9956-ffa450edef68
#i126305# Add support for WebDAV locking.Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705199 13f79535-47bb-0310-9956-
#i126305# Add support for WebDAV locking.Patch by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705199 13f79535-47bb-0310-9956-ffa450edef68
Fix webdav build with external serf.Building with external serf (which is recommended) has beenbroken for a while. Restore the proper include paths forthe external serf to work.While testing th
Fix webdav build with external serf.Building with external serf (which is recommended) has beenbroken for a while. Restore the proper include paths forthe external serf to work.While testing this change, I noticed that downloading the old serfcan fail breaking the build but this is unrelated to this patch.Authors: Don Lewis, maho@Obtained from: FreeBSD portgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1654282 13f79535-47bb-0310-9956-ffa450edef68
123