summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2022-10-18tdf#105609: Support DateModified for updated tdoc stream contentsStephan Bergmann
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-28use more string_view in ucbNoel Grandin
2022-09-14cid#1500603 Resource leakCaolán McNamara
2022-09-13cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for nowStephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18loplugin:moveitNoel Grandin
2022-08-15tdf#149921 ucb: webdav-curl: WNT: certificate revocation checkMichael Stahl
2022-08-04cid#1507745 return localNoel Grandin
2022-08-01clang-tidy modernize-pass-by-value in ucbNoel Grandin
2022-06-20elide some makeStringAndClear() callsNoel Grandin
2022-06-19tdf#128196: filenames containing # get truncated when saving to GVFSJulien Nabet
2022-06-10new loplugin:moveitNoel Grandin
2022-05-23std::unordered_set->o3tl::sorted_vector in TaskManagerNoel Grandin
2022-05-20osl::Mutex->std::mutex in DataSupplierNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-19add utl::ByteReader pure classNoel Grandin
2022-05-17osl::Mutex->std::mutex in HierarchyDataSourceNoel Grandin
2022-05-17osl::Mutex->std::mutex in HierarchyResultSetDataSupplierNoel Grandin
2022-05-14pass-by-value in TaskManager::MyProperty::setValueNoel Grandin
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin
2022-05-10osl::Mutex->std::mutex in ucb::BaseContentNoel Grandin
2022-05-10osl::Mutex->std::mutex in ucb::XResultSet_implNoel Grandin
2022-05-10osl::Mutex->std::mutex in HierarchyEntryNoel Grandin
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann
2022-05-05ucb: webdav-curl: if LOCK fails, display error messageMichael Stahl
2022-05-04ucb: webdav-curl: fix handling of non-standard propertiesMichael Stahl
2022-05-03Just use Any ctor instead of makeAny in ucbStephan Bergmann
2022-05-03tdf#148426 ucb: webdav-curl: fall-back to GET if OPTIONS status 500Michael Stahl
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-26Improve some signed vs. unsigned comparisonsStephan Bergmann
2022-04-20tdf#146460 tdf#148429 ucb: webdav-curl: censor "curl" in UserAgentMichael Stahl
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-20ucb: webdav-curl: restore CppunitTest_ucb_webdav_coreMichael Stahl
2022-04-20ucb: webdav-curl: check UseUserData before sending user nameMichael Stahl
2022-04-19ucb: webdav-curl: put user name from config into LOCK requestMichael Stahl
2022-04-19ucb: webdav-curl: fix getting DAV:lockdiscovery propertyMichael Stahl
2022-04-14use more string_view in ucbNoel Grandin
2022-04-13ucb: webdav-curl: oops, increment after checkingMichael Stahl
2022-04-13ucb: webdav-curl: only allow system credentials for auth onceMichael Stahl
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-13Update remaining DevGuide wiki links.Ilmari Lauhakangas
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10use more string_viewNoel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-11loplugin:constparamsNoel Grandin
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák