0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merged branch jelte_datadef back Configuration syntax has changed; see README Also the parkinglot.db format has changed and 'old' configuration will be thrown away. Merge back done to facilitate refactoring of names to conform to style guidelines (doing that in a separate branch could create too many conflicts) next up: tests and documentation More... about 15 years ago
added a test case for a chain of compression pointers (existing tests didn't cover this case - identified by lcov) More... about 15 years ago
added a few includes to make it work on my system, please check also added a default path for --with-gtest (which should probably be extended to try from a list of default paths) More... about 15 years ago
remove generated files More... about 15 years ago
Things to do for the boss process. More... about 15 years ago
added explicit variable initialization to make some compilers happy More... about 15 years ago
add positional parameters in bigtool; merge back from jelte-datadef rev 342 and 386 More... about 15 years ago
fixed some en/decoding bugs in the cpp part of the new cc wire format More... about 15 years ago
don't send config if it is None removed catch-all in ccsession (i want to get the original exception) check result size after get_config in parkinglot More... about 15 years ago
addressed compilation problem with some compilers about class static constants More... about 15 years ago
make A, AAAA and NS sets configurable in parkinglot (SOA still fixed though) More... about 15 years ago
common module-side API for commands and configuration More... about 15 years ago
added more description about the implementation More... about 15 years ago
throw IncompleteName (instead of BadLabelType) when the "from text" constructor finds the name incomplete. This also covers the case an empty string is given. More... about 15 years ago
documented the message renderer class More... about 15 years ago
avoid using hardcoded magic numbers More... about 15 years ago
defined some compression related constants to avoid hardcoding magic numbers as much as possible. More... about 15 years ago
(re)cleanup: << should be in isc::dns. More... about 15 years ago
some unit tests for Elements, and fixed a few bugs while i was writing them also added a is_null(ElementPtr) function added a test target to the main makefile (which will execute any executable binary in the tree that ends with "unittests") More... about 15 years ago
smarter handling of optional and mandatories in positional parameter handling More... about 15 years ago
note about the private default constructor. More... about 15 years ago
cleanup: removed an unnecessary declaration. More... about 15 years ago
typo More... about 15 years ago
documented << More... about 15 years ago
added <=, <, >=, > More... about 15 years ago
more test case More... about 15 years ago
on second thought, it doesn't seem to be a good idea to have two downcase() versions as the notation looks too similar and can be confusing. revised the API and noted the restriction. More... about 15 years ago
added downcase() methods More... about 15 years ago
use .lib/libdns.a for unittest More... about 15 years ago
added -fPIC unless we disable shared libraries. More... about 15 years ago