1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00
irssi/src/irc/dcc
David Hill 444f9e4836 Do not break strict-aliasing rules.
dcc-send.c:296:2: warning: dereferencing type-punned pointer
will break strict-aliasing rules
2014-06-20 12:43:24 -04:00
..
dcc-autoget.c Oops. Update address correctly now. 2007-05-08 18:41:10 +00:00
dcc-chat.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
dcc-chat.h Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_receive_line 2008-05-22 22:38:29 +00:00
dcc-file-rec.h Irssi now uses 64bit file offets if it's only supported by system. Also did 2002-11-21 17:48:40 +00:00
dcc-file.h DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should 2001-02-10 02:02:26 +00:00
dcc-get.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
dcc-get.h Passive DCC support by Francesco Fracassi (francesco.f at openssl.it) 2004-03-23 22:06:41 +00:00
dcc-queue.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
dcc-queue.h Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add to initialize rec->passive. 2007-01-08 19:02:20 +00:00
dcc-rec.h Passive DCC support by Francesco Fracassi (francesco.f at openssl.it) 2004-03-23 22:06:41 +00:00
dcc-resume.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
dcc-send.c Do not break strict-aliasing rules. 2014-06-20 12:43:24 -04:00
dcc-send.h Removed /SET dcc_block_size and /SET dcc_fast_send - fast send is now 2001-02-19 03:40:06 +00:00
dcc-server.c Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_receive_line 2008-05-22 22:38:29 +00:00
dcc-server.h Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_receive_line 2008-05-22 22:38:29 +00:00
dcc.c Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. 2014-06-10 12:06:19 -04:00
dcc.h Passive DCC support by Francesco Fracassi (francesco.f at openssl.it) 2004-03-23 22:06:41 +00:00
Makefile.am noinst_HEADERS -> pkginc_HEADERS 2004-05-10 20:30:57 +00:00
module.h Moved some stuff from irc to core. Added command_bind_proto() function to 2001-11-02 01:05:14 +00:00