Age | Commit message (Expand) | Author |
2012-02-23 | workben urltest duplicates qa/urlobj cppunit test | Caolán McNamara |
2012-02-23 | convert workben inetmimetest to cppunit test | Caolán McNamara |
2012-02-23 | ditch useless, duplicated or non-recoverable workben files | Caolán McNamara |
2012-02-21 | WaE: Same expression on both sides of '||' | Thomas Arnhold |
2012-02-21 | fdo#44993: Remove obsolete FSysRedirector | Elton Chung |
2012-02-20 | unusedcode.easy: some cleaning | Thomas Arnhold |
2012-02-19 | ByteString->rtl::OString | Caolán McNamara |
2012-02-19 | addexes dir seems useless | Caolán McNamara |
2012-02-18 | Fix typos in comments | Elton Chung |
2012-02-17 | WaE: unused parameter | David Tardon |
2012-02-16 | Fix a bug found with cclang | Julien Nabet |
2012-02-16 | Use the same simple lo_main() on iOS as on Android | Tor Lillqvist |
2012-02-16 | callcatcher: update unused code list | Caolán McNamara |
2012-02-15 | Various string function clean up | Stephan Bergmann |
2012-02-15 | lock in those ByteString gains so there's no back-sliding | Caolán McNamara |
2012-02-13 | ResMgr::TestStack more robust | Lionel Elie Mamane |
2012-02-13 | unusedcode.easy: Removed unused code | Alexander Bergmann |
2012-02-13 | callcatcher: regenerate list | Caolán McNamara |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan |
2012-02-08 | Added (and improved) READMEs for modules which used to be in libs-gui | Josh Heidenreich |
2012-02-07 | tools: fsys: Delete unused FileStat::FileStat() | Greg Kroah-Hartman |
2012-02-07 | tools: fsys: Delete unused FileStat::FileStat(const void *) | Greg Kroah-Hartman |
2012-02-07 | tools: fsys: Delete unused DirEntry::GetDevice() | Greg Kroah-Hartman |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud |
2012-02-05 | Some cppcheck cleaning | Julien Nabet |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius |
2012-01-30 | fdo#44981 - remove obsolete SWAPLONG macros | Noel Grandin |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara |
2012-01-27 | SvGlobalName::GetctorName is now redundant | Caolán McNamara |
2012-01-25 | refresh unused code list | Caolán McNamara |
2012-01-25 | move ugly WriteLines out of SvStream to beside sole user | Caolán McNamara |
2012-01-24 | use write_uInt16s_FromOUString pattern | Caolán McNamara |
2012-01-24 | use read_lenPrefixed_uInt16s_ToOUString instead of hand-rolled loops | Caolán McNamara |
2012-01-24 | all direct OUString readers are current little endian streams | Caolán McNamara |
2012-01-23 | ByteString->rtl::OString | Caolán McNamara |
2012-01-23 | fdo#44988: Remove obsolete BOOTSTRAP defines. | Thomas Collerton |
2012-01-21 | privateise FileCopier - it is not used externally | Michael Meeks |
2012-01-21 | Fix Windows. | Stephan Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2012-01-20 | cleanup: privatise SvStream's LockFile impl. and in-line Redirector bits | Michael Meeks |
2012-01-20 | Code clean up. | Stephan Bergmann |
2012-01-20 | Mempool size args are unused. | Stephan Bergmann |
2012-01-20 | Remove some dated Windows-only debug stuff. | Stephan Bergmann |
2012-01-19 | sal: expose a public API for comparing directory items | Michael Meeks |
2012-01-19 | Don't use too modern C++ | Tor Lillqvist |
2012-01-19 | fix SvStream to not require a custom open or lstat method. | Michael Meeks |
2012-01-19 | C++ is a nicely standardized language | Tor Lillqvist |
2012-01-19 | fix SvStream to not disagree with sal on sizeof struct stat | Michael Meeks |
2012-01-19 | Fix int/sal_Int32 mismatch. | Stephan Bergmann |
2012-01-18 | fdo#39428 Remove/audit SvStream operator>>/<<(long) | Keith McRae |