summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-19coverity#1371439 Uncaught exceptionCaolán McNamara2-2/+2
2016-08-19Related: coverity#1371328 rename variable slightlyCaolán McNamara1-4/+4
2016-08-18cppcheck: noCopyConstructorCaolán McNamara2-0/+5
2016-08-16tdf#101094 (25): Make a std::less explicit, add/remove TODOs...Giuseppe Castagno2-14/+13
2016-08-16tdf#101094 (24): Simplify cache removal: DESTROY, PROPPATCH, MOVEGiuseppe Castagno1-6/+7
2016-08-15loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin1-2/+1
2016-08-14tdf#101094 (23): Simplify cache removal: MOVE, COPYGiuseppe Castagno1-9/+5
2016-08-12Cppcheck: Variable is reassigned a value before the old one has been usedGiuseppe Castagno1-2/+1
2016-08-12Related: tdf#99499, add a limit to the number of http redirectionsGiuseppe Castagno3-3/+21
2016-08-11tdf#101094 (22): Simplify cache removal: MKCOL, PUTGiuseppe Castagno1-6/+3
2016-08-11tdf#101094 (21): Simplify cache removal: LOCK, UNLOCKGiuseppe Castagno1-17/+4
2016-08-11loplugin:countusersofdefaultparams in svl..unodevtoolsNoel Grandin1-1/+1
2016-08-10tdf#101385: don't try to get SharePoint folder outside of allowed rangeMike Kaganski1-1/+1
2016-08-03tdf#101094 (20) OPTIONS: Check for Class1 DAV before unlockGiuseppe Castagno1-4/+12
2016-08-01Related: tdf#96410 eXo Platform WebDAV: where lock fails...Giuseppe Castagno1-1/+5
2016-07-31Revert "tdf#101094 (20) OPTIONS: Add mechanism to manage not found Web URL: H...Giuseppe Castagno1-41/+0
2016-07-30tdf#101094 (20) OPTIONS: Add mechanism to manage not found Web URL: HEADGiuseppe Castagno1-0/+41
2016-07-29tdf#101094 (19) OPTIONS: Add mechanism to manage not found Web URL: GETGiuseppe Castagno3-15/+83
2016-07-29tdf#101094 (18) OPTIONS: Update OPTIONS cache lifetime if not foundGiuseppe Castagno1-0/+32
2016-07-29tdf#101094 (17) OPTIONS: Options cache removal: COPYGiuseppe Castagno1-0/+6
2016-07-29tdf#101094 (16) OPTIONS: Options cache removal: MOVEGiuseppe Castagno1-4/+17
2016-07-29tdf#101094 (15) OPTIONS: Options cache removal: MKCOLGiuseppe Castagno1-0/+3
2016-07-29tdf#101094 (14) OPTIONS: Options cache removal: PUTGiuseppe Castagno1-0/+12
2016-07-29tdf#101094 (13) OPTIONS: Options cache removal: LOCK, UNLOCKGiuseppe Castagno5-1/+55
2016-07-29tdf#101094 (12) OPTIONS: Add options cache ctrl in getResourceOptionsGiuseppe Castagno1-63/+110
2016-07-29tdf#101094 (11): Add WebDAV options cache configuration param.Giuseppe Castagno2-0/+54
2016-07-29tdf#101094 (10) OPTIONS: Add a simple options cache classGiuseppe Castagno3-1/+131
2016-07-29tdf#101094 (9) OPTIONS: Add options check in Content::getPropertiesGiuseppe Castagno1-10/+16
2016-07-29tdf#101094 (8) OPTIONS: Add options check in Content::resourceTypeForLocksGiuseppe Castagno2-76/+126
2016-07-29tdf#101094 (7) OPTIONS: Remove resourceTypeForLocks before unlockGiuseppe Castagno1-2/+3
2016-07-28tdf#101094 (6) OPTIONS: Do not retry on HTTP error 501Giuseppe Castagno1-0/+4
2016-07-28tdf#101094 (5) OPTIONS: Add options check in Content::getResourceTypeGiuseppe Castagno1-37/+121
2016-07-28ucb: fix deadlocks in tdoc UCP OfficeDocumentsManagerMichael Stahl2-80/+101
2016-07-28tdf#101094 (4) OPTIONS: Add member function getResourceOptionsGiuseppe Castagno2-0/+115
2016-07-28tdf#101094 (3) OPTIONS: Add options implem. in DAV resource access.Giuseppe Castagno2-16/+12
2016-07-28tdf#101094 (2) OPTIONS: Add neon session implementationGiuseppe Castagno3-0/+117
2016-07-28tdf#101094 (1) OPTIONS: New class to store retrieved OPTIONSGiuseppe Castagno6-12/+491
2016-07-27improve passstuffbyref return analysisNoel Grandin5-7/+7