]> git.xonotic.org Git - xonotic/darkplaces.git/history - lhnet.c
sv_save: Call CL_Disconnect and ToggleMenu via hook
[xonotic/darkplaces.git] / lhnet.c
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-21 Cloudwalklhnet: Use the generic linked list
2020-09-29 cloudwalkquakedef: Add darkplaces.h and include it in as many...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-08 cloudwalkReimpl. the cvar alias system. Reimpl. the cvar hash...
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-06 cloudwalkRename a few of the fake loss and fake latency cvars
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-01-09 havocCorrected names in credits to be more accurate and...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2015-08-03 divverentCompile with IPv6 support by default
2015-02-05 divverentMore coverity.
2015-02-04 divverentFix check/write order in LHNETADDRESS_ToString.
2013-05-25 divverentImplement DSCP for ToS according to RFC2474 / RFC4594
2012-04-01 divverentTurn off RFC 1149 on systems that have it enabled.
2012-02-10 divverentadd a static to an unprototyped internal function to...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2010-11-07 divverentDPrint the LHNET_Read and LHNET_Write errors (as they...
2010-10-06 divverentfix a syntax error. Why didn't my gcc catch it? clang...
2010-10-06 divverentfix misparsing of portless IPv6 addresses
2010-10-02 divverentfix a stupid and trivial IPv6 bug that causes a v6...
2010-08-24 havocfix previous warning fix that only worked properly...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-14 havocfix more warnings in mingw
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-04-09 havocpatch from Ozkan Sezer for compatibility with mingw64...
2010-01-31 havocfix a bunch of warnings
2010-01-25 havoca slightly more robust error return check
2009-12-21 havocadded SUPPORTIPV6 define checks - not defined by defaul...
2009-11-28 havoccompile without IPV6 support by default (-DSUPPORTIPV6...
2009-11-02 havocfix USE_WSPIAPI_H
2009-11-02 havocfix compatibility with old windows versions when USE_WS...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-15 havocfixed compile errors and warnings using Dev-C++ in...
2009-08-16 divverentfix two SOCKLEN_Ts
2009-05-17 havocfix an addrinfo leak when getaddrinfo returns an addrin...
2009-05-14 havocadd a couple more things back
2009-05-14 havocfix compatibility with pre-XP windows versions
2009-05-14 divverentrequire WinXP or higher for molivier's latest changes.
2009-05-14 molivierFixed IPv6 support, including the addition of the maste...
2008-08-19 havocimplemented an lhnetaddresstype_t enum instead of using...
2008-08-19 havocredesigned lhnetaddress_t struct to be a generic contai...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2007-11-21 havocfix some warnings
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-06-02 havoccorrect two warnings to say the correct function name...
2007-05-22 divverentWin32: ioctl SIO_UDP_CONNRESET <- FALSE
2007-04-05 havoceliminated most calls to Sys_DoubleTime (using realtime...
2007-03-29 havocadded NetConn_SleepMicroseconds function, and LHNET_Sle...
2007-01-18 havocsupport partial IP addresses in the ipv4 address parser...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-06-13 havocmade FromString reject empty strings
2006-05-08 havocfix NUL termination issue on the test string by not...
2006-05-08 havocfixes to the test program
2006-05-08 havoclhnet fixes - now calls WSAStartup during LHNET_Init...
2006-02-27 havocMorphOS networking support patch from bigfoot
2005-11-13 havocchanged DNS name cache expiration time to 12 hours
2005-11-13 havocexpire internal DNS name cache entries after 5 minutes...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-05-08 havocimplemented caching of DNS names in lhnet.c
2005-05-05 havoccl_netlocalping now adds only half as much lag, so...
2005-03-15 havocLHNET now enables broadcast send/receive on any UDP...
2005-01-23 havocfixed scaling of cl_netlocalping cvar (it was multiplyi...
2004-10-25 molivierFreeBSD support
2004-10-15 havocreduced cl_net* cvars to just cl_netlocalping and cl_ne...
2004-09-14 moliviersocklen_t is "int" in the Winsocks API
2004-09-09 havocsocklen_t is missing on windows... use size_t there...
2004-09-07 havocfixed STANDALONETEST so it works again
2004-05-21 havocTomaz renamed cl_fake* networking cvars to cl_net*
2004-04-01 havocfix the namelen parameter in the getsockname call
2004-04-01 havocnow uses getsockname to find out what address/port...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-21 havoccl_fakelocalping cvars now produce the specified ping...
2004-01-24 havocfix a severe bug with the checking of WSAStartup (basic...
2004-01-23 havocdisabled opening of ipv6 sockets since that code still...
2003-12-09 molivierEarly support for NetBSD (the dedicated binary works...
2003-08-29 havocnow prints "Connection refused" if LHNET_Read gets...
2003-08-07 havocsimulated packet loss (cl_fakepacketloss_receive, cl_fa...
2003-07-21 havocfix an error in a last minute change (was using maxcont...
2003-07-21 havocpatch up some major cracks in the armor of the function...
2003-07-04 havocbecause gethostbyname("0.0.0.0") fails in windows,...
2003-07-03 havocfix htons warnings in MSVC (thanks to Tomaz for reporti...
2003-06-22 havocForgot to include lhnet in the previous commit and...