uhub/src/network
Jan Vidar Krey bad4512a37 Fix compiler warnings using gcc 4.6. 2011-11-28 16:30:35 +01:00
..
backend.c Merge branch 'master' of github.com:janvidar/uhub 2011-09-05 23:34:05 +02: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 Fix compiler warnings using gcc 4.6. 2011-11-28 16:30:35 +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 Merge branch 'master' of github.com:janvidar/uhub 2011-09-05 23:34:05 +02:00
network.h Winsock fixes. 2011-08-08 00:12:50 +02:00
select.c Windows fixes. 2011-02-05 17:11:23 +01: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