summaryrefslogtreecommitdiff
path: root/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
13 daysloplugin:reftotemp in scripting..uuiNoel Grandin1-3/+3
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-16loplugin:unusedmethodsNoel Grandin1-6/+0
2024-10-02cid#1608390 Data race conditionNoel Grandin1-6/+3
2024-10-02cid#1606901 Data race conditionNoel Grandin1-4/+8
2024-09-30CID#1607066:Data race condition (MISSING_LOCK)Noel Grandin1-51/+103
2024-09-10use more concrete UNO type in ucbhelperNoel Grandin2-3/+3
2024-08-16cid#1557618 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2024-07-22cid#1608362 Double unlockCaolán McNamara1-12/+11
2024-05-16loplugin:ostr in ucbhelperNoel Grandin4-15/+15
2024-05-04replace createFromAscii with OUString literals in ucbhelperNoel Grandin1-6/+6
2024-03-29tdf#146619 Drop unused 'using namespace' in: ucbhelper/Gabor Kelemen2-2/+0
2024-03-08use more string_viewNoel Grandin1-9/+9
2023-11-23tdf#158321 No error message when file doesn't existNoel Grandin1-2/+6
2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl1-33/+1
2023-11-15loplugin:unusedmethodsNoel Grandin3-157/+0
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ucbhelperStephan Bergmann1-10/+10
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski2-12/+4
2023-10-12loplugin:unusedmethodsNoel Grandin1-4/+0
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-10-02reduce allocations in InterceptedInteractionNoel Grandin1-4/+4
2023-08-18ucbhelper,ucb,desktop: InternetProxyServer is problematicMichael Stahl1-5/+12
2023-08-09Use _beginthreadex instead of CreateThreadMike Kaganski1-2/+4
2023-05-27Use getXWeak in ucbhelperMike Kaganski3-9/+9
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin1-5/+1
2023-03-30loplugin:stringadd in ucbhelper..uuiNoel Grandin1-17/+6
2023-02-20osl::Mutex->std::mutex in ucbhelper::FdInputStreamNoel Grandin1-5/+5
2023-02-13enforce proper locking when calling OInterfaceContainerHelper4Noel Grandin1-2/+2
2022-09-12ucb: remove unnecessary commentsChris Sherlock12-73/+2
2022-08-10loplugin:passstuffbyrefNoel Grandin1-2/+2
2022-07-01Use some more O3TL_UNREACHABLEStephan Bergmann1-7/+1
2022-06-27clang-tidy modernize-pass-by-value in ucbhelperNoel Grandin7-30/+36
2022-05-24elide some OUString allocationNoel Grandin1-1/+2
2022-05-23elide some OUString allocationNoel Grandin1-1/+2
2022-05-07tdf#121740 fast path in cancelCommandExecutionNoel Grandin1-6/+19
2022-05-06osl::Mutex->std::mutex in Content_ImplNoel Grandin1-39/+52
2022-05-03Just use Any ctor instead of makeAny in ucbhelperStephan Bergmann7-13/+13
2022-04-29Revert "use more string_view in ucbhelper"Noel Grandin1-9/+10
2022-04-28use more string_view in ucbhelperNoel Grandin1-10/+9
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-2/+3
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen8-16/+4
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-3/+3
2022-04-08use more subView when converting to Int32Noel Grandin1-2/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-3/+3
2022-02-06No need to call makeStringAndClear to pass a string viewMike Kaganski1-1/+1
2022-01-21fix opengl slide transitionNoel Grandin1-2/+0
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin2-10/+12
2022-01-14no need to hold OInterfaceContainerHelper4 by unique_ptrNoel Grandin2-19/+9
2021-12-27osl::Mutex->std::mutex in CommandProcessorInfoNoel Grandin2-39/+32