summaryrefslogtreecommitdiff
path: root/src/core/net-sendbuffer.c
AgeCommit message (Expand)Author
2015-12-09Remove all WIN32 ifdefs (unifdef -UWIN32)dequis
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos
2008-12-22Remove useless net-sendbuffer init/deinit functions.Emanuele Giaquinta
2008-12-22Remove buffers GSList, it is unused since r1023.Emanuele Giaquinta
2008-05-24Read more bytes at a time from servers.Jilles Tjoelker
2008-05-22Extend net_sendbuffer by adding a LINEBUF_REC member and a net_sendbuffer_rec...Emanuele Giaquinta
2008-05-22Allow increasing the send buffer to 1MB/connection, and warn if that is excee...Jilles Tjoelker
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2005-08-24moved the _NET_SENDBUF_REC definition out of core/net-sendbuffer.c and irc/pr...Valentin Batz
2001-11-20Added net_sendbuffer_flush() for flushing the buffer.Timo Sirainen
2001-01-18memmove() -> g_memmove()Timo Sirainen
2001-01-15Fixed some signedness warnings and memdebug.h should compile now fineTimo Sirainen
2000-12-28Instead of trying to send data to server every 1/10th of second, sendTimo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-07-23net_sendbuffer_send(): use const void *data instead of void *dataTimo Sirainen
2000-07-23Added handle != -1 check to net_sendbuffer_create()Timo Sirainen
2000-07-16Implemented network transmit buffer. If all data couldn't be sentTimo Sirainen