summaryrefslogtreecommitdiffstats
path: root/sal/osl/w32/socket.cxx
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-functionStephan Bergmann2015-11-121-0/+2
* -Werror,-Wparentheses-equalityStephan Bergmann2015-11-121-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-3/+3
* sal: replace usage of deprecated socket functionsMichael Stahl2015-03-051-3/+67
* sal,sd: use newer InetPtonW API when not building for WinXP targetMichael Stahl2015-03-051-2/+2
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-4/+4
* warning C4701: potentially uninitialized local variable 'Addr' usedStephan Bergmann2015-02-021-4/+1
* sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl2015-01-261-0/+22
* include sal/log.hxx hereMatúš Kukan2014-05-131-0/+1
* fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2014-05-121-2/+3
* Kill superfluous vertical whitespaceTor Lillqvist2014-04-031-3/+0
* -Werror=unused-macros (MinGW, sal)Stephan Bergmann2013-04-171-6/+0
* Further socket callback clean-upStephan Bergmann2013-01-111-10/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-11-211-23/+14
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-071-4/+4
* WaE: redefined macroDavid Tardon2012-03-071-7/+0
* remove include of pch header from salNorbert Thiebaud2011-11-271-2/+0
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-3/+3
* Tests in ure/sal/osl/socket unveiled SocketAddr comparison bugWilhelm Pflueger2011-03-211-1/+3
* tweak this slightly differentlyCaolán McNamara2011-01-261-2/+4
* Cpp cleanliness: redundant assignment to selfKenneth Venken2011-01-261-4/+2
* Replace all occured, occurance etc.Takeshi Abe2010-12-061-4/+4
* remove non-compiled codePovilas Kanapickas2010-10-181-19/+0
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-141-0/+3
* changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien2010-02-121-4/+1
* INTEGRATION: CWS changefileheader (1.13.152); FILE MERGEDRüdiger Timm2008-04-101-23/+18
* INTEGRATION: CWS mingwport03 (1.11.142); FILE MERGEDVladimir Glazounov2007-03-261-57/+57
* INTEGRATION: CWS pchfix02 (1.11.140); FILE MERGEDOliver Bolte2006-09-171-2/+5
* INTEGRATION: CWS ooo19126 (1.10.172); FILE MERGEDRüdiger Timm2005-09-081-47/+21
* INTEGRATION: CWS sb14 (1.9.18); FILE MERGEDRüdiger Timm2004-03-301-2/+5
* INTEGRATION: CWS sal05 (1.8.78); FILE MERGEDJens-Heiner Rechtien2004-02-031-76/+9
* INTEGRATION: CWS dbgmacros1 (1.6.72); FILE MERGEDVladimir Glazounov2003-04-151-11/+6
* INTEGRATION: CWS sal01 (1.6.42); FILE MERGEDVladimir Glazounov2003-04-111-2/+4
* #104509# Removed OSL_ASSERT()'s where conditions are covered by the code anywayHennes Rohling2002-11-151-68/+5
* #93413# fixed rtl_allocateMemore/free combinationJörg Budischewski2001-10-181-10/+10
* fixed socketaddr problem when using IP-numbers instead of hostnamesJörg Budischewski2001-05-021-4/+5
* deprecated destroySocket and copySocket removedJörg Budischewski2001-04-271-19/+2
* removed unnecessary socket.hxx inclusionJörg Budischewski2001-03-161-3/+3
* made socket and pipe refcounted, added blocking read write methods, added dir...Jörg Budischewski2001-03-141-0/+2367