summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2013-02-15prevent out-of-bounds buffer writes in EnumLocalesParamsEike Rathke
2013-02-08Some cppcheck cleaningJulien Nabet
2013-01-29Strip SRCDIR from the logging outputTor Lillqvist
2013-01-16fdo#58415: Don't ignore osl_getFileURLFromSystemPath failureStephan Bergmann
2013-01-11Fix workaround for thead-unsafe getenv againStephan Bergmann
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-05Remove accidentally committed logging codeTor Lillqvist
2013-01-05Notice if SAL_LOG is changed while the process is runningTor Lillqvist
2013-01-03sal: use pread / pwrite on every *nixRiccardo Magliocchetti
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist
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-17API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini
2012-12-06Put stubs for removed functionality into compat.cxxStephan Bergmann
2012-12-04replace #pragma weak with __attribute__((weak))Luboš Luňák
2012-12-04Fixup: putting back dummy methods for removed semaphoreThorsten Behrens
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-21mingwport34: i#117493: mingw port of i109096tono
2012-11-20WaE: -Wempty-bodyCaolán McNamara
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann
2012-11-12WaE: C-linkage specified, but returns user-defined typeTor Lillqvist
2012-10-25Cleanup and simplification of process.cxxArnaud Versini
2012-10-17More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza
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
2012-10-01Remove internal usage of rtl/memory.h in sal moduleArnaud Versini
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-17Include header with prototypes of defined functionsStephan Bergmann
2012-09-16export sal init and deinit functionsDavid Tardon
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann
2012-09-14Adapt for DISABLE_DYNLOADING possibility on AndroidTor Lillqvist
2012-09-14remove use of SAL_MIN() macroNorbert Thiebaud
2012-09-12WaE: unused parameter 'uFlags'Tor Lillqvist
2012-09-12Work around some potential problems with thread-unsafe getenvStephan Bergmann
2012-09-12diagnose.c -> diagnose.cxx (to ease further modification)Stephan Bergmann
2012-09-12Simplify osl_searchPath_implStephan Bergmann
2012-09-05fdo#38913: Prevent invalid parameter handler crashesStephan Bergmann
2012-08-29allow NULL pModuleName for WNT in osl_getModuleHandleCaolán McNamara
2012-08-27fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for salJung-uk Kim