Age | Commit message (Expand) | Author |
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 |
2000-07-16 | Cleaned up code. | Timo Sirainen |
2000-07-10 | Enabled lots of GCC warnings, fixed those that were easy to fix. | Timo Sirainen |
2000-07-02 | "Temporary error in nameserver" shouldn't remove server reconnections. | Timo Sirainen |
2000-06-30 | Removed some warning messages. | Timo Sirainen |
2000-06-06 | Use INADDR_BROADCAST if INADDR_NONE isn't defined. | Timo Sirainen |
2000-05-25 | Didn't compile with IPv6 support. | Timo Sirainen |
2000-05-25 | Added bot plugin, it also has almost-functional botnet. | Timo Sirainen |
2000-04-26 | ..adding new files.. | Timo Sirainen |