Age | Commit message (Expand) | Author | Files | Lines |
2016-11-01 | Cosmetic: Namespaces, better make use of the 'using-directive' | Giuseppe Castagno | 2 | -8/+11 |
2016-10-26 | const-ness fixes | Stephan Bergmann | 1 | -2/+2 |
2016-10-26 | WebDAV: Small cosmetic to unit checks. | Giuseppe Castagno | 1 | -7/+7 |
2016-10-12 | tdf#102499 (6): Cache OPTIONS if not present or if lifetime different | Giuseppe Castagno | 1 | -0/+33 |
2016-10-05 | tdf#102499 (3): Change caching model for HTTP response status code | Giuseppe Castagno | 1 | -29/+55 |
2016-10-01 | tdf#101094 (34): Fix test and missing field value in comparision operator | Giuseppe Castagno | 1 | -29/+49 |
2016-09-26 | tdf#102499 (2): Refactor the WebDAV resource access retry | Giuseppe Castagno | 1 | -5/+23 |
2016-09-25 | tdf#102499 (1): Add WebDAV test to check HTTP reponse status codes retry | Giuseppe Castagno | 2 | -0/+87 |
2016-09-07 | loplugin:constantparam in framework..vbahelper | Noel Grandin | 1 | -1/+1 |
2016-08-23 | Related: tdf#82677, implement a PROPFIND 'propname' request cache | Giuseppe Castagno | 2 | -1/+136 |
2016-07-29 | tdf#101094 (13) OPTIONS: Options cache removal: LOCK, UNLOCK | Giuseppe Castagno | 1 | -0/+8 |
2016-07-29 | tdf#101094 (10) OPTIONS: Add a simple options cache class | Giuseppe Castagno | 1 | -0/+28 |
2016-07-28 | tdf#101094 (1) OPTIONS: New class to store retrieved OPTIONS | Giuseppe Castagno | 1 | -0/+255 |
2016-03-10 | These tests can just derive from plain CppUnit::TestFixture | Stephan Bergmann | 1 | -18/+3 |
2016-01-26 | Add initial cppunit test to webdav, 'local' only, neon version | Giuseppe Castagno | 1 | -0/+66 |
2016-01-10 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-09-30 | Fix typos | Andrea Gelmini | 1 | -3/+3 |
2015-07-04 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2015-06-09 | java:remove unused imports | Noel Grandin | 1 | -2/+0 |
2015-06-09 | more exception handling cleanup in Java unit tests | Noel Grandin | 2 | -18/+10 |
2015-04-20 | java: remove some unused code | Noel Grandin | 1 | -43/+0 |
2015-01-12 | java: simplify sleeping and waiting in tests | Noel Grandin | 2 | -11/+3 |
2014-12-19 | java: static fields that should not be static | Noel Grandin | 1 | -1/+1 |
2014-12-10 | java: simplify the getMSF() methods | Noel Grandin | 4 | -10/+6 |
2014-11-18 | java: make fields final where possible | Noel Grandin | 10 | -13/+13 |
2014-10-17 | java: final fields that can be static | Noel Grandin | 1 | -2/+2 |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin | 1 | -1/+1 |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin | 1 | -1/+1 |
2014-08-19 | java: classes in java.lang package do not need to be fully qualified | Noel Grandin | 1 | -1/+1 |
2014-08-14 | java: remove unused imports | Noel Grandin | 3 | -3/+0 |
2014-08-14 | java: remove commented out code | Noel Grandin | 2 | -25/+0 |
2014-08-13 | java: remove unused interfaces | Noel Grandin | 1 | -4/+0 |
2014-08-13 | java: remove unused fields | Noel Grandin | 3 | -4/+4 |
2014-08-13 | java: reduce scope, make member classes private | Noel Grandin | 1 | -2/+2 |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin | 9 | -19/+19 |
2014-08-12 | java: remove useless javadoc tags | Noel Grandin | 1 | -8/+0 |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin | 1 | -0/+1 |
2014-08-08 | java: variable cannot be null | Noel Grandin | 1 | -14/+9 |
2014-08-08 | java: remove unnecessary semi-colons | Noel Grandin | 1 | -2/+2 |
2014-08-08 | java: remove unused imports | Noel Grandin | 2 | -5/+0 |
2014-08-08 | java: remove dead methods | Noel Grandin | 2 | -62/+0 |
2014-08-05 | java: remove commented out code | Noel Grandin | 5 | -40/+0 |
2014-08-05 | java: remove unused fields | Noel Grandin | 4 | -13/+0 |
2014-08-04 | fix spelling compilant -> compliant | Noel Grandin | 3 | -3/+3 |
2014-02-22 | my upc router automatically adds .net to the domain search path | Caolán McNamara | 1 | -1/+1 |
2013-04-26 | Java cleanup, access static methods using correct syntax | Noel Grandin | 1 | -3/+3 |
2013-04-19 | Java cleanup, remove the rest of the unnecessary casts | Noel Grandin | 2 | -3/+3 |
2012-10-04 | re-base on ALv2 code. Includes: | Michael Meeks | 2 | -0/+34 |
2012-09-26 | fdo#51304: Remove the author of some java source files | Marcos Paulo de Souza | 3 | -27/+0 |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann | 4 | -28/+12 |