summaryrefslogtreecommitdiff
path: root/sal/osl/unx/socket.cxx
AgeCommit message (Expand)Author
2017-08-28Fix type of errno/WSAGetLastError()Stephan Bergmann
2017-08-28osl: cleanup osl_(acquire|release|close)SocketChris Sherlock
2017-08-27osl: give warning on socket error (win32), move Flag definition (unx)Chris Sherlock
2017-08-27osl: remove commented out reversemap functionsChris Sherlock
2017-08-27osl: remove extraneous comment cruft from socket.cxxChris Sherlock
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-02-21Kill bitrot Emscripten experimentKhaled Hosny
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-11-29Don't change ustrHostname in case of errorStephan Bergmann
2016-09-30osl_getSocketOption shall return the new lengthStephan Bergmann
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-10Drop __osl_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann
2016-03-04Remove write-only g_nSocket* debug varsStephan Bergmann
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-14Resolves: #i126586# FreeBSD automation deadlock: osl_closeSocket()...Damjan Jovanovic
2015-10-05Emscripten: First steps of porting to EmscriptenSamuel Mehrbrodt
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan 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-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-08tdf#43157: remove osl/diagnose.h dependency from sal/osl/unx/socket.cxxJorge Cunha Mendes
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-20Fix for Android gethostbyaddrStephan Bergmann
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn
2014-11-19system.h -> system.hxxStephan Bergmann
2014-11-19sockimpl.h -> sockimpl.hxxStephan Bergmann
2014-11-19socket.c -> socket.cxxStephan Bergmann