summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-155-11/+4
* coverity#983990 Uncaught exceptionCaolán McNamara2014-10-112-2/+3
* coverity#1130163 Unchecked return valueCaolán McNamara2014-10-111-2/+3
* coverity#1241375 Uncaught exceptionCaolán McNamara2014-10-105-7/+36
* spelling: instanciated -> instantiatedNoel Grandin2014-10-0810-24/+24
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2014-10-022-4/+4
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-022-3/+3
* Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann2014-10-011-2/+0
* ucb: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-0113-85/+38
* Fix warnings in ucb/source/ucp/webdav/ (--with-webdav=serf)Stephan Bergmann2014-10-0110-80/+80
* Tired of seing changes made to effectively dead workben codeStephan Bergmann2014-10-0113-3635/+0
* fdo#82577: Handle TimeNoel Grandin2014-10-011-4/+4
* loplugin: cstylecastNoel Grandin2014-09-292-24/+24
* coverity#1240266 Logically dead codeCaolán McNamara2014-09-251-4/+0
* fdo#82577: Handle WindowNoel Grandin2014-09-231-3/+3
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-184-74/+4
* ucb: prevent out of bound access in OUStringNorbert Thiebaud2014-09-121-1/+1
* ucb: sal_Bool -> boolStephan Bergmann2014-09-116-9/+9
* fdo#55380 replaced use of obsolete interfacesDaniel Sikeler2014-09-102-18/+18
* Fix *_component_getFactory function typeStephan Bergmann2014-08-281-2/+2
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-1/+1
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-1/+1
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-1/+1
* java: remove unused importsNoel Grandin2014-08-143-3/+0
* java: remove commented out codeNoel Grandin2014-08-142-25/+0
* java: remove unused interfacesNoel Grandin2014-08-131-4/+0
* java: remove unused fieldsNoel Grandin2014-08-133-4/+4
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-2/+2
* java: reduce scope, make fields privateNoel Grandin2014-08-139-19/+19
* java: remove useless javadoc tagsNoel Grandin2014-08-121-8/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-122-0/+3
* java: variable cannot be nullNoel Grandin2014-08-081-14/+9
* java: remove unnecessary semi-colonsNoel Grandin2014-08-081-2/+2
* java: remove unused importsNoel Grandin2014-08-082-5/+0
* java: remove dead methodsNoel Grandin2014-08-082-62/+0
* java: remove commented out codeNoel Grandin2014-08-055-40/+0
* java: remove unused fieldsNoel Grandin2014-08-055-17/+0
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-041-1/+1
* fix spelling compilant -> compliantNoel Grandin2014-08-043-3/+3
* Linked the sax library to CMISMihai Varga2014-07-281-0/+1
* UNO to CMIS properties conversion fixMihai Varga2014-07-281-13/+50
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-259-28/+32
* fdo#72277: don't build and use nsspem when building against system curlCédric Bosdonnat2014-07-172-0/+8
* fdo#72277: Use NSS CACERT in cmis ucp with internal curlCédric Bosdonnat2014-07-152-0/+28
* webdav: Do not return reference here.Matúš Kukan2014-07-112-4/+4
* webdav: fix locking in webdav_ucp::Content::getResourceType()Matúš Kukan2014-07-081-1/+11
* InteractionSupplyName is a detail of SimpleNameClashResolveRequestStephan Bergmann2014-07-021-0/+1
* Typo: conteiner->containerJulien Nabet2014-06-291-1/+1
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-253-6/+6