summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* coverity#1371439 Uncaught exceptionCaolán McNamara2016-08-192-2/+2
* Related: coverity#1371328 rename variable slightlyCaolán McNamara2016-08-191-4/+4
* cppcheck: noCopyConstructorCaolán McNamara2016-08-182-0/+5
* tdf#101094 (25): Make a std::less explicit, add/remove TODOs...Giuseppe Castagno2016-08-162-14/+13
* tdf#101094 (24): Simplify cache removal: DESTROY, PROPPATCH, MOVEGiuseppe Castagno2016-08-161-6/+7
* loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin2016-08-151-2/+1
* tdf#101094 (23): Simplify cache removal: MOVE, COPYGiuseppe Castagno2016-08-141-9/+5
* Cppcheck: Variable is reassigned a value before the old one has been usedGiuseppe Castagno2016-08-121-2/+1
* Related: tdf#99499, add a limit to the number of http redirectionsGiuseppe Castagno2016-08-123-3/+21
* tdf#101094 (22): Simplify cache removal: MKCOL, PUTGiuseppe Castagno2016-08-111-6/+3
* tdf#101094 (21): Simplify cache removal: LOCK, UNLOCKGiuseppe Castagno2016-08-111-17/+4
* loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin2016-08-111-1/+1
* tdf#101385: don't try to get SharePoint folder outside of allowed rangeMike Kaganski2016-08-101-1/+1
* tdf#101094 (20) OPTIONS: Check for Class1 DAV before unlockGiuseppe Castagno2016-08-031-4/+12
* Related: tdf#96410 eXo Platform WebDAV: where lock fails...Giuseppe Castagno2016-08-011-1/+5
* Revert "tdf#101094 (20) OPTIONS: Add mechanism to manage not found Web URL: H...Giuseppe Castagno2016-07-311-41/+0
* tdf#101094 (20) OPTIONS: Add mechanism to manage not found Web URL: HEADGiuseppe Castagno2016-07-301-0/+41
* tdf#101094 (19) OPTIONS: Add mechanism to manage not found Web URL: GETGiuseppe Castagno2016-07-293-15/+83
* tdf#101094 (18) OPTIONS: Update OPTIONS cache lifetime if not foundGiuseppe Castagno2016-07-291-0/+32
* tdf#101094 (17) OPTIONS: Options cache removal: COPYGiuseppe Castagno2016-07-291-0/+6
* tdf#101094 (16) OPTIONS: Options cache removal: MOVEGiuseppe Castagno2016-07-291-4/+17
* tdf#101094 (15) OPTIONS: Options cache removal: MKCOLGiuseppe Castagno2016-07-291-0/+3
* tdf#101094 (14) OPTIONS: Options cache removal: PUTGiuseppe Castagno2016-07-291-0/+12
* tdf#101094 (13) OPTIONS: Options cache removal: LOCK, UNLOCKGiuseppe Castagno2016-07-295-1/+55
* tdf#101094 (12) OPTIONS: Add options cache ctrl in getResourceOptionsGiuseppe Castagno2016-07-291-63/+110
* tdf#101094 (11): Add WebDAV options cache configuration param.Giuseppe Castagno2016-07-292-0/+54
* tdf#101094 (10) OPTIONS: Add a simple options cache classGiuseppe Castagno2016-07-293-1/+131
* tdf#101094 (9) OPTIONS: Add options check in Content::getPropertiesGiuseppe Castagno2016-07-291-10/+16
* tdf#101094 (8) OPTIONS: Add options check in Content::resourceTypeForLocksGiuseppe Castagno2016-07-292-76/+126
* tdf#101094 (7) OPTIONS: Remove resourceTypeForLocks before unlockGiuseppe Castagno2016-07-291-2/+3
* tdf#101094 (6) OPTIONS: Do not retry on HTTP error 501Giuseppe Castagno2016-07-281-0/+4
* tdf#101094 (5) OPTIONS: Add options check in Content::getResourceTypeGiuseppe Castagno2016-07-281-37/+121
* ucb: fix deadlocks in tdoc UCP OfficeDocumentsManagerMichael Stahl2016-07-282-80/+101
* tdf#101094 (4) OPTIONS: Add member function getResourceOptionsGiuseppe Castagno2016-07-282-0/+115
* tdf#101094 (3) OPTIONS: Add options implem. in DAV resource access.Giuseppe Castagno2016-07-282-16/+12
* tdf#101094 (2) OPTIONS: Add neon session implementationGiuseppe Castagno2016-07-283-0/+117