]> git.ipfire.org Git - thirdparty/bind9.git/commit
[master] add JSON statistics channel
authorEvan Hunt <each@isc.org>
Wed, 13 Mar 2013 21:24:50 +0000 (14:24 -0700)
committerEvan Hunt <each@isc.org>
Wed, 13 Mar 2013 21:24:50 +0000 (14:24 -0700)
commitfeb067b25a8e33db62e2a7bf2e83bbb7f6eee845
treeb9f989efeb5a8017c54a73b69cf34bffaab75821
parent8a6425306660a6da3ee08b27c32abd5defb64bab
[master] add JSON statistics channel

3524. [func] Added an alternate statistics channel in JSON format,
when the server is built with the json-c library:
http://[address]:[port]/json.  [RT #32630]
18 files changed:
CHANGES
README
bin/named/statschannel.c
config.h.in
configure
configure.in
doc/arm/Bv9ARM-book.xml
lib/dns/cache.c
lib/dns/include/dns/cache.h
lib/isc/httpd.c
lib/isc/include/isc/json.h [new file with mode: 0644]
lib/isc/include/isc/mem.h
lib/isc/include/isc/socket.h
lib/isc/include/isc/task.h
lib/isc/include/isc/types.h
lib/isc/mem.c
lib/isc/task.c
lib/isc/unix/socket.c