summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic: Namespaces, better make use of the 'using-directive'Giuseppe Castagno2016-11-012-8/+11
* Omit comparator which is the same as default std::less<key_type>Takeshi Abe2016-10-312-19/+2
* Cosmetic: Move function member around...Giuseppe Castagno2016-10-271-28/+28
* const-ness fixesStephan Bergmann2016-10-262-15/+15
* WebDAV: Small cosmetic to unit checks.Giuseppe Castagno2016-10-261-7/+7
* loplugin:expandablemethods in ucb..ucbhelperNoel Grandin2016-10-2622-130/+144
* Fix typosAndrea Gelmini2016-10-231-1/+1
* tdf#102499 (9): Fix eXo Platform WebDAV on 'Save Remote File'Giuseppe Castagno2016-10-213-6/+77
* tdf#102499 (8): Return empty property when not present.Giuseppe Castagno2016-10-211-0/+24
* loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2016-10-196-21/+7
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-184-4/+4
* ucb: fix handling of >>= with rhs AnyJochen Nitschke2016-10-182-5/+4
* loplugin:unusedmethodsNoel Grandin2016-10-182-69/+0
* tdf#102499 (7): Caching connect timeout or cannot connect.Giuseppe Castagno2016-10-132-0/+30
* loplugin:unnecessaryoverrideNoel Grandin2016-10-132-7/+0
* tdf#102499 (6): Cache OPTIONS if not present or if lifetime differentGiuseppe Castagno2016-10-124-38/+54
* tdf#102499 (5): Deal with HTTP unofficial response status codesGiuseppe Castagno2016-10-114-58/+237
* tdf#102499 (3): Change caching model for HTTP response status codeGiuseppe Castagno2016-10-055-182/+214
* tdf#101094 (36): Fix behaviour of GET in fetching Headers onlyGiuseppe Castagno2016-10-036-26/+106
* loplugin:countusersofdefaultparams in sw..vclNoel Grandin2016-10-032-6/+3
* tdf#101094 (35): Add OPTIONS as pre-check in direct WebDAV open() methodGiuseppe Castagno2016-10-031-1/+9
* Fix typosAndrea Gelmini2016-10-011-1/+1
* tdf#101094 (34): Fix test and missing field value in comparision operatorGiuseppe Castagno2016-10-014-42/+63
* tdf#102499 (2): Refactor the WebDAV resource access retryGiuseppe Castagno2016-09-263-19/+50
* tdf#101094 (33): Fix: use the correct exceptionGiuseppe Castagno2016-09-261-2/+2
* convert CONTINUATION constants to typed_flags_setNoel Grandin2016-09-262-11/+10
* tdf#102499 (1): Add WebDAV test to check HTTP reponse status codes retryGiuseppe Castagno2016-09-255-2/+146
* loplugin:unusedmethods in sc..vclNoel Grandin2016-09-223-23/+0
* loplugin:unusedfieldsNoel Grandin2016-09-202-2/+0
* tdf#101094 (32): Use a partial GET as a fall-back for HEAD...Giuseppe Castagno2016-09-194-8/+88
* Related: tdf#101094 (31): Add a simulated HEAD method: use GETGiuseppe Castagno2016-09-183-5/+202
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1373-86/+86
* Remove nonsense comments: // bitfieldTor Lillqvist2016-09-131-1/+0
* tdf#101094 (30): Better explanation of OPTIONS errors in debug buildGiuseppe Castagno2016-09-131-6/+7
* -Werror=unused-but-set-variableNoel Grandin2016-09-071-8/+0
* loplugin:constantparam in framework..vbahelperNoel Grandin2016-09-077-36/+9
* WebDAV: Make some SAL_WARN log wording a bit betterGiuseppe Castagno2016-08-291-9/+9
* cppcheck: noExplicitConstructorGiuseppe Castagno2016-08-291-1/+1
* tdf#101094 (29) Fix for IIS 10.0 disabled OPTIONS methodGiuseppe Castagno2016-08-282-5/+40
* tdf#101094 (28): Put back the thread mutex guard...Giuseppe Castagno2016-08-261-0/+2
* tdf#101094 (27): Add a mutex guard to OPTIONS neon dispatch callsGiuseppe Castagno2016-08-261-4/+5
* cid#1371328 Misused comma operatorNoel Grandin2016-08-251-2/+2
* cid#1371332 Misused comma operatorNoel Grandin2016-08-251-2/+2
* Related: tdf#82677, remove cached element when appropriateGiuseppe Castagno2016-08-233-0/+36
* Related: tdf#82677, add cache use in Content::getProperties()Giuseppe Castagno2016-08-231-1/+17
* Related: tdf#82677, implement a PROPFIND 'propname' request cacheGiuseppe Castagno2016-08-239-1/+384
* ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/Stephan Bergmann2016-08-226-6/+484
* tdf#101094 (26): Fix possible early relase of cache mutexGiuseppe Castagno2016-08-211-1/+1
* Some clang-tidy misc-move-constructor-initStephan Bergmann2016-08-194-4/+4
* coverity#1371438 Uncaught exceptionCaolán McNamara2016-08-192-2/+2