summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/NeonSession.cxx
AgeCommit message (Expand)Author
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
2017-02-25value returned from particular web server is not valid asciiCaolán McNamara
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-22Revert "[API CHANGE] createSecurityContext() was always called with an empty ...Tor Lillqvist
2016-12-21[API CHANGE] createSecurityContext() was always called with an empty stringTor Lillqvist
2016-10-11tdf#102499 (5): Deal with HTTP unofficial response status codesGiuseppe Castagno
2016-10-05tdf#102499 (3): Change caching model for HTTP response status codeGiuseppe Castagno
2016-10-03tdf#101094 (36): Fix behaviour of GET in fetching Headers onlyGiuseppe Castagno
2016-10-01tdf#101094 (34): Fix test and missing field value in comparision operatorGiuseppe Castagno
2016-08-26tdf#101094 (28): Put back the thread mutex guard...Giuseppe Castagno
2016-08-26tdf#101094 (27): Add a mutex guard to OPTIONS neon dispatch callsGiuseppe Castagno
2016-08-12Cppcheck: Variable is reassigned a value before the old one has been usedGiuseppe Castagno
2016-07-29tdf#101094 (13) OPTIONS: Options cache removal: LOCK, UNLOCKGiuseppe Castagno
2016-07-28tdf#101094 (2) OPTIONS: Add neon session implementationGiuseppe Castagno