summaryrefslogtreecommitdiffstats
path: root/src/lib/dns (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2512] Add some <character-string> tests for Value fieldMukund Sivaraman2014-02-111-0/+14
* [2512] Add CAA::getValue()Mukund Sivaraman2014-02-113-0/+19
* [2512] Simplify CAA implementation using CharStringData typeMukund Sivaraman2014-02-112-45/+29
* [2512] Add a CharStringData type (with no length byte prefix)Mukund Sivaraman2014-02-114-0/+303
* [2512] Update check to an assertionMukund Sivaraman2014-02-061-8/+10
* [2512] Fix indent levelMukund Sivaraman2014-02-061-4/+4
* [2512] Add a comment about redundant testMukund Sivaraman2014-02-061-1/+2
* [2512] Add equality test in .compare unittestMukund Sivaraman2014-02-061-0/+5
* [2512] Add support for the CAA RR typeMukund Sivaraman2014-01-2014-1/+724
* Merge branch 'trac1839'Mukund Sivaraman2014-01-172-34/+93
|\
| * [1839] Fix toWire() for class=ANY and class=NONE casesMukund Sivaraman2014-01-091-3/+17
| * [1839] Fix bogus unittests that masked real errorsMukund Sivaraman2014-01-091-10/+10
| * [1839] Update test commentsMukund Sivaraman2014-01-091-3/+6
| * [1839] Ensure that BasicRRset's methods are actually called (cleanup duplicat...Mukund Sivaraman2014-01-091-16/+7
| * [1839] Fix unittest commentMukund Sivaraman2014-01-091-2/+2
| * [1839] Add some commentsMukund Sivaraman2014-01-091-3/+9
| * [1839] Specialize BasicRRset::toWire() for higher performanceJINMEI Tatuya2014-01-091-1/+46
* | Merge branch 'trac2026'Mukund Sivaraman2014-01-144-6/+30
|\ \
| * | [2026] Detect Py_hash_t in ./configure and define it internally if notMukund Sivaraman2014-01-104-6/+30
| |/
* | Merge branch 'trac688'Mukund Sivaraman2014-01-142-5/+6
|\ \
| * | [688] Make Message::hasRRset() constMukund Sivaraman2014-01-092-5/+6
| |/
* | Merge branch 'trac2335'Mukund Sivaraman2014-01-145-53/+0
|\ \
| * | [2335] Remove RRset::setName()Mukund Sivaraman2014-01-095-53/+0
| |/
* / [571] Don't print trailing newlines in Question::toText() output by defaultMukund Sivaraman2014-01-085-14/+32
|/
* [3213] Wrap long lineMukund Sivaraman2013-11-201-1/+2
* [3213] ignore the 'source' param for the istream version of masterLoad.JINMEI Tatuya2013-11-152-24/+22
* [3213] Revert "[mavericks] suppress a spurious clang warning in libdns++"JINMEI Tatuya2013-11-151-7/+1
* [mavericks] use MasterLoader as a backend of masterLoad().JINMEI Tatuya2013-11-153-234/+56
* [mavericks] suppress a spurious clang warning in libdns++JINMEI Tatuya2013-11-151-1/+7
* Merge branch 'trac3172'Mukund Sivaraman2013-10-311-9/+9
|\
| * [3172] static_cast enums before comparing them against intsMukund Sivaraman2013-09-191-9/+9
* | Merge branch 'trac3112'Mukund Sivaraman2013-09-197-75/+62
|\ \ | |/ |/|
| * [3112] Assign the TTL objects using a helper functionMukund Sivaraman2013-09-181-15/+14
| * [3112] Avoid construction in some placesMukund Sivaraman2013-09-171-2/+10
| * [3112] Remove the copy-constructors, favoring default onesMukund Sivaraman2013-09-172-12/+0
| * [3112] Test the contents of RRClass returned by RRClass::createFromText()Mukund Sivaraman2013-09-111-0/+1
| * [3112] Don't use boost::optional in libdns++Mukund Sivaraman2013-09-117-70/+61
* | [master] merged trac3170 to address parallel build issuesKean Johnston2013-09-181-2/+6
|\ \
| * | [3170] Slight correction to dependencies on MakefileKean Johnston2013-09-181-2/+2
| * | [3170] fix rulkes that were breaking parallel buildsKean Johnston2013-09-181-2/+6
* | | Merge #2751Michal 'vorner' Vaner2013-09-171-1/+0
|\ \ \ | |/ / |/| |
| * | [2751] Remove lying commentMichal 'vorner' Vaner2013-09-021-1/+0
| |/
* | [2762] Update tests and implementation (see full log)Mukund Sivaraman2013-09-095-16/+43
* | [2762] Allow short names for HMAC-MD5Mukund Sivaraman2013-09-092-1/+12
|/
* [2726] Use empty() instead of size()Michal 'vorner' Vaner2013-06-171-4/+4
* [2726] Remove unnecessary template parametersMichal 'vorner' Vaner2013-06-171-4/+4
* [2726] Remove vertical spaceMukund Sivaraman2013-06-171-1/+0
* [2726] Initialize variablesMichal 'vorner' Vaner2013-06-141-3/+4
* [2726] Use more common check for assignment to selfMichal 'vorner' Vaner2013-06-1413-13/+13
* [2726] Use initializer listMichal 'vorner' Vaner2013-06-141-6/+6