summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-01ucb: webdav-curl: Related: tdf#82677, remove cached element when appropriateGiuseppe Castagno3-0/+36
2021-11-01ucb: webdav-curl: Related: tdf#82677, add cache use in Content::getProperties()Giuseppe Castagno1-1/+17
2021-11-01ucb: webdav-curl: Related: tdf#82677, implement a PROPFIND 'propname' request...Giuseppe Castagno5-0/+179
2021-11-01ucb: webdav-curl: tdf#101094 (26): Fix possible early relase of cache mutexGiuseppe Castagno1-1/+1
2021-11-01ucb: webdav-curl: tdf#101094 (25): Make a std::less explicit, add/remove TODO...Giuseppe Castagno2-14/+13
2021-11-01ucb: webdav-curl: tdf#101094 (24): Simplify cache removal: DESTROY, PROPPATCH...Giuseppe Castagno1-9/+10
2021-11-01ucb: webdav-curl: tdf#101094 (23): Simplify cache removal: MOVE, COPYGiuseppe Castagno1-12/+8
2021-11-01ucb: webdav-curl: Related: tdf#99499, add a limit to the number of http redir...Giuseppe Castagno3-2/+19
2021-11-01ucb: webdav-curl: tdf#101094 (22): Simplify cache removal: MKCOL, PUTGiuseppe Castagno1-6/+3
2021-11-01ucb: webdav-curl: tdf#101094 (21): Simplify cache removal: LOCK, UNLOCKGiuseppe Castagno1-17/+4
2021-11-01ucb: webdav-curl: tdf#101094 (20) OPTIONS: Check for Class1 DAV before unlockGiuseppe Castagno1-4/+12
2021-11-01ucb: webdav-curl: Related: tdf#96410 eXo Platform WebDAV: where lock fails...Giuseppe Castagno1-1/+5
2021-11-01ucb: webdav-curl: tdf#101094 (19) OPTIONS: Add mechanism to manage not found ...Giuseppe Castagno3-15/+84
2021-11-01ucb: webdav-curl: tdf#101094 (18) OPTIONS: Update OPTIONS cache lifetime if n...Giuseppe Castagno1-0/+32
2021-11-01ucb: webdav-curl: tdf#101094 (17) OPTIONS: Options cache removal: COPYGiuseppe Castagno1-0/+6
2021-11-01ucb: webdav-curl: tdf#101094 (16) OPTIONS: Options cache removal: MOVEGiuseppe Castagno1-4/+17
2021-11-01ucb: webdav-curl: tdf#101094 (15) OPTIONS: Options cache removal: MKCOLGiuseppe Castagno1-0/+3
2021-11-01ucb: webdav-curl: tdf#101094 (14) OPTIONS: Options cache removal: PUTGiuseppe Castagno1-0/+12
2021-11-01ucb: webdav-curl: CurlSession OPTIONS() lock cacheMichael Stahl1-0/+7
2021-11-01ucb: webdav-curl: tdf#101094 (13) OPTIONS: Options cache removal: LOCK, UNLOCKGiuseppe Castagno3-1/+35
2021-11-01ucb: webdav-curl: tdf#101094 (12) OPTIONS: Add options cache ctrl in getResou...Giuseppe Castagno1-63/+110
2021-11-01ucb: webdav-curl: tdf#101094 (11): Add WebDAV options cache configuration param.Giuseppe Castagno2-0/+54
2021-11-01ucb: webdav-curl: tdf#101094 (10) OPTIONS: Add a simple options cache classGiuseppe Castagno2-1/+105
2021-11-01ucb: webdav-curl: tdf#101094 (9) OPTIONS: Add options check in Content::getPr...Giuseppe Castagno1-10/+16
2021-11-01ucb: webdav-curl: tdf#101094 (8) OPTIONS: Add options check in Content::resou...Michael Stahl2-78/+128
2021-11-01ucb: webdav-curl: tdf#101094 (7) OPTIONS: Remove resourceTypeForLocks before ...Giuseppe Castagno1-2/+3