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
/
dns
/
2021-04-07
Thomas Jarosch
Write out cache file to temporary file + atomic replace
tree
|
commitdiff
2021-04-07
Thomas Jarosch
Add exception safety to load of the DNS disk cache
tree
|
commitdiff
2015-07-15
Christian Herdtweck
remove consistency check for empty callback list in...
tree
|
commitdiff
2015-06-19
Christian Herdtweck
revision 0.6r5 so we are in sync with other revision...
tree
|
commitdiff
2015-06-19
Thomas Jarosch
Fix trivial typo
tree
|
commitdiff
2015-06-19
Christian Herdtweck
bugfixed erase and re-set of TTLs; changed time warp...
tree
|
commitdiff
2015-06-19
Christian Herdtweck
added clean-up to DnsCache: will remove very old entrie...
tree
|
commitdiff
2015-06-19
Christian Herdtweck
moved 3 lines of Cname constructors from dnscache.cpp...
tree
|
commitdiff
2015-06-19
Christian Herdtweck
secured DnsCache against time warp-related errors
tree
|
commitdiff
2015-06-03
Christian Herdtweck
fixed memory access violations in test_dns: cancelled...
tree
|
commitdiff
2015-05-29
Christian Herdtweck
added missing counter increment in backup loop termination
tree
|
commitdiff
2015-05-29
Christian Herdtweck
improved information content of logs: in LinkAnalyzer...
tree
|
commitdiff
2015-05-26
Christian Herdtweck
added option to limit number of IPs per host that are...
tree
|
commitdiff
2015-05-22
Christian Herdtweck
completed partial IPv6 compatibility in DNS; does retri...
tree
|
commitdiff
2015-05-06
Christian Herdtweck
re-raise a little output in cache: state newly acquired...
tree
|
commitdiff
2015-05-06
Christian Herdtweck
added logic to deal with dns replies to old dns request...
tree
|
commitdiff
2015-05-06
Christian Herdtweck
made DNS much less talkative
tree
|
commitdiff
2015-05-04
Christian Herdtweck
remove the footer saying that vim is the best editor...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
created arg recursion_count to async_resolve and many...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
added option min-time-between-resolves-option and tests...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
did minor changes; used this version for testing over...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
fixed bug that caused outdated IPsto be returned from...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
tested new DNS with internal server, make more robust...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
fixed bug in TimeToLive: get huge TTLs from cast to...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
fixed 2 bugs and made clearer that Long-term timer...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
ensured LogPrefix is used in DNS and PingScheduler...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
more cname-skip unit-tests and simplification of skip...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
created and passed first unit tests for DNS; finished...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
merged PingRotate into PingScheduler; fixed save/load...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
simplified dns (no self-made recursion); merge PingSche...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
finished self-implementation of DNS resolver recursion...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
continue implementation; first tests with recursion...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
changed how dns deals with cnames and recursion: rememb...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
started experimenting with DnsResolver; does send stuff...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
moved new dns code from temp dir to dns subdir; changed...
tree
|
commitdiff
2015-05-04
Christian Herdtweck
moved new dns code from temp dir into proper dns dir
tree
|
commitdiff
2015-05-04
Christian Herdtweck
deleted old DNS resolver and its factory
tree
|
commitdiff
2015-05-04
Christian Herdtweck
implemented serialization, is compiling
tree
|
commitdiff
2015-05-04
Christian Herdtweck
renamed expired_resolved_ip to have_up_to_date_ip becau...
tree
|
commitdiff
2015-01-22
Christian Herdtweck
corrected type of TTL: is now uint32_t everywhere ...
tree
|
commitdiff
2015-01-21
Christian Herdtweck
remember pings based on host, not IP; correct logging...
tree
|
commitdiff
2015-01-21
Christian Herdtweck
removed assert that does not make sense and is often...
tree
|
commitdiff
2015-01-12
Christian Herdtweck
Clean up output, whitespace,
tree
|
commitdiff
2014-12-09
Christian Herdtweck
added a handler for failed BOOST_ASSERT-ions; add globa...
tree
|
commitdiff
2014-11-12
Christian Herdtweck
converted 3 constants into configuration variables...
tree
|
commitdiff
2014-11-05
Christian Herdtweck
changes in logging output: added information and change...
tree
|
commitdiff
2014-04-25
Christian Herdtweck
add try-catch to dns resolving of name server to get...
tree
|
commitdiff
2012-03-23
Thomas Jarosch
Fix: src\dns\dnsresolver.cpp 272 Warning 616: control...
tree
|
commitdiff
2012-03-18
Guilherme Maciel...
Fix: ip::address::is_unspecified() is available only...
tree
|
commitdiff
2012-03-18
Guilherme Maciel...
Fix: do not assert when the address has more than one...
tree
|
commitdiff
2012-03-06
Guilherme Maciel...
Using boost::asio::ip::address class instead of std...
tree
|
commitdiff
2012-03-05
Guilherme Maciel...
Bring aboard a factory to create DNS resolvers.
tree
|
commitdiff
2012-03-04
Guilherme Maciel...
Added AAAA resource records in the DNS query.
tree
|
commitdiff
2012-02-26
Guilherme Maciel...
Code improvement:
tree
|
commitdiff
2012-02-23
Guilherme Maciel...
Created a HostAddressList type as an alias to the STL...
tree
|
commitdiff
2012-02-23
Guilherme Maciel...
Refactor: moved the 'A' resource record filling to...
tree
|
commitdiff
2012-02-20
Guilherme Maciel...
Merge branch 'test'
tree
|
commitdiff
2012-01-25
Guilherme Maciel...
Merge branch 'config' into test
tree
|
commitdiff
2012-01-03
Guilherme Maciel...
PC-Lint warnings fixed:
tree
|
commitdiff
2012-01-03
Guilherme Maciel...
PC-Lint warnings fixed:
tree
|
commitdiff
2011-12-20
Guilherme Maciel...
Changed 'ttl' field from signed to unsigned, avoiding...
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
Use return value of the function instead of a pointer...
tree
|
commitdiff
2011-12-12
Thomas Jarosch
Ignore unused parameter
tree
|
commitdiff
2011-12-12
Thomas Jarosch
More constification
tree
|
commitdiff
2011-12-12
Thomas Jarosch
Fix type: Boost::shared_ptr supports conversion to...
tree
|
commitdiff
2011-10-26
Guilherme Maciel...
DNS resolver now detects IPv6 IPs too.
tree
|
commitdiff
2011-09-10
Guilherme Maciel...
Changed include guards style to the project's standard
tree
|
commitdiff
2011-08-27
Guilherme Maciel...
Reordered DnsResolver::handle_ip_address method.
tree
|
commitdiff
2011-08-27
Guilherme Maciel...
Improved DnsResolver documentation
tree
|
commitdiff
2011-08-13
Guilherme Maciel...
Small code formatting
tree
|
commitdiff
2011-05-19
Guilherme Maciel...
Included a precondition to DnsResolver::handle_ip_address()
tree
|
commitdiff
2011-05-12
Thomas Jarosch
Add GPLv2 + linking exception to the source
tree
|
commitdiff
2011-05-04
Guilherme Maciel...
Added doxygen comments in the most important places.
tree
|
commitdiff
2011-05-04
Thomas Jarosch
Fix ping of IP addresses (don't do DNS lookup)
tree
|
commitdiff
2011-04-28
Guilherme Maciel...
Included doxygen comments to member variables.
tree
|
commitdiff
2011-04-28
Guilherme Maciel...
Log messages via I2n::Logger instead of cout/cerr.
tree
|
commitdiff
2011-04-19
Guilherme Maciel...
Split the code of DnsResolver::resolve into more methods
tree
|
commitdiff
2011-04-18
Guilherme Maciel...
Implemented feature: cache DNS requests info only until...
tree
|
commitdiff
2011-04-15
Guilherme Maciel...
Reading the nameserver form configuration file
tree
|
commitdiff
2011-04-15
Guilherme Maciel...
Non-virtual destructors for classes that are unlikely...
tree
|
commitdiff
2011-04-15
Guilherme Maciel...
Using the boost-net-dns library to resolve DNS host...
tree
|
commitdiff
2011-04-12
Guilherme Maciel...
Only the "using namespace std" is allowed, classes...
tree
|
commitdiff
2011-04-11
Guilherme Maciel...
Fixed more problems issued by PC-lint (3 times now...
tree
|
commitdiff
2011-04-05
Guilherme Maciel...
Fixed more problems issued by PC-lint.
tree
|
commitdiff
2011-04-05
Guilherme Maciel...
Message aesthetical improvement
tree
|
commitdiff
2011-04-01
Guilherme Maciel...
Fixed problems issued by PC-lint.
tree
|
commitdiff
2011-03-18
Guilherme Maciel...
Replaced uint by int.
tree
|
commitdiff
2011-03-18
Guilherme Maciel...
Handle the error when a host cannot be resolved
tree
|
commitdiff
2011-03-15
Guilherme Maciel...
Returns the amount of IPs that were resolved for the...
tree
|
commitdiff
2011-03-14
Guilherme Maciel...
Re-organizing the headers files in order to...
tree
|
commitdiff
2011-03-14
Guilherme Maciel...
Explicit constructor to avoid implicit constructor...
tree
|
commitdiff
2011-03-11
Guilherme Maciel...
Bring aboard the first scratch of a DNS resolver
tree
|
commitdiff