summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2018-06-05sal: WNT -> _WIN32Thorsten Behrens1-5/+5
2018-06-05sal: fix logfile path retrieval from logging.iniThorsten Behrens1-5/+10
2018-05-22Fix typosAndrea Gelmini1-1/+1
2018-05-10sal: log windows traces to debugger console, take twoThorsten Behrens1-4/+0
2018-05-08sal: log windows trace output to debugger consoleThorsten Behrens1-0/+8
2018-04-06osl: Remember the last error before returning osl_Socket_ErrorTakeshi Abe1-10/+11
2018-04-06fflush() followed by fclose() is redundantTakeshi Abe1-3/+0
2018-04-03osl: Fix possible memleakTakeshi Abe1-0/+1
2018-03-28Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann1-14/+0
2018-03-07Intermediate dir may come into existence during osl_createDirectoryPathStephan Bergmann2-2/+2
2018-03-07Deduplicate includesMike Kaganski1-2/+0
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper3-2/+37
2018-03-02Make SAL_LOG_FILE work on Windows also without logging.iniStephan Bergmann1-2/+0
2018-02-22Use long path prefix in osl_getFileStatusSamuel Mehrbrodt1-4/+12
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski6-42/+2
2018-02-01osl: change osl_psz_removeFile() -> osl_unlinkFile()Chris Sherlock1-51/+35
2018-01-29tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski1-0/+8
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann3-0/+6
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-25Fix typosAndrea Gelmini2-2/+2
2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann1-1/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann14-65/+65
2018-01-22loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann2-2/+2
2018-01-19coverity#1427647 acknowledge Resource leak is deliberateCaolán McNamara1-1/+1
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann3-0/+3
2018-01-17sal: use snprintf for sal logThorsten Behrens1-5/+7
2018-01-17WNT: allow to set log level/path from fileSamuel Mehrbrodt1-14/+76
2018-01-16Missing includeStephan Bergmann1-0/+4
2018-01-15More loplugin:cstylecast: salStephan Bergmann1-4/+4
2018-01-15fix android buildNoel Grandin1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin3-3/+3
2018-01-13sal: remove no longer needed CheckTokenMembership_StubChris Sherlock1-33/+8
2018-01-12More loplugin:cstylecast: salStephan Bergmann10-42/+42
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-01sal: (win32) readd comment explaining about buffer size decisionChris Sherlock1-0/+5
2017-12-19Clang 3.5 has -Wreturn-type-c-linkageStephan Bergmann1-3/+0
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann9-18/+18
2017-12-15loplugin:salcall (macOS)Stephan Bergmann2-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin11-54/+54
2017-12-06Function LookupAccountSidW takes number of characters, not bytesMike Kaganski1-2/+2
2017-12-04Condition for definition of LastIdent must match condition for its useStephan Bergmann1-1/+1
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-1/+1
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-30sal: check for HAVE_GCC_BUILTIN_ATOMIC only once in interlckMiklos Vajna1-17/+9
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-11-28Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-3/+3
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2-2/+2