summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2015-03-04file UCP: Ensure myLocalTime is initializedStephan Bergmann1-1/+8
2015-02-20webdav serf: remove SAL_OVERRIDE from destructorsAndras Timar2-2/+2
2015-01-24rhbz#1163106: tdoc_ucp: fix life cycle of OfficeDocumentsCloseListenerMichael Stahl2-6/+12
2014-07-17fdo#72277: Use NSS CACERT in cmis ucp with internal curlCédric Bosdonnat2-0/+36
2014-07-11webdav: Do not call into DAVResourceAccess with mutex locked.Matúš Kukan2-56/+68
2014-07-11webdav: Do not throw when saving new document.Matúš Kukan2-7/+12
2014-07-08webdav: fix locking in webdav_ucp::Content::getResourceType()Matúš Kukan1-1/+11
2014-06-26fixes for up-casting to Reference<XInterface>Noel Grandin3-6/+6
2014-06-24fdo#72157: webdav: Release WebDAV file lock on document close.Matúš Kukan5-0/+15
2014-06-05ucb: move APR dependencies to gb_LinkTarget__use_aprMichael Stahl1-5/+0
2014-06-05apr uses iconvTor Lillqvist1-0/+1
2014-05-20Fix wrong copy paste, should be <ucb::CheckinArgument>Julien Nabet1-1/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold68-190/+187
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet7-29/+18
2014-05-14various loplugin:passsequencebyrefNoel Grandin2-2/+3
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet8-61/+33
2014-05-13loplugin:unreffunMatúš Kukan1-10/+0
2014-05-11coverity#1209904 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-11coverity#1209903 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-11coverity#1209902 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet25-203/+203
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-2/+2
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith1-2/+2
2014-05-08TyposJulien Nabet2-4/+4
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni3-3/+3
2014-04-30WaE: 'bRemovable' may be used uninitialized in this functionTor Lillqvist1-1/+1
2014-04-30ucb: sal_Bool->boolNoel Grandin83-947/+946
2014-04-28translate z.Z.Thomas Arnhold1-1/+1
2014-04-28German Comment translationMichael Meeks1-4/+1
2014-04-25If you intend DAVException to appear as a std::exception, then say soStephan Bergmann1-1/+1
2014-04-24Looser throw specifier for virtual webdav_ucp::DAVException::~DAVException()Tor Lillqvist1-0/+1
2014-04-24WaE: looser throw specCaolán McNamara1-1/+0
2014-04-24coverity#983996 Uncaught exceptionCaolán McNamara3-69/+68
2014-04-24coverity#983998 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-24coverity#989726 Uncaught exceptionCaolán McNamara3-3/+3
2014-04-24coverity#708563 Uninitialized scalar fieldCaolán McNamara1-13/+6
2014-04-23coverity#708561 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-19fixincludeguards.sh: ucbThomas Arnhold104-246/+246
2014-04-15Remove unused codeStephan Bergmann2-11/+0
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann4-65/+7
2014-04-08coverity#707425 Uncaught exceptionCaolán McNamara2-2/+2
2014-04-08loplugin:saloverrideStephan Bergmann4-54/+54
2014-04-05coverity#708562 Uninitialized scalar fieldCaolán McNamara1-9/+3
2014-04-05loplugin:saloverrideMatúš Kukan20-113/+113
2014-04-04webdav: Allow to save documents again, after locking is implemented.Matúš Kukan3-4/+18
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-3/+3
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann10-12/+12
2014-03-29typo: tranfer -> transferThomas Arnhold1-1/+1
2014-03-29webdav: Store DAVSessionFactory again in ContentProvider.Matúš Kukan2-1/+3
2014-03-26webdav: Workaround failing unlocking by ignoring certificates when closing.Matúš Kukan3-0/+15