summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Resolves: #i126586# FreeBSD automation deadlock: osl_closeSocket()...Damjan Jovanovic2015-10-142-14/+18
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1218-254/+254
* cppcheck:variableScopeNoel Grandin2015-10-122-22/+21
* tdf#94888: Accessing Sharepoint r/o share through UNC path does not workGiuseppe Castagno2015-10-111-0/+1
* move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier2015-10-113-195/+35
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+2
* pthread_mutex_lock/unlock must not be called with null argumentStephan Bergmann2015-10-061-2/+3
* use modern castsCaolán McNamara2015-10-051-8/+8
* Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt2015-10-052-3/+4
* Fix error C2440: casts requiredTor Lillqvist2015-10-051-3/+3
* malloc + memset (0) --> callocPedro Giffuni2015-10-052-12/+6
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+0
* Revert "by default use the system memory allocator"Markus Mohrhard2015-10-011-5/+1
* Avoid unhelpful -Wunused-variableStephan Bergmann2015-09-301-0/+31
* Fix typosAndrea Gelmini2015-09-309-24/+24
* Remove bogus unreliable testStephan Bergmann2015-09-281-24/+0
* by default use the system memory allocatorMarkus Mohrhard2015-09-281-1/+5
* Better fail with E_EXIST if rename(3) failsStephan Bergmann2015-09-231-1/+1
* valgrind: memleak in randompoolCaolán McNamara2015-09-181-1/+1
* Useless cargo cult?Stephan Bergmann2015-09-111-34/+0
* Add OString::startsWithIgnoreAsciiCaseStephan Bergmann2015-09-102-0/+93
* sal: actually that uwinapi stuff doesn't include sal headers?Michael Stahl2015-09-031-1/+1
* sal: actually export the legacy function for VS 2015Michael Stahl2015-09-032-4/+6
* Fix some perl shebangs.Pedro Giffuni2015-09-037-7/+7
* Don't redefine snprintf as VS 2015 supports ISO standardDavid Ostrovsky2015-09-022-1/+6
* sal: oops, forgot to commit that bitMichael Stahl2015-08-311-1/+1
* sal: don't use --target as parameter to cppunittesterMichael Stahl2015-08-311-4/+8
* sal: loplugin:stringconstantMiklos Vajna2015-08-311-1/+1
* log resource usage of unit tests on UNX platformsMarkus Mohrhard2015-08-311-0/+50
* tdf#39440 cppcheck: redundantAssignmentMichael Weghorn2015-08-232-5/+2
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-222-3/+2
* tdf#93569 - restore ACT_ABORT distinction.Michael Meeks2015-08-211-1/+1
* no need for pre/postmac in osl/unx/system.hNorbert Thiebaud2015-08-181-3/+0
* new loplugin: defaultparamsNoel Grandin2015-08-111-3/+3
* sal: fix assert in osl_joinWithThread()Michael Stahl2015-08-061-5/+7
* sal: make osl_joinWithThread() a little more consistentMichael Stahl2015-08-061-0/+1
* sal,rsc,oox: inline some use-once typedefsNoel Grandin2015-08-041-5/+3
* tdf#60381: Accessing Sharepoint share using UNC path does not work.Giuseppe Castagno2015-07-301-0/+2
* inline a bunch of use-once macrosNoel Grandin2015-07-271-4/+1
* coverity#1312138 Resource leakCaolán McNamara2015-07-231-0/+1
* loplugin:cstylecastNoel Grandin2015-07-211-1/+1
* use osl_get_system_random data in rtlRamdomPoolNorbert Thiebaud2015-07-201-9/+30
* add an internal api to osl to collect 'native' random numbersNorbert Thiebaud2015-07-204-0/+136
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* Log the actual string, not the rtl_uString pointer valueTor Lillqvist2015-07-151-4/+5
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-4/+2
* cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin2015-07-103-8/+3
* Do not call SAL_N_ELEMENTS on empty arrayStephan Bergmann2015-07-091-0/+2
* Fix typosAndrea Gelmini2015-07-083-4/+4
* performance tuning of rtl_ustr_indexOfAscii_WithLength()Norbert Thiebaud2015-07-071-6/+18