uhub/src/network
Jan Vidar Krey 8815118fde Added flood control support.
This closes bug #79: Flood control, and rate limits
2010-04-05 16:01:07 +02:00
..
backend.c Added flood control support. 2010-04-05 16:01:07 +02:00
backend.h Added flood control support. 2010-04-05 16:01:07 +02:00
common.h SSL fixes, seems to work with stunnel4 as a client but not linuxdcpp using SSL directly. 2010-01-22 23:43:23 +01:00
connection.c Compile multiple network backends into the binary and choose which one to use at runtime. 2010-02-10 22:00:13 +01:00
connection.h Compile multiple network backends into the binary and choose which one to use at runtime. 2010-02-10 22:00:13 +01:00
epoll.c Fix bug #113: crash when using epoll backend. 2010-02-10 22:06:49 +01:00
kqueue.c Fix bug #114: FreeBSD compile error. 2010-02-11 07:54:42 +01:00
network.c Compile multiple network backends into the binary and choose which one to use at runtime. 2010-02-10 22:00:13 +01:00
network.h Make sure start_listening_socket does everything, this will lead the way to multiple listen ports. 2010-01-21 17:31:55 +01:00
select.c Compile multiple network backends into the binary and choose which one to use at runtime. 2010-02-10 22:00:13 +01:00
timeout.c Fixed nasty hub freeze caused by timers being injected for the same timestamp as it is being removed from. 2010-03-23 01:06:04 +01:00
timeout.h Moved the timeout code to where it belongs, along with the network backend code. 2010-01-26 22:55:08 +01:00
timer.c Fixed bad logic inside the timer scheduling. 2010-01-21 23:13:52 +01:00