pingcheck
2015-05-04 Christian Herdtweckstarted experimenting with DnsResolver; does send stuff...
2015-05-04 Christian Herdtweckmoved new dns code from temp dir to dns subdir; changed...
2015-05-04 Christian Herdtweckmoved new dns code from temp dir into proper dns dir
2015-05-04 Christian Herdtweckdeleted old DNS resolver and its factory
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 Herdtweckadded missing functions and config vars used by pingsch...
2015-05-04 Christian Herdtweckimplemented serialization, is compiling
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-05-04 Christian Herdtweckadded first half-ready versions of new DNS files in...
2015-05-04 Christian Herdtweckrenamed expired_resolved_ip to have_up_to_date_ip becau...
2015-05-04 Christian Herdtweckre-designed DNS plan because with first approach all...
2015-04-01 Christian Herdtweckdo actually rotate protocols in PingRotate
2015-04-01 Christian Herdtweckmoved try-catch around icmp packet parsing from IcmpPac...
2015-03-25 Christian Herdtweckchanged start of pings to time when io_service.run...
2015-03-25 Christian Herdtweckmade PingRotate actually rotate through protocols,...
2015-03-20 Christian Herdtweckupdated revision (version now 0.3.2) and fixed creation...
2015-03-20 Christian Herdtweckupdate Readme, TODO and example pingcheck.conf
2015-03-20 Christian Herdtweckfixed trouble in unittests: when I changed/added option...
2015-03-20 Christian Herdtweckfixed same bug as for DestinationUnreachable in TimeExc...
2015-03-19 Christian Herdtweckfixed bug in match_destination_unreachable: message...
2015-03-19 Christian Herdtweckadded more tests, fixed trouble with position of test...
2015-03-19 Christian Herdtweckcan now interpret pcaps from tcpdump; created own pcap...
2015-03-19 Christian Herdtweckadded more testing pcap data
2015-03-19 Christian Herdtweckcreated data directory in test directory for pcap files...
2015-03-19 Christian Herdtweckadded revision to version string (0.3 --> 0.3.1) to...
2015-03-18 Christian Herdtweckadded more getter to IcmpPacket so can test more
2015-03-18 Christian Herdtweckadded new unittest for IcmpPacket
2015-03-18 Christian Herdtweckfixed bugs that caused DestinationUnreachable / TimeExc...
2015-03-18 Christian Herdtweckadded option to print raw message data in text form...
2015-03-18 Christian Herdtweckadded code to parse ICMP type TimeExceeded
2015-03-18 Christian Herdtweckin case of unknown ICMP reply type, consume data instea...
2015-03-18 Christian Herdtweckadded ip source and destination address to IpHeader...
2015-03-13 Christian Herdtweckincreased version to 0.3 since have now new ICMP packet...
2015-03-13 Christian Herdtweckadded a simple text output (to_string) for DestinationU...
2015-03-13 Christian Herdtweckadded a count of good/bad packets to feed_packet_data...
2015-03-13 Christian Herdtweckadded rule to create feed_packet tool to CMakeLists.txt
2015-03-13 Christian Herdtweckcheck if file is really open after opening; changed...
2015-03-13 Christian Herdtweckgot the tool feed_packet_data to compile and run and...
2015-03-13 Christian Herdtweckadded a dump_option to IcmpPacketFactory creation funct...
2015-03-13 Christian Herdtweckstarted creating a utility program in new folder tools...
2015-03-13 Christian Herdtweckmoved remaining implementations in ipv6header.h to...
2015-03-13 Christian Herdtweckgive credit to Christopher Kohlhoff (boost asio) and...
2015-03-13 Christian Herdtweckconsequently moved all implementation from h to cpp...
2015-03-12 Christian Herdtweckfixed bug in reading of checksum (which was found using...
2015-03-12 Christian Herdtweckupdated icmp unittests
2015-03-12 Christian Herdtweckmoved some implementations from h to cpp files because...
2015-03-12 Christian Herdtwecknow working again: creating echo requests and parsing...
2015-03-12 Christian Herdtweckre-ordered class for IcmpPacket
2015-03-12 Christian Herdtweckadded encode_string to MessagePayload; removed checksum...
2015-03-12 Christian Herdtweckcreated abstract base class IpHeader of Ipv4Header...
2015-02-26 Christian Herdtweckadded debug option enforcing dump of ICMP packets even...
2015-02-25 Christian Herdtweckfixed bug: dumping packets leaked char array (dump...
2015-02-25 Christian Herdtweckdumping now into a .pcap file with nicer filename,...
2015-02-25 Christian Herdtweckdumping package data works
2015-02-20 Christian Herdtweckstarted copying icmp data before parsing it and dumping...
2015-02-19 Christian Herdtweckmake check for end of loop in icmppacketdistributor...
2015-02-11 Thomas JaroschCheck weak_ptr before using it
2015-02-11 Thomas JaroschNo need for intermediate weak_ptr
2015-02-11 Thomas JaroschUse const reference for smart_ptr in BOOST_FOREACH
2015-02-11 Thomas JaroschMove graph documentation to doc/
2015-02-11 Christian Herdtweckfix bug that caused crash for broken packets; change...
2015-02-11 Christian Herdtweckupdated TODO
2015-02-11 Christian Herdtweckremoved another debugging test and corrected one debugg...
2015-02-05 Christian Herdtweckcreated a graph to show how IcmpPinger, IcmpPacketDistr...
2015-02-05 Christian Herdtweckgive up trying to define IcmpPacketDistributor in own...
2015-02-05 Christian Herdtweckgot packetdistributor to work, but compiles/links only...
2015-02-04 Christian Herdtwecklimit line length of new files to 80 characters
2015-02-04 Christian Herdtweckuse new file name (icmppaKetdistributor --> icmppacCKet...
2015-01-26 Christian Herdtweckalso rename file in CMakeLists.txt
2015-01-26 Christian Herdtweckrename IcmpPaketDistributor files to IcmpPacketDistribu...
2015-01-26 Christian Herdtweckstart removing socket use from IcmpPinger to only have...
2015-01-26 Christian Herdtweckclean up IcmpPaketDistributors after stopping pingers
2015-01-26 Christian HerdtweckPinger holds weak_ptr to self, Pingers created through...
2015-01-23 Christian Herdtweckstarted to implement an icmp paket distributor; compile...
2015-01-22 Christian Herdtweckadded a test for pingcheck version to avoid trouble...
2015-01-22 Christian Herdtweckanother amendment to signal handler: make signaled_flag...
2015-01-22 Christian Herdtweckadded saving of history and results and function to...
2015-01-22 Christian Herdtweckadded a little failsave test into tester; simplified...
2015-01-22 Christian Herdtweckhad forgotten to reset default pingcheck binary from...
2015-01-22 Christian Herdtweckamendment to last commit: only makes sense if use diffe...
2015-01-22 Christian Herdtweckremoved logging from signal handler; create one handler...
2015-01-22 Christian Herdtweckchanged return type of get_configuration in main: retur...
2015-01-22 Christian Herdtweckchanged treatment of --version arg; remember to print...
2015-01-22 Christian Herdtweckcorrected type of TTL: is now uint32_t everywhere ...
2015-01-22 Christian Herdtweckremoved Readme.code because was neither up to date...
2015-01-22 Christian Herdtweckraised version number from 0.1 to 0.2
2015-01-21 Christian Herdtweckremember pings based on host, not IP; correct logging...
2015-01-21 Christian Herdtwecktreat output as "left-over" only after terminatin proce...
2015-01-21 Christian Herdtweckremoved assert that does not make sense and is often...
2015-01-21 Christian Herdtweckhad forgotten to disable testing setting in pingcheck...
2015-01-21 Christian Herdtweckdone with long_term_test.py
2015-01-21 Christian Herdtweckimproved tell-connd state representation
2015-01-21 Christian HerdtweckRaised importance of log output in signal handler:...
2015-01-16 Christian Herdtweckuse logging for all output, improve understanding of...
2015-01-16 Christian Herdtwecksome minor doc change I had overlooked
2015-01-15 Christian Herdtweckadded a test python script that goes online/offline...
2015-01-12 Christian Herdtweckrenamed IcmpPinger::handle_ping_done to handle_timeout...
2015-01-12 Christian Herdtwecksome whitespace change I had forgotten
next