summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2023-11-30sal: osl::File allow to create files in sandboxSzymon Kłos
2023-11-29sal: initial osl::File sand-boxing commit for Unix.Michael Meeks
2023-10-06Revert "Fix iOS build breakages when building on macOS Sonoma"Caolán McNamara
2023-10-06Fix iOS build breakages when building on macOS SonomaPatrick Luby
2023-02-24Add Emscripten ifdef to bootstrap_getExecutableFile()Tor Lillqvist
2022-12-04osl : remove useless includesArnaud VERSINI
2022-11-21sal/osl win32 : use non recursive mutexes in file and threadArnaud VERSINI
2022-11-17Revert "TempFile: clear handle on close"Stephan Bergmann
2022-11-11Drop useless std::move of const objectStephan Bergmann
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann
2022-11-07file: Use callocDr. David Alan Gilbert
2022-11-07TempFile: clear handle on closeDr. David Alan Gilbert
2022-09-23tdf#151117: Process non-existent long paths correctlyMike Kaganski
2022-09-16OUString::matchIgnoreAsciiCase returns boolStephan Bergmann
2022-09-13cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for nowStephan Bergmann
2022-09-13cid#1509232 silence Out-of-bounds accessCaolán McNamara
2022-09-07Be careful with failed reallocStephan Bergmann
2022-08-30Use some more C++ in sal/osl/w32Mike Kaganski
2022-08-23cid#1509185 Logically dead codeCaolán McNamara
2022-08-09crashreporting: frequent crash seen in PackedFile::flushCaolán McNamara
2022-07-20tdf#141421 xml export: default stacksize for threads on macOS is too smallChristian Lohmaier
2022-07-02fix --enable-macosx-sandbox buildNoel Grandin
2022-05-30Avoid uninitialized temp_file_handleStephan Bergmann
2022-05-23Revert "[API CHANGE] call ftruncate instead of ftruncate_by_name"Noel Grandin
2022-05-23rename osl_getSystemPathFromFileURL_Ex->getSystemPathFromFileURL_ExNoel Grandin
2022-05-23no need to override 'operator new' in FileHandle_ImplNoel Grandin
2022-05-23rtl_String->OString in DirectoryItem_ImplNoel Grandin
2022-05-22[API CHANGE] call ftruncate instead of ftruncate_by_nameNoel Grandin
2022-05-21rtl_String->OString in salNoel Grandin
2022-05-17clang-tidy modernize-pass-by-value in salNoel Grandin
2022-05-14pthread_mutex_t->std::mutex in lookupThreadIdNoel Grandin
2022-04-15Introduce rtl::createUriCharClassStephan Bergmann
2022-04-12tdf#143148 Use pragma once instead of include guardsShady Mohamed
2022-04-10osl signalshared : use std::mutex instead of oslMutex.Arnaud Versini
2022-04-09add a more complete o3tl::getTokenNoel Grandin
2022-03-24-Werror,-Wunused-functionStephan Bergmann
2022-03-05Fix typosAndrea Gelmini
2022-03-04Remove useless comment on a commented line since always (sal/w32/file_dirvol)Julien Nabet
2022-03-04tdf#98705 Replace GetCaseCorrectPathName with GetLongPathNameWKunal Pawar
2022-02-03Call SymInitialize only onceMike Kaganski
2022-01-19WASM setup as non-multiuser, desktop buildJan-Marek Glogowski
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski
2022-01-18Add HAVE_(UNIX_)DLAPI config header defineJan-Marek Glogowski
2022-01-11Fix ISO C++11 -Wwritable-stringsJan-Marek Glogowski
2022-01-10Use one define for the common NLS archsJan-Marek Glogowski
2022-01-07Use CreateThread instead of _beginthreadexMike Kaganski
2022-01-07loplugin:redundantcastStephan Bergmann
2022-01-07Drop unused forward declarationMike Kaganski
2022-01-06Simplify osl_getModuleURLFromAddress a bitMike Kaganski
2022-01-05Simplify osl_getModuleURLFromAddress using GetModuleHandleExWMike Kaganski