summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
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
2014-03-04coverity#706154 is about call to strcpy, not osl_ProfileGenerateExtensionStephan Bergmann
2014-03-04sal/osl/unx: profile.c -> profile.cxx (to facilitate further fixes)Stephan Bergmann
2014-03-03coverity#706154: Dest buffer too smallNorbert Thiebaud
2014-03-01fdo#71043 - Use STACK lint tool to clean codeJosé Guilherme Vanz
2014-03-01Remove visual noise from salAlexander Wilms
2014-02-28Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann
2014-02-28Android does not have posix_memalign()Tor Lillqvist
2014-02-27Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida
2014-02-24Use "deprecated" API for OS X alias resolving on X 10.5Douglas Mencken
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21loplugin:literaltoboolconversionStephan Bergmann
2014-02-17sal: sal_Bool -> boolStephan Bergmann
2014-02-06coverity#705403 Argument cannot be negativeCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#440521 Dereference before null checkCaolán McNamara
2014-01-28coverity#440520 Dereference before null checkCaolán McNamara
2014-01-28coverity#440519 Dereference before null checkCaolán McNamara
2014-01-28coverity#440517 Dereference before null checkCaolán McNamara
2014-01-25coverity#440167 Dereference after null checkNorbert Thiebaud
2014-01-13Handle osl_createThread failureStephan Bergmann
2014-01-10Use boolStephan Bergmann
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl
2014-01-09sal: remove OSL_ENSURE_FILE, better use SAL_LOG/SAL_INFOMichael Stahl
2014-01-09Bin duplicate definitions (already in file_error.h)Tor Lillqvist