summaryrefslogtreecommitdiff
path: root/src/core/net-sendbuffer.c
AgeCommit message (Expand)Author
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