uhub/src/network
Jan Vidar Krey 550740f715 Fix bug #198 - Timers could cause infinite loops
This could essentially happen due to time drift,
high load, or the process being put in sleep for a while.

The reason is that recurring timers could be added to the same time slot
as the timeslot being handled.
2013-03-24 09:47:32 +01:00
..
backend.c Updated copyright year. 2013-03-22 20:00:40 +01:00
backend.h Updated copyright year. 2013-03-22 20:00:40 +01:00
common.h Updated copyright year. 2013-03-22 20:00:40 +01:00
connection.c Created a connection establishment API. 2013-02-05 22:40:20 +01:00
connection.h Created a connection establishment API. 2013-02-05 22:40:20 +01:00
dnsresolver.c Cleaned up all list iterations, added macro named LIST_FOREACH. 2013-03-22 00:58:14 +01:00
dnsresolver.h Created a connection establishment API. 2013-02-05 22:40:20 +01:00
epoll.c Updated copyright year. 2013-03-22 20:00:40 +01:00
ipcalc.c Updated copyright year. 2013-03-22 20:00:40 +01:00
ipcalc.h Updated copyright year. 2013-03-22 20:00:40 +01:00
kqueue.c Updated copyright year. 2013-03-22 20:00:40 +01:00
network.c Updated copyright year. 2013-03-22 20:00:40 +01:00
network.h Updated copyright year. 2013-03-22 20:00:40 +01:00
openssl.c Updated copyright year. 2013-03-22 20:00:40 +01:00
select.c Updated copyright year. 2013-03-22 20:00:40 +01:00
timeout.c Fix bug #198 - Timers could cause infinite loops 2013-03-24 09:47:32 +01:00
timeout.h Fix bug #198 - Timers could cause infinite loops 2013-03-24 09:47:32 +01:00
timer.c Updated copyright year. 2013-03-22 20:00:40 +01:00
tls.h Updated copyright year. 2013-03-22 20:00:40 +01:00