summaryrefslogtreecommitdiff
path: root/sal/osl/w32/socket.cxx
AgeCommit message (Expand)Author
2020-02-03loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-02-22-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2019-02-22error: expected parentheses around type name in sizeof expression (clang-cl)Stephan Bergmann
2019-02-07Make osl_getLocalHostname thread-safeStephan Bergmann
2019-02-05Improve osl_getLocalHostname on WindowsStephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-07-23Missing includes (--disable-pch)Stephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-11-04Make Windows error reporting more robustMike Kaganski
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-27SAL: use more Unicode on WindowsMike Kaganski
2017-08-29loplugin:cstylecast/nullptr (clang-cl)Stephan Bergmann
2017-08-28Fix type of errno/WSAGetLastError()Stephan Bergmann
2017-08-28osl: cleanup osl_(acquire|release|close)SocketChris Sherlock
2017-08-27osl: rename win32 socket internal function namesChris Sherlock
2017-08-27osl: give warning on socket error (win32), move Flag definition (unx)Chris Sherlock
2017-07-22osl: get rid of comment cruft in w32/socket.cxxChris Sherlock
2017-07-17loplugin:unnecessaryparen: sal (clang-cl)Stephan Bergmann
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-03loplugin:oncevar (clang-cl): salStephan Bergmann
2017-05-30sal,sd: remove deprecated Windows XP socket codeMichael Stahl
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann
2016-12-13Reuse existing sal.osl log areaStephan Bergmann
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2016-11-21fix for 'warning C4702: unreachable code'Jochen Nitschke
2016-10-13SOCKET_USE_AUTODIAL is dead codeStephan Bergmann
2016-10-04clang-cl loplugin: salStephan Bergmann
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann
2016-03-04Use existing "sal.osl" log areaStephan Bergmann
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2015-11-12-Werror,-Wunused-functionStephan Bergmann
2015-11-12-Werror,-Wparentheses-equalityStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-05sal: replace usage of deprecated socket functionsMichael Stahl
2015-03-05sal,sd: use newer InetPtonW API when not building for WinXP targetMichael Stahl
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-02warning C4701: potentially uninitialized local variable 'Addr' usedStephan Bergmann
2015-01-26sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl
2014-05-13include sal/log.hxx hereMatúš Kukan
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2013-04-17-Werror=unused-macros (MinGW, sal)Stephan Bergmann