summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-curl
AgeCommit message (Expand)Author
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-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-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-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
2021-11-03ucb: webdav-curl: convert webdav unit tests to curlMichael Stahl
2021-11-03Fix typosAndrea Gelmini
2021-11-01ucb: webdav-curl: remove SerfLockStore::getLockToken()Michael Stahl
2021-11-01ucb: webdav-curl: fix MOVE/COPY/DELETE crashMichael Stahl
2021-11-01ucb: webdav-curl: rewrite authentication loop for reentrancyMichael Stahl
2021-11-01ucb: webdav-curl: implement CurlSession::abort()Michael Stahl
2021-11-01ucb: webdav-curl: escape broken SharePoint 2016 URIsMichael Stahl
2021-11-01ucb: webdav-curl: tdf#82744: fix WebDAV lock/unlock behaviour - part 4Michael Stahl
2021-11-01ucb: webdav-curl: use curl_multi API to support read timeoutMichael Stahl
2021-11-01ucb: webdav-curl: remove locks from LockStore after AUTH errorMichael Stahl
2021-11-01ucb: webdav-curl: convert hrefs in PROPFIND response to URIMichael Stahl
2021-11-01ucb: webdav-curl: implement dead properties in PROPFIND/PROPPATCHMichael Stahl
2021-11-01ucb: webdav-curl: clean up CurlUri m_Path messMichael Stahl
2021-11-01ucb: webdav-curl: convert URI reference to URI as early as possibleMichael Stahl
2021-11-01ucb: webdav-curl: handle "depth" in WebDAVResponseParserMichael Stahl
2021-11-01ucb: webdav-curl: Don't crash when accessing WebDAV resource after auth failedMichael Stahl
2021-11-01ucb: webdav-curl: loplugin:constfields in ucbMichael Stahl
2021-11-01ucb: webdav-curl: tdf#106955: Open WebDAV resources on which PROPFIND failsMike Kaganski
2021-11-01ucb: webdav-curl: const-ness fixesStephan Bergmann
2021-11-01ucb: webdav-curl: tdf#102499 (9): Fix eXo Platform WebDAV on 'Save Remote File'Giuseppe Castagno
2021-11-01ucb: webdav-curl: tdf#102499 (8): Return empty property when not present.Giuseppe Castagno
2021-11-01ucb: webdav-curl: loplugin:unusedmethodsMichael Stahl
2021-11-01ucb: webdav-curl: tdf#102499 (7): Caching connect timeout or cannot connect.Giuseppe Castagno
2021-11-01ucb: webdav-curl: tdf#102499 (6): Cache OPTIONS if not present or if lifetime...Giuseppe Castagno
2021-11-01ucb: webdav-curl: tdf#102499 (5): Deal with HTTP unofficial response status c...Giuseppe Castagno
2021-11-01ucb: webdav-curl: tdf#102499 (3): Change caching model for HTTP response stat...Michael Stahl
2021-11-01ucb: webdav-curl: tdf#101094 (36): Fix behaviour of GET in fetching Headers onlyGiuseppe Castagno
2021-11-01ucb: webdav-curl: tdf#101094 (35): Add OPTIONS as pre-check in direct WebDAV ...Giuseppe Castagno
2021-11-01ucb: webdav-curl: tdf#101094 (34): Fix test and missing field value in compar...Giuseppe Castagno
2021-11-01ucb: webdav-curl: tdf#102499 (2): Refactor the WebDAV resource access retryMichael Stahl
2021-11-01ucb: webdav-curl: tdf#102499 (1): Add WebDAV test to check HTTP reponse statusMichael Stahl
2021-11-01ucb: webdav-curl: loplugin:unusedmethods in sc..vclMichael Stahl
2021-11-01ucb: webdav-curl: loplugin:unusedfieldsMichael Stahl
2021-11-01ucb: webdav-curl: tdf#101094 (32): Use a partial GET as a fall-back for HEAD...Giuseppe Castagno