0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bit of refactoring in cfgmgr.py added tests for ConfigManager class also added in these tests a fake command session class, which we might want to generalize for other tests More... almost 15 years ago
tests for ConfigManagerData More... almost 15 years ago
reply var could be uninitialized, so set to None before doing len check More... almost 15 years ago
created new branch for configuration changes removed obsolete datasource branch More... almost 15 years ago
- avoided unnecessary file generation based on time stamps - handle exceptions in a more sophisticated way - made it more modular More... almost 15 years ago
specify tests in cpp/Makefile.am More... almost 15 years ago
moved unit test related files to tests/ as we agreed in the f2f week. More... almost 15 years ago
new development branch from the latest trunk More... almost 15 years ago
also move host includes to 'new style' (i.e. without /cpp/) reviewed by jeremy More... almost 15 years ago
added $srcdir to cat __init__.py files statements reviewed by jeremy More... almost 15 years ago
So trunk is now a copy of branches/parkinglot as of revision 736. This is not a merge. I will provide a list of code that must be reviewed using our review procedure (other than it is in trunk now). No commits to trunk from now on, unless they have followed our review policy. If code now in trunk is not reviewed, it will be removed from trunk. An email will be sent with details.
reedjc
as Jeremy C. Reed
More... almost 15 years ago
forgot to svn add More... almost 15 years ago
moved exceptions out of libdns and created libexceptions More... almost 15 years ago
add include and boost:: namespace for lexical_cast More... almost 15 years ago
re-enabled -Woverloaded-virtual More... almost 15 years ago
resolved name hiding between base and derived virtual member functions. this will make the code -Woverloaded-virtual clean. More... almost 15 years ago
enabled keyword substitution More... almost 15 years ago
(minimum level of) RRSIG support More... almost 15 years ago
base64 encoder and decoder using boost base64_from_binary and binary_from_base64 More... almost 15 years ago
more boost stuff, necessary for base64 encoder and decoder More... almost 15 years ago
minor editorial fix More... almost 15 years ago
cleanup: hide section enumbs inside the class. remove redundant postfix "U"s in enumerator values. More... almost 15 years ago
cleanup: skip performing unnecessary copy construction More... almost 15 years ago
Directory name was changed from pymsgq to msgq.
reedjc
as Jeremy C. Reed
More... almost 15 years ago
removed old test script More... almost 15 years ago
- implemented tests for DataDefinition.validate(data) - implemented DataDefinition.validate(data) (has one more feature than the cpp version, you can optionally pass it a list where it stores errors it finds, for user feedback) More... almost 15 years ago
renamed camelCase methods to underscored in the python config classes started with unittests for config/python More... almost 15 years ago
fix for negative TTL that gets parsed on newer versions of gcc/stdc++ More... almost 15 years ago
moved RRsetList to the data source module. it doesn't have to be in the DNS library, and since we want to make the latter a general purpose library we should avoid having dependency on std objects as much as possible. More... almost 15 years ago
made rrclass private. More... almost 15 years ago