summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* typo: independend -> independentThomas Arnhold2014-04-141-1/+1
* Fix boundsStephan Bergmann2014-04-111-1/+1
* It's "its", not "it's"Tor Lillqvist2014-04-103-3/+3
* Clean up unreferenced functionsStephan Bergmann2014-04-0413-54/+143
* Remove dead test codeStephan Bergmann2014-04-0415-2409/+3
* Fix ASCII-only checkStephan Bergmann2014-04-041-14/+20
* Remove dead interlock code:Stephan Bergmann2014-04-044-166/+20
* C++11-only stdint.h SIZE_MAX -> std::numeric_limitsStephan Bergmann2014-04-031-18/+21
* Properly cover in #ifdef TIMETESTSStephan Bergmann2014-04-031-0/+2
* Kill "Portal Demo HACK", whatever it isTor Lillqvist2014-04-031-29/+1
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-03138-1787/+0
* Use boost::noncopyableStephan Bergmann2014-04-031-5/+1
* Handle missing SIZE_MAXTor Lillqvist2014-04-021-0/+3
* coverity#1194930 Avoid TOCTOU between access and mkdirStephan Bergmann2014-04-021-8/+18
* sal/osl/unx/security.c -> .cxxStephan Bergmann2014-04-022-6/+6
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-014-18/+18
* WaE: 'MAC_OS_X_VERSION_MAX_ALLOWED' is not defined, evaluates to 0Tor Lillqvist2014-04-011-1/+1
* sal: add aligned memory allocation with malloc for OS X < 10.6Douglas Mencken2014-04-011-4/+15
* Remove unused inline functionsStephan Bergmann2014-03-311-56/+0
* coverity#983373 Dereference before null checkCaolán McNamara2014-03-311-3/+1
* Missing dependencyStephan Bergmann2014-03-311-0/+4
* Move invariant writes outside loopStephan Bergmann2014-03-311-2/+2
* decorate tempfile name's to help identify leaks' authorNorbert Thiebaud2014-03-301-0/+37
* typo: inteface -> interfaceThomas Arnhold2014-03-291-1/+1
* coverity#705205 Missing break in switchCaolán McNamara2014-03-281-0/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2618-257/+257
* Remove the obsolete functionality originally underlying osl/diagnose.hStephan Bergmann2014-03-255-456/+37
* Adapt to sal/log.hxxStephan Bergmann2014-03-251-23/+7
* fdo#56284 : soffice fails to start unless ~/.config exists and is writableMichaël Lefèvre2014-03-241-3/+31
* WaE: unused variablesTor Lillqvist2014-03-231-6/+9
* 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