summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2015-07-23coverity#1312138 Resource leakCaolán McNamara1-0/+1
2015-07-20add an internal api to osl to collect 'native' random numbersNorbert Thiebaud2-0/+109
2015-07-15Log the actual string, not the rtl_uString pointer valueTor Lillqvist1-4/+5
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+2
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin3-8/+3
2015-07-08Fix typosAndrea Gelmini2-2/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
2015-06-15cppcheck:redundantAssignmentNoel Grandin2-14/+7
2015-06-13TyposJulien Nabet1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann7-28/+28
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann4-6/+6
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-4/+4
2015-05-01Actually, let's just delete the now commented-out SAL_INFO linesTor Lillqvist1-10/+0
2015-05-01Let's disable these too then for consistencyTor Lillqvist1-2/+2
2015-05-01sal: disable some over-eager SAL_INFOMichael Stahl1-3/+3
2015-04-27More loplugin:simplifyboolStephan Bergmann1-7/+7
2015-04-23cppcheck: uselessAssignmentArgCaolán McNamara1-1/+0
2015-04-23cppcheck: redundantAssignmentCaolán McNamara1-4/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann2-0/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin13-26/+26
2015-04-09WaE: VarDecl, use "bool" instead of "sal_Bool"Tor Lillqvist1-2/+2
2015-04-09Change from <osl/diagnose.h> to <sal/log.hxx> and add more loggingTor Lillqvist1-23/+25
2015-04-08tdf#43157: remove osl/diagnose.h dependency from sal/osl/unx/socket.cxxJorge Cunha Mendes1-93/+100
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist1-17/+0
2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist1-1/+19
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-30Return value 0 from connect() is not an error, errno is not setTor Lillqvist1-1/+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 Bergmann13-99/+99
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-3/+3
2015-03-24loplugin:constantfunction: variousNoel Grandin1-9/+6
2015-03-23Sanitize a few SAL_INFOsTor Lillqvist1-4/+2
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-02V805: Decreased performanceCaolán McNamara2-10/+9
2015-03-02V804: Decreased performanceCaolán McNamara1-2/+3
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin21-228/+228
2015-02-16sal: -Werror=unused-parameterMichael Stahl1-2/+2
2015-02-16Related: tdf#63690 - add stubs for removed rtl_logfile functions.Thorsten Behrens1-0/+12