Age | Commit message (Expand) | Author | Files | Lines |
2016-10-01 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2016-10-01 | tdf#101094 (34): Fix test and missing field value in comparision operator | Giuseppe Castagno | 4 | -42/+63 |
2016-09-26 | tdf#102499 (2): Refactor the WebDAV resource access retry | Giuseppe Castagno | 3 | -19/+50 |
2016-09-26 | tdf#101094 (33): Fix: use the correct exception | Giuseppe Castagno | 1 | -2/+2 |
2016-09-26 | convert CONTINUATION constants to typed_flags_set | Noel Grandin | 2 | -11/+10 |
2016-09-25 | tdf#102499 (1): Add WebDAV test to check HTTP reponse status codes retry | Giuseppe Castagno | 5 | -2/+146 |
2016-09-22 | loplugin:unusedmethods in sc..vcl | Noel Grandin | 3 | -23/+0 |
2016-09-20 | loplugin:unusedfields | Noel Grandin | 2 | -2/+0 |
2016-09-19 | tdf#101094 (32): Use a partial GET as a fall-back for HEAD... | Giuseppe Castagno | 4 | -8/+88 |
2016-09-18 | Related: tdf#101094 (31): Add a simulated HEAD method: use GET | Giuseppe Castagno | 3 | -5/+202 |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann | 73 | -86/+86 |
2016-09-13 | Remove nonsense comments: // bitfield | Tor Lillqvist | 1 | -1/+0 |
2016-09-13 | tdf#101094 (30): Better explanation of OPTIONS errors in debug build | Giuseppe Castagno | 1 | -6/+7 |
2016-09-07 | -Werror=unused-but-set-variable | Noel Grandin | 1 | -8/+0 |
2016-09-07 | loplugin:constantparam in framework..vbahelper | Noel Grandin | 7 | -36/+9 |
2016-08-29 | WebDAV: Make some SAL_WARN log wording a bit better | Giuseppe Castagno | 1 | -9/+9 |
2016-08-29 | cppcheck: noExplicitConstructor | Giuseppe Castagno | 1 | -1/+1 |
2016-08-28 | tdf#101094 (29) Fix for IIS 10.0 disabled OPTIONS method | Giuseppe Castagno | 2 | -5/+40 |
2016-08-26 | tdf#101094 (28): Put back the thread mutex guard... | Giuseppe Castagno | 1 | -0/+2 |
2016-08-26 | tdf#101094 (27): Add a mutex guard to OPTIONS neon dispatch calls | Giuseppe Castagno | 1 | -4/+5 |
2016-08-25 | cid#1371328 Misused comma operator | Noel Grandin | 1 | -2/+2 |
2016-08-25 | cid#1371332 Misused comma operator | Noel Grandin | 1 | -2/+2 |
2016-08-23 | Related: tdf#82677, remove cached element when appropriate | Giuseppe Castagno | 3 | -0/+36 |
2016-08-23 | Related: tdf#82677, add cache use in Content::getProperties() | Giuseppe Castagno | 1 | -1/+17 |
2016-08-23 | Related: tdf#82677, implement a PROPFIND 'propname' request cache | Giuseppe Castagno | 9 | -1/+384 |
2016-08-22 | ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/ | Stephan Bergmann | 6 | -6/+484 |
2016-08-21 | tdf#101094 (26): Fix possible early relase of cache mutex | Giuseppe Castagno | 1 | -1/+1 |
2016-08-19 | Some clang-tidy misc-move-constructor-init | Stephan Bergmann | 4 | -4/+4 |
2016-08-19 | coverity#1371438 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2016-08-19 | coverity#1371439 Uncaught exception | Caolán McNamara | 2 | -2/+2 |
2016-08-19 | Related: coverity#1371328 rename variable slightly | Caolán McNamara | 1 | -4/+4 |
2016-08-18 | cppcheck: noCopyConstructor | Caolán McNamara | 2 | -0/+5 |
2016-08-16 | tdf#101094 (25): Make a std::less explicit, add/remove TODOs... | Giuseppe Castagno | 2 | -14/+13 |
2016-08-16 | tdf#101094 (24): Simplify cache removal: DESTROY, PROPPATCH, MOVE | Giuseppe Castagno | 1 | -6/+7 |
2016-08-15 | loplugin:unusedenumconstants in unotools..xmlhelp | Noel Grandin | 1 | -2/+1 |
2016-08-14 | tdf#101094 (23): Simplify cache removal: MOVE, COPY | Giuseppe Castagno | 1 | -9/+5 |
2016-08-12 | Cppcheck: Variable is reassigned a value before the old one has been used | Giuseppe Castagno | 1 | -2/+1 |
2016-08-12 | Related: tdf#99499, add a limit to the number of http redirections | Giuseppe Castagno | 3 | -3/+21 |
2016-08-11 | tdf#101094 (22): Simplify cache removal: MKCOL, PUT | Giuseppe Castagno | 1 | -6/+3 |
2016-08-11 | tdf#101094 (21): Simplify cache removal: LOCK, UNLOCK | Giuseppe Castagno | 1 | -17/+4 |
2016-08-11 | loplugin:countusersofdefaultparams in svl..unodevtools | Noel Grandin | 1 | -1/+1 |
2016-08-10 | tdf#101385: don't try to get SharePoint folder outside of allowed range | Mike Kaganski | 1 | -1/+1 |
2016-08-03 | tdf#101094 (20) OPTIONS: Check for Class1 DAV before unlock | Giuseppe Castagno | 1 | -4/+12 |
2016-08-01 | Related: tdf#96410 eXo Platform WebDAV: where lock fails... | Giuseppe Castagno | 1 | -1/+5 |
2016-07-31 | Revert "tdf#101094 (20) OPTIONS: Add mechanism to manage not found Web URL: H... | Giuseppe Castagno | 1 | -41/+0 |
2016-07-30 | tdf#101094 (20) OPTIONS: Add mechanism to manage not found Web URL: HEAD | Giuseppe Castagno | 1 | -0/+41 |
2016-07-29 | tdf#101094 (19) OPTIONS: Add mechanism to manage not found Web URL: GET | Giuseppe Castagno | 3 | -15/+83 |
2016-07-29 | tdf#101094 (18) OPTIONS: Update OPTIONS cache lifetime if not found | Giuseppe Castagno | 1 | -0/+32 |
2016-07-29 | tdf#101094 (17) OPTIONS: Options cache removal: COPY | Giuseppe Castagno | 1 | -0/+6 |
2016-07-29 | tdf#101094 (16) OPTIONS: Options cache removal: MOVE | Giuseppe Castagno | 1 | -4/+17 |