summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-10sal: that TimeValue define causes -Wunused-macros with 10.6 SDK tooMichael Stahl
2013-04-10Revert "If you can't load a shared library it should be a warning"Stephan Bergmann
2013-04-07fix up c code after move to c++Caolán McNamara
2013-03-31If you can't load a shared library it should be a warningPeter Foley
2013-03-27-Werror=unused-macrosStephan Bergmann
2013-03-27WaE: macro is not used: STACKTYPETor Lillqvist
2013-03-27At least Mac OS X SDK 10.7 doesn't experience TimeValue clash hereStephan Bergmann
2013-03-27-Werror=unused-macros (Android)Stephan Bergmann
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-25remove external include guardsThomas Arnhold
2013-03-26Temporary hack for iOS: open files read-only if read-write open failsTor Lillqvist
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-07Use __android_log_print directlyTor Lillqvist
2013-03-03coverity#705121: missing unlock of mutexMarkus Mohrhard
2013-03-03coverity#705120: missing unlock of mutexMarkus Mohrhard
2013-03-03coverity#983100: close resource handleMarkus Mohrhard
2013-03-03coverity#983099: fix memory leakMarkus Mohrhard
2013-03-02coverity#982797: Out-of-bounds writeJulien Nabet
2013-03-01Open files from /assets (i.e. read-only) even if asked for write accessTor Lillqvist
2013-02-22Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks
2013-02-08Some cppcheck cleaningJulien Nabet
2013-01-11Further socket callback clean-upStephan Bergmann
2013-01-11Remove useless callback in unix socket implementationArnaud Versini
2013-01-06Argh, I thought I had compiled this;)Tor Lillqvist
2013-01-06Streamline a bit for AndroidTor Lillqvist
2013-01-06Bin obsolete commentTor Lillqvist
2013-01-03sal: use pread / pwrite on every *nixRiccardo Magliocchetti
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist
2012-12-20Add ability to send SAL_* messages to syslogRiccardo Magliocchetti
2012-12-19Fix for making absolute the registry arguments of the uno executableStephan Bergmann
2012-12-04replace #pragma weak with __attribute__((weak))Luboš Luňák
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens
2012-12-01Remove useless getpid implementation on Linux.Arnaud Versini
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist
2012-11-21fix sal buildCaolán McNamara
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-21Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks
2012-11-20WaE: -Wempty-bodyCaolán McNamara
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann
2012-10-25Cleanup and simplification of process.cxxArnaud Versini
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák
2012-10-07When DISABLE_DYNLOADING don't even provide any module loading/unloading APITor Lillqvist