Age | Commit message (Expand) | Author |
2021-11-26 | ucb: webdav-curl: fix CurlUri::CloneWithRelativeRefPathAbsolute() | Michael Stahl |
2021-11-26 | ucb: webdav-curl: don't use chunked encoding for PROPPATCH | Michael Stahl |
2021-11-26 | cid#1494447 ucb: webdav-curl: Logically dead code | Michael Stahl |
2021-11-26 | ucb: webdav-curl: remove useless assert in getLockTokenForURI() | Michael Stahl |
2021-11-26 | ucb: webdav-curl: don't use chunked encoding for LOCK | Michael Stahl |
2021-11-26 | ucb: webdav-curl: avoid pointless HEAD requests for DAV resources | Michael Stahl |
2021-11-26 | ucb: webdav-curl: don't use chunked encoding for PROPFIND | Michael Stahl |
2021-11-26 | cid#1494446 Uninitialized scalar field | Caolán McNamara |
2021-11-26 | Removed break; after return | Andrea Gelmini |
2021-11-25 | ucb: webdav-curl: NTLM is both system and not-system authentication | Michael Stahl |
2021-11-25 | ucb: webdav-curl: Sharepoint returns redirect urls that curl can't parse | Michael Stahl |
2021-11-24 | Remove break; after return | Andrea Gelmini |
2021-11-24 | ucb: webdav-curl: properly reset CURLOPT_INFILESIZE_LARGE | Michael Stahl |
2021-11-23 | O[U]String::replaceAt overloads that take string_view | Noel Grandin |
2021-11-23 | tdf#145769 ucb: webdav-curl: stop returning IsDocument=true if it doesn't exist | Michael Stahl |
2021-11-23 | ucb: webdav-curl: fix some issues caused by missing authentication | Michael Stahl |
2021-11-22 | ucb: webdav-curl: don't use chunked encoding for PUT | Michael Stahl |
2021-11-22 | ucb: webdav-curl: log headers in debug_callback | Michael Stahl |
2021-11-22 | Revert "The CurlOption curl_off_t case appears to be unused" | Michael Stahl |
2021-11-18 | ucb: webdav-curl: don't assert on valid URL | Michael Stahl |
2021-11-15 | fix typo in comment | Stephan Bergmann |
2021-11-12 | Fix (mis-)uses of temporary O[U]StringLiteral | Stephan Bergmann |
2021-11-10 | new loplugin:stringliteraldefine | Noel Grandin |
2021-11-10 | Fix typo | Andrea Gelmini |
2021-11-09 | The CurlOption curl_off_t case appears to be unused | Stephan Bergmann |
2021-11-09 | Address of dllimport function isn't considered constant expression by clang-cl | Stephan Bergmann |
2021-11-08 | Fix typos | Andrea Gelmini |
2021-11-07 | Typo: implemnented->implemented | Julien Nabet |
2021-11-05 | webdav-curl: there's no non-const Sequence::operator[] | Mike Kaganski |
2021-11-03 | Silence loplugin:toolslong in ucb/source/ucp/webdav-curl/CurlSession.cxx | Stephan Bergmann |
2021-11-03 | ucb: webdav-curl: consolidate unit tests | Michael Stahl |
2021-11-03 | ucb: webdav-curl: convert webdav unit tests to curl | Michael Stahl |
2021-11-03 | Fix typos | Andrea Gelmini |
2021-11-01 | ucb: webdav-curl: remove SerfLockStore::getLockToken() | Michael Stahl |
2021-11-01 | ucb: webdav-curl: fix MOVE/COPY/DELETE crash | Michael Stahl |
2021-11-01 | ucb: webdav-curl: rewrite authentication loop for reentrancy | Michael Stahl |
2021-11-01 | ucb: webdav-curl: implement CurlSession::abort() | Michael Stahl |
2021-11-01 | ucb: webdav-curl: escape broken SharePoint 2016 URIs | Michael Stahl |
2021-11-01 | ucb: webdav-curl: tdf#82744: fix WebDAV lock/unlock behaviour - part 4 | Michael Stahl |
2021-11-01 | ucb: webdav-curl: use curl_multi API to support read timeout | Michael Stahl |
2021-11-01 | ucb: webdav-curl: remove locks from LockStore after AUTH error | Michael Stahl |
2021-11-01 | ucb: webdav-curl: convert hrefs in PROPFIND response to URI | Michael Stahl |
2021-11-01 | ucb: webdav-curl: implement dead properties in PROPFIND/PROPPATCH | Michael Stahl |
2021-11-01 | ucb: webdav-curl: clean up CurlUri m_Path mess | Michael Stahl |
2021-11-01 | ucb: webdav-curl: convert URI reference to URI as early as possible | Michael Stahl |
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 |