summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
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-23WaE: unused variablesTor Lillqvist
2014-03-23sal: add boost for rt_digest testsTomaž Vajngerl
2014-03-23sal: Add rtl_digest_SHA1 which shows wrong sha1 calculationTomaž Vajngerl
2014-03-23sal: Rewrite digest tests to be simpler, enable them in checkTomaž Vajngerl
2014-03-19loplugin:passstringbyrefStephan Bergmann
2014-03-19coverity#984119 Uninitialized pointer fieldCaolán McNamara
2014-03-17sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin
2014-03-11"overflow" is one wordTor Lillqvist
2014-03-10coverity#1079286 Uninitialized pointer fieldCaolán McNamara
2014-03-07coverity#705404: Argument cannot be negativeNorbert Thiebaud
2014-03-07coverity#705824 Dereference before null checkCaolán McNamara
2014-03-07coverity#982463 Dereference after 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-04Fix CppunitTest_sal_osl_profileStephan Bergmann
2014-03-04sal/osl/unx: profile.c -> profile.cxx (to facilitate further fixes)Stephan Bergmann
2014-03-04Add mode linesTakeshi Abe
2014-03-03coverity#706154: Dest buffer too smallNorbert Thiebaud
2014-03-03fdo#72468 Remove memory overflow on static memory.Arnaud Versini
2014-03-01Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann
2014-03-01Fix construction of non-ASCII test stringStephan Bergmann
2014-03-01fdo#71043 - Use STACK lint tool to clean codeJosé Guilherme Vanz
2014-03-01Remove visual noise from salAlexander Wilms
2014-02-28Simplify string constructionStephan Bergmann
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-28Fix typo: s/Alined/AlignedTor 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-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-18C++03 fixupStephan Bergmann
2014-02-17coverity#984129 Uninitialized scalar fieldNorbert Thiebaud
2014-02-17coverity#984130 Uninitialized scalar fieldNorbert Thiebaud
2014-02-17sal: sal_Bool -> boolStephan Bergmann
2014-02-17String cleanups.Muthu Subramanian
2014-02-13Revert "sal: fix some clang warning about implicit bool conversion"Stephan Bergmann
2014-02-13Move string hash function into String class.Muthu Subramanian
2014-02-12sal: fix some clang warning about implicit bool conversionMichael Stahl
2014-02-10Do not do RTL_LOG_STRING_NEW on null pointerStephan Bergmann
2014-02-06typo fixes in commentsAndras Timar