summaryrefslogtreecommitdiffstats
path: root/sal/osl/unx
Commit message (Expand)AuthorAgeFilesLines
* fdo#60724 correct spellingThomas Arnhold2013-04-152-2/+2
* sal: that TimeValue define causes -Wunused-macros with 10.6 SDK tooMichael Stahl2013-04-101-6/+0
* Revert "If you can't load a shared library it should be a warning"Stephan Bergmann2013-04-101-1/+1
* fix up c code after move to c++Caolán McNamara2013-04-071-5/+7
* If you can't load a shared library it should be a warningPeter Foley2013-03-311-1/+1
* -Werror=unused-macrosStephan Bergmann2013-03-271-0/+4
* WaE: macro is not used: STACKTYPETor Lillqvist2013-03-271-0/+2
* At least Mac OS X SDK 10.7 doesn't experience TimeValue clash hereStephan Bergmann2013-03-271-0/+4
* -Werror=unused-macros (Android)Stephan Bergmann2013-03-271-4/+7
* -Wunused-macrosStephan Bergmann2013-03-275-40/+0
* remove external include guardsThomas Arnhold2013-03-254-32/+0
* Temporary hack for iOS: open files read-only if read-write open failsTor Lillqvist2013-03-261-0/+12
* Re-work the vcl aspects of the iOS portTor Lillqvist2013-03-211-2/+2
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-202-5/+5
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-193-3/+3
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
* Use __android_log_print directlyTor Lillqvist2013-03-071-9/+6
* coverity#705121: missing unlock of mutexMarkus Mohrhard2013-03-031-0/+1
* coverity#705120: missing unlock of mutexMarkus Mohrhard2013-03-031-0/+2
* coverity#983100: close resource handleMarkus Mohrhard2013-03-031-0/+3
* coverity#983099: fix memory leakMarkus Mohrhard2013-03-031-1/+3
* coverity#982797: Out-of-bounds writeJulien Nabet2013-03-021-1/+1
* Open files from /assets (i.e. read-only) even if asked for write accessTor Lillqvist2013-03-011-5/+4
* Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist2013-02-221-20/+4
* Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist2013-02-223-3/+3
* Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks2013-02-211-4/+20
* Some cppcheck cleaningJulien Nabet2013-02-081-3/+1
* Further socket callback clean-upStephan Bergmann2013-01-111-2/+0
* Remove useless callback in unix socket implementationArnaud Versini2013-01-112-16/+0
* Argh, I thought I had compiled this;)Tor Lillqvist2013-01-061-2/+2
* Streamline a bit for AndroidTor Lillqvist2013-01-061-4/+7
* Bin obsolete commentTor Lillqvist2013-01-061-3/+0
* sal: use pread / pwrite on every *nixRiccardo Magliocchetti2013-01-031-36/+0
* Check for __GNUC__ instead of GCC in sourcesTor Lillqvist2012-12-272-2/+2
* Add ability to send SAL_* messages to syslogRiccardo Magliocchetti2012-12-201-0/+13
* Fix for making absolute the registry arguments of the uno executableStephan Bergmann2012-12-191-1/+11
* replace #pragma weak with __attribute__((weak))Luboš Luňák2012-12-041-6/+3
* API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens2012-12-043-220/+0
* Remove useless getpid implementation on Linux.Arnaud Versini2012-12-011-34/+0
* Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann2012-11-271-5/+5
* Clean up remains of NativeActivity-based Android app supportTor Lillqvist2012-11-211-20/+4
* fix sal buildCaolán McNamara2012-11-211-2/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-11-2133-765/+465
* Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks2012-11-211-77/+132
* WaE: -Wempty-bodyCaolán McNamara2012-11-201-3/+4
* Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann2012-11-151-1/+0
* Cleanup and simplification of process.cxxArnaud Versini2012-10-251-92/+18
* use consistently sal.osl and sal.rtl as log areasLuboš Luňák2012-10-132-23/+23
* When DISABLE_DYNLOADING don't even provide any module loading/unloading APITor Lillqvist2012-10-071-8/+9
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-4/+4