summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* -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
* -Werror=unused-macros (Android)Stephan Bergmann2013-03-271-1/+1
* -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
* WaE: unused functionsTor Lillqvist2013-03-221-0/+6
* Re-work the vcl aspects of the iOS portTor Lillqvist2013-03-211-2/+2
* std::min() parameters must be of same typeTor Lillqvist2013-03-211-1/+1
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-203-9/+9
* 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 InterlockedIncrement() and InterlockedDecrement() unconditionallyTor Lillqvist2013-03-182-120/+0
* Use __android_log_print directlyTor Lillqvist2013-03-071-9/+6
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-032-2/+2
* 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
* Pass log output directly to the Android log mechanismTor Lillqvist2013-03-011-3/+34
* 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-228-9/+9
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
* Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks2013-02-211-4/+20
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-02-191-6/+4
* prevent out-of-bounds buffer writes in EnumLocalesParamsEike Rathke2013-02-151-12/+27
* Some cppcheck cleaningJulien Nabet2013-02-081-3/+1
* Strip SRCDIR from the logging outputTor Lillqvist2013-01-291-2/+6
* fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann2013-01-161-5/+15
* Fix workaround for thead-unsafe getenv againStephan Bergmann2013-01-111-12/+24
* Further socket callback clean-upStephan Bergmann2013-01-113-16/+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
* Remove accidentally committed logging codeTor Lillqvist2013-01-051-3/+0
* Notice if SAL_LOG is changed while the process is runningTor Lillqvist2013-01-051-3/+14
* sal: use pread / pwrite on every *nixRiccardo Magliocchetti2013-01-031-36/+0
* Sigh, my git grep regexps missed some casesTor Lillqvist2012-12-271-3/+3
* Check for __GNUC__ instead of GCC in sourcesTor Lillqvist2012-12-272-2/+2
* Add ability to send SAL_* messages to syslogRiccardo Magliocchetti2012-12-202-3/+47
* Fix for making absolute the registry arguments of the uno executableStephan Bergmann2012-12-191-1/+11
* API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini2012-12-171-0/+32
* Put stubs for removed functionality into compat.cxxStephan Bergmann2012-12-061-20/+19
* replace #pragma weak with __attribute__((weak))Luboš Luňák2012-12-041-6/+3
* Fixup: putting back dummy methods for removed semaphoreThorsten Behrens2012-12-041-0/+43