summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)AuthorFilesLines
2013-03-26Temporary hack for iOS: open files read-only if read-write open failsTor Lillqvist1-0/+12
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist1-2/+2
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2-5/+5
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-07Use __android_log_print directlyTor Lillqvist1-9/+6
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-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 Lillqvist3-3/+3
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks1-4/+20
2013-02-08Some cppcheck cleaningJulien Nabet1-3/+1
2013-01-11Further socket callback clean-upStephan Bergmann1-2/+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
2013-01-06Bin obsolete commentTor Lillqvist1-3/+0
2013-01-03sal: use pread / pwrite on every *nixRiccardo Magliocchetti1-36/+0
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist2-2/+2
2012-12-20Add ability to send SAL_* messages to syslogRiccardo Magliocchetti1-0/+13
2012-12-19Fix for making absolute the registry arguments of the uno executableStephan Bergmann1-1/+11
2012-12-04replace #pragma weak with __attribute__((weak))Luboš Luňák1-6/+3
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens3-220/+0
2012-12-01Remove useless getpid implementation on Linux.Arnaud Versini1-34/+0
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann1-5/+5
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist1-20/+4
2012-11-21fix sal buildCaolán McNamara1-2/+0
2012-11-21re-base on ALv2 code. Includes:Michael Meeks33-765/+465
2012-11-21Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks1-77/+132
2012-11-20WaE: -Wempty-bodyCaolán McNamara1-3/+4
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann1-1/+0
2012-10-25Cleanup and simplification of process.cxxArnaud Versini1-92/+18
2012-10-13use consistently sal.osl and sal.rtl as log areasLuboš Luňák2-23/+23
2012-10-07When DISABLE_DYNLOADING don't even provide any module loading/unloading APITor Lillqvist1-8/+9
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2-4/+4
2012-09-17Include header with prototypes of defined functionsStephan Bergmann1-2/+3
2012-09-16export sal init and deinit functionsDavid Tardon1-2/+2
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann1-2/+2
2012-09-14Adapt for DISABLE_DYNLOADING possibility on AndroidTor Lillqvist2-3/+3
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud2-2/+2
2012-09-12WaE: unused parameter 'uFlags'Tor Lillqvist1-0/+1
2012-09-12Work around some potential problems with thread-unsafe getenvStephan Bergmann3-23/+27
2012-09-12diagnose.c -> diagnose.cxx (to ease further modification)Stephan Bergmann1-0/+0
2012-09-12Simplify osl_searchPath_implStephan Bergmann1-21/+6
2012-08-27fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for salJung-uk Kim1-11/+13
2012-08-15-Werror,-Wstrncat-size (Clang towards 3.2)Stephan Bergmann1-3/+3