summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks4-96/+16
2013-04-17-Werror=unused-macros (MinGW, sal)Stephan Bergmann7-21/+0
2013-04-16Further clean-up related to removed library unloading featureStephan Bergmann1-14/+11
2013-04-16API CHANGE: remove some of useless rtl/unload.h functionalityMatúš Kukan1-0/+28
2013-04-15tune up debug level required for popping up dialogs from MSVCRTDMichael Stahl1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold3-3/+3
2013-04-10sal: that TimeValue define causes -Wunused-macros with 10.6 SDK tooMichael Stahl1-6/+0
2013-04-10Revert "If you can't load a shared library it should be a warning"Stephan Bergmann1-1/+1
2013-04-07fix up c code after move to c++Caolán McNamara1-5/+7
2013-04-05No need to setenv SAL_LOG in the code for iOSTor Lillqvist1-3/+3
2013-03-31If you can't load a shared library it should be a warningPeter Foley1-1/+1
2013-03-27-Werror=unused-macrosStephan Bergmann1-0/+4
2013-03-27WaE: macro is not used: STACKTYPETor Lillqvist1-0/+2
2013-03-27At least Mac OS X SDK 10.7 doesn't experience TimeValue clash hereStephan Bergmann1-0/+4
2013-03-27-Werror=unused-macros (Android)Stephan Bergmann1-4/+7
2013-03-27-Werror=unused-macros (Android)Stephan Bergmann1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann5-40/+0
2013-03-25remove external include guardsThomas Arnhold4-32/+0
2013-03-26Temporary hack for iOS: open files read-only if read-write open failsTor Lillqvist1-0/+12
2013-03-22WaE: unused functionsTor Lillqvist1-0/+6
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist1-2/+2
2013-03-21std::min() parameters must be of same typeTor Lillqvist1-1/+1
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák3-9/+9
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-3/+3
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-18Use InterlockedIncrement() and InterlockedDecrement() unconditionallyTor Lillqvist2-120/+0
2013-03-07Use __android_log_print directlyTor Lillqvist1-9/+6
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold2-2/+2
2013-03-03coverity#705121: missing unlock of mutexMarkus Mohrhard1-0/+1
2013-03-03coverity#705120: missing unlock of mutexMarkus Mohrhard1-0/+2
2013-03-03coverity#983100: close resource handleMarkus Mohrhard1-0/+3
2013-03-03coverity#983099: fix memory leakMarkus Mohrhard1-1/+3
2013-03-02coverity#982797: Out-of-bounds writeJulien Nabet1-1/+1
2013-03-01Pass log output directly to the Android log mechanismTor Lillqvist1-3/+34
2013-03-01Open files from /assets (i.e. read-only) even if asked for write accessTor Lillqvist1-5/+4
2013-02-22Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist1-20/+4
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist8-9/+9
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks1-4/+20
2013-02-19fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-6/+4
2013-02-15prevent out-of-bounds buffer writes in EnumLocalesParamsEike Rathke1-12/+27
2013-02-08Some cppcheck cleaningJulien Nabet1-3/+1
2013-01-29Strip SRCDIR from the logging outputTor Lillqvist1-2/+6
2013-01-16fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann1-5/+15
2013-01-11Fix workaround for thead-unsafe getenv againStephan Bergmann1-12/+24
2013-01-11Further socket callback clean-upStephan Bergmann3-16/+0
2013-01-11Remove useless callback in unix socket implementationArnaud Versini2-16/+0
2013-01-06Argh, I thought I had compiled this;)Tor Lillqvist1-2/+2
2013-01-06Streamline a bit for AndroidTor Lillqvist1-4/+7