summaryrefslogtreecommitdiff
path: root/ucb/source
AgeCommit message (Expand)AuthorFilesLines
2014-07-11webdav: Do not return reference here.Matúš Kukan2-6/+4
2014-07-08webdav: fix locking in webdav_ucp::Content::getResourceType()Matúš Kukan1-1/+11
2014-06-29fixes for up-casting to Reference<XInterface>Noel Grandin3-6/+6
2014-06-24webdav: Do not call into DAVResourceAccess with mutex locked.Matúš Kukan1-57/+64
2014-06-24webdav: Do not throw when saving new document.Matúš Kukan2-6/+12
2014-06-24fdo#72157: webdav: Release WebDAV file lock on document close.Matúš Kukan5-0/+15
2014-04-18webdav serf: remove SAL_OVERRIDE from destructorsAndras Timar2-2/+2
2014-04-04webdav: Allow to save documents again, after locking is implemented.Matúš Kukan3-4/+18
2014-04-02webdav: Workaround failing unlocking by ignoring certificates when closing.Matúš Kukan3-1/+16
2014-04-02webdav: Implement refreshing of locks.Matúš Kukan7-31/+51
2014-04-02webdav: Implement unlocking of documents.Matúš Kukan8-32/+177
2014-04-02webdav: Store locks in SerfLockStore, so we could unlock later.Matúš Kukan10-101/+88
2014-04-02webdav: Parse response of LOCK request.Matúš Kukan3-66/+106
2014-04-02webdav: Lock files when opening them.Matúš Kukan6-84/+248
2014-04-02Remove pointless SerfRequestProcessorImplFac indirection.Matúš Kukan3-353/+25
2014-04-02webdav: loplugin warnings and sal_Bool -> boolMatúš Kukan7-90/+90
2014-04-02webdav: Use just "LibreOffice" as "User-Agent" as in webdav-neon.Matúš Kukan3-108/+1
2014-04-02webdav: fix various warningsMatúš Kukan10-96/+55
2014-04-02remove obsolete TODO comment; ASCII string is used hereMatúš Kukan1-2/+0
2014-04-02webdav: Use plain OStringBuffer here, otherwise wrong string is created.Matúš Kukan1-3/+3
2014-04-02Build webdav based on serf if neon is disabled.Matúš Kukan4-15/+7
2014-04-02webdav: fix remaining build issuesMatúš Kukan5-8/+8
2014-04-02webdav: fix include pathsMatúš Kukan3-3/+2
2014-04-02webdav: std::hash_set|map -> std::unordered_set|mapMatúš Kukan3-7/+7
2014-04-02webdav: fix cherry-pick commit 7056e8ef89e938e38fc5b2b8a7493f0c79d5efd4Matúš Kukan1-8/+6
2014-04-02#i123068# remove implicit conversions from rtl strings to their elementsHerbert Dürr3-16/+16
2014-04-02#122008# - use <serf_bucket_headers_setc(..)>Oliver-Rainer Wittmann1-3/+3
2014-04-02minor WaE cleanup for SerfRequestProcessorImpl.hxxHerbert Dürr1-1/+1
2014-04-02#i120041# Update of serf library from 1.0.0 to 1.1.0.Andre Fischer10-63/+83
2014-04-02webdav: lang::XMultiServiceFactory -> uno::XComponentContextMatúš Kukan13-78/+68
2014-01-21ucb: fix inverted condition in webdav lcl_sendPartialGETRequestMichael Stahl1-1/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-10/+10
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin3-25/+25
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-11/+10
2013-11-19Add data for Alfresco Cloud CMIS connectionCédric Bosdonnat2-0/+16
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin11-33/+32
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin3-26/+18
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14neon: stop using #pragma GCC system_headerMichael Stahl2-1/+8
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-1/+1
2013-11-14remove unnecessary sal_Unicode casts in UCB moduleNoel Grandin19-63/+63
2013-11-14ucb: kill webdav-neon/warnings_guard_ne_locks.h tooMichael Stahl4-38/+5
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin16-93/+93
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin3-3/+3
2013-11-07OAuth2 application keys shouldn't be in the code.Cédric Bosdonnat3-34/+2
2013-11-07CMIS Versions dialog: fix version dateCédric Bosdonnat1-1/+1
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin22-137/+116
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin3-17/+17
2013-11-04remove redundant calls to OUString constructorNoel Grandin19-73/+67