git://developer.intra2net.com
/
pingcheck
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
pingcheck
2011-03-08
Guilherme Maciel...
Included a section explaining the basics of the code
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-08
Guilherme Maciel...
Code improvements
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-08
Guilherme Maciel...
Removed unused class: PingManager
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-07
Guilherme Maciel...
Removed unused header files
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-07
Guilherme Maciel...
Fixed assertion range on times_to_ping
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-07
Guilherme Maciel...
Changed integer types from std::size_t to uint, where...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-04
Guilherme Maciel...
More information in the Readme file
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-04
Guilherme Maciel...
The app reads a list of hosts instead of just one
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-03
Guilherme Maciel...
Removed all namespace's "using" from header files ...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-03
Guilherme Maciel...
Renamed config directory to conf, in order to avoid...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-03
Guilherme Maciel...
Moved ICMP abstraction classes to the icmp directory...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-03
Guilherme Maciel...
Moved PingCheck class to its own file, replaced the...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-02
Guilherme Maciel...
The program now pings in configured intervals
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-02
Guilherme Maciel...
Organizing the member functions according to the IPv4...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-02
Guilherme Maciel...
Avoiding unamed variables (they kill readability)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-02
Guilherme Maciel...
Pinger interface now allows to specify the number of...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-03-01
Guilherme Maciel...
Defined a rule for variable and constant numeric types
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-28
Guilherme Maciel...
Created an ICMP packet class abstraction and modularizi...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-28
Guilherme Maciel...
The method BoostPinger::get_identifier() is not static...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-28
Guilherme Maciel...
Renamed IcmpBody to IcmpData according to the RFC 792...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-28
Guilherme Maciel...
Changed the ping() method interface, which requires...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-28
Guilherme Maciel...
The BoostPinger now pings N times, instead of infinite...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-25
Guilherme Maciel...
Renamed the ipv4_header files to ipv4header, removed...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-25
Guilherme Maciel...
Renamed the ipv4_header files to ipv4header, removed...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-25
Guilherme Maciel...
Read the interval between each ping to the host
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-25
Guilherme Maciel...
Refactored the checksum calculation and IcmpHeader...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-25
Guilherme Maciel...
Renamed the icmp_header files to icmpheader, removed...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-24
Guilherme Maciel...
Added a constructor with arguments and reinforce the...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-24
Guilherme Maciel...
The header classes operate on specific data sizes,...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-24
Guilherme Maciel...
Keep together the getters and setters who operate on...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-24
Guilherme Maciel...
Changed getter and setter methods names to keep standar...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-23
Guilherme Maciel...
Reorganization of the ConfigurationReader class interface
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-23
Guilherme Maciel...
Executable has the same name as the project
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-23
Guilherme Maciel...
Moved boost library search to the main CMakeLists.txt...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-23
Guilherme Maciel...
Renamed variables and constants to stick with company...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-22
Guilherme Maciel...
Reading host name from file. This first attempt pings...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-22
Guilherme Maciel...
Improved Host interface by including const parameters...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-22
Guilherme Maciel...
Config file clean up (KISS)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-22
Guilherme Maciel...
Source code ornamentation
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-22
Guilherme Maciel...
Added assertions to document interface assumptions
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-22
Guilherme Maciel...
Improved configuration classes abstraction and source...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-22
Guilherme Maciel...
Project name #define is sent to source code in compile...
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-21
Guilherme Maciel...
Included the default configuration file
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-21
Guilherme Maciel...
Aesthetic changes on include guards
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-21
Guilherme Maciel...
Merged Host::ip and Host::dns into Host::address.
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-21
Guilherme Maciel...
Fixed: deafault value passed to reply_buffer constructor
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-21
Guilherme Maciel...
First version of command line and config file parsing
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-21
Guilherme Maciel...
Added Effective C++ warnings level (-Weffc++)
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-21
Guilherme Maciel...
Improved CMakeLists.txt
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-21
Guilherme Maciel...
Removed useless classes
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-21
Guilherme Maciel...
Working version with better class distribution
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-02-21
Guilherme Maciel...
Bring aboard first version of ping check project
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)
2011-01-27
Thomas Jarosch
Remove hotfix
commit
|
commitdiff
|
tree
| snapshot (
zip
tar.gz
)