summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav
AgeCommit message (Expand)Author
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-08-15i121946 - Use enums to identify WebDAV/HTTP methodsAriel Constenla-Haile
2013-08-15i121945 - WebDAV ucp: return StringPair instead of NamedValueAriel Constenla-Haile
2013-08-15i121935 - UCB: new "addProperty" and "removeProperty" commandsAriel Constenla-Haile
2013-07-05API change: oslDateTime signed yearLionel Elie Mamane
2013-07-05Mark as constTakeshi Abe
2013-06-29Search for char instead of 1 char long string, when possible.Thomas Arnhold
2013-06-23Resolves: #i121947# Default User-AgentAriel Constenla-Haile
2013-06-16Fix build breakerAriel Constenla-Haile
2013-06-15Resolves: #i121942# Explicitly set "ContentType" for non-DAV contentAriel Constenla-Haile
2013-06-03Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2013-05-27Resolves@ #i121926# fix malformed PROPFIND/PROPPATCH request bodyAriel Constenla-Haile
2013-05-27Header clean-upAriel Constenla-Haile
2013-05-27Resolves; #i121201# Handle servers not supporting HEAD requestsAriel Constenla-Haile
2013-05-27Resolves: #i121922# Fix wrong conditionAriel Constenla-Haile
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in ucbChr. Rossmanith
2013-03-27Remove RTL_CONSTASCII_STRINGPARAM in ucbChr. Rossmanith
2013-03-24Remove RTL_CONSTASCII_(U)STRINGPARAM in ucb(ucp)Chr. Rossmanith
2013-03-20Remove uses of rtl::OUString::compareToAscii(asciiStr, maxLength)Thomas Arnhold
2013-03-20simplify OUString assignmentsChr. Rossmanith
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-01-28fdo#46808, Convert some bits to new-style UNONoel Grandin
2012-12-20Some cppcheck cleaningJulien Nabet
2012-12-15Some cppcheck cleaningJulien Nabet
2012-12-12Remove xml2cmp leftoversStephan Bergmann
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin
2012-11-30fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-11-06cppCheck: Possible inefficient checking for emptinessjailletc36
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-11-02Use memcpy instead of rtl_copyMemory in ucbArnaud Versini
2012-10-30fdo#46808, use service constructor for security::CertificateContainerNoel Grandin
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2012-10-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-04rename ucb/source/ucp/webdav to webdav-neonMichael Meeks
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-29Use comphelper::getComponentContextStephan Bergmann
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-01ucb: add component prefixesMatúš Kukan
2012-08-22remove unused module-description xml filesMatúš Kukan
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
2012-06-30Some cppcheck cleaningJulien Nabet
2012-06-26removed unused forward declarations of classTakeshi Abe