- 1e97e58 ucb: webdav-curl: only set CURLOPT_NOBODY for HEAD by Michael Stahl · 2 years, 1 month ago
- 1da30e5 ucb: webdav-curl: try to share DNS and TLS data as well by Michael Stahl · 3 years, 6 months ago
- 9205827 ucb: webdav-curl: add a shared cookie store by Michael Stahl · 3 years, 6 months ago
- b623434 ucb: webdav-curl: try fallback authentication on 403 error by Michael Stahl · 2 years, 1 month ago
- 2f9ef73 ucb: webdav-curl: don't set CURLOPT_NOBODY for OPTIONS by Michael Stahl · 2 years, 1 month ago
- 1c7d3ea Fix curl proxy access for non-authenticated proxy by Noel Grandin · 2 years, 8 months ago
- 040b0bf ucb: webdav-curl: auth data is invalid when receiving 401 by Michael Stahl · 2 years, 10 months ago
- 30f770d Fix tdf#155004: ucb: webdav-curl: carry over Class1 bit only if set by Michael Stahl · 3 years ago
- 03fe458 tdf#153642 ucb: fix broken save with cached DAVOptions by László Németh · 3 years, 1 month ago
- 7dc3d1b tdf#152493 ucb WebDAV: fix upload using HTTP 1.0 fallback by László Németh · 3 years, 2 months ago
- 6ce53d79 tdf#153039 ucb: webdav-curl: fix POST, which was actually doing PUT by Michael Stahl · 3 years, 3 months ago
- 660e31e ucb: FTP UCP: report CURLE_URL_MALFORMAT as IllegalIdentifierException by Michael Stahl · 3 years, 5 months ago
- 413ce31 tdf#149921 ucb: webdav-curl: WNT: certificate revocation check by Michael Stahl · 3 years, 8 months ago
- 7aaa235 tdf#128196: filenames containing # get truncated when saving to GVFS by Julien Nabet · 3 years, 10 months ago
- f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
- 86c95d1 std::unordered_set->o3tl::sorted_vector in TaskManager by Noel Grandin · 3 years, 11 months ago
- 37ce426 osl::Mutex->std::mutex in DataSupplier by Noel Grandin · 3 years, 11 months ago
- 62531ec add ByteWriter to reduce memory copying when writing data by Noel Grandin · 3 years, 11 months ago
- d1dc27f add utl::ByteReader pure class by Noel Grandin · 3 years, 11 months ago
- f08c890 osl::Mutex->std::mutex in HierarchyDataSource by Noel Grandin · 4 years ago
- ef3c759 osl::Mutex->std::mutex in HierarchyResultSetDataSupplier by Noel Grandin · 4 years ago
- 27be407 pass-by-value in TaskManager::MyProperty::setValue by Noel Grandin · 3 years, 11 months ago
- d03e7a8 speed up simple use of NamedValueCollection by Noel Grandin · 3 years, 11 months ago
- 3816184 osl::Mutex->std::mutex in ucb::BaseContent by Noel Grandin · 4 years ago
- 3b2888f osl::Mutex->std::mutex in ucb::XResultSet_impl by Noel Grandin · 4 years ago
- 63a2f31 osl::Mutex->std::mutex in HierarchyEntry by Noel Grandin · 4 years ago
- 9e57e16 loplugin:unusedvariableplus by Noel Grandin · 4 years ago
- 7c5d3d7 Just use Any ctor instead of makeAny (Linux, sequel) by Stephan Bergmann · 4 years ago
- cb64a52 ucb: webdav-curl: if LOCK fails, display error message by Michael Stahl · 4 years ago
- 65362d6 ucb: webdav-curl: fix handling of non-standard properties by Michael Stahl · 4 years ago
- 605a34c Just use Any ctor instead of makeAny in ucb by Stephan Bergmann · 4 years ago
- 5801b88 tdf#148426 ucb: webdav-curl: fall-back to GET if OPTIONS status 500 by Michael Stahl · 4 years ago
- 5200a73 use more string_view in various by Noel Grandin · 4 years ago
- d384925 use more string_view in INetURLObject by Noel Grandin · 4 years ago
- a8d0174 Improve some signed vs. unsigned comparisons by Stephan Bergmann · 4 years ago
- 8d9c56e tdf#146460 tdf#148429 ucb: webdav-curl: censor "curl" in UserAgent by Michael Stahl · 4 years ago
- 9f958c0 loplugin:passstuffbyref by Noel Grandin · 4 years ago
- 6a868ff ucb: webdav-curl: restore CppunitTest_ucb_webdav_core by Michael Stahl · 4 years ago
- 6d7c384 ucb: webdav-curl: check UseUserData before sending user name by Michael Stahl · 4 years ago
- 70bea73 ucb: webdav-curl: put user name from config into LOCK request by Michael Stahl · 4 years ago
- 68f41f4 ucb: webdav-curl: fix getting DAV:lockdiscovery property by Michael Stahl · 4 years ago
- 9798f8a use more string_view in ucb by Noel Grandin · 4 years ago
- ab65a74 ucb: webdav-curl: oops, increment after checking by Michael Stahl · 4 years ago
- 2bc4d1d ucb: webdav-curl: only allow system credentials for auth once by Michael Stahl · 4 years ago
- fdfd517 loplugin:stringviewparam whitelist some more functions by Noel Grandin · 4 years ago
- e568c9d Update remaining DevGuide wiki links. by Ilmari Lauhakangas · 4 years ago
- 2b44f94 Recheck modules [uU]* with IWYU by Gabor Kelemen · 4 years ago
- 85c2ed8 loplugin:stringview add check for getToken().toInt32 by Noel Grandin · 4 years ago
- b24a4d2 use more string_view by Noel Grandin · 4 years ago
- 1927b51 loplugin:stringviewparam convert methods using indexOf by Noel Grandin · 4 years ago
- 69b5f0b loplugin:constparams by Noel Grandin · 4 years, 1 month ago
- 4256c76 do not pass XComponentContext to officecfg::...::get() calls by Luboš Luňák · 4 years, 1 month ago
- 2cbf83e loplugin:unusedmethods by Noel Grandin · 4 years, 2 months ago
- 7ac06bd ucb: webdav-curl: fix deadlock in SerfLockStore::refreshLocks() by Michael Stahl · 4 years, 2 months ago
- abc32f1 ucb: webdav: fix "__lll_lock_wait () " by Henry Castro · 4 years, 2 months ago
- 957d5cf Revert typo fix, 'stringly typed' is the intended form by Ilmari Lauhakangas · 4 years, 2 months ago
- b13579f Fix method name by Andrea Gelmini · 4 years, 2 months ago
- 9b5894e ucb: webdav-curl: suppress libcurl proxy detection by Michael Stahl · 4 years, 2 months ago
- 06dbd2f Fix typos by Andrea Gelmini · 4 years, 2 months ago
- a3a6ef1 ucb: add more webdav-curl doc to README by Michael Stahl · 4 years, 3 months ago
- f8ef102 ucb: webdav-curl: fix the debug logging more by Michael Stahl · 4 years, 3 months ago
- d32e7dd ucb: webdav-curl: add even more logging by Michael Stahl · 4 years, 3 months ago
- 29bc127 Let loplugin:nullptr look into template instantiations by Stephan Bergmann · 4 years, 3 months ago
- 2a506a2 ucb: webdav-curl: build debug callback also in release builds by Michael Stahl · 4 years, 3 months ago
- 4e2c4bd loplugin:unusedfields by Noel Grandin · 4 years, 3 months ago
- 03c7cd9 osl::Mutex->std::mutex in SerfLockStore by Noel Grandin · 4 years, 3 months ago
- c350c74 remove pImpl from DataSupplier by Noel Grandin · 4 years, 3 months ago
- 1308bcd osl::Mutex->std::mutex in DAVOptionsCache by Noel Grandin · 4 years, 3 months ago
- a5e9a6d osl::Mutex->std::mutex in PropertyNamesCache by Noel Grandin · 4 years, 3 months ago
- 42ac341 use comphelper::WeakComponentImplHelper in UcbStore by Noel Grandin · 4 years, 3 months ago
- 65dbcbf osl::Mutex->std::mutex in DAVSessionFactory by Noel Grandin · 4 years, 3 months ago
- ae80ee2 use comphelper::WeakComponentImplHelper in Provider by Noel Grandin · 4 years, 3 months ago
- d3ca7a5 use comphelper::WeakComponentImplHelper in ExpandContentProviderImpl by Noel Grandin · 4 years, 3 months ago
- bde743f use comphelper::WeakComponentImplHelper in UcbCommandEnvironment by Noel Grandin · 4 years, 3 months ago
- 34cbc30 use comphelper::WeakComponentImplHelper in UcbContentProviderProxyFactory by Noel Grandin · 4 years, 3 months ago
- 1d21a51 ucb: webdav-curl: update README by Thorsten Behrens · 4 years, 4 months ago
- 3152f5a use more cppu::BaseMutex by Noel Grandin · 4 years, 4 months ago
- a214369 loplugin:unusedvariablecheck improve by Noel Grandin · 4 years, 4 months ago
- 7994791 use more OInterfaceContainer3::notifyEach by Noel Grandin · 4 years, 4 months ago
- 023ebf1 ucb: remove --with-webdav=neon by Michael Stahl · 4 years, 4 months ago
- f45b787 ucb: remove --with-webdav=serf by Michael Stahl · 4 years, 4 months ago
- ad56717 find-unneeded-includes: add exception for boost/shared_ptr.hpp by Gabor Kelemen · 4 years, 4 months ago
- db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
- 5cad267 loplugin:unusedmethods by Noel Grandin · 4 years, 4 months ago
- 3efde47 loplugin:unusedfields by Noel Grandin · 4 years, 4 months ago
- dbc5519 loplugin:unnecessaryvirtual by Noel Grandin · 4 years, 4 months ago
- c8fbbc2 remove OMultiTypeInterfaceContainerHelperVar2 by Noel Grandin · 4 years, 4 months ago
- e782eef use OMultiTypeInterfaceContainerHelperVar3 in ContentResultSetWrapper by Noel Grandin · 4 years, 4 months ago
- a469d13 use OMultiTypeInterfaceContainerHelperVar3 in PersistentPropertySet by Noel Grandin · 4 years, 4 months ago
- a14b4e1 use OMultiTypeInterfaceContainerHelperVar3 in SortedResultSet by Noel Grandin · 4 years, 4 months ago
- 0b35970 webdav-curl: just mask CURLE_QUIC_CONNECT_ERROR by Jan-Marek Glogowski · 4 years, 4 months ago
- 70a479a CURLE_QUIC_CONNECT_ERROR requires curl >= 7.69.0 by Jan-Marek Glogowski · 4 years, 4 months ago
- 75a1a63 use more OInterfaceContainerHelper3 in PropertyListeners by Noel Grandin · 4 years, 4 months ago
- b6f35f5 use more OInterfaceContainerHelper2 in ucb by Noel Grandin · 4 years, 4 months ago
- 2fae5ab2 ucb: webdav-curl: don't read from XInputStream during upload by Michael Stahl · 4 years, 4 months ago
- 1d16a2c loplugin:stringliteraldefine in ucb by Noel Grandin · 4 years, 4 months ago
- b03e070 ucb: webdav-curl: fix CurlUri::CloneWithRelativeRefPathAbsolute() by Michael Stahl · 4 years, 4 months ago
- 78d14ff ucb: webdav-curl: don't use chunked encoding for PROPPATCH by Michael Stahl · 4 years, 4 months ago
- 91ce345 cid#1494447 ucb: webdav-curl: Logically dead code by Michael Stahl · 4 years, 4 months ago
- 9f94ea1 ucb: webdav-curl: remove useless assert in getLockTokenForURI() by Michael Stahl · 4 years, 4 months ago