pingcheck
2011-03-15 Guilherme Maciel... Returns a boolean indicating if the ping was successful...
2011-03-15 Guilherme Maciel... Bring aboard the ping analyze and notification classes.
2011-03-14 Guilherme Maciel... Replaced the times-to-ping parameter to simplify the...
2011-03-14 Guilherme Maciel... Re-organizing the headers files in order to...
2011-03-14 Guilherme Maciel... Explicit constructor to avoid implicit constructor...
2011-03-11 Guilherme Maciel... PingScheduler now pings hosts IPs cyclically
2011-03-11 Guilherme Maciel... Bring aboard the first scratch of a DNS resolver
2011-03-11 Guilherme Maciel... Aesthetic change to header files according to the proje...
2011-03-10 Guilherme Maciel... Code improvements on BoostPinger
2011-03-10 Guilherme Maciel... Moved Host class from ping directory to config director...
2011-03-10 Guilherme Maciel... Added TODO file, including known bugs report
2011-03-10 Guilherme Maciel... More descriptions of the configuration in the Readme...
2011-03-09 Guilherme Maciel... The echo reply timeout can be configured through parame...
2011-03-09 Guilherme Maciel... Renamed PingCheck class to PingScheduler.
2011-03-08 Guilherme Maciel... The application now pings many hosts in parallel
2011-03-08 Guilherme Maciel... Attribute renamed according to the code conventions
2011-03-08 Guilherme Maciel... Included a section explaining the basics of the code
2011-03-08 Guilherme Maciel... Code improvements
2011-03-08 Guilherme Maciel... Removed unused class: PingManager
2011-03-07 Guilherme Maciel... Removed unused header files
2011-03-07 Guilherme Maciel... Fixed assertion range on times_to_ping
2011-03-07 Guilherme Maciel... Changed integer types from std::size_t to uint, where...
2011-03-04 Guilherme Maciel... More information in the Readme file
2011-03-04 Guilherme Maciel... The app reads a list of hosts instead of just one
2011-03-03 Guilherme Maciel... Removed all namespace's "using" from header files ...
2011-03-03 Guilherme Maciel... Renamed config directory to conf, in order to avoid...
2011-03-03 Guilherme Maciel... Moved ICMP abstraction classes to the icmp directory...
2011-03-03 Guilherme Maciel... Moved PingCheck class to its own file, replaced the...
2011-03-02 Guilherme Maciel... The program now pings in configured intervals
2011-03-02 Guilherme Maciel... Organizing the member functions according to the IPv4...
2011-03-02 Guilherme Maciel... Avoiding unamed variables (they kill readability)
2011-03-02 Guilherme Maciel... Pinger interface now allows to specify the number of...
2011-03-01 Guilherme Maciel... Defined a rule for variable and constant numeric types
2011-02-28 Guilherme Maciel... Created an ICMP packet class abstraction and modularizi...
2011-02-28 Guilherme Maciel... The method BoostPinger::get_identifier() is not static...
2011-02-28 Guilherme Maciel... Renamed IcmpBody to IcmpData according to the RFC 792...
2011-02-28 Guilherme Maciel... Changed the ping() method interface, which requires...
2011-02-28 Guilherme Maciel... The BoostPinger now pings N times, instead of infinite...
2011-02-25 Guilherme Maciel... Renamed the ipv4_header files to ipv4header, removed...
2011-02-25 Guilherme Maciel... Renamed the ipv4_header files to ipv4header, removed...
2011-02-25 Guilherme Maciel... Read the interval between each ping to the host
2011-02-25 Guilherme Maciel... Refactored the checksum calculation and IcmpHeader...
2011-02-25 Guilherme Maciel... Renamed the icmp_header files to icmpheader, removed...
2011-02-24 Guilherme Maciel... Added a constructor with arguments and reinforce the...
2011-02-24 Guilherme Maciel... The header classes operate on specific data sizes,...
2011-02-24 Guilherme Maciel... Keep together the getters and setters who operate on...
2011-02-24 Guilherme Maciel... Changed getter and setter methods names to keep standar...
2011-02-23 Guilherme Maciel... Reorganization of the ConfigurationReader class interface
2011-02-23 Guilherme Maciel... Executable has the same name as the project
2011-02-23 Guilherme Maciel... Moved boost library search to the main CMakeLists.txt...
2011-02-23 Guilherme Maciel... Renamed variables and constants to stick with company...
2011-02-22 Guilherme Maciel... Reading host name from file. This first attempt pings...
2011-02-22 Guilherme Maciel... Improved Host interface by including const parameters...
2011-02-22 Guilherme Maciel... Config file clean up (KISS)
2011-02-22 Guilherme Maciel... Source code ornamentation
2011-02-22 Guilherme Maciel... Added assertions to document interface assumptions
2011-02-22 Guilherme Maciel... Improved configuration classes abstraction and source...
2011-02-22 Guilherme Maciel... Project name #define is sent to source code in compile...
2011-02-21 Guilherme Maciel... Included the default configuration file
2011-02-21 Guilherme Maciel... Aesthetic changes on include guards
2011-02-21 Guilherme Maciel... Merged Host::ip and Host::dns into Host::address.
2011-02-21 Guilherme Maciel... Fixed: deafault value passed to reply_buffer constructor
2011-02-21 Guilherme Maciel... First version of command line and config file parsing
2011-02-21 Guilherme Maciel... Added Effective C++ warnings level (-Weffc++)
2011-02-21 Guilherme Maciel... Improved CMakeLists.txt
2011-02-21 Guilherme Maciel... Removed useless classes
2011-02-21 Guilherme Maciel... Working version with better class distribution
2011-02-21 Guilherme Maciel... Bring aboard first version of ping check project
2011-01-27 Thomas JaroschRemove hotfix