summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Collapse)Author
2011-01-20Related: rhbz#668057 use default server-side permissions for copied filesCaolán McNamara
2011-01-20Related: rhbz#668057 use default server-side permissions for copied filesCaolán McNamara
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-17cppcheck: initialize member variableCaolán McNamara
2011-01-17some cppcheck cleaningJulien Nabet
2011-01-17equalsAsciiL faster than equalsAsciiCaolán McNamara
2011-01-15microopts equalsAsciiL faster than compareToAscii(const sal_Char*)Caolán McNamara
2011-01-11drop typedef, don't need it for C++Caolán McNamara
2011-01-10Remove commented codeAnders Jonsson
2011-01-10Related: rhbz#668057 Only need to know this if pInfo is non-nullCaolán McNamara
2011-01-06cppunit: prefer prefix variantCaolán McNamara
2011-01-06cppunit: prefer prefix variantCaolán McNamara
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2010-12-29cppcheck: prefer prefix variantsCaolán McNamara
2010-12-24cppcheck: prefer prefix variantCaolán McNamara
2010-12-16cppcheck: prefer prefix variantCaolán McNamara
2010-12-14rhbz#661809 ne_propnames is affected tooDavid Tardon
2010-12-12cppcheck: some variables unused depending on ifdefsCaolán McNamara
2010-12-12Remove commented out codeAndy Holder
This code uses the OpenFlag_* macros from file.hxx that I'm removing. I cannot see a reason to kept any of it
2010-12-12Change unnamespace file.hxx macrosAndy Holder
2010-12-09Resolves: rhbz#668109 ne_simple_propfind can touch gcrypt as wellCaolán McNamara
2010-12-06Replace all occured, occurance etc.Takeshi Abe
2010-11-27cppcheck: use prefix variantsCaolán McNamara
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-26cppcheck: use prefix variantCaolán McNamara
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-24fix author nameDavid Tardon
2010-11-24xmllint: bad entity nameCaolán McNamara
2010-11-22WaE, && ||Caolán McNamara
2010-11-21RTL_CONSTASCII_USTRINGPARAM in libs core 47Gert Faller
2010-11-17remove archaic guardsCaolán McNamara
2010-11-13 Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-coreGert Faller
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-20WaE: I'm informed this is the intended resultCaolán McNamara
2010-10-20WaE: fix missing returnCaolán McNamara
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-14add lots more missing sal/macros.h includesMichael Meeks
2010-10-14include correct sal/macros.h header to compile.Michael Meeks
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid
2010-10-14fix leakHarri Pitkänen
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-11Set username/domain/password to use only if provided by userTor Lillqvist
The semantics of ucbhelper::InteractionSupplyAuthentication changed at some point, so the getUserName(), getRealm() and getPassword() methods now return non-empty strings only if the user actually changed them. Check the return values for being non-empty before using them for gnome-vfs authentication. From gnome-vfs-authentication.diff, fixes bnc#465102.
2010-10-11#i112747# fix ownership cycle in ucbCaolán McNamara
2010-10-10merge vosremoval-diagnoses patchNorbert Thiebaud