summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2023-09-29Use less libxml2 external headers dependencyGabor Kelemen1-1/+0
2023-09-18Use less zlib external headers dependencyGabor Kelemen1-1/+0
2023-09-10using decls should come after #includeNoel Grandin1-2/+1
2023-08-28new loplugin:optionalboolNoel Grandin1-1/+1
2023-08-18ucbhelper,ucb,desktop: InternetProxyServer is problematicMichael Stahl4-23/+12
2023-08-18Fix curl proxy access for non-authenticated proxyNoel Grandin1-4/+11
2023-07-31Adapt test code to cURL 8.2.0Stephan Bergmann1-4/+4
2023-07-01Use getXWeak in ucbMike Kaganski24-251/+242
2023-06-28Simplify a bitMike Kaganski1-9/+4
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-4/+4
2023-06-26new loplugin:constexprliteralNoel Grandin4-9/+9
2023-06-15ooo#41037 Reject URLs containing unencoded NUL charactersStephan Bergmann1-0/+4
2023-06-07ucb: webdav-curl: auth data is invalid when receiving 401Michael Stahl1-0/+4
2023-05-25merge some stringaddsNoel Grandin3-24/+21
2023-04-25Fix tdf#155004: ucb: webdav-curl: carry over Class1 bit only if setMichael Stahl1-1/+4
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin2-2/+2
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-4/+4
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-4/+2
2023-04-09use more OUStringToOStringNoel Grandin2-11/+11
2023-04-03Optimize a bitMike Kaganski1-5/+5
2023-03-30loplugin:stringadd in ucbNoel Grandin11-61/+28
2023-03-18loplugin: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