summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Guilherme Maciel Ferreira [Thu, 24 Feb 2011 14:23:00 +0000]
The header classes operate on specific data sizes, thus using types with named sizes on it states clear which size of the data is expected
Guilherme Maciel Ferreira [Thu, 24 Feb 2011 13:58:54 +0000]
Keep together the getters and setters who operate on the same data, this is the project's standard
Guilherme Maciel Ferreira [Thu, 24 Feb 2011 13:46:58 +0000]
Changed getter and setter methods names to keep standardized (and verb+object advice from chapter 7 of code complete)
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
Guilherme Maciel Ferreira [Wed, 23 Feb 2011 14:55:08 +0000]
Executable has the same name as the project
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
Guilherme Maciel Ferreira [Wed, 23 Feb 2011 09:49:21 +0000]
Renamed variables and constants to stick with company's coding style
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 16:17:50 +0000]
Reading host name from file. This first attempt pings just one host
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 16:12:40 +0000]
Improved Host interface by including const parameters and assertions
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 15:03:45 +0000]
Config file clean up (KISS)
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 15:01:32 +0000]
Source code ornamentation
Guilherme Maciel Ferreira [Tue, 22 Feb 2011 14:59:30 +0000]
Added assertions to document interface assumptions
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