summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav
AgeCommit message (Expand)Author
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
2012-06-12rhbz#678440: Always include User-Agent to avoid 403 from picky serversStephan Bergmann
2012-06-12nuke dead codeTakeshi Abe
2012-05-31targeted string re-workNorbert Thiebaud
2012-05-29removed dead codeTakeshi Abe
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-29Revert "Initial experiments with static linking of (some) ..."Tor Lillqvist
2012-03-21Initial experiments with static linking of (some) components / servicesTor Lillqvist
2012-02-27fix msvc2005 buildCaolán McNamara
2012-02-23Adapted TickerThread to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-21WaE: Same expression on both sides of '||'Thomas Arnhold
2012-02-19Get rid of size() == 0Elton Chung
2012-01-18Fix for fdo43460 Part L getLength() to isEmpty()Olivier Hallot
2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens
2012-01-17Fix UpdateCheck clog up server by keeping connection aliveThorsten Behrens
2012-01-16Fix "Same expression on both sides of '||'"Julien Nabet
2012-01-15ucb: convert to gbuildMatúš Kukan
2012-01-07catch exception by constant referenceTakeshi Abe
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-11-27remove include of pch header from ucbNorbert Thiebaud
2011-11-04Silence down ne_lock gcc WaEEike Rathke