if sending several pings in parallel, delay them in scheduler
[pingcheck] / src /
2015-05-26 Christian Herdtweckif sending several pings in parallel, delay them in...
2015-05-26 Christian Herdtweckmoved time duration measurement of ping from scheduler...
2015-05-26 Christian Herdtweckremoved the main while loop because if catch an excepti...
2015-05-22 Christian Herdtweckstarted parallel pings, not quite done yet since need...
2015-05-22 Christian Herdtweckgive HostStatus analyzer more info: details on ping...
2015-05-22 Christian Herdtweckdeal with case that have no IP from DNS nor from Cache
2015-05-22 Christian Herdtweckcompleted partial IPv6 compatibility in DNS; does retri...
2015-05-21 Christian Herdtweckuse I2n::tmpfstream to write pcap dump files
2015-05-21 Christian Herdtweckremove debug output or more precisely: changed its...
2015-05-21 Christian Herdtweckfixed a bug causing failed assertions from inconsistent...
2015-05-20 Christian Herdtweckimproved simplified IcmpPinger logging (using LogPrefix...
2015-05-20 Christian Herdtweckadd some debugging output at NOTICE level to HostStatus...
2015-05-20 Christian Herdtweckchanged default value for time between resolves (min...
2015-05-20 Christian Herdtweckfixed bug: correctly handle case when never had any...
2015-05-20 Christian Herdtweckextended ICMP packet dumping to parts after packet...
2015-05-06 Christian Herdtweckre-raise a little output in cache: state newly acquired...
2015-05-06 Christian Herdtwecklogging update
2015-05-06 Christian Herdtweckadded logic to deal with dns replies to old dns request...
2015-05-06 Christian Herdtweckmade DNS much less talkative
2015-05-06 Christian Herdtweckmade link status analyzer more talkative
2015-05-05 Christian Herdtweckadded log output target UNDEFINED; return if no hosts...
2015-05-04 Christian Herdtweckmade nicer static variables of packet dump mode and...
2015-05-04 Christian Herdtweckremove the footer saying that vim is the best editor...
2015-05-04 Christian Herdtweckcreated arg recursion_count to async_resolve and many...
2015-05-04 Christian Herdtweckadded option min-time-between-resolves-option and tests...
2015-05-04 Christian Herdtweckhad forgotten to unset debug option (max number of...
2015-05-04 Christian Herdtweckdid minor changes; used this version for testing over...
2015-05-04 Christian Herdtweckfixed bug that caused outdated IPsto be returned from...
2015-05-04 Christian Herdtweckfound reason for 0.0.0.0 IPs in logs: IcmpPingers are...
2015-05-04 Christian Herdtweckadded option log-file and option FILE to log-output...
2015-05-04 Christian Herdtwecktested new DNS with internal server, make more robust...
2015-05-04 Christian Herdtweckfixed bug in TimeToLive: get huge TTLs from cast to...
2015-05-04 Christian Herdtweckfixed 2 bugs and made clearer that Long-term timer...
2015-05-04 Christian Herdtweckremoved the HostStatus::report_dns_resolution_failure...
2015-05-04 Christian Herdtweckensured LogPrefix is used in DNS and PingScheduler...
2015-05-04 Christian Herdtweckmore cname-skip unit-tests and simplification of skip...
2015-05-04 Christian Herdtweckcreated and passed first unit tests for DNS; finished...
2015-05-04 Christian Herdtweckremote PingRotate
2015-05-04 Christian Herdtweckmerged PingRotate into PingScheduler; fixed save/load...
2015-05-04 Christian Herdtwecksimplified dns (no self-made recursion); merge PingSche...
2015-05-04 Christian Herdtweckfinished self-implementation of DNS resolver recursion...
2015-05-04 Christian Herdtweckcontinue implementation; first tests with recursion...
2015-05-04 Christian Herdtweckchanged how dns deals with cnames and recursion: rememb...
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-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 Herdtweckfixed same bug as for DestinationUnreachable in TimeExc...
2015-03-19 Christian Herdtweckfixed bug in match_destination_unreachable: message...
2015-03-19 Christian Herdtweckcan now interpret pcaps from tcpdump; created own pcap...
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 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 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 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 Christian Herdtweckfix bug that caused crash for broken packets; change...
2015-02-11 Christian Herdtweckremoved another debugging test and corrected one debugg...
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...
next