summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/NeonSession.cxx
AgeCommit message (Expand)Author
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
2016-06-24Force lowercase on WebDAV received header names.Giuseppe Castagno
2016-05-06tdf#99426 Use correct path for lock in PUT methodGiuseppe Castagno
2016-04-25Some more sal_Bool -> boolStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-03loplugin:stringconstantStephan Bergmann
2016-03-03ucb: replace boost::bind with C++11 lambdasMichael Stahl
2016-02-05Fix typosAndrea Gelmini
2016-01-29Fix typo, change misleading warning messageGiuseppe Castagno
2016-01-05Related tdf#96833: breadcrumb: setting URL, host port gets lost.Giuseppe Castagno
2015-12-16Related tdf#90700 Add configuration for web connection timeout.Giuseppe Castagno
2015-12-15tdf#95792: fix saving file the first time on some WebDAV servers.Giuseppe Castagno
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann