summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin
2018-07-23Missing includes (--disable-pch)Stephan Bergmann
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann
2018-06-29Make the RELATIVETIMER be relative to start of the process, not to first callTor Lillqvist
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen
2018-06-21Don't reset signal that hasn't been setStephan Bergmann
2018-06-19Don't waste time in macxp_resolveAlias() on files inside the app bundleTor Lillqvist
2018-06-12tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-06-05sal: WNT -> _WIN32Thorsten Behrens
2018-06-05sal: fix logfile path retrieval from logging.iniThorsten Behrens
2018-05-22Fix typosAndrea Gelmini
2018-05-10sal: log windows traces to debugger console, take twoThorsten Behrens
2018-05-08sal: log windows trace output to debugger consoleThorsten Behrens
2018-04-06osl: Remember the last error before returning osl_Socket_ErrorTakeshi Abe
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe
2018-04-03osl: Fix possible memleakTakeshi Abe
2018-03-28Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann
2018-03-07Deduplicate includesMike Kaganski
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-03-02Make SAL_LOG_FILE work on Windows also without logging.iniStephan Bergmann
2018-02-22Use long path prefix in osl_getFileStatusSamuel Mehrbrodt
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-02-01osl: change osl_psz_removeFile() -> osl_unlinkFile()Chris Sherlock
2018-01-29tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2018-01-25Fix typosAndrea Gelmini
2018-01-25Fix typosAndrea Gelmini
2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-22loplugin:nullptr (clang-cl)Stephan Bergmann
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-19coverity#1427647 acknowledge Resource leak is deliberateCaolán McNamara
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-17sal: use snprintf for sal logThorsten Behrens
2018-01-17WNT: allow to set log level/path from fileSamuel Mehrbrodt
2018-01-16Missing includeStephan Bergmann
2018-01-15More loplugin:cstylecast: salStephan Bergmann
2018-01-15fix android buildNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-13sal: remove no longer needed CheckTokenMembership_StubChris Sherlock
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-01sal: (win32) readd comment explaining about buffer size decisionChris Sherlock
2017-12-19Clang 3.5 has -Wreturn-type-c-linkageStephan Bergmann
2017-12-19inline use-once typedefsNoel Grandin
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann
2017-12-15loplugin:salcall (macOS)Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin