Age | Commit message (Expand) | Author |
2016-04-07 | net_gethosterror: Handle EAI_SYSTEM ("System error") properly | dequis |
2016-02-03 | Merge pull request #410 from LemonBoy/getaddrinfo-v6-flag | ailin-nemui |
2016-01-27 | Add AI_ADDRCONFIG to the getaddrinfo hints. | LemonBoy |
2016-01-27 | Call getnameinfo with NI_NAMEREQD flag. | LemonBoy |
2016-01-27 | Minor style fix in net_ip2host. | LemonBoy |
2016-01-27 | Delete the HAVE_IPV6 ifdef. | LemonBoy |
2015-12-09 | Remove all WIN32 ifdefs (unifdef -UWIN32) | dequis |
2015-09-22 | Revert "Network and IPv{4,6} related changes" | ailin-nemui |
2015-09-21 | Initial work to make irssi respect the resolved ip order | LemonBoy |
2014-11-08 | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos |
2014-07-06 | Initialize in6 correctly | David Leadbeater |
2014-07-06 | Make configure checks able to build with -Werror | David Leadbeater |
2014-06-20 | Fix compiler warning. | David Hill |
2014-06-15 | Replace 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-16 | Fix segfault generated by SSL disconnections. (Bug #752) | Jase Thew |
2010-04-03 | glib iochannel fixes from exg. | Alexander Færøy |
2009-02-28 | Remove unused variable. | Emanuele Giaquinta |
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 |