summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-16It is not necessary to be _that_ verbose.Jan Holesovsky1-3/+0
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-1/+0
2015-02-11coverity#1267660 etc.: remove redundant checksStephan Bergmann1-20/+0
2015-02-08coverity#1267668 Logically dead codeCaolán McNamara1-13/+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
2015-02-03Improve logging, change OSL_TRACE into SAL_WARN and SAL_INFOTor Lillqvist1-27/+20
2015-02-03Bin stupid macro that was used just onceTor Lillqvist1-4/+1
2015-02-03Bin code that has been commented out since initial importTor Lillqvist1-14/+0
2015-02-02warning C4701: potentially uninitialized local variable 'Addr' usedStephan Bergmann1-4/+1
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann1-1/+1
2015-01-28Clean up implementation of osl_getSymbol et alStephan Bergmann1-35/+45
2015-01-26sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl2-0/+23
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann2-4/+4
2015-01-21Avoid reinterpret_cast to same typeStephan Bergmann2-3/+6
2015-01-21loplugin:cstylecast (on Mac OS X, where pthread_t is a pointer type)Stephan Bergmann1-1/+1
2015-01-20Fix for Android gethostbyaddrStephan Bergmann1-1/+4
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann2-17/+17
2015-01-08[API CHANGE] Remove osl_send/receiveResourcePipeStephan Bergmann3-145/+11
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin3-4/+0
2015-01-07loplugin:cstylecast: salStephan Bergmann2-49/+27
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara2-645/+2
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-0/+1
2014-12-20TyposJulien Nabet1-1/+1
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn9-63/+46
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann2-36/+31
2014-12-04[API CHANGE] Remove osl_setCommandArgsStephan Bergmann3-17/+4
2014-12-04Still no need for osl_setCommandArgsStephan Bergmann2-1/+2
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann2-41/+28
2014-11-25Adapt some logs and assertionsStephan Bergmann2-11/+14
2014-11-25Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann2-26/+10
2014-11-23Erm, setenv, not putenvStephan Bergmann1-32/+15
2014-11-21Silence false cid#1255391 TOCTOU warningStephan Bergmann1-0/+4
2014-11-21cid#1209049: Unchecked return valueStephan Bergmann1-1/+9
2014-11-21cid#1255386: Unchecked return valueStephan Bergmann1-5/+7