summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2015-03-19CppCheck cleaning : scope reduction and printf formatMichaël Lefèvre
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos
2015-03-13CppCheck cleaning : avoid static string comparisonMichaël Lefèvre
2015-03-12sal: add comment re: V718 'CreateThread' should not be called from 'DllMain'Michael Stahl
2015-03-11better way to check for empty stringsMarkus Mohrhard
2015-03-05sal: replace usage of deprecated socket functionsMichael Stahl
2015-03-05sal,sd: use newer InetPtonW API when not building for WinXP targetMichael Stahl
2015-03-03TyposJulien Nabet
2015-03-03Work around missing InetPtonWStephan Bergmann
2015-03-02Turn function-like macro into true functionStephan Bergmann
2015-03-02typoStephan Bergmann
2015-03-02V805: Decreased performanceCaolán McNamara
2015-03-02V804: Decreased performanceCaolán McNamara
2015-02-28Typo: excute->executeJulien Nabet
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16sal: -Werror=unused-parameterMichael Stahl
2015-02-16Related: tdf#63690 - add stubs for removed rtl_logfile functions.Thorsten Behrens
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-16It is not necessary to be _that_ verbose.Jan Holesovsky
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens
2015-02-12coverity#1268298 mark up codeCaolán McNamara
2015-02-11coverity#1267660 etc.: remove redundant checksStephan Bergmann
2015-02-08coverity#1267668 Logically dead codeCaolán McNamara
2015-02-08make this a comment a coverity quellerCaolán McNamara
2015-02-07coverity#1268297 Logically dead codeCaolán McNamara
2015-02-06O[U]StringBuffer::appendUninitialized unit testsStephan Bergmann
2015-02-06Remove bogus assertsStephan Bergmann
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-02-03Let's use log tags starting with "sal" here in salTor Lillqvist
2015-02-03Let's use log tags starting with "sal" here in salTor Lillqvist
2015-02-03Improve loggingTor Lillqvist
2015-02-03Fix typoTor Lillqvist
2015-02-03Improve logging, change OSL_TRACE into SAL_WARN and SAL_INFOTor Lillqvist
2015-02-03Bin stupid macro that was used just onceTor Lillqvist
2015-02-03Bin code that has been commented out since initial importTor Lillqvist
2015-02-02warning C4701: potentially uninitialized local variable 'Addr' usedStephan Bergmann
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-28Clean up implementation of osl_getSymbol et alStephan Bergmann
2015-01-28This typedef is not unusedTor Lillqvist
2015-01-28remove unused typedefsNoel Grandin
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-26sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2015-01-21Avoid reinterpret_cast to same typeStephan Bergmann
2015-01-21loplugin:cstylecast (on Mac OS X, where pthread_t is a pointer type)Stephan Bergmann
2015-01-20Fix for Android gethostbyaddrStephan Bergmann