summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* Make CppunitTest name match *.mk file nameStephan Bergmann2016-03-101-9/+9
* These tests can just derive from plain CppUnit::TestFixtureStephan Bergmann2016-03-101-18/+3
* loplugin:constantparams in ucbNoel Grandin2016-03-093-23/+7
* follow the boost lib naming scheme for DateTime tooDavid Tardon2016-03-081-1/+1
* tdf#97499 Remove some Default arguments in unordered containerJaskaran2016-03-071-1/+1
* loplugin:unuseddefaultparamsNoel Grandin2016-03-071-8/+4
* improve defaultparams lopluginNoel Grandin2016-03-072-8/+4
* loplugin:stringconstantStephan Bergmann2016-03-031-1/+1
* ucb: replace boost::bind with C++11 lambdasMichael Stahl2016-03-031-5/+1
* loplugin:unuseddefaultparam in ucbNoel Grandin2016-02-295-37/+18
* new loplugin: commaoperatorNoel Grandin2016-02-232-10/+10
* new loplugin: find write-only fieldsNoel Grandin2016-02-191-2/+0
* use consistent #define checks for the Windows platformNoel Grandin2016-02-172-2/+2
* Remove excess newlinesChris Sherlock2016-02-09146-1026/+0
* Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno2016-02-091-21/+5
* loplugin:unusedmethodsNoel Grandin2016-02-081-29/+0
* Fix typosAndrea Gelmini2016-02-052-2/+2
* fix typoMarkus Mohrhard2016-02-041-1/+1
* boost::hash->std::hashNoel Grandin2016-02-021-2/+2
* unnecessary use of OUString constructorNoel Grandin2016-01-311-12/+12
* Related tdf#95217: Force HEAD method in Web access if PROPFIND failedGiuseppe Castagno2016-01-301-0/+3
* Related tdf#95217: Http header names are case insensitiveGiuseppe Castagno2016-01-302-4/+8
* Fix typo, change misleading warning messageGiuseppe Castagno2016-01-291-3/+3
* sequence->vector in OInteractionRequestNoel Grandin2016-01-292-2/+2
* Add initial cppunit test to webdav, 'local' only, neon versionGiuseppe Castagno2016-01-263-0/+135
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-2522-79/+90
* loplugin:unusedmethods unused return value in ucb/Noel Grandin2016-01-1314-74/+33
* Related tdf#96174: save again on Google Drive.Giuseppe Castagno2016-01-122-2/+10
* Fix typosAndrea Gelmini2016-01-106-6/+6
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-081-1/+1
* tdf#96669: IsDocument should be true only if the document existsGiuseppe Castagno2016-01-081-5/+21
* Related tdf#96833: breadcrumb: setting URL, host port gets lost.Giuseppe Castagno2016-01-051-0/+1
* loplugin:unusedfieldsNoel Grandin2015-12-245-19/+7
* loplugin:unusedfields UnoControls,ucbNoel Grandin2015-12-2121-66/+20
* Related tdf#90700 Add configuration for web connection timeout.Giuseppe Castagno2015-12-163-4/+32
* tdf#95792: fix saving file the first time on some WebDAV servers.Giuseppe Castagno2015-12-152-20/+29
* Some WebDAV server answer without 'DAV:' XML namespace.Giuseppe Castagno2015-12-151-1/+1
* Fix tdf#90700 Notify connect timeout early.Giuseppe Castagno2015-12-141-0/+8
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-4/+4
* Add/change some logs in WebDAV ucb.ucp layer.Giuseppe Castagno2015-12-0210-113/+189
* loplugin:unusedfieldsNoel Grandin2015-11-301-4/+0
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-9/+5
* loplugin:unusedfields variousNoel Grandin2015-11-265-23/+14
* loplugin:unusedfields in ucb/Noel Grandin2015-11-2420-91/+23
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-11/+2
* use unique_ptr for pImpl in ucb/Noel Grandin2015-11-1710-16/+13
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-9/+3
* use initialiser for Sequence<OUString>Noel Grandin2015-11-1511-28/+14
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-4/+2