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