summaryrefslogtreecommitdiffstats
path: root/ext/boost (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-08added more dependency for asioJINMEI Tatuya175-0/+45033
2010-03-08sync with trunkJINMEI Tatuya1-7/+7
2010-03-08added preliminary level truncation supportJINMEI Tatuya8-25/+161
2010-03-08updated doxygen source filesJINMEI Tatuya1-1/+1
2010-03-08simplification: no null check is needed before deleteJINMEI Tatuya1-12/+4
2010-03-08experimental UDP/TCP auth server using boost::asioJINMEI Tatuya14-147/+1315
2010-03-08exception safe bug. use vector instead of an array allocated by new[].JINMEI Tatuya1-6/+7
2010-03-08corrected RR class for the static data source.JINMEI Tatuya1-5/+5
2010-03-08specify query class when calling findClosestEnclosure(), so that we canEvan Hunt10-23/+53
2010-03-08copyright, propset, emacs C++ mode specificationJINMEI Tatuya2-0/+35
2010-03-08use reverse-name lookup to find empty non-terminals (sqlite3's docEvan Hunt1-3/+4
2010-03-08defined a new exception class, Sqlite3Error, to throw an exception withJINMEI Tatuya3-8/+23
2010-03-07- fixed a compile bug in code I accidentally committed earlierEvan Hunt1-43/+18
2010-03-07need deepcopy() instead of shallow copy() for reverting to older data when ne...Jelte Jansen1-2/+5
2010-03-07allow isc_throw to have a partial statement using ostream + operator<<.JINMEI Tatuya1-2/+25
2010-03-07Corrected NSEC3 logic. When returning NXDOMAIN for a node that isn'tEvan Hunt10-36/+61
2010-03-07cleaned up nsec3 code a bitEvan Hunt1-11/+9
2010-03-07cleanup: unnecessary forward declarationsJINMEI Tatuya2-2/+0
2010-03-07s/dns_throw/isc_throw/JINMEI Tatuya37-155/+155
2010-03-07a minor clarification comment about sqlite3_close()JINMEI Tatuya1-0/+1
2010-03-07use RRsetList::findRRset() instead operator[] to avoid the implicit assumptionJINMEI Tatuya1-1/+1
2010-03-07cleanup: consolidated sql rows enumating codeJINMEI Tatuya1-110/+96
2010-03-07cancel some tests once a critical bug found, to avoid crash during testsJINMEI Tatuya1-5/+8
2010-03-07added a simple NSEC3 testJINMEI Tatuya3-0/+137
2010-03-07fixed an exception-unsafe bug:JINMEI Tatuya1-11/+13
2010-03-07made Nsec3Param member variables private as they don't have to be public.JINMEI Tatuya1-3/+4
2010-03-07cleanup: avoided hardcoding the IN classJINMEI Tatuya1-9/+9
2010-03-07fixed a bug that Sqlite3 data source didn't return ANY queriesJINMEI Tatuya4-2/+33
2010-03-07minor cleanups:JINMEI Tatuya1-32/+27
2010-03-07Little more details, some cleanup, more structure.Jeremy C. Reed1-29/+102
2010-03-07Fix typo in module name.Jeremy C. Reed1-2/+2
2010-03-07more sqlite3 tests including re-init'ing the data source with different dataJINMEI Tatuya3-0/+31
2010-03-07more sqlite3 data source tests, covering the findAddrs() method.JINMEI Tatuya3-7/+81
2010-03-07- nsec3 now allows an empty list of rrtypes; the unit test needed toEvan Hunt4-16/+16
2010-03-07more tests for the sqlite3 data source.JINMEI Tatuya4-56/+168
2010-03-07added a simple comparison test for DSJINMEI Tatuya1-13/+14
2010-03-06added more sqlite3 data source tests.JINMEI Tatuya3-14/+268
2010-03-06- add empty non-terminals to nsec3 test dataEvan Hunt3-127/+183
2010-03-06- added a unit test for Nsec3Param.getHash()Evan Hunt3-9/+27
2010-03-06- rebuild the sqlite3 unit test's test data with the new database schemaEvan Hunt2-2/+0
2010-03-06add COLLATE NOCASE to table schema so that lookups will be case insensitiveEvan Hunt2-26/+33
2010-03-06- add NSEC3 loadzone test dataEvan Hunt13-247/+477
2010-03-06added new tests (incomplete) for the Sqlite3 data sourceJINMEI Tatuya5-0/+514
2010-03-06consistency and style fixesJINMEI Tatuya1-2/+2
2010-03-06disable checking the rhash column (missing commit?)JINMEI Tatuya1-0/+2
2010-03-06- allow the Sqlite3 data source to init itself with a non default DB fileJINMEI Tatuya2-13/+21
2010-03-06- load NSEC3 records and associated RRSIGs into the nsec3 tableEvan Hunt1-6/+9
2010-03-06oops, I broke the nsec3param unit test. fixed.Evan Hunt1-1/+1
2010-03-06checkpoint:Evan Hunt15-114/+219
2010-03-06added some more tests for static data sourceJINMEI Tatuya1-7/+14