aea8af08ba
Fixes to enable multiple gateways to be run on the same machine.
...
A temporary directory is used for the data directory, incorporating the pid
in the directory name. If set then the data directory will be stored in $GATEWAY_HOME,
if not it will be placed in /tmp
If $GATEWAY_HOME is set then the log files will be written to $GATEWAY_HOME/log
2013-07-11 13:02:13 +02:00
8221e75fa7
First version of read write split router. Memory is leaked but it seems that its happening in connection handling somewhere.
2013-07-10 12:31:52 +03:00
e6b72a1900
Added - rm *.so to clean to avoid accidentally use old libraries that were just lying around.
2013-07-09 12:33:25 +03:00
c3f70c863e
Addition of routing module diagnostics and options
...
readconnroute now support the options slave and master to restrict the set of
servers it will connect to
2013-06-26 14:04:56 +02:00
1595725494
Improved some code documentation
...
Added the -Wall option to the protocol module Makefile
Fixed warnings in telnetd
2013-06-26 09:31:46 +02:00
0792801996
Addition of hash table statisics commands
2013-06-25 18:20:00 +02:00
6455abdfbd
Added dbusers.h to remove warnign introduced
2013-06-25 09:47:50 +02:00
3956abe604
Addition of configuration file support
...
Cleanup a few warnings
2013-06-21 17:14:39 +02:00
78c371e92f
Changes to connect infrastructure
2013-06-19 19:11:35 +02:00
39c8695819
Misc fixes
2013-06-19 18:46:24 +02:00
1300c5d089
Addition of dependencies to the makefile
...
New make target of "make depend"
Addition of doxygen building ability
Cleanup of docygen comment blocks
Initial telnetd protocol module structure
2013-06-17 14:03:05 +02:00