summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2017-06-26s/catched/caughtNoel Grandin
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-06-26osl: w32/pipe.cxx typo should have been caught, not cachedChris Sherlock
2017-06-25osl: socket.cxx nullptr comparison cleanupsChris Sherlock
2017-06-25osl: for should be a whileChris Sherlock
2017-06-25osl: test condition fixes in unx/file.cxxChris Sherlock
2017-06-25osl: whitespace cleanup of unx/file.cxxChris Sherlock
2017-06-25osl: doxygen comments in unx/file.cxxChris Sherlock
2017-06-25osl: cleanup headers of unx/file.cxxChris Sherlock
2017-06-25tdf#43157 - osl: convert OSL_PRECONDs in w32 & unx file.cxxChris Sherlock
2017-06-25osl: remove unneeded comment in unx/file.cxxChris Sherlock
2017-06-25osl: remove comment cruft from pipe.cxx on win32 and unxChris Sherlock
2017-06-25osl: whitespace cleanup of pipe.cxx for unx and w32Chris Sherlock
2017-06-23osl: w32/file.cxx cleanup signatures of definitionsChris Sherlock
2017-06-23osl: w32/file.cxx normalized LHS/RHS if conditionsChris Sherlock
2017-06-23osl: w32/file.cxx remove extraneous space from around bracesChris Sherlock
2017-06-23osl: w32/file.cxx update commentsChris Sherlock
2017-06-23osl: w32/file.cxx update headersChris Sherlock
2017-06-23osl: getpagesize() uses sysconf(_SC_PAGESIZE) on all BSDsChris Sherlock
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin
2017-06-20fix android buildNoel Grandin
2017-06-20new cannot return nullptrNoel Grandin
2017-06-19Remove questionable assertsStephan Bergmann
2017-06-18Fix TBJulien Nabet
2017-06-18tdf#43157 - osl: convert OSL_ASSERTs to assert in signalshared.cxxChris Sherlock
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-16osl: signalshared.cxx no longer uses pVar (!=|==) nullptr expressionsChris Sherlock
2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock
2017-06-14use default handler for SIGALRM for fuzzersCaolán McNamara
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-08Avoid -fsanitize=signed-integer-overflowStephan Bergmann
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-06-07sal: use thread safe local static in getInternMutexJochen Nitschke
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-30sal,external: remove checks for obsolete VCVER=120Michael Stahl
2017-05-30sal,sd: remove deprecated Windows XP socket codeMichael Stahl
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-29osl: qa test of %2F - for file URIs this is invalidChris Sherlock
2017-05-29remove some unnecessary OString constructor callsNoel Grandin
2017-05-27osl: remove LLA sigs, fix typos and convert to Doxygen commentChris Sherlock
2017-05-27osl: convert to variable == value, not value == variableChris Sherlock
2017-05-20tdf#107968 - double slash handling misleading; add unit testChris Sherlock
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-17Fix integer typesStephan Bergmann
2017-05-17BOOL -> boolStephan Bergmann
2017-05-17wchar_t -> sal_UnicodeStephan Bergmann