summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2014-10-03fix buildCaolán McNamara
2014-10-03fix clang 3.5 buildNoel Grandin
2014-10-03Fix unbalanced new/free() -> new/deleteMatthew J. Francis
2014-10-02remove checks of __GCC_MINOR__ that are always true in GCC 4.6 or laterMichael Stahl
2014-10-01Blind fix for AndroidStephan Bergmann
2014-10-01sal: work around spurious Apple clang warning about pointer cast to intMichael Stahl
2014-10-01Use sal/log.hxxStephan Bergmann
2014-10-01sal/osl/unx/thread.c -> .cxxStephan Bergmann
2014-09-29Pretend the app-specific "Documents" directory is the home directory on iOSTor Lillqvist
2014-09-11sal: create threads on Linux with a larger stack for ASANMichael Stahl
2014-09-03Missing include guardStephan Bergmann
2014-08-25fix this C file for Microsoft Pascal compilerMichael Stahl
2014-08-25set names on some UNIX-only threadsMichael Stahl
2014-08-25set names on the Win32-only threadsMichael Stahl
2014-08-15Don't do the security scope bookmark dance if not in a sandboxed processTor Lillqvist
2014-08-08drop extra (David Tardon
2014-08-08osl: kill check for ancient freebsd < 7 versionsRiccardo Magliocchetti
2014-08-07move null termination outside ifdefs for both branchesCaolán McNamara
2014-08-07coverity#706155 Copy into fixed size bufferCaolán McNamara
2014-07-31osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt
2014-07-24sal: avoid STL asserts in create_merged_environmentMichael Stahl
2014-07-19coverity#704665 Explicit null dereferencedCaolán McNamara
2014-07-15sal: unx/mutex.c: try to avoid system declarations with _GNU_SOURCEMichael Stahl
2014-07-14workaround hack that trips up externandnotdefined clang pluginNoel Grandin
2014-07-12sal: restore pthread to its original non-ideal state.Michael Meeks
2014-07-11complete shot-in-the-dark to fix tinderbox buildNoel Grandin
2014-07-11attempt to fix linux buildNoel Grandin
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt
2014-07-10coverity#982762 Dereference NULLNorbert Thiebaud
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-05coverity#983493 String OverflowNorbert Thiebaud
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-07-01Actually not necessary to log this, it is already logged a bit later.Jan Holesovsky
2014-06-30android: Enable debugging messages as the first thing we do.Jan Holesovsky
2014-06-26Mac OS X does provide localtime_r and gmtime_rStephan Bergmann
2014-06-17-Wstrict-prototypesStephan Bergmann
2014-06-12coverity#982462 Dereference after null checkCaolán McNamara
2014-05-22WoE: while (..) {} instead of while(..);Douglas Mencken
2014-05-22fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov
2014-05-21Default OS X thread stack size too small for -fsanitize=addressStephan Bergmann
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann
2014-05-20Revert "fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT"Stephan Bergmann
2014-05-20fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov
2014-05-20Remove unnecessary castsStephan Bergmann
2014-05-20C string usage improvmentArnaud Versini
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann
2014-05-18error C3861: 'rtl_allocateMemory': identifier not foundMiklos Vajna
2014-05-15Related: #i124896# Remove Allocator from sal, tooThomas Arnhold
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr