summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 14:51:35 +0000]
Improved configuration classes abstraction and source code
- Replaced magic strings by named constants
- Renamed ConfigurationReader::read() to ConfigurationReader::parse() according to the interface provided by other methods
- Added a method to fill the Configuration object
- Sorry for sending too many changes in the same commit =(
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 14:47:51 +0000]
Project name #define is sent to source code in compile time
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 13:56:54 +0000]
Included the default configuration file
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 13:43:48 +0000]
Aesthetic changes on include guards
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 13:27:56 +0000]
Merged Host::ip and Host::dns into Host::address.
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 12:58:51 +0000]
Fixed: deafault value passed to reply_buffer constructor
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 09:49:10 +0000]
First version of command line and config file parsing
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 09:43:54 +0000]
Added Effective C++ warnings level (-Weffc++)
- Detects possible misuses of C++ features
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 10:01:20 +0000]
Improved CMakeLists.txt
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 09:58:24 +0000]
Removed useless classes
Guilherme Maciel Ferreira [Wed, 16 Feb 2011 14:03:14 +0000]
Working version with better class distribution
Guilherme Maciel Ferreira [Mon, 14 Feb 2011 08:09:40 +0000]
Bring aboard first version of ping check project
- cmake project files
- UML diagram for Visual Paradigm
- network management using boost::asio
Thomas Jarosch [Thu, 27 Jan 2011 10:46:26 +0000]
Remove hotfix