summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-07-20Fix typosAndrea Gelmini6-7/+7
2016-07-12loplugin:unusedfields variousNoel Grandin2-3/+0
2016-06-12handle failure to expand ~ in path elements.Michael Meeks1-2/+5
2016-06-12Write-queue timestamped debugging.Michael Meeks1-0/+3
2016-03-09tdf#98210 do not require R_OK for pipe dirHank Leininger1-2/+2
2016-03-09sal: UNX: in oslDoCopy, rename into destination directory ...Michael Stahl1-1/+2
2016-02-22WaE vs2015: pointer to int castingNorbert Thiebaud1-1/+1
2016-02-22WaE vs2015: int to pointer castingNorbert Thiebaud1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+2
2015-11-12-Werror,-Wunused-functionStephan Bergmann1-0/+2
2015-11-12-Werror,-Wextern-initializerStephan Bergmann1-1/+1
2015-11-12-Werror,-Wincompatible-pointer-typesStephan Bergmann1-1/+1
2015-11-12-Werror,-Wparentheses-equalityStephan Bergmann1-1/+1
2015-11-12-Werror,-Wunused-functionStephan Bergmann1-6/+0
2015-11-12Work around Coverity warnings about std::length_errorStephan Bergmann1-2/+8
2015-11-12Windows header sanitizationAshod Nakashian5-189/+189
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann7-31/+31
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann28-588/+588
2015-11-04Handle URLs with query or fragment (or containing NUL chars)Stephan Bergmann1-0/+5
2015-11-04Clean up osl_getSystemPathFromFileURL implementationStephan Bergmann1-119/+97
2015-11-02Clean up osl_getSystemPathFromFileURL handling of relative //... URLsStephan Bergmann1-2/+7
2015-11-02loplugin:stringconstantNoel Grandin1-1/+1
2015-10-30Fix osl_getSystemPathFromFileURL URL scheme checkStephan Bergmann1-7/+20
2015-10-30sal: loplugin:salboolMichael Stahl1-4/+4
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot1-1/+1
2015-10-14Resolves: #i126586# FreeBSD automation deadlock: osl_closeSocket()...Damjan Jovanovic2-14/+18
2015-10-12cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-11tdf#94888: Accessing Sharepoint r/o share through UNC path does not workGiuseppe Castagno1-0/+1
2015-10-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier1-8/+21
2015-10-06pthread_mutex_lock/unlock must not be called with null argumentStephan Bergmann1-2/+3
2015-10-05use modern castsCaolán McNamara1-8/+8
2015-10-05Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt2-3/+4
2015-10-05Fix error C2440: casts requiredTor Lillqvist1-3/+3
2015-10-05malloc + memset (0) --> callocPedro Giffuni2-12/+6
2015-09-30Fix typosAndrea Gelmini3-3/+3
2015-09-23Better fail with E_EXIST if rename(3) failsStephan Bergmann1-1/+1
2015-09-11Useless cargo cult?Stephan Bergmann1-34/+0
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2015-08-21tdf#93569 - restore ACT_ABORT distinction.Michael Meeks1-1/+1
2015-08-18no need for pre/postmac in osl/unx/system.hNorbert Thiebaud1-3/+0
2015-08-06sal: fix assert in osl_joinWithThread()Michael Stahl1-5/+7
2015-08-06sal: make osl_joinWithThread() a little more consistentMichael Stahl1-0/+1
2015-07-30tdf#60381: Accessing Sharepoint share using UNC path does not work.Giuseppe Castagno1-0/+2
2015-07-23coverity#1312138 Resource leakCaolán McNamara1-0/+1
2015-07-20add an internal api to osl to collect 'native' random numbersNorbert Thiebaud2-0/+109
2015-07-15Log the actual string, not the rtl_uString pointer valueTor Lillqvist1-4/+5
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+2
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin3-8/+3
2015-07-08Fix typosAndrea Gelmini2-2/+2