summaryrefslogtreecommitdiff
path: root/src/core/network.c
AgeCommit message (Expand)Author
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2015-09-22Revert "Network and IPv{4,6} related changes"ailin-nemui
2015-09-21Initial work to make irssi respect the resolved ip orderLemonBoy
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos
2014-07-06Initialize in6 correctlyDavid Leadbeater
2014-07-06Make configure checks able to build with -WerrorDavid Leadbeater
2014-06-20Fix compiler warning.David Hill
2014-06-15Replace deprecated g_io_channel_close with g_io_channel_shutdown.David Hill
2014-01-10- Applied a patch from Jaroslav Škarvada (FTBFS if "-Werror=format-security"...Geert Hauwaerts
2010-05-16Fix segfault generated by SSL disconnections. (Bug #752)Jase Thew
2010-04-03glib iochannel fixes from exg.Alexander Færøy
2009-02-28Remove unused variable.Emanuele Giaquinta
2007-11-20Remove unneeded casts.Emanuele Giaquinta
2007-06-10Removed special error==1 handling from net_gethosterror(). It wasn't usedTimo Sirainen
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-03-26Removed all srand calls and added a single srand invokation in at startupJochen Eisinger
2006-03-25prefixed all calls to rand() with a call to srand(time(NULL)), so we getJochen Eisinger
2005-11-19When looking up IP addresses, return random IP instead of the first one.Timo Sirainen
2005-10-15Remove the inline declarations, patch by nailbiterValentin Batz
2004-01-28EAI_NODATA is depricated and doesn't exist everywhere anymoreTimo Sirainen
2003-10-11unsigned long -> gsizeTimo Sirainen
2003-10-0664bit fixes by Stefan FentTimo Sirainen
2003-07-09Network fixes. DCC fixes for IPv6 + BSDs.Timo Sirainen
2002-12-10Compiler warning fixTimo Sirainen
2002-11-29and remove outdated comment :)Timo Sirainen
2002-11-29If bind() fails when connecting, don't fallback to default address. ShouldTimo Sirainen
2002-11-28net_gethostbyaddr() was pretty much broken.Timo Sirainen
2002-08-26removed the stupid error-parameters from net_connect*() calls. errno can beTimo Sirainen
2002-05-26net_ip2host() and net_host2ip() now treat any IPv6 IPs as 0.0.0.0, if IPv6Timo Sirainen
2002-05-19net_connect*() contains now error parameter, so it can be used to properlyTimo Sirainen
2002-02-18if gethostbyname() failed, the return value was returned incorrectlyTimo Sirainen
2002-02-17still one isxdigit() -> i_isxdigit()Timo Sirainen
2002-02-10Removed some old backwards compatibility code.Timo Sirainen
2002-01-29..and of course I broke IPv4 net_gethostbyname() with it :)Timo Sirainen
2002-01-29OK, looks like I was doing stupid things with IPv6 hostname lookups :) BackTimo Sirainen
2002-01-29net_gethostbyname() fix for ipv6.Timo Sirainen
2002-01-27toupper(), tolower(), isspace(), is..etc..() aren't safe with chars in someTimo Sirainen
2002-01-04the same #ifdef { parsing problem..Timo Sirainen
2001-12-14net_listen(): when socket() failed because we tried to use IPv6, we shouldTimo Sirainen
2001-11-10net_listen(): if creating IPv6 socket fails because of EPROTONOSUPPORT, tryTimo Sirainen
2001-11-07net_connect(): if bind() fails, set the address back to INADDR_ANY to make su...Timo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-03-18moved stuff from net-internal.h to network.h. HPUX needed one of theTimo Sirainen
2001-03-14net_listen() works now properly with --enable-ipv6 and a system that doesn'tTimo Sirainen
2001-03-04union { .. } addr removed from IPADDR - it hasn't been actually usedTimo Sirainen
2001-03-04IPv6 fixes. Everything now keeps both v4 and v6 addresses in memory andTimo Sirainen
2001-02-20/SET resolve_prefer_ipv6 - should we prefer IPv6 or IPv4 addresses inTimo Sirainen
2001-02-09/CONNECT, /SERVER: added -4 and -6 options for specifying if we shouldTimo Sirainen
2001-01-18net_getservbyport() - Get name of TCP serviceTimo Sirainen