summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Don't do the security scope bookmark dance if not in a sandboxed processTor Lillqvist1-4/+35
2014-08-08drop extra (David Tardon1-1/+1
2014-08-08osl: kill check for ancient freebsd < 7 versionsRiccardo Magliocchetti2-12/+3
2014-08-07move null termination outside ifdefs for both branchesCaolán McNamara1-3/+1
2014-08-07coverity#706155 Copy into fixed size bufferCaolán McNamara1-1/+2
2014-07-31osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt2-2/+8
2014-07-24sal: avoid STL asserts in create_merged_environmentMichael Stahl1-0/+5
2014-07-19coverity#704665 Explicit null dereferencedCaolán McNamara1-1/+1
2014-07-15sal: unx/mutex.c: try to avoid system declarations with _GNU_SOURCEMichael Stahl1-10/+6
2014-07-14workaround hack that trips up externandnotdefined clang pluginNoel Grandin1-1/+6
2014-07-12sal: restore pthread to its original non-ideal state.Michael Meeks1-1/+1
2014-07-11complete shot-in-the-dark to fix tinderbox buildNoel Grandin1-1/+1
2014-07-11attempt to fix linux buildNoel Grandin1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin6-9/+6
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt2-0/+11
2014-07-10coverity#982762 Dereference NULLNorbert Thiebaud1-4/+12
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-3/+2
2014-07-05coverity#983493 String OverflowNorbert Thiebaud1-11/+14
2014-07-01clang scan-build: various warningsCaolán McNamara2-4/+4
2014-07-01Actually not necessary to log this, it is already logged a bit later.Jan Holesovsky1-2/+0
2014-06-30android: Enable debugging messages as the first thing we do.Jan Holesovsky1-0/+2
2014-06-26Mac OS X does provide localtime_r and gmtime_rStephan Bergmann1-0/+2
2014-06-17-Wstrict-prototypesStephan Bergmann5-7/+7
2014-06-12coverity#982462 Dereference after null checkCaolán McNamara1-7/+11
2014-05-22WoE: while (..) {} instead of while(..);Douglas Mencken1-1/+1
2014-05-22fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov2-350/+46
2014-05-21Default OS X thread stack size too small for -fsanitize=addressStephan Bergmann1-5/+12
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann2-4/+28
2014-05-20Revert "fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT"Stephan Bergmann2-9/+9
2014-05-20fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov2-9/+9
2014-05-20Remove unnecessary castsStephan Bergmann1-2/+2
2014-05-20C string usage improvmentArnaud Versini1-6/+2
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann1-3/+6
2014-05-18error C3861: 'rtl_allocateMemory': identifier not foundMiklos Vajna1-0/+1
2014-05-15Related: #i124896# Remove Allocator from sal, tooThomas Arnhold1-1/+1
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr3-4/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold12-31/+31
2014-05-13Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umaskStephan Bergmann4-14/+27
2014-05-13Convert sal/osl/unx/tempfile.c to C++Stephan Bergmann1-1/+1
2014-05-13include sal/log.hxx hereMatúš Kukan1-0/+1
2014-05-13osl_openFilePath is internal sal/osl/unx functionalityStephan Bergmann4-5/+10
2014-05-13All three uses of osl_getFileOSHandle have been removed againStephan Bergmann2-30/+0
2014-05-13osl_openMemoryAsFile is internal, Android-only functionalityStephan Bergmann1-7/+5
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre5-10/+16
2014-05-10remove globally disabled warnings from source filesThomas Arnhold1-4/+0
2014-05-08fix MACOS buildNoel Grandin1-3/+3
2014-05-08various: sal_Bool->boolNoel Grandin2-111/+111
2014-05-06sal logging: Flush after having written the output.Jan Holesovsky1-0/+1
2014-04-26this fails to link with mingwDavid Tardon1-0/+2
2014-04-18Typo: s/shure/sureTor Lillqvist1-1/+1