summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2015-01-24fdo#75467 extend Carbon API alias resolve from OS X 10.5 to 10.7Peter Nowee1-2/+2
2014-11-23improve SOLARIS guardRichard PALO1-1/+1
2014-11-23SOLARIS can use/should use posix_madvise under certain conditions.Richard PALO1-1/+1
2014-09-23Don't do the security scope bookmark dance if not in a sandboxed processTor Lillqvist1-4/+35
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt2-0/+11
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
2014-04-14typo: independend -> independentThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist2-2/+2
2014-04-04Clean up unreferenced functionsStephan Bergmann11-51/+97
2014-04-04Remove dead interlock code:Stephan Bergmann3-162/+20
2014-04-03C++11-only stdint.h SIZE_MAX -> std::numeric_limitsStephan Bergmann1-18/+21
2014-04-03Kill "Portal Demo HACK", whatever it isTor Lillqvist1-29/+1
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist47-399/+0
2014-04-02Handle missing SIZE_MAXTor Lillqvist1-0/+3
2014-04-02coverity#1194930 Avoid TOCTOU between access and mkdirStephan Bergmann1-8/+18
2014-04-02sal/osl/unx/security.c -> .cxxStephan Bergmann1-5/+5
2014-04-01WaE: 'MAC_OS_X_VERSION_MAX_ALLOWED' is not defined, evaluates to 0Tor Lillqvist1-1/+1
2014-04-01sal: add aligned memory allocation with malloc for OS X < 10.6Douglas Mencken1-4/+15
2014-03-31Remove unused inline functionsStephan Bergmann1-56/+0
2014-03-25Remove the obsolete functionality originally underlying osl/diagnose.hStephan Bergmann4-453/+37
2014-03-25Adapt to sal/log.hxxStephan Bergmann1-23/+7
2014-03-24fdo#56284 : soffice fails to start unless ~/.config exists and is writableMichaël Lefèvre1-3/+31
2014-03-19loplugin:passstringbyrefStephan Bergmann1-2/+2
2014-03-07coverity#705404: Argument cannot be negativeNorbert Thiebaud1-5/+7
2014-03-07coverity#705824 Dereference before null checkCaolán McNamara1-2/+1
2014-03-06Bin unused macxp_OSXConvertCFEncodingToIANACharSetName()Tor Lillqvist1-20/+0
2014-03-06coverity#1190345 log failure to set CLOEXEC flagStephan Bergmann1-1/+5