summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2016-11-01Cosmetic: Namespaces, better make use of the 'using-directive'Giuseppe Castagno2-8/+11
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe2-19/+2
2016-10-27Cosmetic: Move function member around...Giuseppe Castagno1-28/+28
2016-10-26const-ness fixesStephan Bergmann2-15/+15
2016-10-26WebDAV: Small cosmetic to unit checks.Giuseppe Castagno1-7/+7
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin22-130/+144
2016-10-23Fix typosAndrea Gelmini1-1/+1
2016-10-21tdf#102499 (9): Fix eXo Platform WebDAV on 'Save Remote File'Giuseppe Castagno3-6/+77
2016-10-21tdf#102499 (8): Return empty property when not present.Giuseppe Castagno1-0/+24
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin6-21/+7
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke4-4/+4
2016-10-18ucb: fix handling of >>= with rhs AnyJochen Nitschke2-5/+4
2016-10-18loplugin:unusedmethodsNoel Grandin2-69/+0
2016-10-13tdf#102499 (7): Caching connect timeout or cannot connect.Giuseppe Castagno2-0/+30
2016-10-13loplugin:unnecessaryoverrideNoel Grandin2-7/+0
2016-10-12tdf#102499 (6): Cache OPTIONS if not present or if lifetime differentGiuseppe Castagno4-38/+54
2016-10-11tdf#102499 (5): Deal with HTTP unofficial response status codesGiuseppe Castagno4-58/+237
2016-10-05tdf#102499 (3): Change caching model for HTTP response status codeGiuseppe Castagno5-182/+214
2016-10-03tdf#101094 (36): Fix behaviour of GET in fetching Headers onlyGiuseppe Castagno6-26/+106
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin2-6/+3
2016-10-03tdf#101094 (35): Add OPTIONS as pre-check in direct WebDAV open() methodGiuseppe Castagno1-1/+9
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-10-01tdf#101094 (34): Fix test and missing field value in comparision operatorGiuseppe Castagno4-42/+63
2016-09-26tdf#102499 (2): Refactor the WebDAV resource access retryGiuseppe Castagno3-19/+50
2016-09-26tdf#101094 (33): Fix: use the correct exceptionGiuseppe Castagno1-2/+2
2016-09-26convert CONTINUATION constants to typed_flags_setNoel Grandin2-11/+10
2016-09-25tdf#102499 (1): Add WebDAV test to check HTTP reponse status codes retryGiuseppe Castagno5-2/+146
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin3-23/+0
2016-09-20loplugin:unusedfieldsNoel Grandin2-2/+0
2016-09-19tdf#101094 (32): Use a partial GET as a fall-back for HEAD...Giuseppe Castagno4-8/+88
2016-09-18Related: tdf#101094 (31): Add a simulated HEAD method: use GETGiuseppe Castagno3-5/+202
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann73-86/+86
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist1-1/+0
2016-09-13tdf#101094 (30): Better explanation of OPTIONS errors in debug buildGiuseppe Castagno1-6/+7
2016-09-07-Werror=unused-but-set-variableNoel Grandin1-8/+0
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin7-36/+9
2016-08-29WebDAV: Make some SAL_WARN log wording a bit betterGiuseppe Castagno1-9/+9
2016-08-29cppcheck: noExplicitConstructorGiuseppe Castagno1-1/+1
2016-08-28tdf#101094 (29) Fix for IIS 10.0 disabled OPTIONS methodGiuseppe Castagno2-5/+40
2016-08-26tdf#101094 (28): Put back the thread mutex guard...Giuseppe Castagno1-0/+2
2016-08-26tdf#101094 (27): Add a mutex guard to OPTIONS neon dispatch callsGiuseppe Castagno1-4/+5
2016-08-25cid#1371328 Misused comma operatorNoel Grandin1-2/+2
2016-08-25cid#1371332 Misused comma operatorNoel Grandin1-2/+2
2016-08-23Related: tdf#82677, remove cached element when appropriateGiuseppe Castagno3-0/+36
2016-08-23Related: tdf#82677, add cache use in Content::getProperties()Giuseppe Castagno1-1/+17
2016-08-23Related: tdf#82677, implement a PROPFIND 'propname' request cacheGiuseppe Castagno9-1/+384
2016-08-22ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/Stephan Bergmann6-6/+484
2016-08-21tdf#101094 (26): Fix possible early relase of cache mutexGiuseppe Castagno1-1/+1
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann4-4/+4
2016-08-19coverity#1371438 Uncaught exceptionCaolán McNamara2-2/+2