Age | Commit message (Expand) | Author |
2007-11-20 | Remove unneeded casts. | Emanuele Giaquinta |
2007-06-10 | Removed special error==1 handling from net_gethosterror(). It wasn't used | Timo Sirainen |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2006-03-26 | Removed all srand calls and added a single srand invokation in at startup | Jochen Eisinger |
2006-03-25 | prefixed all calls to rand() with a call to srand(time(NULL)), so we get | Jochen Eisinger |
2005-11-19 | When looking up IP addresses, return random IP instead of the first one. | Timo Sirainen |
2005-10-15 | Remove the inline declarations, patch by nailbiter | Valentin Batz |
2004-01-28 | EAI_NODATA is depricated and doesn't exist everywhere anymore | Timo Sirainen |
2003-10-11 | unsigned long -> gsize | Timo Sirainen |
2003-10-06 | 64bit fixes by Stefan Fent | Timo Sirainen |
2003-07-09 | Network fixes. DCC fixes for IPv6 + BSDs. | Timo Sirainen |
2002-12-10 | Compiler warning fix | Timo Sirainen |
2002-11-29 | and remove outdated comment :) | Timo Sirainen |
2002-11-29 | If bind() fails when connecting, don't fallback to default address. Should | Timo Sirainen |
2002-11-28 | net_gethostbyaddr() was pretty much broken. | Timo Sirainen |
2002-08-26 | removed the stupid error-parameters from net_connect*() calls. errno can be | Timo Sirainen |
2002-05-26 | net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6 | Timo Sirainen |
2002-05-19 | net_connect*() contains now error parameter, so it can be used to properly | Timo Sirainen |
2002-02-18 | if gethostbyname() failed, the return value was returned incorrectly | Timo Sirainen |
2002-02-17 | still one isxdigit() -> i_isxdigit() | Timo Sirainen |
2002-02-10 | Removed some old backwards compatibility code. | Timo Sirainen |
2002-01-29 | ..and of course I broke IPv4 net_gethostbyname() with it :) | Timo Sirainen |
2002-01-29 | OK, looks like I was doing stupid things with IPv6 hostname lookups :) Back | Timo Sirainen |
2002-01-29 | net_gethostbyname() fix for ipv6. | Timo Sirainen |
2002-01-27 | toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in some | Timo Sirainen |
2002-01-04 | the same #ifdef { parsing problem.. | Timo Sirainen |
2001-12-14 | net_listen(): when socket() failed because we tried to use IPv6, we should | Timo Sirainen |
2001-11-10 | net_listen(): if creating IPv6 socket fails because of EPROTONOSUPPORT, try | Timo Sirainen |
2001-11-07 | net_connect(): if bind() fails, set the address back to INADDR_ANY to make su... | Timo Sirainen |
2001-05-17 | Getting rid of gettext, moved some _(..) texts to themes and left some error | Timo Sirainen |
2001-03-18 | moved stuff from net-internal.h to network.h. HPUX needed one of the | Timo Sirainen |
2001-03-14 | net_listen() works now properly with --enable-ipv6 and a system that doesn't | Timo Sirainen |
2001-03-04 | union { .. } addr removed from IPADDR - it hasn't been actually used | Timo Sirainen |
2001-03-04 | IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory and | Timo Sirainen |
2001-02-20 | /SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses in | Timo Sirainen |
2001-02-09 | /CONNECT, /SERVER: added -4 and -6 options for specifying if we should | Timo Sirainen |
2001-01-18 | net_getservbyport() - Get name of TCP service | Timo Sirainen |
2001-01-15 | Fixed some signedness warnings and memdebug.h should compile now fine | Timo Sirainen |
2001-01-11 | Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32 | Timo Sirainen |
2001-01-02 | net_accept(), net_getsockname() IPv6 fixes pointed out by pv2b :) | Timo Sirainen |
2001-01-02 | removed the win32 EINPROGRESS define, that wouldn't work anyway | Timo Sirainen |
2000-12-19 | security fixes from 0.7.97.2 | Timo Sirainen |
2000-12-08 | net_receive(), net_transmit(): error handling was buggy | Timo Sirainen |
2000-12-04 | Use GIOChannel instead of sockets directly. Helps porting to win32 :) | Timo Sirainen |
2000-11-11 | Some sizeof() fixes to IPv6 support when connecting to IPv4 addresses. | Timo Sirainen |
2000-10-26 | Win32 updates | Timo Sirainen |
2000-10-26 | Some fixes for compiling with Win32 :) | Timo Sirainen |
2000-09-27 | net_gethostbyaddr() fixed. | Timo Sirainen |
2000-07-29 | send() - ignore EPIPE return value and just return "0 bytes sent". The broken | Timo Sirainen |