summaryrefslogtreecommitdiff
path: root/src/core/net-sendbuffer.h
AgeCommit message (Expand)Author
2014-11-08typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos
2008-12-22Remove useless net-sendbuffer init/deinit functions.Emanuele Giaquinta
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
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-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo 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-16Implemented network transmit buffer. If all data couldn't be sentTimo Sirainen