]> sourceware.org Git - systemtap.git/commit
Added initial http web service server code.
authorDavid Smith <dsmith@redhat.com>
Mon, 1 May 2017 20:55:51 +0000 (15:55 -0500)
committerDavid Smith <dsmith@redhat.com>
Mon, 1 May 2017 20:55:51 +0000 (15:55 -0500)
commit5c5a0bf2c9f9cdd28668d9e04a423bb8bc373e3b
tree6670db5564f3c1b13f63ed5e406cf1be88090722
parent35c6bf4e9242bae9103e1f1f7b7b8e6d16808a55
Added initial http web service server code.

* httpd/Makefile.am
* httpd/Makefile.in: Generated.
* httpd/main.cxx: httpd main program source.
* httpd/server.cxx: httpd server framework
* httpd/server.h: httpd server include file
* configure.ac: Make sure we have the microhttpd and uuid libraries before
  trying to build the httpd code.
* Makefile.am: Added 'httpd' subdirectory.
* Makefile.in: Regenerated.
* config.in: Ditto.
* configure: Ditto.
Makefile.am
Makefile.in
config.in
configure
configure.ac
httpd/Makefile.am [new file with mode: 0644]
httpd/Makefile.in [new file with mode: 0644]
httpd/main.cxx [new file with mode: 0644]
httpd/server.cxx [new file with mode: 0644]
httpd/server.h [new file with mode: 0644]
This page took 0.026232 seconds and 5 git commands to generate.