completed partial IPv6 compatibility in DNS; does retrieve and Cache IPv6 IPs
[pingcheck] / src / CMakeLists.txt
2015-05-22 Christian Herdtweckcompleted partial IPv6 compatibility in DNS; does retri...
2015-05-04 Christian Herdtweckadded option min-time-between-resolves-option and tests...
2015-05-04 Christian Herdtweckadded option log-file and option FILE to log-output...
2015-05-04 Christian Herdtwecksimplified dns (no self-made recursion); merge PingSche...
2015-05-04 Christian Herdtweckmoved new dns code from temp dir to dns subdir; changed...
2015-05-04 Christian Herdtweckadjusted rest of pingchecker to use new dns in very...
2015-05-04 Christian Herdtweckadded dns cache file option
2015-05-04 Christian Herdtweckdone except for saving/loading cache; not being used...
2015-05-04 Christian Herdtweckcontinuing with dns rewrite; today realized that cache...
2015-03-19 Christian Herdtweckcan now interpret pcaps from tcpdump; created own pcap...
2015-03-18 Christian Herdtweckadded code to parse ICMP type TimeExceeded
2015-03-18 Christian Herdtweckadded ip source and destination address to IpHeader...
2015-03-13 Christian Herdtweckadded rule to create feed_packet tool to CMakeLists.txt
2015-03-13 Christian Herdtweckconsequently moved all implementation from h to cpp...
2015-03-12 Christian Herdtweckmoved some implementations from h to cpp files because...
2015-03-12 Christian Herdtweckre-ordered class for IcmpPacket
2015-02-05 Christian Herdtweckgot packetdistributor to work, but compiles/links only...
2015-01-26 Christian Herdtweckalso rename file in CMakeLists.txt
2015-01-23 Christian Herdtweckstarted to implement an icmp paket distributor; compile...
2014-12-30 Christian Herdtwecknew signal handling in main; removed all thread-related...
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-11-12 Christian Herdtweckconverted 3 constants into configuration variables...
2014-05-14 Christian Herdtweckadded two more options to pingchecker: use random inter...
2012-07-03 Guilherme Maciel... Feature: allow to choose among two log destinations...
2012-03-21 Guilherme Maciel... Merge branch 'ip-version-drop'
2012-03-13 Guilherme Maciel... Added the host.source-network-interface configuration...
2012-03-05 Guilherme Maciel... Bring aboard a factory to create DNS resolvers.
2012-02-25 Guilherme Maciel... Added a new class to exchange protocols.
2012-02-19 Guilherme Maciel... Bring aboard log level parsing function.
2012-02-02 Guilherme Maciel... Fix: misspelled class name.
2012-01-26 Guilherme Maciel... Renamed LinkStatusAnalyzer to LinkStatus.
2012-01-25 Guilherme Maciel... Renamed HostStatusAnalyzer to HostStatus.
2012-01-25 Guilherme Maciel... Merge branch 'config' into test
2011-11-12 Guilherme Maciel... Bring aboard TCP header class for IPv6
2011-11-06 Guilherme Maciel... Bring aboard TCP segment factory.
2011-11-06 Guilherme Maciel... Bring aboard TCP segment (IP and TCP headers)
2011-11-04 Guilherme Maciel... Bring aboard ICMP packet factory.
2011-11-02 Guilherme Maciel... The packet printing is polymorphically performed by...
2011-10-19 Guilherme Maciel... Renamed IcmpPacket class to Icmpv4Packet, in order...
2011-10-18 Guilherme Maciel... Renamed IcmpHeader class to Icmpv4Header, in order...
2011-10-06 Guilherme Maciel... Bring aboard "version", "daemon" and "config-file"...
2011-09-24 Guilherme Maciel... Adding the options classes to the Makefile
2011-08-31 Guilherme Maciel... Including configuration classes in makefile
2011-08-26 Guilherme Maciel... Merge branch 'tcpping' v1.1
2011-08-13 Guilherme Maciel... Renamed IcmpMessagePayload to MessagePayload, so it...
2011-07-30 Guilherme Maciel... Bring aboard Doxygen documentation support v1.0
2011-07-22 Guilherme Maciel... Split the TcpHeader implementation and header
2011-07-19 Guilherme Maciel... Fully functional pinger factory
2011-07-15 Guilherme Maciel... Moving the PingProtocol enumeration from PingerFactory...
2011-07-10 Guilherme Maciel... Bring aboard the TCP header and support classes
2011-07-10 Guilherme Maciel... Moved the IP classes to its own directory.
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... Renamed BoostPinger to IcmpPinger
2011-05-13 Guilherme Maciel... Minimum version required of Boost is 1.44
2011-05-12 Thomas JaroschImprove packaging: Include correct license files
2011-05-03 Guilherme Maciel... working signal handler
2011-05-02 Guilherme Maciel... Running the BoostPingers in parallel (multi-thread...
2011-04-28 Guilherme Maciel... PingInterval class changed from template to regular...
2011-04-18 Guilherme Maciel... Implemented feature: cache DNS requests info only until...
2011-04-15 Guilherme Maciel... Using the boost-net-dns library to resolve DNS host...
2011-04-12 Guilherme Maciel... Renamed packages to more appropriate names
2011-04-12 Guilherme Maciel... Encapsulated the encode, decode, read and write methods...
2011-04-08 Guilherme Maciel... Refactoring the ICMP message parsing
2011-03-28 Guilherme Maciel... Included boost system to the required libraries
2011-03-28 Guilherme Maciel... Renamed StatusNotifier to LinkStatusAnalyzer
2011-03-28 Guilherme Maciel... Renamed PingAnalyzer to HostStatusAnalyzer
2011-03-24 Guilherme Maciel... Renamed PingStatusNotifier to StatusNotifier
2011-03-24 Guilherme Maciel... Added the requirement "If XX servers don't reply, it...
2011-03-23 Guilherme Maciel... Linking against libi2ncommon
2011-03-23 Guilherme Maciel... Reorganization of cmake files
2011-03-22 Guilherme Maciel... Removed Pinger abstract class, thus avoiding the "desig...
2011-03-15 Guilherme Maciel... Bring aboard the ping analyze and notification classes.
2011-03-14 Guilherme Maciel... Re-organizing the headers files in order to...
2011-03-11 Guilherme Maciel... Bring aboard the first scratch of a DNS resolver
2011-03-10 Guilherme Maciel... Moved Host class from ping directory to config director...
2011-03-09 Guilherme Maciel... Renamed PingCheck class to PingScheduler.
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-02-28 Guilherme Maciel... Created an ICMP packet class abstraction and modularizi...
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... Renamed the icmp_header files to icmpheader, removed...
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-21 Guilherme Maciel... Improved CMakeLists.txt
2011-02-21 Guilherme Maciel... Working version with better class distribution
2011-02-21 Guilherme Maciel... Bring aboard first version of ping check project