summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* sal: create threads on Linux with a larger stack for ASANMichael Stahl2014-09-111-4/+6
* Missing include guardStephan Bergmann2014-09-031-0/+5
* fix this C file for Microsoft Pascal compilerMichael Stahl2014-08-251-2/+3
* set names on some UNIX-only threadsMichael Stahl2014-08-251-0/+2
* set names on the Win32-only threadsMichael Stahl2014-08-251-0/+3
* Don't do the security scope bookmark dance if not in a sandboxed processTor Lillqvist2014-08-151-4/+35
* drop extra (David Tardon2014-08-081-1/+1
* osl: kill check for ancient freebsd < 7 versionsRiccardo Magliocchetti2014-08-082-12/+3
* move null termination outside ifdefs for both branchesCaolán McNamara2014-08-071-3/+1
* coverity#706155 Copy into fixed size bufferCaolán McNamara2014-08-071-1/+2
* osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt2014-07-312-2/+8
* sal: avoid STL asserts in create_merged_environmentMichael Stahl2014-07-241-0/+5
* coverity#704665 Explicit null dereferencedCaolán McNamara2014-07-191-1/+1
* sal: unx/mutex.c: try to avoid system declarations with _GNU_SOURCEMichael Stahl2014-07-151-10/+6
* workaround hack that trips up externandnotdefined clang pluginNoel Grandin2014-07-141-1/+6
* sal: restore pthread to its original non-ideal state.Michael Meeks2014-07-121-1/+1
* complete shot-in-the-dark to fix tinderbox buildNoel Grandin2014-07-111-1/+1
* attempt to fix linux buildNoel Grandin2014-07-111-1/+1
* new loplugin: externalandnotdefinedNoel Grandin2014-07-116-9/+6
* Introduce osl_areCommandArgsSet.Andrzej Hunt2014-07-112-0/+11
* coverity#982762 Dereference NULLNorbert Thiebaud2014-07-101-4/+12
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-3/+2
* coverity#983493 String OverflowNorbert Thiebaud2014-07-051-11/+14
* clang scan-build: various warningsCaolán McNamara2014-07-012-4/+4
* Actually not necessary to log this, it is already logged a bit later.Jan Holesovsky2014-07-011-2/+0
* android: Enable debugging messages as the first thing we do.Jan Holesovsky2014-06-301-0/+2
* Mac OS X does provide localtime_r and gmtime_rStephan Bergmann2014-06-261-0/+2
* -Wstrict-prototypesStephan Bergmann2014-06-175-7/+7
* coverity#982462 Dereference after null checkCaolán McNamara2014-06-121-7/+11
* WoE: while (..) {} instead of while(..);Douglas Mencken2014-05-221-1/+1
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov2014-05-222-350/+46
* Default OS X thread stack size too small for -fsanitize=addressStephan Bergmann2014-05-211-5/+12
* fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann2014-05-202-4/+28
* Revert "fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT"Stephan Bergmann2014-05-202-9/+9
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov2014-05-202-9/+9
* Remove unnecessary castsStephan Bergmann2014-05-201-2/+2
* C string usage improvmentArnaud Versini2014-05-201-6/+2
* fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann2014-05-191-3/+6
* error C3861: 'rtl_allocateMemory': identifier not foundMiklos Vajna2014-05-181-0/+1
* Related: #i124896# Remove Allocator from sal, tooThomas Arnhold2014-05-151-1/+1
* Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr2014-05-153-4/+1
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1512-31/+31
* Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umaskStephan Bergmann2014-05-134-14/+27
* Convert sal/osl/unx/tempfile.c to C++Stephan Bergmann2014-05-131-1/+1
* include sal/log.hxx hereMatúš Kukan2014-05-131-0/+1
* osl_openFilePath is internal sal/osl/unx functionalityStephan Bergmann2014-05-134-5/+10
* All three uses of osl_getFileOSHandle have been removed againStephan Bergmann2014-05-132-30/+0
* osl_openMemoryAsFile is internal, Android-only functionalityStephan Bergmann2014-05-131-7/+5
* fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2014-05-125-10/+16
* remove globally disabled warnings from source filesThomas Arnhold2014-05-101-4/+0