]> icculus.org git repositories - divverent/darkplaces.git/history - lhnet.c
Clean up the FS_FIX_PATHS code a bit - should by faster now, too.
[divverent/darkplaces.git] / lhnet.c
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...