]> sourceware.org Git - systemtap.git/commit
Add more http client updates and rearrange some code.
authorDavid Smith <dsmith@redhat.com>
Wed, 4 Oct 2017 20:48:19 +0000 (15:48 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 4 Oct 2017 20:48:19 +0000 (15:48 -0500)
commit586c8666a96f9445816eafba45067263b6d199b4
tree8f078cc3105a02f0f023730f1e175c943527aa2b
parent8245d200c9d9061ce0bb9430d9e7d8a4908d3bb9
Add more http client updates and rearrange some code.

* client-nss.cxx: Moved MOK_PUBLIC_CERT_NAME to cscommon.h.
  (nss_client_backend:nss_client_backend): Moved here from client-nss.h.
  (process_response): Moved to csclient.cxx.
* client-nss.h (nss_client_backend): Moved class constructor to
  client-nss.cxx.
* client-http.h (http_client_backend): Moved class constructor to
  client-http.cxx.
* client-http.cxx (http_client_backend::http_client_backend): Moved here
  from header file and initialize 'server_tmpdir'.
  (http_client_backend::unpack_response): Move processing from
  process_response() to here and delete process_response().
* csclient.cxx (process_response): Moved from client-nss.cxx.
* csclient.h: Move 'process_response' from the backend to the main
  code. Add 'server_tmpdir' and 'server_version' to the backend.
* cscommon.h: Move MOK_PUBLIC_CERT_NAME and MOK_PUBLIC_CERT_FILE
  definitions here.
* stap-serverd.cxx: Remove MOK_PUBLIC_CERT_NAME and MOK_PUBLIC_CERT_FILE
  definitions.
* util.cxx: Add another write_to_file() template instantiation.
client-http.cxx
client-http.h
client-nss.cxx
client-nss.h
csclient.cxx
csclient.h
cscommon.h
stap-serverd.cxx
util.cxx
This page took 0.02545 seconds and 5 git commands to generate.