summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2015-10-06pthread_mutex_lock/unlock must not be called with null argumentStephan Bergmann
2015-10-05use modern castsCaolán McNamara
2015-10-05Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt
2015-10-05Fix error C2440: casts requiredTor Lillqvist
2015-10-05malloc + memset (0) --> callocPedro Giffuni
2015-09-30Fix typosAndrea Gelmini
2015-09-23Better fail with E_EXIST if rename(3) failsStephan Bergmann
2015-09-11Useless cargo cult?Stephan Bergmann
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn
2015-08-21tdf#93569 - restore ACT_ABORT distinction.Michael Meeks
2015-08-18no need for pre/postmac in osl/unx/system.hNorbert Thiebaud
2015-08-06sal: fix assert in osl_joinWithThread()Michael Stahl
2015-08-06sal: make osl_joinWithThread() a little more consistentMichael Stahl
2015-07-30tdf#60381: Accessing Sharepoint share using UNC path does not work.Giuseppe Castagno
2015-07-23coverity#1312138 Resource leakCaolán McNamara
2015-07-20add an internal api to osl to collect 'native' random numbersNorbert Thiebaud
2015-07-15Log the actual string, not the rtl_uString pointer valueTor Lillqvist
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-13TyposJulien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-01Actually, let's just delete the now commented-out SAL_INFO linesTor Lillqvist
2015-05-01Let's disable these too then for consistencyTor Lillqvist
2015-05-01sal: disable some over-eager SAL_INFOMichael Stahl
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-23cppcheck: uselessAssignmentArgCaolán McNamara
2015-04-23cppcheck: redundantAssignmentCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-09WaE: VarDecl, use "bool" instead of "sal_Bool"Tor Lillqvist
2015-04-09Change from <osl/diagnose.h> to <sal/log.hxx> and add more loggingTor Lillqvist
2015-04-08tdf#43157: remove osl/diagnose.h dependency from sal/osl/unx/socket.cxxJorge Cunha Mendes
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-30Return value 0 from connect() is not an error, errno is not setTor Lillqvist
2015-03-29Minor simplificationTor Lillqvist
2015-03-29loplugin:cstylecastStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin