git://developer.intra2net.com
/
pingcheck
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Update pingcheck to work with cmake 3.28
[pingcheck]
/
src
/
tcp
/
2015-05-26
Christian Herdtweck
added congestion analysis to HostStatus
tree
|
commitdiff
2015-05-26
Christian Herdtweck
moved time duration measurement of ping from scheduler...
tree
|
commitdiff
2015-05-22
Christian Herdtweck
give HostStatus analyzer more info: details on ping...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
simplified dns (no self-made recursion); merge PingSche...
tree
|
commitdiff
2015-01-26
Christian Herdtweck
Pinger holds weak_ptr to self, Pingers created through...
tree
|
commitdiff
2015-01-23
Christian Herdtweck
started to implement an icmp paket distributor; compile...
tree
|
commitdiff
2015-01-16
Christian Herdtweck
some minor doc change I had overlooked
tree
|
commitdiff
2015-01-12
Christian Herdtweck
Clean up output, whitespace,
tree
|
commitdiff
2014-12-30
Christian Herdtweck
new signal handling in main; removed all thread-related...
tree
|
commitdiff
2014-12-09
Christian Herdtweck
added a handler for failed BOOST_ASSERT-ions; add globa...
tree
|
commitdiff
2014-11-12
Christian Herdtweck
make abstract base classes boost::noncopyable to avoid...
tree
|
commitdiff
2012-04-14
Guilherme Maciel...
Changed TCP ping method.
tree
|
commitdiff
2012-03-29
Guilherme Maciel...
Fix: the boolean logic was inverted.
tree
|
commitdiff
2012-03-05
Guilherme Maciel...
Undoing commit e58d750735048b76721ade950d3b9e0c75d201f7.
tree
|
commitdiff
2012-03-05
Guilherme Maciel...
Log message reformatting.
tree
|
commitdiff
2012-02-29
Guilherme Maciel...
Code improvement:
tree
|
commitdiff
2012-02-26
Guilherme Maciel...
Hardening the match methods through asserts.
tree
|
commitdiff
2012-02-20
Guilherme Maciel...
Merge branch 'test'
tree
|
commitdiff
2012-02-19
Guilherme Maciel...
Using encode1() and decode1() from MessagePayload class.
tree
|
commitdiff
2012-02-18
Guilherme Maciel...
Documentation for TCP header.
tree
|
commitdiff
2012-01-03
Guilherme Maciel...
PC-Lint warnings fixed:
tree
|
commitdiff
2011-12-31
Guilherme Maciel...
Changed notify message to error message.
tree
|
commitdiff
2011-12-24
Guilherme Maciel...
Fix: the TCP's ttl was being printed as a char instead...
tree
|
commitdiff
2011-12-22
Guilherme Maciel...
PC-Lint warnings fixed:
tree
|
commitdiff
2011-12-20
Guilherme Maciel...
Made copy constructor private to disable object copies.
tree
|
commitdiff
2011-12-20
Guilherme Maciel...
PC-Lint warnings fixed:
tree
|
commitdiff
2011-12-20
Guilherme Maciel...
PC-Lint warnings fixed:
tree
|
commitdiff
2011-12-20
Guilherme Maciel...
PC-Lint warnings fixed:
tree
|
commitdiff
2011-12-12
Thomas Jarosch
Final adjustments for cleaner PC-lint output
tree
|
commitdiff
2011-12-12
Thomas Jarosch
Silence more bogus PC-Lint warnings
tree
|
commitdiff
2011-12-12
Thomas Jarosch
Silence more PC-Lint warnings
tree
|
commitdiff
2011-12-12
Thomas Jarosch
More constification
tree
|
commitdiff
2011-11-21
Guilherme Maciel...
The IP version used to transport TCP segments can be...
tree
|
commitdiff
2011-11-21
Guilherme Maciel...
Changed old-style C casts by C++ style casts.
tree
|
commitdiff
2011-11-21
Guilherme Maciel...
TCP checksum for IPv6
tree
|
commitdiff
2011-11-20
Guilherme Maciel...
Documentation for TCP Segment Factory.
tree
|
commitdiff
2011-11-15
Guilherme Maciel...
Small code change
tree
|
commitdiff
2011-11-15
Guilherme Maciel...
TCP checksum source and destination addresses use Boost...
tree
|
commitdiff
2011-11-14
Guilherme Maciel...
TCP pinger IP version is chosen by the pinger factory
tree
|
commitdiff
2011-11-12
Guilherme Maciel...
Bring aboard TCP header class for IPv6
tree
|
commitdiff
2011-11-12
Guilherme Maciel...
Using Boost.Asio address objects instead of primitive...
tree
|
commitdiff
2011-11-12
Guilherme Maciel...
Simplifying Network Interface class and using more...
tree
|
commitdiff
2011-11-12
Guilherme Maciel...
Using Boost.Asio protocol type instead of the enumerati...
tree
|
commitdiff
2011-11-10
Guilherme Maciel...
Adjusting some comments
tree
|
commitdiff
2011-11-06
Guilherme Maciel...
Delegating the segment creation and printing to more...
tree
|
commitdiff
2011-11-06
Guilherme Maciel...
Ephemeral source port calculation moved to a method...
tree
|
commitdiff
2011-11-06
Guilherme Maciel...
Bring aboard TCP segment factory.
tree
|
commitdiff
2011-11-06
Guilherme Maciel...
Bring aboard TCP segment (IP and TCP headers)
tree
|
commitdiff
2011-11-05
Guilherme Maciel...
High Integrity CPP Rule 3.3.16: Explicitly declare...
tree
|
commitdiff
2011-09-04
Guilherme Maciel...
Solved operator precedence mismatch reported by PC...
tree
|
commitdiff
2011-08-27
Guilherme Maciel...
Message headers now have their wire format in Doxygen
tree
|
commitdiff
2011-08-27
Guilherme Maciel...
Replced old-style C functions by C++ STL versions
tree
|
commitdiff
2011-08-23
Guilherme Maciel...
Small code formatting
tree
|
commitdiff
2011-08-23
Guilherme Maciel...
Pings the host at a specific port (available only to...
tree
|
commitdiff
2011-08-21
Guilherme Maciel...
Changed the type of the header size variables from...
tree
|
commitdiff
2011-08-21
Guilherme Maciel...
TcpHeader class uses the MessagePayload class to handle...
tree
|
commitdiff
2011-08-20
Guilherme Maciel...
Removed select_source_network_interface() function...
tree
|
commitdiff
2011-08-20
Guilherme Maciel...
The C's low level socket handling functions were encaps...
tree
|
commitdiff
2011-08-13
Guilherme Maciel...
Small code formatting
tree
|
commitdiff
2011-08-13
Guilherme Maciel...
Renamed getters and setters
tree
|
commitdiff
2011-08-13
Guilherme Maciel...
Moved PingStatus enumeration to its own file, so it...
tree
|
commitdiff
2011-08-13
Guilherme Maciel...
Surrounded the receive by a try..catch, so prepare...
tree
|
commitdiff
2011-08-09
Guilherme Maciel...
Removing warning about conversion from 'int' to 'uint8_t'
tree
|
commitdiff
2011-08-09
Guilherme Maciel...
Adding a remark about sequence number from RST
tree
|
commitdiff
2011-08-09
Guilherme Maciel...
Adding logging to ioctl fails, and replacing the nested...
tree
|
commitdiff
2011-08-06
Guilherme Maciel...
Replaced shift operations on IP addresses to an endian...
tree
|
commitdiff
2011-08-06
Guilherme Maciel...
Validates the ifr.ifr_name buffer size before copy...
tree
|
commitdiff
2011-08-04
Guilherme Maciel...
Set the received status as successful when the RST...
tree
|
commitdiff
2011-08-02
Guilherme Maciel...
Changed the handle_timeout() method to handle_ping_done()
tree
|
commitdiff
2011-08-02
Guilherme Maciel...
Renamed create_tcp_header() method to create_ack_request()
tree
|
commitdiff
2011-08-02
Guilherme Maciel...
Move the ACK segment send functionality to the send_ack...
tree
|
commitdiff
2011-08-02
Guilherme Maciel...
Split the method, separated some functionality in sched...
tree
|
commitdiff
2011-08-02
Guilherme Maciel...
Renamed timeout variable to the context of TCP instead...
tree
|
commitdiff
2011-08-02
Guilherme Maciel...
Sequence number does not identify a particular segment...
tree
|
commitdiff
2011-08-01
Guilherme Maciel...
Retrieve the local IP address from the interface using...
tree
|
commitdiff
2011-07-24
Guilherme Maciel...
Split methods
tree
|
commitdiff
2011-07-22
Guilherme Maciel...
Working TCP pinger
tree
|
commitdiff
2011-07-22
Guilherme Maciel...
Split the TcpHeader implementation and header
tree
|
commitdiff
2011-07-19
Guilherme Maciel...
Added the remaining TCP pinger arguments
tree
|
commitdiff
2011-07-16
Guilherme Maciel...
Solving some conversion and variable shadow warnings
tree
|
commitdiff
2011-07-10
Guilherme Maciel...
Bring aboard the TCP header and support classes
tree
|
commitdiff
2011-05-29
Guilherme Maciel...
Bring aboard TCP pinger class
tree
|
commitdiff