summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist2-22/+0
2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist2-1/+24
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-03-31loplugin:redundantcastStephan Bergmann1-1/+1
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara4-3/+23
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-2/+2
2015-03-30Return value 0 from connect() is not an error, errno is not setTor Lillqvist1-1/+0
2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist1-15/+0
2015-03-29Minor simplificationTor Lillqvist1-5/+2
2015-03-29loplugin:cstylecastStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann37-239/+239
2015-03-27loplugin:staticfunctionNoel Grandin3-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann5-5/+5
2015-03-24loplugin:constantfunction: variousNoel Grandin1-9/+6
2015-03-23Sanitize a few SAL_INFOsTor Lillqvist1-4/+2
2015-03-19CppCheck cleaning : scope reduction and printf formatMichaël Lefèvre1-8/+8
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos1-1/+0
2015-03-13CppCheck cleaning : avoid static string comparisonMichaël Lefèvre1-5/+2
2015-03-12sal: add comment re: V718 'CreateThread' should not be called from 'DllMain'Michael Stahl1-0/+6
2015-03-11better way to check for empty stringsMarkus Mohrhard1-1/+1
2015-03-05sal: replace usage of deprecated socket functionsMichael Stahl1-3/+67
2015-03-05sal,sd: use newer InetPtonW API when not building for WinXP targetMichael Stahl1-2/+2
2015-03-03TyposJulien Nabet1-1/+1
2015-03-03Work around missing InetPtonWStephan Bergmann1-4/+0
2015-03-02Turn function-like macro into true functionStephan Bergmann1-4/+8
2015-03-02typoStephan Bergmann2-10/+10
2015-03-02V805: Decreased performanceCaolán McNamara3-11/+10
2015-03-02V804: Decreased performanceCaolán McNamara1-2/+3
2015-02-28Typo: excute->executeJulien Nabet1-1/+1
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier1-9/+17
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin35-286/+286
2015-02-16sal: -Werror=unused-parameterMichael Stahl1-2/+2
2015-02-16Related: tdf#63690 - add stubs for removed rtl_logfile functions.Thorsten Behrens2-0/+15
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-6/+6
2015-02-16It is not necessary to be _that_ verbose.Jan Holesovsky1-3/+0
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens6-466/+0
2015-02-12coverity#1268298 mark up codeCaolán McNamara1-4/+5
2015-02-11coverity#1267660 etc.: remove redundant checksStephan Bergmann1-20/+0
2015-02-08coverity#1267668 Logically dead codeCaolán McNamara1-13/+4
2015-02-08make this a comment a coverity quellerCaolán McNamara1-4/+4
2015-02-07coverity#1268297 Logically dead codeCaolán McNamara1-2/+0
2015-02-06O[U]StringBuffer::appendUninitialized unit testsStephan Bergmann3-0/+112
2015-02-06Remove bogus assertsStephan Bergmann2-2/+0
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl5-8/+155
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara3-10/+6
2015-02-05Updated all precompiled headers.Ashod Nakashian1-1/+4
2015-02-03Let's use log tags starting with "sal" here in salTor Lillqvist1-19/+19
2015-02-03Let's use log tags starting with "sal" here in salTor Lillqvist1-25/+25
2015-02-03Improve loggingTor Lillqvist1-75/+36
2015-02-03Fix typoTor Lillqvist1-1/+1