summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
7 daysdrop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara2-24/+7
2024-04-30we dereference pProfile->m_Lines on the next line anywayCaolán McNamara1-2/+2
2024-04-30WaE: C6011 Dereferencing NULL pointer warnings from unchecked mallocCaolán McNamara11-24/+30
2024-04-30convert HeapAlloc to make_uniqueNoel Grandin1-24/+18
2024-04-29WaE: C6054: String 'baseDrive' might not be zero-terminatedCaolán McNamara1-1/+1
2024-04-28Extended loplugin:ostr manual changesStephan Bergmann1-1/+2
2024-04-26loplugin:ostr in salNoel Grandin28-437/+428
2024-04-15lok: provide global random symbol to find random device.Michael Meeks1-1/+7
2024-04-03Allow custom "eye catcher" from LO_TESTNAME in tempfiles on WindowsMike Kaganski1-1/+15
2024-03-26No need to define ETIMEStephan Bergmann1-21/+0
2024-03-26Silence -Wdeprecated-pragmaStephan Bergmann1-0/+44
2024-03-25Best effort to create directories of SAL_LOG_FILEStephan Bergmann1-0/+5
2024-03-25Avoid -Werror,-Wcast-function-type-mismatchStephan Bergmann1-20/+23
2024-03-21Use consistent conditions in code and makefileStephan Bergmann1-1/+1
2024-03-18use our internal backtrace API for signal faultsNoel Grandin1-7/+4
2024-03-13Support environment variable expansion in logging.iniStephan Bergmann1-1/+37
2024-03-08Avoid mentioning Glibc-internal type __fsword_tStephan Bergmann1-3/+4
2024-03-08Blind fix for Linux 32-bit buildsStephan Bergmann1-3/+3
2024-03-05Missing include (for free)Stephan Bergmann1-0/+1
2024-02-29Simplify a bitMike Kaganski1-3/+2
2024-02-29Use <bit> instead of platform-specific intrinsicsMike Kaganski1-23/+6
2024-02-29Drop redundant code: this is handled belowMike Kaganski1-35/+3
2024-02-27tdf#158190 Fix Calc ROUND in floating-point calculate result very close to X.5Po-Yen Huang2-2/+4
2024-02-26Simplify a bitMike Kaganski1-35/+14
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski1-1/+2
2024-02-26Use filesystem::path to avoid MAX_PATH limitationMike Kaganski1-9/+9
2024-02-20Simplify a bitMike Kaganski1-128/+77
2024-02-20Move some stuff from path_helper to file_dirvol, and simplifyMike Kaganski5-197/+76
2024-02-19Drop obsolete commentsMike Kaganski2-5/+0
2024-02-18tdf#55004 Fix backup copy creation for files on mounted samba sharesKevin Ottens1-7/+47
2024-02-13Fix mis-merge from 8b53fa726e0d496f18228b0ca9ce2f61196f6a57Stephan Bergmann1-17/+16
2024-02-12Log uses of fundamental.override.iniStephan Bergmann1-0/+3
2024-02-12Introduce a fundamental.override.ini for bootstrap variablesStephan Bergmann1-31/+81
2024-02-11tdf#155710 handle conversion failures due to non-UTF8 stringsPatrick Luby1-12/+14
2024-02-11osl_get_system_random_data should return boolStephan Bergmann3-7/+7
2024-02-07sal: rtlRandomPool: require OS random device, abort if not presentMichael Stahl1-234/+6
2024-02-05sal: Re-add missing includesHeiko Becker1-0/+4
2024-01-28cool#8016 open files using O_CLOEXECNoel Grandin1-0/+3
2024-01-19Make osl_execProc_test_batch run the new process hiddenMike Kaganski1-1/+1
2024-01-18-Werror,-Wunused-variable (Emscripten)Stephan Bergmann1-2/+2
2023-12-24Silence new GCC 14 trunk -Werror=alloc-sizeStephan Bergmann1-0/+7
2023-12-24-Werror=calloc-transposed-argsStephan Bergmann2-2/+2
2023-12-24Remove unused headers found by bin/find-unusedheaders.shGabor Kelemen1-45/+0
2023-12-19Fix typoAndrea Gelmini1-3/+3
2023-12-11Step 3 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann2-14/+0
2023-12-06loplugin:ostr (macOS)Stephan Bergmann1-1/+1
2023-11-29Extended loplugin:ostr: salStephan Bergmann3-20/+20
2023-11-19Extended loplugin:ostr: salStephan Bergmann15-1017/+1017
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 7)Julien Nabet1-8/+4
2023-11-09loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann1-1/+1