summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
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
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-13Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umaskStephan Bergmann
2014-05-13Convert sal/osl/unx/tempfile.c to C++Stephan Bergmann
2014-05-13include sal/log.hxx hereMatúš Kukan
2014-05-13osl_openFilePath is internal sal/osl/unx functionalityStephan Bergmann
2014-05-13All three uses of osl_getFileOSHandle have been removed againStephan Bergmann
2014-05-13osl_openMemoryAsFile is internal, Android-only functionalityStephan Bergmann
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-05-10remove globally disabled warnings from source filesThomas Arnhold
2014-05-08fix MACOS buildNoel Grandin
2014-05-08various: sal_Bool->boolNoel Grandin
2014-05-06sal logging: Flush after having written the output.Jan Holesovsky
2014-04-26this fails to link with mingwDavid Tardon
2014-04-18Typo: s/shure/sureTor Lillqvist
2014-04-14typo: independend -> independentThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-04Clean up unreferenced functionsStephan Bergmann
2014-04-04Remove dead interlock code:Stephan Bergmann
2014-04-03C++11-only stdint.h SIZE_MAX -> std::numeric_limitsStephan Bergmann
2014-04-03Kill "Portal Demo HACK", whatever it isTor Lillqvist
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-04-02Handle missing SIZE_MAXTor Lillqvist
2014-04-02coverity#1194930 Avoid TOCTOU between access and mkdirStephan Bergmann
2014-04-02sal/osl/unx/security.c -> .cxxStephan Bergmann
2014-04-01WaE: 'MAC_OS_X_VERSION_MAX_ALLOWED' is not defined, evaluates to 0Tor Lillqvist
2014-04-01sal: add aligned memory allocation with malloc for OS X < 10.6Douglas Mencken
2014-03-31Remove unused inline functionsStephan Bergmann
2014-03-25Remove the obsolete functionality originally underlying osl/diagnose.hStephan Bergmann
2014-03-25Adapt to sal/log.hxxStephan Bergmann
2014-03-24fdo#56284 : soffice fails to start unless ~/.config exists and is writableMichaël Lefèvre
2014-03-19loplugin:passstringbyrefStephan Bergmann
2014-03-07coverity#705404: Argument cannot be negativeNorbert Thiebaud
2014-03-07coverity#705824 Dereference before null checkCaolán McNamara
2014-03-06Bin unused macxp_OSXConvertCFEncodingToIANACharSetName()Tor Lillqvist
2014-03-06coverity#1190345 log failure to set CLOEXEC flagStephan Bergmann
2014-03-06coverity#1190347 check rename(3) return valueStephan Bergmann
2014-03-05Bin unused global variableTor Lillqvist
2014-03-05Use the AppleLanguages preference instead of AppleLocale on OS X and iOSTor Lillqvist