summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rrttl.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3832] updated copyrightsFrancis Dupont2015-05-121-1/+1
* [3832] #3832 patchFrancis Dupont2015-05-121-1/+1
* [3010] Avoid signed integer overflowShane Kerr2014-01-291-16/+28
* [3112] Don't use boost::optional in libdns++Mukund Sivaraman2013-09-111-3/+3
* [2726] Remove vertical spaceMukund Sivaraman2013-06-171-1/+0
* [2726] Initialize variablesMichal 'vorner' Vaner2013-06-141-3/+4
* [2429] use boost::optional instead of homebrew and less clean interfaceJINMEI Tatuya2012-12-181-11/+7
* [2429] on second thought, define max rrttl as an objectJINMEI Tatuya2012-12-181-4/+0
* [2429] define MAX_TTL in rrttl.h, as its bare value, not in form of RRTTLJINMEI Tatuya2012-12-181-0/+4
* [2429] introduce a no-throw factor of RRTTL and use it in the loader.JINMEI Tatuya2012-12-131-12/+56
* Fix broken Solaris build by initializing variable.Shane Kerr2012-11-131-1/+1
* [2384] Little bit more range checkingMichal 'vorner' Vaner2012-11-101-1/+2
* [2384] style fix: folded a long lineJINMEI Tatuya2012-11-091-1/+2
* [2376] Disallow missing last unitMichal 'vorner' Vaner2012-11-091-20/+30
* [2384] Remove obsolete commentMichal 'vorner' Vaner2012-11-081-1/+1
* [2384] Simplify range checkMichal 'vorner' Vaner2012-11-081-8/+4
* [2384] editorial in exception message: add a space for readabilityJINMEI Tatuya2012-11-071-1/+1
* [2384] Test border casesMichal 'vorner' Vaner2012-11-071-2/+2
* [2384] Better TTL range checkingMichal 'vorner' Vaner2012-11-071-0/+11
* [2384] Remove unnecessary castMichal 'vorner' Vaner2012-11-071-1/+1
* [2384] Show the broken TTL in exception messagesMichal 'vorner' Vaner2012-11-071-4/+5
* [2384] Disallow empty TTLs and units-only TTLsMichal 'vorner' Vaner2012-11-071-2/+7
* [2384] style nits: typo, folded short lines, unnecessary ;, paren for sizeofJINMEI Tatuya2012-11-061-5/+4
* [2384] Provide a note about used data typeMichal 'vorner' Vaner2012-11-051-0/+3
* [2384] Implement the units in TTLsMichal 'vorner' Vaner2012-11-051-8/+73
* [2017] Many Doxygen warnings removed.Tomek Mrugalski2012-06-011-1/+1
* [trac812next] made straightforward changes to toWire() methods so thatJINMEI Tatuya2011-04-281-1/+1
* [trac749] update namespace nameschenzhengzhang2011-04-141-2/+2
* [trac749] refactor more C++ utility codechenzhengzhang2011-04-121-2/+2
* [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-1/+2
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
* overall style cleanup: adjusted brace positions according to the coding guide...JINMEI Tatuya2010-10-151-12/+6
* cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...JINMEI Tatuya2010-04-131-6/+6
* fixed a signed/unsigned error (found by -Werror)JINMEI Tatuya2010-03-101-1/+1
* s/dns_throw/isc_throw/JINMEI Tatuya2010-03-071-2/+2
* Restructure trunk again.Jeremy C. Reed2010-03-051-0/+83