uhub/src/network
Tilka ccb66ced4f don't show error on SIGTERM in select() backend 2012-05-05 01:10:24 +02:00
..
backend.c Fix SSL disconnect memory leak. 2011-12-02 13:03:17 +01:00
backend.h Many Visual C++ compile warnings and errors fixed. 2011-01-03 00:03:07 +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 Cygwin/Mingw32 compile fixes. 2012-01-25 00:20:59 +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 some small memory leaks. 2010-04-21 18:34:55 +02:00
kqueue.c Fix bug #133 - Kqueue backend crash (BSD/OSX) 2010-05-28 15:22:33 +02:00
network.c small cleanup 2012-04-19 02:56:27 +02:00
network.h small cleanup 2012-04-19 02:56:27 +02:00
select.c don't show error on SIGTERM in select() backend 2012-05-05 01:10:24 +02:00
timeout.c Many Visual C++ compile warnings and errors fixed. 2011-01-03 00:03:07 +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