Archived
1
0
Fork 0
Commit graph

15 commits

Author SHA1 Message Date
Henrik Hautakoski
8531c612d3 adding version information to build. 2011-08-23 02:05:46 +02:00
Henrik Hautakoski
f46ae1970b Change indentation to follow the updated standard.
Alot of mixed indentation. use 4 chars wide soft tabs.
2011-03-19 12:28:48 +02:00
Henrik Hautakoski
fc64c45e58 archived.c: include util.h for die() 2011-03-22 04:45:51 +01:00
Henrik Hautakoski
5aeb399ee4 archived.c: log-configuration: always read the settings from config file. 2011-02-06 19:37:19 +01:00
Henrik Hautakoski
ca73aa43ae config: move log settings to its own section. 2011-02-06 19:26:12 +01:00
Henrik Hautakoski
e36fb981f2 archived.c: support for log levels in config 2011-01-13 15:37:00 +01:00
Henrik Hautakoski
3cdbc3aa57 archived.c: changed the usage string abit. 2010-12-22 14:51:29 +01:00
Henrik Hautakoski
97bc6ef58f archived.c: moved usage string to static variable (more readable) 2010-12-22 14:51:29 +01:00
Henrik Hautakoski
18e9de6bc2 archived.c: setup signals as soon as possible
The setup of signals is done very late in the initialization process and therefor
not available if signals is cought during initialization.
2010-12-22 14:51:28 +01:00
Henrik Hautakoski
8ad0243c31 archived.c: added code for setting up log. 2010-12-22 14:51:28 +01:00
Henrik Hautakoski
f65dcaaf18 file.c: moved everything into path.c 2010-12-22 14:51:27 +01:00
Henrik Hautakoski
fd6a122c04 archived.c: don't exit on SIGUSR.
the bug refered to in the source is not reproduceable anymore, for some reason.
2010-12-22 14:51:23 +01:00
Henrik Hautakoski
97bdfd94f1 refactoring out mysql to database API 2010-10-27 10:41:29 +02:00
Henrik Hautakoski
16c1930e21 moving ini to lib directory. 2010-10-23 13:34:03 +02:00
Henrik Hautakoski
2d247fd827 throwing away the client and let database functionality always be built.
The debug output used in client/stdout.c should coexist with the database. via __DEBUG__ macro.
2010-10-23 11:10:31 +02:00
Renamed from src/client/mysql.c (Browse further)