uhub/src/core
Jan Vidar Krey 1e380ecf0f Fix bug #77 - Error in ACL command parsing. 2009-08-31 19:39:09 +02:00
..
auth.c Fix bug #77 - Error in ACL command parsing. 2009-08-31 19:39:09 +02:00
auth.h Generalized the IP range and mask parsing code. 2009-07-26 03:56:55 +02:00
commands.c Fixed printf issues with size_t. Since Windows do not support %zu we have to use %Iu there instead. 2009-08-20 10:44:44 +02:00
commands.h Fix bug #52 - [Request] Chat history command 2009-07-26 05:23:56 +02:00
config.c Expose SSL/TLS related config variables. 2009-08-06 23:05:53 +02:00
config.h Fix bug #44 - [Request] IP log in the memory 2009-07-26 06:03:43 +02:00
eventid.h Fixes to shutdown... 2009-08-03 23:59:02 +02:00
eventqueue.c Rework logging code to be able to turn it off completely. 2009-07-26 01:38:38 +02:00
eventqueue.h Reorganized sources slightly. 2009-07-25 20:05:27 +02:00
hub.c Complete moving all connection related data out of the hub_user object. 2009-08-07 00:22:30 +02:00
hub.h Fixes to shutdown... 2009-08-03 23:59:02 +02:00
hubevent.c Complete moving all connection related data out of the hub_user object. 2009-08-07 00:22:30 +02:00
hubevent.h Renamed all "struct user" to hub_user in order to resolve a naming conflict on OpenWRT. 2009-07-26 01:47:17 +02:00
hubio.c Some work on integrating OpenSSL. 2009-08-03 03:55:38 +02:00
hubio.h Reorganized sources slightly. 2009-07-25 20:05:27 +02:00
inf.c Complete moving all connection related data out of the hub_user object. 2009-08-07 00:22:30 +02:00
inf.h Renamed all "struct user" to hub_user in order to resolve a naming conflict on OpenWRT. 2009-07-26 01:47:17 +02:00
main.c Get rid of the event_base_set() calls. 2009-08-04 00:15:04 +02:00
netevent.c Complete moving all connection related data out of the hub_user object. 2009-08-07 00:22:30 +02:00
netevent.h Move the timeout handling to the connection object. 2009-08-03 21:57:18 +02:00
route.c Complete moving all connection related data out of the hub_user object. 2009-08-07 00:22:30 +02:00
route.h Renamed all "struct user" to hub_user in order to resolve a naming conflict on OpenWRT. 2009-07-26 01:47:17 +02:00
user.c Complete moving all connection related data out of the hub_user object. 2009-08-07 00:22:30 +02:00
user.h Complete moving all connection related data out of the hub_user object. 2009-08-07 00:22:30 +02:00
usermanager.c Fixed printf issues with size_t. Since Windows do not support %zu we have to use %Iu there instead. 2009-08-20 10:44:44 +02:00
usermanager.h Fixes to shutdown... 2009-08-03 23:59:02 +02:00