uhub/src/network
2010-01-27 01:04:32 +01:00
..
backend.c Added a safe connection cleanup procedure for when a connection goes 2010-01-21 01:12:57 +01:00
backend.h Added a safe connection cleanup procedure for when a connection goes 2010-01-21 01:12:57 +01: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 Make sure we shutdown SSL connections when an error occurs. 2010-01-23 00:20:48 +01:00
connection.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
epoll.c Enable the statistics timer again, so that !stats provide up to date network statistics. 2010-01-23 00:43:38 +01:00
kqueue.c More kqueue work in progress. 2010-01-27 01:04:32 +01:00
network.c On Mac OS X getrlimit() returns 2^(sizeof(size_t) * 8) instead of the actual number of available socket descriptors. 2010-01-26 08:40:10 +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 BSD/OSX compile fix. 2010-01-25 14:23:22 +01:00
timeout.c Moved the timeout code to where it belongs, along with the network backend code. 2010-01-26 22:55:08 +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