pingcheck
14 years agoReorganization of the ConfigurationReader class interface
Guilherme Maciel Ferreira [Wed, 23 Feb 2011 16:19:45 +0000]
Reorganization of the ConfigurationReader class interface
- Sticking methods together
- Providing more descriptive name to some methods
- Adding new methods to encapsulate some functionalities

14 years agoExecutable has the same name as the project
Guilherme Maciel Ferreira [Wed, 23 Feb 2011 14:55:08 +0000]
Executable has the same name as the project

14 years agoMoved boost library search to the main CMakeLists.txt file, so cmake knows right...
Guilherme Maciel Ferreira [Wed, 23 Feb 2011 14:22:05 +0000]
Moved boost library search to the main CMakeLists.txt file, so cmake knows right from the beginning which libraries are required

14 years agoRenamed variables and constants to stick with company's coding style
Guilherme Maciel Ferreira [Wed, 23 Feb 2011 09:49:21 +0000]
Renamed variables and constants to stick with company's coding style

14 years agoReading host name from file. This first attempt pings just one host
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 16:17:50 +0000]
Reading host name from file. This first attempt pings just one host

14 years agoImproved Host interface by including const parameters and assertions
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 16:12:40 +0000]
Improved Host interface by including const parameters and assertions

14 years agoConfig file clean up (KISS)
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 15:03:45 +0000]
Config file clean up (KISS)

14 years agoSource code ornamentation
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 15:01:32 +0000]
Source code ornamentation

14 years agoAdded assertions to document interface assumptions
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 14:59:30 +0000]
Added assertions to document interface assumptions

14 years agoImproved configuration classes abstraction and source code
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 =(

14 years agoProject name #define is sent to source code in compile time
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 14:47:51 +0000]
Project name #define is sent to source code in compile time

14 years agoIncluded the default configuration file
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 13:56:54 +0000]
Included the default configuration file

14 years agoAesthetic changes on include guards
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 13:43:48 +0000]
Aesthetic changes on include guards

14 years agoMerged Host::ip and Host::dns into Host::address.
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 13:27:56 +0000]
Merged Host::ip and Host::dns into Host::address.

14 years agoFixed: deafault value passed to reply_buffer constructor
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 12:58:51 +0000]
Fixed: deafault value passed to reply_buffer constructor

14 years agoFirst version of command line and config file parsing
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 09:49:10 +0000]
First version of command line and config file parsing

14 years agoAdded Effective C++ warnings level (-Weffc++)
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 09:43:54 +0000]
Added Effective C++ warnings level (-Weffc++)
- Detects possible misuses of C++ features

14 years agoImproved CMakeLists.txt
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 10:01:20 +0000]
Improved CMakeLists.txt

14 years agoRemoved useless classes
Guilherme Maciel Ferreira [Mon, 21 Feb 2011 09:58:24 +0000]
Removed useless classes

14 years agoWorking version with better class distribution
Guilherme Maciel Ferreira [Wed, 16 Feb 2011 14:03:14 +0000]
Working version with better class distribution

14 years agoBring aboard first version of ping check project
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

14 years agoRemove hotfix
Thomas Jarosch [Thu, 27 Jan 2011 10:46:26 +0000]
Remove hotfix