]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
modules/http: initial commit
authorMarek Vavrusa <marek@vavrusa.com>
Mon, 23 May 2016 01:07:48 +0000 (18:07 -0700)
committerMarek Vavrusa <marek@vavrusa.com>
Wed, 6 Jul 2016 06:33:38 +0000 (23:33 -0700)
commit4736b1149acd6f00b54837f25268a1f57d536784
tree220250f9495fce203c612457b2bf82081c1a515a
parentaaca9b8f9999aaf08dbf0c22e645267a4bcffa46
modules/http: initial commit
17 files changed:
doc/modules.rst
modules/http/README.rst [new file with mode: 0644]
modules/http/http.lua [new file with mode: 0644]
modules/http/http.mk [new file with mode: 0644]
modules/http/static/LICENSE [new file with mode: 0644]
modules/http/static/d3.js [new file with mode: 0644]
modules/http/static/datamaps.world.min.js [new file with mode: 0644]
modules/http/static/epoch.css [new file with mode: 0644]
modules/http/static/epoch.js [new file with mode: 0644]
modules/http/static/favicon.ico [new file with mode: 0644]
modules/http/static/jquery.js [new file with mode: 0644]
modules/http/static/main.tpl [new file with mode: 0644]
modules/http/static/tinyweb.js [new file with mode: 0644]
modules/http/static/topojson.js [new file with mode: 0644]
modules/modules.mk
modules/stats/stats.c
modules/tinyweb/README.rst