| Commit message (Expand) | Author | Files | Lines |
2010-03-08 | added more dependency for asio | JINMEI Tatuya | 175 | -0/+45033 |
2010-03-08 | sync with trunk | JINMEI Tatuya | 1 | -7/+7 |
2010-03-08 | added preliminary level truncation support | JINMEI Tatuya | 8 | -25/+161 |
2010-03-08 | updated doxygen source files | JINMEI Tatuya | 1 | -1/+1 |
2010-03-08 | simplification: no null check is needed before delete | JINMEI Tatuya | 1 | -12/+4 |
2010-03-08 | experimental UDP/TCP auth server using boost::asio | JINMEI Tatuya | 14 | -147/+1315 |
2010-03-08 | exception safe bug. use vector instead of an array allocated by new[]. | JINMEI Tatuya | 1 | -6/+7 |
2010-03-08 | corrected RR class for the static data source. | JINMEI Tatuya | 1 | -5/+5 |
2010-03-08 | specify query class when calling findClosestEnclosure(), so that we can | Evan Hunt | 10 | -23/+53 |
2010-03-08 | copyright, propset, emacs C++ mode specification | JINMEI Tatuya | 2 | -0/+35 |
2010-03-08 | use reverse-name lookup to find empty non-terminals (sqlite3's doc | Evan Hunt | 1 | -3/+4 |
2010-03-08 | defined a new exception class, Sqlite3Error, to throw an exception with | JINMEI Tatuya | 3 | -8/+23 |
2010-03-07 | - fixed a compile bug in code I accidentally committed earlier | Evan Hunt | 1 | -43/+18 |
2010-03-07 | need deepcopy() instead of shallow copy() for reverting to older data when ne... | Jelte Jansen | 1 | -2/+5 |
2010-03-07 | allow isc_throw to have a partial statement using ostream + operator<<. | JINMEI Tatuya | 1 | -2/+25 |
2010-03-07 | Corrected NSEC3 logic. When returning NXDOMAIN for a node that isn't | Evan Hunt | 10 | -36/+61 |
2010-03-07 | cleaned up nsec3 code a bit | Evan Hunt | 1 | -11/+9 |
2010-03-07 | cleanup: unnecessary forward declarations | JINMEI Tatuya | 2 | -2/+0 |
2010-03-07 | s/dns_throw/isc_throw/ | JINMEI Tatuya | 37 | -155/+155 |
2010-03-07 | a minor clarification comment about sqlite3_close() | JINMEI Tatuya | 1 | -0/+1 |
2010-03-07 | use RRsetList::findRRset() instead operator[] to avoid the implicit assumption | JINMEI Tatuya | 1 | -1/+1 |
2010-03-07 | cleanup: consolidated sql rows enumating code | JINMEI Tatuya | 1 | -110/+96 |
2010-03-07 | cancel some tests once a critical bug found, to avoid crash during tests | JINMEI Tatuya | 1 | -5/+8 |
2010-03-07 | added a simple NSEC3 test | JINMEI Tatuya | 3 | -0/+137 |
2010-03-07 | fixed an exception-unsafe bug: | JINMEI Tatuya | 1 | -11/+13 |
2010-03-07 | made Nsec3Param member variables private as they don't have to be public. | JINMEI Tatuya | 1 | -3/+4 |
2010-03-07 | cleanup: avoided hardcoding the IN class | JINMEI Tatuya | 1 | -9/+9 |
2010-03-07 | fixed a bug that Sqlite3 data source didn't return ANY queries | JINMEI Tatuya | 4 | -2/+33 |
2010-03-07 | minor cleanups: | JINMEI Tatuya | 1 | -32/+27 |
2010-03-07 | Little more details, some cleanup, more structure. | Jeremy C. Reed | 1 | -29/+102 |
2010-03-07 | Fix typo in module name. | Jeremy C. Reed | 1 | -2/+2 |
2010-03-07 | more sqlite3 tests including re-init'ing the data source with different data | JINMEI Tatuya | 3 | -0/+31 |
2010-03-07 | more sqlite3 data source tests, covering the findAddrs() method. | JINMEI Tatuya | 3 | -7/+81 |
2010-03-07 | - nsec3 now allows an empty list of rrtypes; the unit test needed to | Evan Hunt | 4 | -16/+16 |
2010-03-07 | more tests for the sqlite3 data source. | JINMEI Tatuya | 4 | -56/+168 |
2010-03-07 | added a simple comparison test for DS | JINMEI Tatuya | 1 | -13/+14 |
2010-03-06 | added more sqlite3 data source tests. | JINMEI Tatuya | 3 | -14/+268 |
2010-03-06 | - add empty non-terminals to nsec3 test data | Evan Hunt | 3 | -127/+183 |
2010-03-06 | - added a unit test for Nsec3Param.getHash() | Evan Hunt | 3 | -9/+27 |
2010-03-06 | - rebuild the sqlite3 unit test's test data with the new database schema | Evan Hunt | 2 | -2/+0 |
2010-03-06 | add COLLATE NOCASE to table schema so that lookups will be case insensitive | Evan Hunt | 2 | -26/+33 |
2010-03-06 | - add NSEC3 loadzone test data | Evan Hunt | 13 | -247/+477 |
2010-03-06 | added new tests (incomplete) for the Sqlite3 data source | JINMEI Tatuya | 5 | -0/+514 |
2010-03-06 | consistency and style fixes | JINMEI Tatuya | 1 | -2/+2 |
2010-03-06 | disable checking the rhash column (missing commit?) | JINMEI Tatuya | 1 | -0/+2 |
2010-03-06 | - allow the Sqlite3 data source to init itself with a non default DB file | JINMEI Tatuya | 2 | -13/+21 |
2010-03-06 | - load NSEC3 records and associated RRSIGs into the nsec3 table | Evan Hunt | 1 | -6/+9 |
2010-03-06 | oops, I broke the nsec3param unit test. fixed. | Evan Hunt | 1 | -1/+1 |
2010-03-06 | checkpoint: | Evan Hunt | 15 | -114/+219 |
2010-03-06 | added some more tests for static data source | JINMEI Tatuya | 1 | -7/+14 |