Age | Commit message (Expand) | Author |
2023-11-23 | tdf#158321 No error message when file doesn't exist | Noel Grandin |
2023-11-16 | tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyName | Michael Stahl |
2023-11-15 | loplugin:unusedmethods | Noel Grandin |
2023-10-20 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ucbhelper | Stephan Bergmann |
2023-10-14 | Use exception ctors, instead of setting members later | Mike Kaganski |
2023-10-12 | loplugin:unusedmethods | Noel Grandin |
2023-10-11 | Drop o3tl::span, can use C++20 std::span directly now | Stephan Bergmann |
2023-10-02 | reduce allocations in InterceptedInteraction | Noel Grandin |
2023-08-18 | ucbhelper,ucb,desktop: InternetProxyServer is problematic | Michael Stahl |
2023-08-09 | Use _beginthreadex instead of CreateThread | Mike Kaganski |
2023-05-27 | Use getXWeak in ucbhelper | Mike Kaganski |
2023-05-07 | improve some usage of OInterfaceIteratorHelper4 | Noel Grandin |
2023-03-30 | loplugin:stringadd in ucbhelper..uui | Noel Grandin |
2023-02-20 | osl::Mutex->std::mutex in ucbhelper::FdInputStream | Noel Grandin |
2023-02-13 | enforce proper locking when calling OInterfaceContainerHelper4 | Noel Grandin |
2022-09-12 | ucb: remove unnecessary comments | Chris Sherlock |
2022-08-10 | loplugin:passstuffbyref | Noel Grandin |
2022-07-01 | Use some more O3TL_UNREACHABLE | Stephan Bergmann |
2022-06-27 | clang-tidy modernize-pass-by-value in ucbhelper | Noel Grandin |
2022-05-24 | elide some OUString allocation | Noel Grandin |
2022-05-23 | elide some OUString allocation | Noel Grandin |
2022-05-07 | tdf#121740 fast path in cancelCommandExecution | Noel Grandin |
2022-05-06 | osl::Mutex->std::mutex in Content_Impl | Noel Grandin |
2022-05-03 | Just use Any ctor instead of makeAny in ucbhelper | Stephan Bergmann |
2022-04-29 | Revert "use more string_view in ucbhelper" | Noel Grandin |
2022-04-28 | use more string_view in ucbhelper | Noel Grandin |
2022-04-26 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-04-12 | Recheck modules [uU]* with IWYU | Gabor Kelemen |
2022-04-08 | move comphelper::string::toInt32 to o3tl | Noel Grandin |
2022-04-08 | use more subView when converting to Int32 | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-02-06 | No need to call makeStringAndClear to pass a string view | Mike Kaganski |
2022-01-21 | fix opengl slide transition | Noel Grandin |
2022-01-14 | make comphelper::OInterfaceContainerHelper4 more threadsafe | Noel Grandin |
2022-01-14 | no need to hold OInterfaceContainerHelper4 by unique_ptr | Noel Grandin |
2021-12-27 | osl::Mutex->std::mutex in CommandProcessorInfo | Noel Grandin |
2021-12-27 | osl::Mutex->std::mutex in PropertySetInfo | Noel Grandin |
2021-12-27 | osl::Mutex->std::mutex in ResultSetMetaData_Impl | Noel Grandin |
2021-12-27 | osl::Mutex->std::mutex in ResultSet_Impl | Noel Grandin |
2021-12-18 | osl::Mutex->std::mutex in ucbhelper::PropertyValueSet | Noel Grandin |
2021-12-18 | osl::Mutex->std::mutex in ResultSetImplHelper | Noel Grandin |
2021-12-17 | use more OInterfaceContainer3::notifyEach | Noel Grandin |
2021-11-22 | use more OInterfaceContainerHelper3 in ContentImplHelper_Impl | Noel Grandin |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in ucbhelper | Mike Kaganski |
2021-10-31 | Fix OSL_ENSURE in ucbhelper | Julien Nabet |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-10 | loplugin:moveparam in ucbhelper | Noel Grandin |
2021-10-06 | loplugin:moveparam in ucbhelper | Noel Grandin |
2021-08-07 | no need to use UNO_QUERY here | Noel Grandin |