index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
network.c
Age
Commit message (
Expand
)
Author
2018-02-26
Add OTR support.
Alexander Færøy
2017-10-23
Merge pull request #770 from horgh/horgh/rm-unused-function
ailin-nemui
2017-10-13
Revert "Delete unused function net_ip_compare()"
Will Storey
2017-10-10
Always initialize the host string
Will Storey
2017-10-09
Delete unused function net_connect()
Will Storey
2017-10-09
Delete commented out CYGWIN define
Will Storey
2017-10-09
Delete unused function net_ip_compare()
Will Storey
2017-10-09
Set host to an empty string on error
Will Storey
2017-07-29
Working /log and /rawlog.
Edward Tomasz Napierala
2017-07-29
Fix warnings.
Edward Tomasz Napierala
2017-07-29
Make DNS work in capability mode.
Edward Tomasz Napierala
2017-07-29
/connect works - although only with IP addresses.
Edward Tomasz Napierala
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
[next]