summaryrefslogtreecommitdiff
path: root/sal/osl/unx/pipe.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann1-1/+1
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin1-6/+6
2019-07-19cid#1448293 Copy into fixed size bufferCaolán McNamara1-1/+2
2019-07-18cid#1448288 Unchecked return value from libraryCaolán McNamara1-1/+1
2019-02-09loplugin:indentation in registry..saxNoel Grandin1-1/+1
2019-01-16Use OString for memory management of osl_psz_createPipeStephan Bergmann1-44/+23
2019-01-16Use OString for memory management of getBootstrapSocketPathStephan Bergmann1-31/+15
2019-01-16New loplugin:emptyStephan Bergmann1-2/+2
2018-11-01Fix build on HaikuKacper Kasper1-0/+2
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist1-13/+14
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin1-1/+1
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-4/+5
2018-01-12More loplugin:cstylecast: salStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-07-21osl: Unix pipe converted from OSL_ASSERT to assert/SAL_WARNsChris Sherlock1-9/+9
2017-07-02loplugin:casttovoid: salStephan Bergmann1-2/+1
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-2/+1
2017-06-25osl: socket.cxx nullptr comparison cleanupsChris Sherlock1-10/+10
2017-06-25osl: remove comment cruft from pipe.cxx on win32 and unxChris Sherlock1-1/+0
2017-06-25osl: whitespace cleanup of pipe.cxx for unx and w32Chris Sherlock1-111/+84
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann1-1/+1
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann1-1/+1
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-33/+29
2016-03-10Drop __osl_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann1-10/+10
2016-03-02tdf#98210 do not require R_OK for pipe dirHank Leininger1-2/+2
2016-02-07Platforms that need CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT for sockets usuallyDamjan Jovanovic1-7/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-29/+29
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-03-30Return value 0 from connect() is not an error, errno is not setTor Lillqvist1-1/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-2/+2
2015-02-03Let's use log tags starting with "sal" here in salTor Lillqvist1-19/+19
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-01-20Some more loplugin:cstylecast: salStephan Bergmann1-4/+4
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn1-10/+7
2014-11-21Silence false cid#1255391 TOCTOU warningStephan Bergmann1-0/+4
2014-11-19system.h -> system.hxxStephan Bergmann1-1/+1
2014-11-19sockimpl.h -> sockimpl.hxxStephan Bergmann1-8/+8
2014-11-19secimpl.h -> secimpl.hxxStephan Bergmann1-1/+1
2014-11-19pipe.c -> pipe.cxxStephan Bergmann1-0/+612