summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
9 daysloplugin:stringadd use more O[U]StringCharNoel Grandin1-12/+6
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-2/+0
2023-03-06clang-tidy dead-storeNoel Grandin1-3/+0
2023-02-24tdf#153642 ucb: fix broken save with cached DAVOptionsLászló Németh1-0/+5
2023-02-17osl::Mutex->std::mutex in SortedDynamicResultSetListenerNoel Grandin2-4/+4
2023-02-17osl::Mutex->std::mutex in SortedDynamicResultSetNoel Grandin2-31/+19
2023-02-16osl::Mutex->std::mutex in TaskManagerNoel Grandin2-34/+46
2023-02-16osl::Mutex->std::mutex in ResultSetDataSupplierNoel Grandin2-22/+43
2023-02-16osl::Mutex->std::mutex in ucb::ucp::ext::DataSupplierNoel Grandin2-8/+9
2023-02-15no need to use unique_ptr for OMultiTypeInterfaceContainerHelperVar4Noel Grandin4-69/+37
2023-02-14no need to use unique_ptr for OInterfaceContainerHelper4Noel Grandin6-55/+26
2023-02-14osl::Mutex->std::mutex in SortedResultSetNoel Grandin2-101/+75
2023-02-14fix locking in PersistentPropertySetNoel Grandin2-21/+15
2023-02-13osl::Mutex->std::mutex in ContentResultSetWrapperNoel Grandin6-594/+519
2023-02-13osl::Mutex->std::mutex in DynamicResultSetWrapperNoel Grandin4-39/+33
2023-02-13Fix the buildStephan Bergmann1-2/+2
2023-02-13osl::Mutex->std::mutex in DynamicResultSetWrapperListenerNoel Grandin2-5/+5
2023-02-13osl::Mutex->std::mutex in PropertySetRegistryNoel Grandin2-142/+146
2023-02-13osl::Mutex->std::mutex in PersistentPropertySetNoel Grandin2-58/+74
2023-02-13Fix/simplify some vnd.sun.star.expand: handlingMike Kaganski1-8/+3
2023-01-30tdf#152493 ucb WebDAV: fix upload using HTTP 1.0 fallbackLászló Németh2-0/+25
2023-01-28LOK: Allow image upload from WOPI-like host with self-signed certAndras Timar1-0/+9
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