summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2023-01-19tdf#153039 ucb: webdav-curl: fix POST, which was actually doing PUTMichael Stahl1-5/+7
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-5/+5
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin2-12/+1
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-4/+3
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann3-20/+2
2022-12-19loplugin:implinheritancehelper in ucbNoel Grandin4-102/+9
2022-12-14loplugin:unocast (ucb::ucp::ext::Content)Stephan Bergmann3-2/+20
2022-12-07loplugin:singlevalfieldsNoel Grandin2-6/+3
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin2-3/+1
2022-11-11Drop counterproductive top-level constsStephan Bergmann1-2/+2
2022-10-26ucb: FTP UCP: report CURLE_URL_MALFORMAT as IllegalIdentifierExceptionMichael Stahl1-0/+15
2022-10-18tdf#105609: Support DateModified for updated tdoc stream contentsStephan Bergmann9-1/+90
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski2-2/+2
2022-09-28use more string_view in ucbNoel Grandin13-59/+65
2022-09-14cid#1500603 Resource leakCaolán McNamara1-4/+5
2022-09-13cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for nowStephan Bergmann1-0/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann14-14/+14
2022-08-18loplugin:moveitNoel Grandin4-5/+5
2022-08-15tdf#149921 ucb: webdav-curl: WNT: certificate revocation checkMichael Stahl1-1/+10
2022-08-04cid#1507745 return localNoel Grandin1-2/+2
2022-08-01clang-tidy modernize-pass-by-value in ucbNoel Grandin83-216/+269
2022-06-20elide some makeStringAndClear() callsNoel Grandin4-4/+4
2022-06-19tdf#128196: filenames containing # get truncated when saving to GVFSJulien Nabet1-2/+8
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-05-23std::unordered_set->o3tl::sorted_vector in TaskManagerNoel Grandin2-15/+9
2022-05-20osl::Mutex->std::mutex in DataSupplierNoel Grandin2-15/+35
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin2-4/+4
2022-05-19add utl::ByteReader pure classNoel Grandin3-1/+38
2022-05-17osl::Mutex->std::mutex in HierarchyDataSourceNoel Grandin2-19/+12
2022-05-17osl::Mutex->std::mutex in HierarchyResultSetDataSupplierNoel Grandin2-16/+32
2022-05-14pass-by-value in TaskManager::MyProperty::setValueNoel Grandin2-3/+3
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin1-3/+1
2022-05-10osl::Mutex->std::mutex in ucb::BaseContentNoel Grandin3-113/+63
2022-05-10osl::Mutex->std::mutex in ucb::XResultSet_implNoel Grandin2-69/+43
2022-05-10osl::Mutex->std::mutex in HierarchyEntryNoel Grandin2-14/+7
2022-05-05loplugin:unusedvariableplusNoel Grandin1-7/+0
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann1-7/+7
2022-05-05ucb: webdav-curl: if LOCK fails, display error messageMichael Stahl1-32/+48
2022-05-04ucb: webdav-curl: fix handling of non-standard propertiesMichael Stahl2-6/+16
2022-05-03Just use Any ctor instead of makeAny in ucbStephan Bergmann18-228/+225
2022-05-03tdf#148426 ucb: webdav-curl: fall-back to GET if OPTIONS status 500Michael Stahl1-1/+3
2022-05-01use more string_view in variousNoel Grandin4-13/+14
2022-04-29use more string_view in INetURLObjectNoel Grandin3-4/+4
2022-04-26Improve some signed vs. unsigned comparisonsStephan Bergmann1-2/+3
2022-04-20tdf#146460 tdf#148429 ucb: webdav-curl: censor "curl" in UserAgentMichael Stahl1-3/+4
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-20ucb: webdav-curl: restore CppunitTest_ucb_webdav_coreMichael Stahl3-1/+4
2022-04-20ucb: webdav-curl: check UseUserData before sending user nameMichael Stahl1-1/+5
2022-04-19ucb: webdav-curl: put user name from config into LOCK requestMichael Stahl2-2/+3
2022-04-19ucb: webdav-curl: fix getting DAV:lockdiscovery propertyMichael Stahl1-2/+20