summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-01ucb: webdav-curl: tdf#102499 (3): Change caching model for HTTP response stat...Michael Stahl4-153/+156
2021-11-01ucb: webdav-curl: tdf#101094 (36): Fix behaviour of GET in fetching Headers onlyGiuseppe Castagno3-25/+22
2021-11-01ucb: webdav-curl: tdf#101094 (35): Add OPTIONS as pre-check in direct WebDAV ...Giuseppe Castagno1-1/+9
2021-11-01ucb: webdav-curl: tdf#101094 (34): Fix test and missing field value in compar...Giuseppe Castagno3-13/+14
2021-11-01ucb: webdav-curl: tdf#102499 (2): Refactor the WebDAV resource access retryMichael Stahl2-17/+29
2021-11-01ucb: webdav-curl: tdf#102499 (1): Add WebDAV test to check HTTP reponse statusMichael Stahl1-2/+3
2021-11-01ucb: webdav-curl: loplugin:unusedmethods in sc..vclMichael Stahl3-22/+0
2021-11-01ucb: webdav-curl: loplugin:unusedfieldsMichael Stahl2-2/+0
2021-11-01ucb: webdav-curl: tdf#101094 (32): Use a partial GET as a fall-back for HEAD...Giuseppe Castagno4-8/+88
2021-11-01ucb: webdav-curl: add additional comments from commit...Michael Stahl1-3/+4
2021-11-01ucb: webdav-curl: tdf#101094 (30): Better explanation of OPTIONS errors in de...Giuseppe Castagno1-6/+7
2021-11-01ucb: webdav-curl: WebDAV: Make some SAL_WARN log wording a bit betterGiuseppe Castagno1-11/+11
2021-11-01ucb: webdav-curl: tdf#101094 (29) Fix for IIS 10.0 disabled OPTIONS methodGiuseppe Castagno2-1/+36