summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/NeonSession.cxx
AgeCommit message (Expand)Author
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski
2021-10-16Simplify vector initialization in ucbJulien Nabet
2021-10-01loplugin:constmethodNoel Grandin
2021-02-15loplugin:referencecasting in ucbNoel
2020-10-29ne_lock::timeout is of type long, so keep using that hereStephan Bergmann
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-08-03loplugin:flatten in ucbNoel Grandin
2020-06-12tdf#133673 fix webdav lock refresh with Auth:NegotiateJulian Kalinowski
2020-06-10Fix webdav lock refresh returning 0 instead of true when successfulJulian Kalinowski
2020-05-31neon: upgrade to release 0.31.1Jan-Marek Glogowski
2020-04-29tdf#132460 Fix feedback-loop during WebDAV lock refreshJean-Louis Fuchs
2020-04-09Error strings are not guaranteed to be ASCIIMike Kaganski
2020-03-25ucb-webdav-neon: drop large commented code blocksJan-Marek Glogowski
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-10-17Remove some memset callsMike Kaganski
2019-08-15replace ".get->" with "->"Noel Grandin
2019-07-08tdf#126279 related: remove locks from NeonLockStore after NE_AUTH errorMike Kaganski
2019-07-08tdf#126279: reinitialize session after NE_AUTH errors in (UN)LOCKMike Kaganski
2019-07-08Simplify lastChanceToSendRefreshRequest calculationMike Kaganski
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin
2019-01-08Don't crash when accessing WebDAV resource after auth failedMike Kaganski
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-04crashtesting: kde124742-1.html cannot trust header to be valid asciiCaolán McNamara
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin
2018-09-10wrap GlobalNeonMutex as local staticCaolán McNamara
2018-09-10add mutex guard to new methodsCaolán McNamara
2018-09-10bounce callback functions back into class methodsCaolán McNamara
2018-09-07loplugin:useuniqueptr in NeonSessionNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-06-26tdf#114227: Add support for PAC to ucbhelper::InternetProxyDecider on WindowsMike Kaganski
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin
2017-10-23loplugin:includeform: ucbStephan Bergmann
2017-09-14improve redundantcast lopluginNoel Grandin
2017-07-31loplugin:constparams in basctlNoel Grandin
2017-07-18loplugin:oncevarTor Lillqvist
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-05-19loplugin:stringcopy: ucbStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-03-30NeonSession_NeonAuth(): avoid redundant OUString->OString conversionVitaliy Anderson
2017-03-25Fix typosAndrea Gelmini