summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2017-01-18move the code for tdf#99410 to the sal init windows codeMarkus Mohrhard
2017-01-18Fix mismergeSamuel Mehrbrodt
2017-01-18switch to EHs on windowsMarkus Mohrhard
2017-01-18get breakpad signal handler working on windowsMarkus Mohrhard
2017-01-18Fix Windows part of 97858ca008fd8cf405e52795c8db415ef6c5afb3Stephan Bergmann
2017-01-18tdf#93548 Refactor sal signal to reduce code duplicationAleksas Pantechovskis
2017-01-18Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann
2015-10-16tdf#94888: Accessing Sharepoint r/o share through UNC path does not workGiuseppe Castagno
2015-09-28Better fail with E_EXIST if rename(3) failsStephan Bergmann
2015-08-25tdf#93569 - restore ACT_ABORT distinction.Michael Meeks
2015-08-15tdf#60381: Accessing Sharepoint share using UNC path does not work.Giuseppe Castagno
2015-06-25Do not forget to actually set newStr to an empty stringStephan Bergmann
2015-05-18loplugin:staticmethodsStephan Bergmann
2015-05-11sal: don't build cppunittester if cross-compilingMichael Stahl
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10cppcheck: help out unusedScopedObject false positiveCaolán McNamara
2015-05-09coverity#1297235 Uncaught exceptionCaolán McNamara
2015-05-08Use bool instead of intStephan 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-30provide a way to execute single test case from test suiteMarkus Mohrhard
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
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-21cppcheck: redundantCopyCaolán McNamara
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann
2015-04-20duplicate surrogate codeCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann
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-08-Werror=maybe-uninitializedStephan Bergmann
2015-04-08tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSHStephan Bergmann
2015-04-04Typo: creat->createJulien Nabet
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-31Use OUString::unacquiredStephan Bergmann
2015-03-31loplugin:redundantcastStephan Bergmann
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara
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-30Bootstrap.initVCL is not used by our Android app any moreTor 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