summaryrefslogtreecommitdiffstats
path: root/src/bin/auth/statistics.cc.pre (follow)
Commit message (Expand)AuthorAgeFilesLines
* [3391] Removed DNS specific folders from the tree.Marcin Siodelski2014-04-091-286/+0
* [3016] 64bit value requires "LL" suffixKazunori Fujiwara2013-08-081-1/+1
* [3016] Counter::Value is changed to uint64_t and auth outputs 63bit of valuesKazunori Fujiwara2013-07-081-2/+4
* [2796] compare with Opcode object instead of a numeric codeYoshitaka Aharen2013-06-061-4/+2
* [2796] compare with a constant instead of a magic numberYoshitaka Aharen2013-05-291-1/+1
* [2796] add statistics item 'qryrecursion'Yoshitaka Aharen2013-05-211-1/+10
* [2157] editorial: unify two short linesJINMEI Tatuya2013-02-021-3/+1
* [2157] fix opcode handling and added some documentationYoshitaka Aharen2013-02-021-14/+16
* [2157] correct method naming of MessageAttributesYoshitaka Aharen2013-02-021-7/+7
* [2157] increment opcode counter if message header parse succeededYoshitaka Aharen2013-01-311-2/+9
* [2157] add parameter checks for setRequest(IPVersion|TransportProtocol)Yoshitaka Aharen2013-01-301-6/+0
* [2157] simplify return type of getRequestOpCode()Yoshitaka Aharen2013-01-301-2/+2
* Revert "[2157] pass IP versions and transport protocols with enum"Yoshitaka Aharen2013-01-281-10/+16
* [2157] use boost::optional for getRequestOpcode()Yoshitaka Aharen2013-01-281-44/+38
* [2157] rename setResponseSigTSIG to setResponseTSIGYoshitaka Aharen2013-01-281-1/+1
* [2157] use boost::optional for Opcode in MessageAttributesYoshitaka Aharen2012-12-261-30/+45
* [2157] fix checks for response is TSIG signed or notYoshitaka Aharen2012-12-111-2/+1
* [2157] Counters::get() now returns ConstElementPtr.Yoshitaka Aharen2012-12-111-10/+9
* [2157] pass IP versions and transport protocols with enumYoshitaka Aharen2012-12-111-23/+10
* [2157] remove SIG(0) from MessageAttributesYoshitaka Aharen2012-11-281-3/+0
* [2157] aligned the case of opcode and rcodeYoshitaka Aharen2012-11-281-2/+2
* [2157] updated includesYoshitaka Aharen2012-11-281-0/+2
* [2157] use isc::dns::Opcode directlyYoshitaka Aharen2012-11-281-4/+6
* [2157] update doxygen, remove extra header includesYoshitaka Aharen2012-11-261-1/+0
* [2157] minor comment fixYoshitaka Aharen2012-11-221-2/+4
* [2157] corrected condition for "request.badednsver"Yoshitaka Aharen2012-11-211-3/+4
* [2157] corrected conditions for compound attributesYoshitaka Aharen2012-11-201-25/+29
* [2157] add notes for fillNodesYoshitaka Aharen2012-11-201-0/+4
* [2157] renamed CounterTypeTree to CounterSpecYoshitaka Aharen2012-11-201-5/+5
* [2157] remove per-zone statistics codeYoshitaka Aharen2012-11-201-3/+1
* [2157] add getter methodYoshitaka Aharen2012-11-161-13/+13
* [2157] renamed according to coding style, moved to anonymous namespaceYoshitaka Aharen2012-11-161-3/+4
* [2157] rename following the naming policyYoshitaka Aharen2012-11-161-87/+89
* [2157] update item definitionsYoshitaka Aharen2012-11-151-7/+1
* [2157] fix code-to-counter conversion tableYoshitaka Aharen2012-11-151-11/+13
* [2157] directly convert `ConstEDNSPtr` to boolYoshitaka Aharen2012-11-151-1/+1
* [2157] ItemTreeType renamed to ItemTreePtr, fixed markupYoshitaka Aharen2012-11-151-6/+6
* [2157] remove empty explicit destructorYoshitaka Aharen2012-11-151-3/+0
* [2155] added some notes to the mapping tables of counter itemYoshitaka Aharen2012-11-151-40/+40
* [2157] removed a member from QRAttributesYoshitaka Aharen2012-11-151-2/+4
* [2157] apply review commentsYoshitaka Aharen2012-11-131-0/+269