uhub/src/network
Jan Vidar Krey 43375d8443 Shutdown SSL on close. 2010-09-01 23:57:55 +02:00
..
backend.c Shutdown SSL on close. 2010-09-01 23:57:55 +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 Fix SSL/TLS related memory leak. 2010-08-23 21:40:07 +02: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 Several SSL/TLS related memory leak fixes. 2010-08-24 23:10:23 +02: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