summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2015-10-16tdf#94888: Accessing Sharepoint r/o share through UNC path does not workGiuseppe Castagno1-0/+1
2015-09-28Better fail with E_EXIST if rename(3) failsStephan Bergmann1-1/+1
2015-08-25tdf#93569 - restore ACT_ABORT distinction.Michael Meeks1-1/+1
2015-08-15tdf#60381: Accessing Sharepoint share using UNC path does not work.Giuseppe Castagno1-0/+2
2015-06-25Do not forget to actually set newStr to an empty stringStephan Bergmann2-2/+14
2015-05-18loplugin:staticmethodsStephan Bergmann1-0/+1
2015-05-11sal: don't build cppunittester if cross-compilingMichael Stahl1-2/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-6/+6
2015-05-10cppcheck: help out unusedScopedObject false positiveCaolán McNamara1-4/+4
2015-05-09coverity#1297235 Uncaught exceptionCaolán McNamara1-65/+74
2015-05-08Use bool instead of intStephan Bergmann1-38/+38
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-30provide a way to execute single test case from test suiteMarkus Mohrhard1-2/+31
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-6/+0
2015-04-27More loplugin:simplifyboolStephan Bergmann5-61/+61
2015-04-23cppcheck: uselessAssignmentArgCaolán McNamara1-1/+0
2015-04-23cppcheck: redundantAssignmentCaolán McNamara1-4/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann3-0/+3
2015-04-21cppcheck: redundantCopyCaolán McNamara1-3/+3
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann3-24/+23
2015-04-20duplicate surrogate codeCaolán McNamara4-53/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin28-65/+65
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann1-1/+1
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-08-Werror=maybe-uninitializedStephan Bergmann1-0/+1
2015-04-08tdf#88169: Do not return ..._INFO_SRCBUFFERTOSMALL when ..._FLAGS_FLUSHStephan Bergmann1-79/+84
2015-04-04Typo: creat->createJulien Nabet3-11/+11
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist2-22/+0
2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist2-1/+24
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-03-31loplugin:redundantcastStephan Bergmann1-1/+1
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara4-3/+23
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-2/+2
2015-03-30Return value 0 from connect() is not an error, errno is not setTor Lillqvist1-1/+0
2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist1-15/+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 Bergmann37-239/+239
2015-03-27loplugin:staticfunctionNoel Grandin3-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann5-5/+5
2015-03-24loplugin:constantfunction: variousNoel Grandin1-9/+6
2015-03-23Sanitize a few SAL_INFOsTor Lillqvist1-4/+2
2015-03-19CppCheck cleaning : scope reduction and printf formatMichaël Lefèvre1-8/+8
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos1-1/+0
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