summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2021-11-26ucb: webdav-curl: don't use chunked encoding for PROPFINDMichael Stahl1-14/+19
2021-11-26cid#1494446 Uninitialized scalar fieldCaolán McNamara1-1/+1
2021-11-26Removed break; after returnAndrea Gelmini1-2/+0
2021-11-25ucb: webdav-curl: NTLM is both system and not-system authenticationMichael Stahl1-4/+14
2021-11-25ucb: webdav-curl: Sharepoint returns redirect urls that curl can't parseMichael Stahl1-4/+8
2021-11-24Remove break; after returnAndrea Gelmini1-2/+0
2021-11-24ucb: webdav-curl: properly reset CURLOPT_INFILESIZE_LARGEMichael Stahl1-60/+21
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-23tdf#145769 ucb: webdav-curl: stop returning IsDocument=true if it doesn't existMichael Stahl1-16/+20
2021-11-23ucb: webdav-curl: fix some issues caused by missing authenticationMichael Stahl1-5/+30
2021-11-22ucb: webdav-curl: don't use chunked encoding for PUTMichael Stahl1-6/+8
2021-11-22ucb: webdav-curl: log headers in debug_callbackMichael Stahl1-4/+12
2021-11-22Revert "The CurlOption curl_off_t case appears to be unused"Michael Stahl1-6/+39
2021-11-18ucb: webdav-curl: don't assert on valid URLMichael Stahl1-1/+1
2021-11-15fix typo in commentStephan Bergmann1-1/+1
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann2-4/+12
2021-11-10new loplugin:stringliteraldefineNoel Grandin1-2/+2
2021-11-10Fix typoAndrea Gelmini1-1/+1
2021-11-09The CurlOption curl_off_t case appears to be unusedStephan Bergmann1-39/+6
2021-11-09Address of dllimport function isn't considered constant expression by clang-clStephan Bergmann4-22/+29
2021-11-08Fix typosAndrea Gelmini1-1/+1
2021-11-07Typo: implemnented->implementedJulien Nabet1-2/+2
2021-11-05webdav-curl: there's no non-const Sequence::operator[]Mike Kaganski3-69/+56
2021-11-03Silence loplugin:toolslong in ucb/source/ucp/webdav-curl/CurlSession.cxxStephan Bergmann1-7/+5
2021-11-03ucb: webdav-curl: consolidate unit testsMichael Stahl9-189/+16
2021-11-03ucb: webdav-curl: convert webdav unit tests to curlMichael Stahl10-28/+37
2021-11-03Fix typosAndrea Gelmini1-2/+2
2021-11-01ucb: webdav-curl: remove SerfLockStore::getLockToken()Michael Stahl4-28/+15
2021-11-01ucb: webdav-curl: fix MOVE/COPY/DELETE crashMichael Stahl1-5/+8
2021-11-01ucb: webdav-curl: rewrite authentication loop for reentrancyMichael Stahl1-581/+616
2021-11-01ucb: webdav-curl: implement CurlSession::abort()Michael Stahl5-12/+34
2021-11-01ucb: webdav-curl: escape broken SharePoint 2016 URIsMichael Stahl1-1/+8
2021-11-01ucb: webdav-curl: tdf#82744: fix WebDAV lock/unlock behaviour - part 4Michael Stahl1-2/+9
2021-11-01ucb: webdav-curl: use curl_multi API to support read timeoutMichael Stahl2-4/+84
2021-11-01ucb: webdav-curl: remove locks from LockStore after AUTH errorMichael Stahl3-5/+35
2021-11-01ucb: webdav-curl: convert hrefs in PROPFIND response to URIMichael Stahl1-0/+16
2021-11-01ucb: webdav-curl: implement dead properties in PROPFIND/PROPPATCHMichael Stahl4-357/+126
2021-11-01ucb: webdav-curl: clean up CurlUri m_Path messMichael Stahl5-21/+13
2021-11-01ucb: webdav-curl: convert URI reference to URI as early as possibleMichael Stahl6-121/+207
2021-11-01ucb: webdav-curl: handle "depth" in WebDAVResponseParserMichael Stahl1-1/+20
2021-11-01ucb: webdav-curl: Don't crash when accessing WebDAV resource after auth failedMichael Stahl1-6/+4
2021-11-01ucb: webdav-curl: loplugin:constfields in ucbMichael Stahl3-5/+5
2021-11-01ucb: webdav-curl: tdf#106955: Open WebDAV resources on which PROPFIND failsMike Kaganski2-108/+172
2021-11-01ucb: webdav-curl: const-ness fixesStephan Bergmann1-13/+13
2021-11-01ucb: webdav-curl: tdf#102499 (9): Fix eXo Platform WebDAV on 'Save Remote File'Giuseppe Castagno3-6/+77
2021-11-01ucb: webdav-curl: tdf#102499 (8): Return empty property when not present.Giuseppe Castagno1-0/+24
2021-11-01ucb: webdav-curl: loplugin:unusedmethodsMichael Stahl2-69/+0
2021-11-01ucb: webdav-curl: tdf#102499 (7): Caching connect timeout or cannot connect.Giuseppe Castagno2-0/+29
2021-11-01ucb: webdav-curl: tdf#102499 (6): Cache OPTIONS if not present or if lifetime...Giuseppe Castagno3-38/+21
2021-11-01ucb: webdav-curl: tdf#102499 (5): Deal with HTTP unofficial response status c...Giuseppe Castagno3-39/+144