uhub/src/network
Jan Vidar Krey 7637d9ba68 Added experimental Haiku OS support.
It compiles and it runs with some minor glitches.
2010-01-28 01:35:08 +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 gcc v2.95 compile fixes. 2010-01-28 01:06:41 +01:00
kqueue.c Make sure the autotests work. 2010-01-28 00:07:42 +01:00
network.c Added experimental Haiku OS support. 2010-01-28 01:35:08 +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 gcc 2.95 compile fixes. 2010-01-28 01:11:11 +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