pingcheck
2011-08-02 Guilherme Maciel... Placed start_receive() method closer to the schedule_ti...
2011-08-02 Guilherme Maciel... Changed the handle_timeout() method to handle_ping_done()
2011-08-02 Guilherme Maciel... Renamed create_tcp_header() method to create_ack_request()
2011-08-02 Guilherme Maciel... Move the ACK segment send functionality to the send_ack...
2011-08-02 Guilherme Maciel... Split the method, separated some functionality in sched...
2011-08-02 Guilherme Maciel... Renamed timeout variable to the context of TCP instead...
2011-08-02 Guilherme Maciel... Sequence number does not identify a particular segment...
2011-08-01 Guilherme Maciel... Missing header files and identation
2011-08-01 Guilherme Maciel... Retrieve the local IP address from the interface using...
2011-07-28 Guilherme Maciel... Added and formatted some error messages
2011-07-24 Guilherme Maciel... Split methods
2011-07-24 Guilherme Maciel... Cosmetic changes
2011-07-24 Guilherme Maciel... Removed commentted code
2011-07-22 Guilherme Maciel... Formatting log messages
2011-07-22 Guilherme Maciel... Working TCP pinger
2011-07-22 Guilherme Maciel... Split the TcpHeader implementation and header
2011-07-22 Guilherme Maciel... Removed the unused get_identifier() method
2011-07-22 Guilherme Maciel... Small code formatting
2011-07-22 Guilherme Maciel... Fixed socket typedef, it is a raw socket, not stream...
2011-07-21 Guilherme Maciel... Added the default protocol to use in the config file
2011-07-21 Guilherme Maciel... Better comment description
2011-07-21 Guilherme Maciel... Fixed the return statement, the method has the return...
2011-07-19 Guilherme Maciel... Fully functional pinger factory
2011-07-19 Guilherme Maciel... Added the remaining TCP pinger arguments
2011-07-19 Guilherme Maciel... Code formatting
2011-07-16 Guilherme Maciel... Solving some conversion and variable shadow warnings
2011-07-15 Guilherme Maciel... Adding the ping protocol configuration option
2011-07-15 Guilherme Maciel... Moving the PingProtocol enumeration from PingerFactory...
2011-07-15 Guilherme Maciel... The "using namespace std" exempt the use of "std::...
2011-07-10 Guilherme Maciel... Note to myself: rework the checksum to use it also...
2011-07-10 Guilherme Maciel... Fixed include guards name
2011-07-10 Guilherme Maciel... Bring aboard the TCP header and support classes
2011-07-10 Guilherme Maciel... Bring aboard a aternative version of Boost's TCP protocol
2011-07-10 Guilherme Maciel... Moved the IP classes to its own directory.
2011-06-28 Guilherme Maciel... Comment to avoid warning
2011-06-23 Guilherme Maciel... Calling set_ping_status() in ping function and added...
2011-06-23 Guilherme Maciel... Bring aboard the Ping factory
2011-06-23 Guilherme Maciel... Using inheritance to commute between pingers
2011-06-23 Guilherme Maciel... Modified configuration file
2011-06-06 Guilherme Maciel... Renamed encode/decode to encode16/decode16
2011-06-03 Guilherme Maciel... Replaced the assert by a conditional
2011-05-29 Guilherme Maciel... Bring aboard TCP pinger class
2011-05-29 Guilherme Maciel... Moved the icmppinger from host to icmp folder
2011-05-19 Guilherme Maciel... Included a precondition to DnsResolver::handle_ip_address()
2011-05-19 Guilherme Maciel... Added a tip in the Readme
2011-05-19 Guilherme Maciel... Renamed BoostPinger to IcmpPinger
2011-05-13 Guilherme Maciel... Minimum version required of Boost is 1.44
2011-05-13 Thomas JaroschFirst public commit
2011-05-12 Thomas JaroschDon't package files from kdevelop
2011-05-12 Thomas JaroschStarted PC-Lint settings file
2011-05-12 Thomas JaroschImprove packaging: Include correct license files
2011-05-12 Thomas JaroschAdd GPLv2 + linking exception to the source
2011-05-12 Thomas JaroschRemove t2n call stuff
2011-05-12 Thomas JaroschAdd boost license + proper copyright were needed
2011-05-11 Thomas JaroschUpdate TODO list
2011-05-11 Thomas JaroschProperly handle ICMP packet replies: The kernel sends...
2011-05-05 Thomas JaroschTurn RepliesCount into ReceivedReply flag
2011-05-05 Thomas JaroschUpdate TODO file
2011-05-04 Guilherme Maciel... Added doxygen comments in the most important places.
2011-05-04 Thomas JaroschTurn BoostPinger into true async operation
2011-05-04 Thomas JaroschNo rescheduling in BoostPinger
2011-05-04 Guilherme Maciel... Implemented the feature:
2011-05-04 Thomas JaroschTwo TODO entrys solved
2011-05-04 Thomas JaroschReuse BoostPinger object
2011-05-04 Thomas JaroschFix ping of IP addresses (don't do DNS lookup)
2011-05-04 Guilherme Maciel... Solved the item:
2011-05-04 Guilherme Maciel... Alternative approach to solve:
2011-05-04 Guilherme Maciel... Allowing unknown options and changed the default host...
2011-05-03 Thomas JaroschClean thread shutdown
2011-05-03 Thomas JaroschRemove boost signal handler: It's overdesigned for...
2011-05-03 Thomas JaroschHandle signals in a thread safe way
2011-05-03 Thomas JaroschConvert signal handler library to unix line endings
2011-05-03 Thomas JaroschCreate unique identifier for every ping
2011-05-03 Guilherme Maciel... Moved the boost signal handler library
2011-05-03 Guilherme Maciel... Updated TODO
2011-05-03 Guilherme Maciel... The multi-threading approach solves the blocking
2011-05-03 Guilherme Maciel... Merge branch 'pingcheck' of ssh://aqua.m.i2n/data/git...
2011-05-03 Guilherme Maciel... TODO changes
2011-05-03 Guilherme Maciel... working signal handler
2011-05-03 Thomas JaroschRenamed project from libpingcheck to pingcheck
2011-05-03 Thomas JaroschUpdate TODO
2011-05-02 Guilherme Maciel... Modularization of the main.cpp
2011-05-02 Guilherme Maciel... Defining the LinkStatusAnalyzerItem
2011-05-02 Guilherme Maciel... Defining the type PingSchedulerList as a vector of...
2011-05-02 Guilherme Maciel... Defining the type HostList as a vector of HostItem
2011-05-02 Guilherme Maciel... Starts pinging immediately, instead of schedule to...
2011-05-02 Guilherme Maciel... Renamed handle_timeout_echo_reply() to handle_timeout_i...
2011-05-02 Guilherme Maciel... Using lock_guard to handle mutex locking/unlocking...
2011-05-02 Guilherme Maciel... The BoostPinger is more picky about received packets...
2011-05-02 Guilherme Maciel... Running the BoostPingers in parallel (multi-thread...
2011-05-02 Guilherme Maciel... Removed fixed bugs
2011-05-02 Guilherme Maciel... Added a mutex to avoid data race conditions in the...
2011-05-02 Guilherme Maciel... Better comments
2011-04-29 Thomas JaroschIntroduce connd pingcheck subsystem based upon NTP...
2011-04-29 Guilherme Maciel... Separated the endpoint creation in a method
2011-04-29 Thomas JaroschBuild rpm package in parallel
2011-04-29 Thomas JaroschMake the status notifcation cmd optional. Also make...
2011-04-29 Thomas JaroschSwitch log level to ::Info during development
2011-04-29 Thomas JaroschDon't bind the source interface if not specified
2011-04-29 Thomas JaroschComment out -Werror as rpm will compile with -O2 -...
next