summaryrefslogtreecommitdiff
path: root/io/source/acceptor/acc_socket.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-10/+10
2015-08-19io: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-08Clean up passing Boolean value to osl::Socket::setOptionStephan Bergmann1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-01-20enable tcpNoDelay for loopback connections automaticallyNoel Grandin1-1/+5
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-4/+4
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-8/+4
2014-04-23io: sal_Bool->boolNoel Grandin1-12/+12
2014-04-18Typo: s/shure/sureTor Lillqvist1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-14/+14
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-04-19remove unused component_canUnload functionsMatúš Kukan1-2/+0
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2012-11-29Removal ::rtl:: prefixes and macros in IOJosé Guilherme Vanz1-7/+7
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-1/+1
2012-07-04re-base on ALv2 code.Michael Meeks1-23/+14
2011-11-27remove include of pch header from ioNorbert Thiebaud1-2/+0
2011-02-04moving the rest of ure repository to boost unordered containersFridrich Strba1-2/+2
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-11INTEGRATION: CWS changefileheader (1.14.28); FILE MERGEDRüdiger Timm1-23/+18
2006-09-16INTEGRATION: CWS pchfix02 (1.13.8); FILE MERGEDOliver Bolte1-2/+5
2006-06-19INTEGRATION: CWS warnings01 (1.11.126); FILE MERGEDJens-Heiner Rechtien1-13/+14
2005-09-07INTEGRATION: CWS ooo19126 (1.11.124); FILE MERGEDRüdiger Timm1-47/+21
2001-09-26#65293#: #include <algorithm>Jens-Heiner Rechtien1-2/+3
2001-08-27#91457# acceptor crashes, when an unknown hostname is given, improved error h...Jörg Budischewski1-8/+26
2001-06-22#67468# Added unloading and context supportJörg Budischewski1-2/+9
2001-04-11#85985# tcpnodelay socket option is now interpretedJörg Budischewski1-6/+13
2001-03-15vos removed in favor of osl inline wrapperJörg Budischewski1-31/+15
2000-11-28#80785# added host/port info for peer and localJörg Budischewski1-24/+42
2000-11-23Remove stl/ from #include statementSander Vesik1-3/+3
2000-11-06#76899# notify of error listeners fixedKay Ramme1-64/+71
2000-10-20listeners are now notified on closeJörg Budischewski1-2/+3
2000-10-20socket close replaced by shutdown (shutdown is more threadsafe, because the h...Jörg Budischewski1-3/+3
2000-09-18initial importJens-Heiner Rechtien1-0/+403