summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* sal: add boost for rt_digest testsTomaž Vajngerl2014-03-231-0/+2
* sal: Add rtl_digest_SHA1 which shows wrong sha1 calculationTomaž Vajngerl2014-03-231-0/+50
* sal: Rewrite digest tests to be simpler, enable them in checkTomaž Vajngerl2014-03-233-1268/+246
* loplugin:passstringbyrefStephan Bergmann2014-03-191-2/+2
* coverity#984119 Uninitialized pointer fieldCaolán McNamara2014-03-191-2/+7
* sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin2014-03-172-13/+13
* "overflow" is one wordTor Lillqvist2014-03-111-5/+5
* coverity#1079286 Uninitialized pointer fieldCaolán McNamara2014-03-101-2/+10
* coverity#705404: Argument cannot be negativeNorbert Thiebaud2014-03-071-5/+7
* coverity#705824 Dereference before null checkCaolán McNamara2014-03-071-2/+1
* coverity#982463 Dereference after null checkCaolán McNamara2014-03-071-0/+1
* Bin unused macxp_OSXConvertCFEncodingToIANACharSetName()Tor Lillqvist2014-03-061-20/+0
* coverity#1190345 log failure to set CLOEXEC flagStephan Bergmann2014-03-061-1/+5
* coverity#1190347 check rename(3) return valueStephan Bergmann2014-03-061-11/+5
* Bin unused global variableTor Lillqvist2014-03-051-3/+0
* Use the AppleLanguages preference instead of AppleLocale on OS X and iOSTor Lillqvist2014-03-051-2/+2
* coverity#706154 is about call to strcpy, not osl_ProfileGenerateExtensionStephan Bergmann2014-03-041-9/+4
* Fix CppunitTest_sal_osl_profileStephan Bergmann2014-03-041-31/+12
* sal/osl/unx: profile.c -> profile.cxx (to facilitate further fixes)Stephan Bergmann2014-03-042-7/+7
* Add mode linesTakeshi Abe2014-03-042-0/+4
* coverity#706154: Dest buffer too smallNorbert Thiebaud2014-03-031-3/+3
* fdo#72468 Remove memory overflow on static memory.Arnaud Versini2014-03-031-2/+2
* Adapt rtl_uriConvertRelToAbs to RFC 3986Stephan Bergmann2014-03-012-144/+135
* Fix construction of non-ASCII test stringStephan Bergmann2014-03-011-33/+17
* fdo#71043 - Use STACK lint tool to clean codeJosé Guilherme Vanz2014-03-011-2/+10
* Remove visual noise from salAlexander Wilms2014-03-0139-391/+391
* Simplify string constructionStephan Bergmann2014-02-281-9/+12
* Missing @since tags, and adapt to semantics of posix_memalignStephan Bergmann2014-02-281-3/+10
* Android does not have posix_memalign()Tor Lillqvist2014-02-281-0/+7
* Fix typo: s/Alined/AlignedTor Lillqvist2014-02-282-2/+2
* Ensure that numeric array storage is aligned to 256-byte boundary.Kohei Yoshida2014-02-276-0/+99
* Use "deprecated" API for OS X alias resolving on X 10.5Douglas Mencken2014-02-241-4/+61
* Remove unneccessary commentsAlexander Wilms2014-02-2346-764/+764
* loplugin:literaltoboolconversionStephan Bergmann2014-02-211-7/+7
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-211-1/+0
* Stick to a single O[U]String hash functionStephan Bergmann2014-02-182-60/+3
* C++03 fixupStephan Bergmann2014-02-181-2/+4
* coverity#984129 Uninitialized scalar fieldNorbert Thiebaud2014-02-171-0/+1
* coverity#984130 Uninitialized scalar fieldNorbert Thiebaud2014-02-171-1/+9
* sal: sal_Bool -> boolStephan Bergmann2014-02-1730-458/+448
* String cleanups.Muthu Subramanian2014-02-171-1/+6
* Revert "sal: fix some clang warning about implicit bool conversion"Stephan Bergmann2014-02-131-1/+1
* Move string hash function into String class.Muthu Subramanian2014-02-132-0/+14
* sal: fix some clang warning about implicit bool conversionMichael Stahl2014-02-121-1/+1
* Do not do RTL_LOG_STRING_NEW on null pointerStephan Bergmann2014-02-101-2/+2
* typo fixes in commentsAndras Timar2014-02-062-2/+2
* Typo: seam(s) -> seem(s)Julien Nabet2014-02-061-1/+1
* coverity#705403 Argument cannot be negativeCaolán McNamara2014-02-061-0/+5
* bool improvementsStephan Bergmann2014-01-289-16/+16
* Apparently missing "== nError1"Stephan Bergmann2014-01-281-1/+1