summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2014-04-30apr needs libiconv at least on OS XTor Lillqvist
2014-04-18webdav serf: remove SAL_OVERRIDE from destructorsAndras Timar
2014-04-04webdav: Allow to save documents again, after locking is implemented.Matúš Kukan
2014-04-02webdav: Workaround failing unlocking by ignoring certificates when closing.Matúš Kukan
2014-04-02webdav: Implement refreshing of locks.Matúš Kukan
2014-04-02webdav: Implement unlocking of documents.Matúš Kukan
2014-04-02webdav: Store locks in SerfLockStore, so we could unlock later.Matúš Kukan
2014-04-02webdav: Parse response of LOCK request.Matúš Kukan
2014-04-02webdav: Lock files when opening them.Matúš Kukan
2014-04-02Remove pointless SerfRequestProcessorImplFac indirection.Matúš Kukan
2014-04-02webdav: loplugin warnings and sal_Bool -> boolMatúš Kukan
2014-04-02webdav: Use just "LibreOffice" as "User-Agent" as in webdav-neon.Matúš Kukan
2014-04-02webdav: fix various warningsMatúš Kukan
2014-04-02remove obsolete TODO comment; ASCII string is used hereMatúš Kukan
2014-04-02webdav: Use plain OStringBuffer here, otherwise wrong string is created.Matúš Kukan
2014-04-02Build webdav based on serf if neon is disabled.Matúš Kukan
2014-04-02webdav: fix remaining build issuesMatúš Kukan
2014-04-02webdav: fix include pathsMatúš Kukan
2014-04-02webdav: std::hash_set|map -> std::unordered_set|mapMatúš Kukan
2014-04-02webdav: fix cherry-pick commit 7056e8ef89e938e38fc5b2b8a7493f0c79d5efd4Matúš Kukan
2014-04-02#i123068# remove implicit conversions from rtl strings to their elementsHerbert Dürr
2014-04-02#122008# - use <serf_bucket_headers_setc(..)>Oliver-Rainer Wittmann
2014-04-02minor WaE cleanup for SerfRequestProcessorImpl.hxxHerbert Dürr
2014-04-02#i120041# Update of serf library from 1.0.0 to 1.1.0.Andre Fischer
2014-04-02webdav: lang::XMultiServiceFactory -> uno::XComponentContextMatúš Kukan
2014-02-24my upc router automatically adds .net to the domain search pathCaolán McNamara
2014-01-21ucb: fix inverted condition in webdav lcl_sendPartialGETRequestMichael Stahl
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-19Add data for Alfresco Cloud CMIS connectionCédric Bosdonnat
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-14neon: stop using #pragma GCC system_headerMichael Stahl
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in UCB moduleNoel Grandin
2013-11-14ucb: kill webdav-neon/warnings_guard_ne_locks.h tooMichael Stahl
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-07OAuth2 application keys shouldn't be in the code.Cédric Bosdonnat
2013-11-07CMIS Versions dialog: fix version dateCédric Bosdonnat
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-29UCB: RepoContent::RepoContent use OUString::startsWith instead copy.Arnaud Versini
2013-10-23convert code to use OUString::endsWithNoel Grandin