Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-20 | Related: rhbz#668057 use default server-side permissions for copied files | Caolán McNamara | |
2011-01-20 | Related: rhbz#668057 use default server-side permissions for copied files | Caolán McNamara | |
2011-01-20 | Replace 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-17 | cppcheck: initialize member variable | Caolán McNamara | |
2011-01-17 | some cppcheck cleaning | Julien Nabet | |
2011-01-17 | equalsAsciiL faster than equalsAscii | Caolán McNamara | |
2011-01-15 | microopts equalsAsciiL faster than compareToAscii(const sal_Char*) | Caolán McNamara | |
2011-01-11 | drop typedef, don't need it for C++ | Caolán McNamara | |
2011-01-10 | Remove commented code | Anders Jonsson | |
2011-01-10 | Related: rhbz#668057 Only need to know this if pInfo is non-null | Caolán McNamara | |
2011-01-06 | cppunit: prefer prefix variant | Caolán McNamara | |
2011-01-06 | cppunit: prefer prefix variant | Caolán McNamara | |
2011-01-01 | cppcheck: prefer prefix variant | Caolán McNamara | |
2011-01-01 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-29 | cppcheck: prefer prefix variants | Caolán McNamara | |
2010-12-24 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-16 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-14 | rhbz#661809 ne_propnames is affected too | David Tardon | |
2010-12-12 | cppcheck: some variables unused depending on ifdefs | Caolán McNamara | |
2010-12-12 | Remove commented out code | Andy 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-12 | Change unnamespace file.hxx macros | Andy Holder | |
2010-12-09 | Resolves: rhbz#668109 ne_simple_propfind can touch gcrypt as well | Caolán McNamara | |
2010-12-06 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-11-27 | cppcheck: use prefix variants | Caolán McNamara | |
2010-11-27 | cppcheck: use prefix form | Caolán McNamara | |
2010-11-26 | cppcheck: use prefix variant | Caolán McNamara | |
2010-11-25 | cppcheck: methods can be const | Caolán McNamara | |
2010-11-24 | fix author name | David Tardon | |
2010-11-24 | xmllint: bad entity name | Caolán McNamara | |
2010-11-22 | WaE, && || | Caolán McNamara | |
2010-11-21 | RTL_CONSTASCII_USTRINGPARAM in libs core 47 | Gert Faller | |
2010-11-17 | remove archaic guards | Caolán McNamara | |
2010-11-13 | Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-core | Gert Faller | |
2010-10-28 | add modelines to .hxx files as well | Caolán McNamara | |
2010-10-25 | Finally, gut the vos module out of the build | Norbert Thiebaud | |
2010-10-25 | convert vos/process.hxx and related API | Norbert Thiebaud | |
2010-10-25 | merge vosremoval-mutex.diff | Norbert Thiebaud | |
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually | |||
2010-10-25 | merge vosremoval-reference.diff | Norbert Thiebaud | |
2010-10-25 | use SolarMutexGuard to guard the SolarMutex | Norbert Thiebaud | |
2010-10-20 | WaE: I'm informed this is the intended result | Caolán McNamara | |
2010-10-20 | WaE: fix missing return | Caolán McNamara | |
2010-10-18 | remove non-compiled code | Povilas Kanapickas | |
2010-10-14 | add lots more missing sal/macros.h includes | Michael Meeks | |
2010-10-14 | include correct sal/macros.h header to compile. | Michael Meeks | |
2010-10-14 | Switch to use SAL_N_ELEMENTS macro, everywhere | Kayo Hamid | |
2010-10-14 | fix leak | Harri Pitkänen | |
2010-10-13 | Add vim/emacs modelines to all source files | Sebastian 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-11 | Set username/domain/password to use only if provided by user | Tor 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 ucb | Caolán McNamara | |
2010-10-10 | merge vosremoval-diagnoses patch | Norbert Thiebaud | |