uhub/src/network
Jan Vidar Krey 896bbfcb5d Compile multiple network backends into the binary and choose which one to use at runtime.
This makes it possible to share more code between the backends and also work around
bugs of certain backends on some (versions of) operating systems.
2010-02-10 22:00:13 +01:00
..
backend.c Compile multiple network backends into the binary and choose which one to use at runtime. 2010-02-10 22:00:13 +01:00
backend.h Compile multiple network backends into the binary and choose which one to use at runtime. 2010-02-10 22:00:13 +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 Compile multiple network backends into the binary and choose which one to use at runtime. 2010-02-10 22:00:13 +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 Compile multiple network backends into the binary and choose which one to use at runtime. 2010-02-10 22:00:13 +01:00
kqueue.c Compile multiple network backends into the binary and choose which one to use at runtime. 2010-02-10 22:00:13 +01:00
network.c Compile multiple network backends into the binary and choose which one to use at runtime. 2010-02-10 22:00:13 +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 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 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