summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
2021-05-31Replace inet_addr with inet_ptonStephan Bergmann
2021-05-31Replace inet_ntoa with inet_ntopStephan Bergmann
2021-05-26Replace a use of select with pollStephan Bergmann
2021-05-21Lets assume general availability of POSIX poll.hStephan Bergmann
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-20Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann
2021-04-20Remove obsolete commentStephan Bergmann
2021-04-19[API CHANGE] Do not call getaddrinfo if we just want the hostnameSamuel Mehrbrodt
2021-03-04The backtrace() etc API is available on macOS and iOS, tooTor Lillqvist
2021-02-16tdf#137208 Assume that dladdr provides an absolute pathnameStephan Bergmann
2021-02-16Remove dead "defined(ANDROID) && !defined(DISABLE_DYNLOADING)" codeStephan Bergmann
2021-02-15Do not remove '/' when it's the only character in the pathMike Kaganski
2021-02-12Make sure osl_getTempDirURL result doesn't end with / also on unxMike Kaganski
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-30Simplify osl_getGlobalMutex to use function-local staticMike Kaganski
2021-01-28simplify code, use more subView()Noel
2021-01-17cppcheck: zerodivcondJulien Nabet
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer
2020-10-12Use `pthread_set_name_np` on FreeBSD 12.1 and below, as `pthread_setname_np` ...Gleb Popov
2020-10-08Do not redefine ETIME unconditionally on FreeBSD.Gleb Popov
2020-10-05loplugin:reducevarscope in salNoel
2020-08-17Remove leftover debug includeStephan Bergmann
2020-08-17loplugin:loopvartoosmallStephan Bergmann
2020-08-10Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist
2020-07-21Improved oplugin:staticanonymous -> redundantstatic redux, macOSStephan Bergmann
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann
2020-06-04Remove useless Result variableStephan Bergmann
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin
2020-05-25createSocketImpl is always called with the same argumentStephan Bergmann
2020-05-10compact namespace in sal..svgioNoel Grandin
2020-04-29Fix problems when running a sandboxed LO as instdir/.../soffice on macOSTor Lillqvist
2020-04-15loplugin:buriedassign in salNoel Grandin
2020-04-06Nah, let's revert that shiteTor Lillqvist
2020-04-04Let's put some verbosity in #if 0, thoughTor Lillqvist
2020-04-04Show what pathname a fd was opened from in the SAL_INFO("sal.file") callsTor Lillqvist
2020-04-04Add SAL_INFO with "sal.file" also for the pread, read, pwrite, and write callsTor Lillqvist
2020-04-04Show flags and modes symbolically in the SAL_INFO() for open() and access()Tor Lillqvist
2020-04-02loplugin:flatten in salNoel Grandin
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2020-02-27avoid memory leak in win32 sal::backtrace_get()Luboš Luňák
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-27Use Linux gettid as available since glibc 2.30Stephan Bergmann
2020-01-26cppcheck: shadowFunction in sal/file_urlJulien Nabet
2020-01-15Clean up safeRead/WriteStephan Bergmann
2020-01-03android: file-cache to improve performance.Michael Meeks