summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2012-09-10fdo#38913: Prevent invalid parameter handler crashesStephan Bergmann
2012-08-20fdo#53252: _toupper is unreliableStephan Bergmann
2012-06-18fdo#50603: Close fds across a restart of soffice on Mac OS XStephan Bergmann
2012-06-02targeted string re-workNorbert Thiebaud
2012-06-01targeted string re-workNorbert Thiebaud
2012-06-01targetted cppcheck variable scope revertMichael Meeks
2012-05-30Some cppcheck cleaningJulien Nabet
2012-05-29Some cppcheck cleaningJulien Nabet
2012-05-17drop debug_oustring now that gdb pretty-printers existCaolán McNamara
2012-04-26improve error messageMarkus Mohrhard
2012-04-19Revert "Remove unnecessary hack on Linux by using pthread_mutexattr_settype"Arnaud Versini
2012-04-19Remove unnecessary hack on Linux by using pthread_mutexattr_settypeArnaud Versini
2012-04-19Removed obsolete commentStephan Bergmann
2012-04-19clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file tooLuboš Luňák
2012-04-17More informative warning messageTor Lillqvist
2012-04-05Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist
2012-04-04Minor tweakingsStephan Bergmann
2012-04-03SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák
2012-03-28stray debugging lineCaolán McNamara
2012-03-28when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara
2012-03-26Add an OSL_TRACE when opening Android /assets filesTor Lillqvist
2012-03-22No point searching PATH on Android and iOSTor Lillqvist
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist
2012-03-16sal: fix warningsMichael Stahl
2012-03-16sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipeJonathan Adams
2012-03-13Use _NSGetExecutablePath also on iOSTor Lillqvist
2012-03-12Fix Android compilation errorTor Lillqvist
2012-03-12module.c -> module.cxx, use sal/log.hxxStephan Bergmann
2012-03-07probable intentDavid Tardon
2012-03-07WaE: missing braces around initializerDavid Tardon
2012-03-07suppress compiler error when building with -WerrorDavid Tardon
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-03-07WaE: redefined macroDavid Tardon
2012-03-07WaE: format '%u' expects argument of type 'unsigned int'David Tardon
2012-03-07WaE: declaration of '...' shadows a global declarationDavid Tardon
2012-03-07WaE: suggest parentheses around '&&' within '||'David Tardon
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-03-07WaE: declaration of 'aTmpPath' shadows a previous localDavid Tardon
2012-03-07WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon
2012-03-07WaE: declaration of 'n' shadows a previous localDavid Tardon
2012-03-07WaE: ordered comparison of pointer with integer zeroDavid Tardon
2012-03-07WaE: comparison between 'enum oslFileError' and 'enum osl::FileBase::RC'David Tardon
2012-03-07WaE: deprecated conversion from string constant to 'LPWSTR'David Tardon
2012-03-07WaE: function declared 'static' but never definedDavid Tardon
2012-03-07WaE: unused parameterDavid Tardon
2012-03-07WaE: suggest parentheses around '&&' within '||'David Tardon
2012-03-07WaE: deprecated conversion from string constant to 'TCHAR*'David Tardon
2012-03-07WaE: missing braces around initializerDavid Tardon
2012-03-01STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara