summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2015-10-14Resolves: #i126586# FreeBSD automation deadlock: osl_closeSocket()...Damjan Jovanovic
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12cppcheck:variableScopeNoel Grandin
2015-10-11tdf#94888: Accessing Sharepoint r/o share through UNC path does not workGiuseppe Castagno
2015-10-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06pthread_mutex_lock/unlock must not be called with null argumentStephan Bergmann
2015-10-05use modern castsCaolán McNamara
2015-10-05Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt
2015-10-05Fix error C2440: casts requiredTor Lillqvist
2015-10-05malloc + memset (0) --> callocPedro Giffuni
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-10-01Revert "by default use the system memory allocator"Markus Mohrhard
2015-09-30Avoid unhelpful -Wunused-variableStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-28Remove bogus unreliable testStephan Bergmann
2015-09-28by default use the system memory allocatorMarkus Mohrhard
2015-09-23Better fail with E_EXIST if rename(3) failsStephan Bergmann
2015-09-18valgrind: memleak in randompoolCaolán McNamara
2015-09-11Useless cargo cult?Stephan Bergmann
2015-09-10Add OString::startsWithIgnoreAsciiCaseStephan Bergmann
2015-09-03sal: actually that uwinapi stuff doesn't include sal headers?Michael Stahl
2015-09-03sal: actually export the legacy function for VS 2015Michael Stahl
2015-09-03Fix some perl shebangs.Pedro Giffuni
2015-09-02Don't redefine snprintf as VS 2015 supports ISO standardDavid Ostrovsky
2015-08-31sal: oops, forgot to commit that bitMichael Stahl
2015-08-31sal: don't use --target as parameter to cppunittesterMichael Stahl
2015-08-31sal: loplugin:stringconstantMiklos Vajna
2015-08-31log resource usage of unit tests on UNX platformsMarkus Mohrhard
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-21tdf#93569 - restore ACT_ABORT distinction.Michael Meeks
2015-08-18no need for pre/postmac in osl/unx/system.hNorbert Thiebaud
2015-08-11new loplugin: defaultparamsNoel Grandin
2015-08-06sal: fix assert in osl_joinWithThread()Michael Stahl
2015-08-06sal: make osl_joinWithThread() a little more consistentMichael Stahl
2015-08-04sal,rsc,oox: inline some use-once typedefsNoel Grandin
2015-07-30tdf#60381: Accessing Sharepoint share using UNC path does not work.Giuseppe Castagno
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-23coverity#1312138 Resource leakCaolán McNamara
2015-07-21loplugin:cstylecastNoel Grandin
2015-07-20use osl_get_system_random data in rtlRamdomPoolNorbert Thiebaud
2015-07-20add an internal api to osl to collect 'native' random numbersNorbert Thiebaud
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-15Log the actual string, not the rtl_uString pointer valueTor Lillqvist
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin
2015-07-09Do not call SAL_N_ELEMENTS on empty arrayStephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-07-07performance tuning of rtl_ustr_indexOfAscii_WithLength()Norbert Thiebaud