summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2014-04-30apr needs libiconv at least on OS XTor Lillqvist1-0/+1
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úš Kukan9-32/+178
2014-04-02webdav: Store locks in SerfLockStore, so we could unlock later.Matúš Kukan11-102/+89
2014-04-02webdav: Parse response of LOCK request.Matúš Kukan3-66/+106
2014-04-02webdav: Lock files when opening them.Matúš Kukan7-84/+249
2014-04-02Remove pointless SerfRequestProcessorImplFac indirection.Matúš Kukan4-354/+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úš Kukan11-98/+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úš Kukan6-21/+63
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-02-24my upc router automatically adds .net to the domain search pathCaolán McNamara1-1/+1
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 Grandin17-94/+94
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 Grandin23-153/+129
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin3-17/+17
2013-11-04remove redundant calls to OUString constructorNoel Grandin20-90/+79
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin17-50/+30
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin5-29/+21
2013-10-29UCB: RepoContent::RepoContent use OUString::startsWith instead copy.Arnaud Versini1-3/+1
2013-10-23convert code to use OUString::endsWithNoel Grandin3-6/+6