summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2021-06-02Make optional use of SetThreadDescription in osl_setThreadNameMike Kaganski1-7/+25
2021-06-02Revert "sb138: #i115619# fix for MinGW"Mike Kaganski1-4/+0
2021-05-31Replace inet_addr with inet_ptonStephan Bergmann1-4/+7
2021-05-31Replace inet_ntoa with inet_ntopStephan Bergmann1-1/+4
2021-05-26Replace a use of select with pollStephan Bergmann1-26/+15
2021-05-21Lets assume general availability of POSIX poll.hStephan Bergmann1-74/+0
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski1-1/+21
2021-04-28Add API to LibreOfficeKit to set arbitrary run-time options in coreTor Lillqvist1-26/+37
2021-04-28loplugin:stringviewparam (clang-cl)Stephan Bergmann1-1/+2
2021-04-27loplugin:nullptr (clang-cl)Stephan Bergmann1-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2-3/+3
2021-04-21Simplify some code by using OUString instead of raw rtl_uStringMike Kaganski1-144/+63
2021-04-20Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann1-13/+13
2021-04-20Remove obsolete commentStephan Bergmann1-2/+0
2021-04-19flatten some codeNoel Grandin1-160/+145
2021-04-19[API CHANGE] Do not call getaddrinfo if we just want the hostnameSamuel Mehrbrodt2-5/+22
2021-04-17use OUString in dir handling operationsNoel Grandin1-113/+39
2021-04-16flatten some code in sal/osl/w32Noel Grandin6-458/+435
2021-04-16set path to fully normalized in osl_getNextFileItemNoel Grandin1-1/+1
2021-03-12Fix typosAndrea Gelmini1-1/+1
2021-03-12tdf#126742 make Windows file handling more unx-likeArmin Le Grand (Allotropia)1-4/+4
2021-03-04The backtrace() etc API is available on macOS and iOS, tooTor Lillqvist1-68/+1
2021-02-16tdf#137208 Assume that dladdr provides an absolute pathnameStephan Bergmann1-14/+14
2021-02-16Remove dead "defined(ANDROID) && !defined(DISABLE_DYNLOADING)" codeStephan Bergmann1-7/+0
2021-02-15Do not remove '/' when it's the only character in the pathMike Kaganski1-1/+1
2021-02-15Reuse known length of the temp dir pathMike Kaganski1-7/+4
2021-02-12Make sure osl_getTempDirURL result doesn't end with / also on unxMike Kaganski1-1/+4
2021-02-05Revert "Fix typo in code"Stephan Bergmann2-2/+2
2021-02-04Fix typo in codeAndrea Gelmini2-2/+2
2021-02-02Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURLMike Kaganski1-40/+170
2021-02-01Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski1-2/+2
2021-01-31Fix typosAndrea Gelmini1-2/+2
2021-01-31Use C++ thread_local instead of Tls* WinAPIMike Kaganski3-31/+10
2021-01-30Simplify osl_getGlobalMutex to use function-local staticMike Kaganski5-69/+20
2021-01-30Reinstate still relevant bits of commentMike Kaganski1-2/+5
2021-01-30Use function-local static Mutex here instead of global CRITICAL_SECTIONMike Kaganski3-13/+10
2021-01-30Don't change process current directory in osl_getAbsoluteFileURLMike Kaganski4-58/+76
2021-01-29Use OUString and its fast concat instead of C string manipulationMike Kaganski1-17/+7
2021-01-29Use MutexGuard instead of direct oslMutex manipulationsMike Kaganski1-19/+14
2021-01-28simplify code, use more subView()Noel1-1/+1
2021-01-17cppcheck: zerodivcondJulien Nabet1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-4/+12
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann1-1/+5
2020-12-10Do not call GetAddrInfoW if we just want the hostnameSamuel Mehrbrodt1-32/+8
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer18-69/+66
2020-10-12Use `pthread_set_name_np` on FreeBSD 12.1 and below, as `pthread_setname_np` ...Gleb Popov1-1/+7
2020-10-08Do not redefine ETIME unconditionally on FreeBSD.Gleb Popov1-1/+3
2020-10-05loplugin:reducevarscope in salNoel1-3/+3
2020-09-26Fix typo in codeAndrea Gelmini1-2/+2
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-2/+2