summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2023-03-10tdf#153642 ucb: fix broken save with cached DAVOptionsLászló Németh
2023-03-10tdf#152493 ucb WebDAV: fix upload using HTTP 1.0 fallbackLászló Németh
2023-03-10tdf#153039 ucb: webdav-curl: fix POST, which was actually doing PUTMichael Stahl
2022-11-01ucb: FTP UCP: report CURLE_URL_MALFORMAT as IllegalIdentifierExceptionMichael Stahl
2022-08-28tdf#149921 ucb: webdav-curl: WNT: certificate revocation checkMichael Stahl
2022-07-02LOK: Allow image upload from WOPI-like host with self-signed certAndras Timar
2022-06-24tdf#128196: filenames containing # get truncated when saving to GVFSJulien Nabet
2022-05-13ucb: webdav-curl: if LOCK fails, display error messageMichael Stahl
2022-05-13ucb: webdav-curl: fix handling of non-standard propertiesMichael Stahl
2022-05-13tdf#148426 ucb: webdav-curl: fall-back to GET if OPTIONS status 500Michael Stahl
2022-04-25ucb: webdav-curl: put user name from config into LOCK requestMichael Stahl
2022-04-25ucb: webdav-curl: fix getting DAV:lockdiscovery propertyMichael Stahl
2022-04-25tdf#146460 tdf#148429 ucb: webdav-curl: censor "curl" in UserAgentMichael Stahl
2022-04-14ucb: webdav-curl: only allow system credentials for auth onceMichael Stahl
2022-02-14use more cppu::BaseMutexNoel Grandin
2022-02-01ucb: webdav-curl: suppress libcurl proxy detectionMichael Stahl
2022-01-21ucb: webdav-curl: fix the debug logging moreMichael Stahl
2022-01-18ucb: webdav-curl: add even more loggingMichael Stahl
2022-01-14ucb: webdav-curl: build debug callback also in release buildsMichael Stahl
2021-12-01CURLE_QUIC_CONNECT_ERROR requires curl >= 7.69.0Jan-Marek Glogowski
2021-11-29ucb: webdav-curl: don't read from XInputStream during uploadMichael Stahl
2021-11-27ucb: webdav-curl: fix CurlUri::CloneWithRelativeRefPathAbsolute()Michael Stahl
2021-11-27ucb: webdav-curl: don't use chunked encoding for PROPPATCHMichael Stahl
2021-11-26ucb: webdav-curl: remove useless assert in getLockTokenForURI()Michael Stahl
2021-11-26ucb: webdav-curl: don't use chunked encoding for LOCKMichael Stahl
2021-11-26ucb: webdav-curl: avoid pointless HEAD requests for DAV resourcesMichael Stahl
2021-11-26ucb: webdav-curl: don't use chunked encoding for PROPFINDMichael Stahl
2021-11-26cid#1494447 ucb: webdav-curl: Logically dead codeMichael Stahl
2021-11-26cid#1494446 Uninitialized scalar fieldCaolán McNamara
2021-11-25ucb: webdav-curl: NTLM is both system and not-system authenticationMichael Stahl
2021-11-25ucb: webdav-curl: Sharepoint returns redirect urls that curl can't parseMichael Stahl
2021-11-24Remove break; after returnAndrea Gelmini
2021-11-24ucb: webdav-curl: properly reset CURLOPT_INFILESIZE_LARGEMichael Stahl
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-23tdf#145769 ucb: webdav-curl: stop returning IsDocument=true if it doesn't existMichael Stahl
2021-11-23ucb: webdav-curl: fix some issues caused by missing authenticationMichael Stahl
2021-11-22ucb: webdav-curl: don't use chunked encoding for PUTMichael Stahl
2021-11-22ucb: webdav-curl: log headers in debug_callbackMichael Stahl
2021-11-22Revert "The CurlOption curl_off_t case appears to be unused"Michael Stahl
2021-11-18ucb: webdav-curl: don't assert on valid URLMichael Stahl
2021-11-15fix typo in commentStephan Bergmann
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-11-10Fix typoAndrea Gelmini
2021-11-09The CurlOption curl_off_t case appears to be unusedStephan Bergmann
2021-11-09Address of dllimport function isn't considered constant expression by clang-clStephan Bergmann
2021-11-08Fix typosAndrea Gelmini
2021-11-07Typo: implemnented->implementedJulien Nabet
2021-11-05webdav-curl: there's no non-const Sequence::operator[]Mike Kaganski
2021-11-03Silence loplugin:toolslong in ucb/source/ucp/webdav-curl/CurlSession.cxxStephan Bergmann