summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-14use more string_view in ucbNoel Grandin3-10/+10
2022-04-13ucb: webdav-curl: oops, increment after checkingMichael Stahl1-1/+1
2022-04-13ucb: webdav-curl: only allow system credentials for auth onceMichael Stahl1-2/+18
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-11/+12
2022-04-13Update remaining DevGuide wiki links.Ilmari Lauhakangas1-1/+1
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen55-75/+28
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-1/+2
2022-04-10use more string_viewNoel Grandin1-2/+2
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin2-3/+3
2022-03-11loplugin:constparamsNoel Grandin2-2/+2
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák2-7/+7
2022-02-17loplugin:unusedmethodsNoel Grandin1-2/+0
2022-02-08ucb: webdav-curl: fix deadlock in SerfLockStore::refreshLocks()Michael Stahl2-7/+7
2022-02-08ucb: webdav: fix "__lll_lock_wait () "Henry Castro1-4/+5
2022-02-04Revert typo fix, 'stringly typed' is the intended formIlmari Lauhakangas1-1/+1
2022-02-02Fix method nameAndrea Gelmini1-2/+2
2022-01-31ucb: webdav-curl: suppress libcurl proxy detectionMichael Stahl1-8/+9
2022-01-27Fix typosAndrea Gelmini1-2/+2
2022-01-26ucb: add more webdav-curl doc to READMEMichael Stahl1-7/+32
2022-01-20ucb: webdav-curl: fix the debug logging moreMichael Stahl1-41/+50
2022-01-18ucb: webdav-curl: add even more loggingMichael Stahl1-1/+38
2022-01-15Let loplugin:nullptr look into template instantiationsStephan Bergmann1-4/+4
2022-01-14ucb: webdav-curl: build debug callback also in release buildsMichael Stahl1-5/+10