openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
bundy-dns
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 639 of 657
Search / Filter on:
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
Jelte Jansen
More...
almost 15 years ago
tests for ConfigManagerData
Jelte Jansen
More...
almost 15 years ago
reply var could be uninitialized, so set to None before doing len check
Jelte Jansen
More...
almost 15 years ago
created new branch for configuration changes removed obsolete datasource branch
Jelte Jansen
More...
almost 15 years ago
- avoided unnecessary file generation based on time stamps - handle exceptions in a more sophisticated way - made it more modular
JINMEI Tatuya
More...
almost 15 years ago
specify tests in cpp/Makefile.am
JINMEI Tatuya
More...
almost 15 years ago
moved unit test related files to tests/ as we agreed in the f2f week.
JINMEI Tatuya
More...
almost 15 years ago
new development branch from the latest trunk
JINMEI Tatuya
More...
almost 15 years ago
also move host includes to 'new style' (i.e. without /cpp/) reviewed by jeremy
Jelte Jansen
More...
almost 15 years ago
added $srcdir to cat __init__.py files statements reviewed by jeremy
Jelte Jansen
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
Jelte Jansen
More...
almost 15 years ago
moved exceptions out of libdns and created libexceptions
Jelte Jansen
More...
almost 15 years ago
add include and boost:: namespace for lexical_cast
Jelte Jansen
More...
almost 15 years ago
re-enabled -Woverloaded-virtual
JINMEI Tatuya
More...
almost 15 years ago
resolved name hiding between base and derived virtual member functions. this will make the code -Woverloaded-virtual clean.
JINMEI Tatuya
More...
almost 15 years ago
enabled keyword substitution
JINMEI Tatuya
More...
almost 15 years ago
(minimum level of) RRSIG support
JINMEI Tatuya
More...
almost 15 years ago
base64 encoder and decoder using boost base64_from_binary and binary_from_base64
JINMEI Tatuya
More...
almost 15 years ago
more boost stuff, necessary for base64 encoder and decoder
JINMEI Tatuya
More...
almost 15 years ago
minor editorial fix
JINMEI Tatuya
More...
almost 15 years ago
cleanup: hide section enumbs inside the class. remove redundant postfix "U"s in enumerator values.
JINMEI Tatuya
More...
almost 15 years ago
cleanup: skip performing unnecessary copy construction
JINMEI Tatuya
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
Jelte Jansen
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)
Jelte Jansen
More...
almost 15 years ago
renamed camelCase methods to underscored in the python config classes started with unittests for config/python
Jelte Jansen
More...
almost 15 years ago
fix for negative TTL that gets parsed on newer versions of gcc/stdc++
Jelte Jansen
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.
JINMEI Tatuya
More...
almost 15 years ago
made rrclass private.
JINMEI Tatuya
More...
almost 15 years ago
←
1
2
…
635
636
637
638
639
640
641
642
643
…
656
657
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree