Age | Commit message (Expand) | Author |
2021-11-01 | ucb: webdav-curl: handle "depth" in WebDAVResponseParser | Michael Stahl |
2021-11-01 | ucb: webdav-curl: Don't crash when accessing WebDAV resource after auth failed | Michael Stahl |
2021-11-01 | ucb: webdav-curl: loplugin:constfields in ucb | Michael Stahl |
2021-11-01 | ucb: webdav-curl: tdf#106955: Open WebDAV resources on which PROPFIND fails | Mike Kaganski |
2021-11-01 | ucb: webdav-curl: const-ness fixes | Stephan Bergmann |
2021-11-01 | ucb: webdav-curl: tdf#102499 (9): Fix eXo Platform WebDAV on 'Save Remote File' | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#102499 (8): Return empty property when not present. | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: loplugin:unusedmethods | Michael Stahl |
2021-11-01 | ucb: webdav-curl: tdf#102499 (7): Caching connect timeout or cannot connect. | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#102499 (6): Cache OPTIONS if not present or if lifetime... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#102499 (5): Deal with HTTP unofficial response status c... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#102499 (3): Change caching model for HTTP response stat... | Michael Stahl |
2021-11-01 | ucb: webdav-curl: tdf#101094 (36): Fix behaviour of GET in fetching Headers only | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (35): Add OPTIONS as pre-check in direct WebDAV ... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (34): Fix test and missing field value in compar... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#102499 (2): Refactor the WebDAV resource access retry | Michael Stahl |
2021-11-01 | ucb: webdav-curl: tdf#102499 (1): Add WebDAV test to check HTTP reponse status | Michael Stahl |
2021-11-01 | ucb: webdav-curl: loplugin:unusedmethods in sc..vcl | Michael Stahl |
2021-11-01 | ucb: webdav-curl: loplugin:unusedfields | Michael Stahl |
2021-11-01 | ucb: webdav-curl: tdf#101094 (32): Use a partial GET as a fall-back for HEAD... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: add additional comments from commit... | Michael Stahl |
2021-11-01 | ucb: webdav-curl: tdf#101094 (30): Better explanation of OPTIONS errors in de... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: WebDAV: Make some SAL_WARN log wording a bit better | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (29) Fix for IIS 10.0 disabled OPTIONS method | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: Related: tdf#82677, remove cached element when appropriate | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: Related: tdf#82677, add cache use in Content::getProperties() | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: Related: tdf#82677, implement a PROPFIND 'propname' request... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (26): Fix possible early relase of cache mutex | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (25): Make a std::less explicit, add/remove TODO... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (24): Simplify cache removal: DESTROY, PROPPATCH... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (23): Simplify cache removal: MOVE, COPY | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: Related: tdf#99499, add a limit to the number of http redir... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (22): Simplify cache removal: MKCOL, PUT | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (21): Simplify cache removal: LOCK, UNLOCK | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (20) OPTIONS: Check for Class1 DAV before unlock | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: Related: tdf#96410 eXo Platform WebDAV: where lock fails... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (19) OPTIONS: Add mechanism to manage not found ... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (18) OPTIONS: Update OPTIONS cache lifetime if n... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (17) OPTIONS: Options cache removal: COPY | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (16) OPTIONS: Options cache removal: MOVE | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (15) OPTIONS: Options cache removal: MKCOL | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (14) OPTIONS: Options cache removal: PUT | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: CurlSession OPTIONS() lock cache | Michael Stahl |
2021-11-01 | ucb: webdav-curl: tdf#101094 (13) OPTIONS: Options cache removal: LOCK, UNLOCK | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (12) OPTIONS: Add options cache ctrl in getResou... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (11): Add WebDAV options cache configuration param. | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (10) OPTIONS: Add a simple options cache class | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (9) OPTIONS: Add options check in Content::getPr... | Giuseppe Castagno |
2021-11-01 | ucb: webdav-curl: tdf#101094 (8) OPTIONS: Add options check in Content::resou... | Michael Stahl |
2021-11-01 | ucb: webdav-curl: tdf#101094 (7) OPTIONS: Remove resourceTypeForLocks before ... | Giuseppe Castagno |