summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bjoern Sikora [Tue, 4 Aug 2009 14:18:22 +0000]
Logging through syslog or std(out/err) is now possible.
Bjoern Sikora [Tue, 4 Aug 2009 11:08:50 +0000]
Added bin/ to .gitignore.
Bjoern Sikora [Tue, 4 Aug 2009 09:51:09 +0000]
Removed using of namespaces from header files.
Introduced logging facility.
Improved option handling when reloading through SIGHUP.
Improved signal handling.
Sorry for big check in ;-). Next time there will be smaller ones.
Thomas Jarosch [Mon, 3 Aug 2009 09:26:45 +0000]
Fix test for valid pointer after conversion to boost::smart_ptr (The class defines a bool cast operator to test for a valid pointer)
Thomas Jarosch [Mon, 3 Aug 2009 09:19:27 +0000]
Fix escape sequence in config file regex
Thomas Jarosch [Mon, 3 Aug 2009 09:14:40 +0000]
Added our default .gitignore file
Bjoern Sikora [Fri, 31 Jul 2009 16:29:59 +0000]
Implemented signal handling.
Bjoern Sikora [Fri, 31 Jul 2009 15:02:26 +0000]
Implemented daemon ability.
Bjoern Sikora [Thu, 30 Jul 2009 15:52:12 +0000]
CMD options have higher preference than config options.
Bjoern Sikora [Thu, 30 Jul 2009 14:27:39 +0000]
Tuned Logger.
Bjoern Sikora [Thu, 30 Jul 2009 13:48:28 +0000]
Introduced Logger.
Bjoern Sikora [Wed, 29 Jul 2009 16:10:42 +0000]
Moved some logic out of main into updater.
Bjoern Sikora [Wed, 29 Jul 2009 15:18:12 +0000]
Divided load_config_from_files into smaller ones.
Bjoern Sikora [Tue, 28 Jul 2009 10:53:05 +0000]
Error handling for unknown service.
Bjoern Sikora [Tue, 28 Jul 2009 10:12:34 +0000]
Example service config file.
Bjoern Sikora [Tue, 28 Jul 2009 09:48:25 +0000]
Introduced shared_ptr semantic. Introduced const & semantic.
Bjoern Sikora [Mon, 27 Jul 2009 15:37:29 +0000]
Added config load from files(main/service).
Bjoern Sikora [Mon, 27 Jul 2009 12:34:34 +0000]
Fixed member naming.
Bjoern Sikora [Mon, 27 Jul 2009 12:31:11 +0000]
Added doxygen comments and renamed members.
Bjoern Sikora [Mon, 27 Jul 2009 11:33:52 +0000]
Added doxygen comments and changed member names.
Bjoern Sikora [Mon, 27 Jul 2009 08:40:18 +0000]
Bjoern Sikora [Mon, 27 Jul 2009 08:15:19 +0000]
BOOST Filesystem to load config file.
Thomas Jarosch [Mon, 27 Jul 2009 08:05:04 +0000]
Small cosmetic changes
Thomas Jarosch [Mon, 27 Jul 2009 07:54:51 +0000]
Adjust project directory paths
Bjoern Sikora [Fri, 24 Jul 2009 15:15:45 +0000]
Removed binary from repo.
Bjoern Sikora [Fri, 24 Jul 2009 15:14:54 +0000]
Updater class.
Bjoern Sikora [Fri, 24 Jul 2009 15:14:33 +0000]
Service class.
Bjoern Sikora [Fri, 24 Jul 2009 15:14:21 +0000]
Main file.
Bjoern Sikora [Fri, 24 Jul 2009 15:13:00 +0000]
Config class header.
Bjoern Sikora [Fri, 24 Jul 2009 15:12:44 +0000]
The config class.
Bjoern Sikora [Fri, 24 Jul 2009 15:08:51 +0000]
Services are defined in extra files due to a bug in boost/program_options,
which doesn't make it possible to load unregistered_options from config files,
which is working for parsing from cmd line. Perhaps it's working in a future release.
Bjoern Sikora [Fri, 24 Jul 2009 15:08:36 +0000]
The main configuration file.
Bjoern Sikora [Fri, 24 Jul 2009 07:35:56 +0000]
Initial commit on project bpdyndnsd.