Age | Commit message (Expand) | Author |
2022-09-28 | use more string_view in ucb | Noel Grandin |
2022-09-14 | cid#1500603 Resource leak | Caolán McNamara |
2022-09-13 | cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for now | Stephan Bergmann |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-18 | loplugin:moveit | Noel Grandin |
2022-08-15 | tdf#149921 ucb: webdav-curl: WNT: certificate revocation check | Michael Stahl |
2022-08-04 | cid#1507745 return local | Noel Grandin |
2022-08-01 | clang-tidy modernize-pass-by-value in ucb | Noel Grandin |
2022-06-20 | elide some makeStringAndClear() calls | Noel Grandin |
2022-06-19 | tdf#128196: filenames containing # get truncated when saving to GVFS | Julien Nabet |
2022-06-10 | new loplugin:moveit | Noel Grandin |
2022-05-23 | std::unordered_set->o3tl::sorted_vector in TaskManager | Noel Grandin |
2022-05-20 | osl::Mutex->std::mutex in DataSupplier | Noel Grandin |
2022-05-19 | add ByteWriter to reduce memory copying when writing data | Noel Grandin |
2022-05-19 | add utl::ByteReader pure class | Noel Grandin |
2022-05-17 | osl::Mutex->std::mutex in HierarchyDataSource | Noel Grandin |
2022-05-17 | osl::Mutex->std::mutex in HierarchyResultSetDataSupplier | Noel Grandin |
2022-05-14 | pass-by-value in TaskManager::MyProperty::setValue | Noel Grandin |
2022-05-12 | speed up simple use of NamedValueCollection | Noel Grandin |
2022-05-10 | osl::Mutex->std::mutex in ucb::BaseContent | Noel Grandin |
2022-05-10 | osl::Mutex->std::mutex in ucb::XResultSet_impl | Noel Grandin |
2022-05-10 | osl::Mutex->std::mutex in HierarchyEntry | Noel Grandin |
2022-05-05 | loplugin:unusedvariableplus | Noel Grandin |
2022-05-05 | Just use Any ctor instead of makeAny (Linux, sequel) | Stephan Bergmann |
2022-05-05 | ucb: webdav-curl: if LOCK fails, display error message | Michael Stahl |
2022-05-04 | ucb: webdav-curl: fix handling of non-standard properties | Michael Stahl |
2022-05-03 | Just use Any ctor instead of makeAny in ucb | Stephan Bergmann |
2022-05-03 | tdf#148426 ucb: webdav-curl: fall-back to GET if OPTIONS status 500 | Michael Stahl |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-26 | Improve some signed vs. unsigned comparisons | Stephan Bergmann |
2022-04-20 | tdf#146460 tdf#148429 ucb: webdav-curl: censor "curl" in UserAgent | Michael Stahl |
2022-04-20 | loplugin:passstuffbyref | Noel Grandin |
2022-04-20 | ucb: webdav-curl: restore CppunitTest_ucb_webdav_core | Michael Stahl |
2022-04-20 | ucb: webdav-curl: check UseUserData before sending user name | Michael Stahl |
2022-04-19 | ucb: webdav-curl: put user name from config into LOCK request | Michael Stahl |
2022-04-19 | ucb: webdav-curl: fix getting DAV:lockdiscovery property | Michael Stahl |
2022-04-14 | use more string_view in ucb | Noel Grandin |
2022-04-13 | ucb: webdav-curl: oops, increment after checking | Michael Stahl |
2022-04-13 | ucb: webdav-curl: only allow system credentials for auth once | Michael Stahl |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-13 | Update remaining DevGuide wiki links. | Ilmari Lauhakangas |
2022-04-12 | Recheck modules [uU]* with IWYU | Gabor Kelemen |
2022-04-11 | loplugin:stringview add check for getToken().toInt32 | Noel Grandin |
2022-04-10 | use more string_view | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-03-11 | loplugin:constparams | Noel Grandin |
2022-03-07 | do not pass XComponentContext to officecfg::...::get() calls | Luboš Luňák |
2022-02-17 | loplugin:unusedmethods | Noel Grandin |
2022-02-08 | ucb: webdav-curl: fix deadlock in SerfLockStore::refreshLocks() | Michael Stahl |