]> sourceware.org Git - systemtap.git/history - httpd
stapbpf PR22330 fixes :: identify format types of pe_unknown arguments
[systemtap.git] / httpd /
2018-12-04 Frank Ch. Eiglerconfigury: tolerate dyninst10's need for -lboost_system
2018-11-06 Stan CoxAlways use nssInit for http and nss server.
2018-10-24 Serhei MakarovMerge branch 'serhei/bpf_asm' -- kernel_string() tapset...
2018-10-23 Stan CoxUse NSS_InitContext instead of NSS_Init.
2018-10-12 Frank Ch. Eiglermechanical prerelease copyright notice year# changes
2018-09-27 Masanari IidaFix a typo in api.cxx
2018-09-07 David SmithAdd a python script to clean up container images more...
2018-09-07 David SmithImprove handling by the http server for target exe...
2018-08-23 Frank Ch. Eiglerstap-exporter: add testsuite etc.
2018-08-21 Frank Ch. Eiglerconfigury: let "make rpm" generate a timestamped Releas...
2018-08-12 Frank Ch. Eiglerstap-exporter: convert to autoconf/automake
2018-08-02 Stan CoxAdd https handling to http client.
2018-07-20 David SmithFix a http server POST data handling bug.
2018-06-28 David SmithUpdate fedora_install_package.py to handle Centos and...
2018-06-14 David SmithNo longer run the http server as 'root'.
2018-06-12 David SmithFix (and centralize) temporary directory creation in...
2018-06-11 David SmithRemove old code from httpd/docker/stap_build_docker_fil...
2018-06-11 David SmithSimplify temporary directory creation in the http conta...
2018-06-07 David SmithImplement caching for the http container backend.
2018-06-06 Aryeh Weinrebhttpd server build fix via <unistd.h> include
2018-06-05 David SmithAdd the docker file hash to the container image name.
2018-06-01 David SmithStarted switching the http container backend to use...
2018-05-31 David SmithChange the http container backend to do all the image...
2018-05-31 David SmithFix a bug where the http server wasn't handling script...
2018-05-30 David SmithRename the http docker backend to the http container...
2018-05-30 David SmithUpdate the json docker file templates.
2018-05-29 Serhei MakarovMerge branch 'serhei/rt-fixes-clean'
2018-05-23 David SmithChange the http docker backend to run systemtap in...
2018-05-07 David SmithSend the target executable over to the http server.
2018-04-17 David SmithChange the http docker backend to use the docker image...
2018-04-17 David SmithFix httpd/docker/fedora_install_package.py to correctly...
2018-04-16 David SmithFix the http server local backend to run the correct...
2018-04-16 David SmithRedirect all 'clog' output from the http server to...
2018-04-13 David SmithClean up some http server memory leaks found by valgrind.
2018-04-11 David SmithThe http server code now cleans up environment variables.
2018-04-05 David SmithThe http client code now asks the server to delete...
2018-03-29 David SmithHandle removing http server temporary directories on...
2018-02-23 David SmithAdd CentOS support to the http server.
2018-02-22 David SmithFix a web server memory leak.
2018-02-21 David SmithMake a few small changes to handle Fedora's switch...
2018-02-14 David SmithAdd a couple of http client/server json-c 0.13 fixes.
2018-02-13 David SmithMake sure the user who starts the http server trusts...
2018-02-08 David SmithAdd the capability to list http servers.
2018-01-23 David SmithAdded a logfile option to the web server.
2018-01-22 David SmithFix a web service compile problem on RHEL7.
2018-01-22 David SmithMake the http server send the module signature back...
2018-01-08 David SmithAdd the beginnings of module signing to the web server.
2018-01-04 David SmithAdd a port option to the web server.
2017-12-20 David SmithPerform some docker-related cleanup in the web service.
2017-12-19 David SmithAdd a small fix to execute_and_capture().
2017-12-19 David SmithRenamed httpd/docker/stap_build_docker_container.py.
2017-12-19 David SmithCopy user files into the docker container image.
2017-12-15 David SmithMove repeated web server code to a new function, execut...
2017-12-15 David SmithMove get_uuid() to utils.cxx.
2017-12-15 David SmithRename and rework get_uuid_representation().
2017-12-14 David SmithMade 'pylint' suggested changes to stap_build_docker_co...
2017-12-14 David SmithPerform better build id validation in fedora_install_pa...
2017-12-14 David SmithPerform clean up in fedora_install_package.py.
2017-12-14 David SmithMade 'pylint' suggested changes to fedora_install_packa...
2017-12-13 David SmithUpdate the web service fedora package installer to...
2017-12-12 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2017-12-12 David SmithGrab the stap output from the docker container.
2017-12-12 Stan CoxMake consistent use of the term "build_id"
2017-12-07 Stan CoxAdd environment variable support to http client/server.
2017-12-05 Bernhard WiedemannMake builds more reproducible by removing unneeded...
2017-11-29 Stan CoxTranslate server distro name to lower case.
2017-11-29 Stan CoxSend client http info as a single json form.
2017-11-20 David SmithActually run the stap command in the docker container.
2017-11-16 David SmithActually commit web server changes.
2017-11-16 David SmithUpdate the docker container builder for the web server.
2017-11-14 David SmithAdded the initial httpd/docker directory.
2017-11-13 David SmithThe web server now writes the client request data to...
2017-11-10 David SmithFix a couple of subtle bugs in the web server POST...
2017-11-08 David SmithSave the package information on the web server side.
2017-11-06 David SmithMove the web server unzip logic to its proper place.
2017-11-03 David SmithThe web server now tries to build a docker container.
2017-11-01 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2017-11-01 David SmithAdd comments to httpd/backends.cxx.
2017-10-30 David SmithImprove the way the web client/server sends files.
2017-10-20 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2017-10-20 David SmithThe web server now gives a better error message on...
2017-10-19 David SmithImprove web service startup a bit.
2017-10-09 David SmithDo better cleanup when the web server gets an error.
2017-10-05 David SmithAdd the server version number to the http protocol.
2017-08-16 David SmithSend over the linux distribution info to the http server.
2017-08-11 David SmithMake a small improvement in the http server "docker...
2017-07-25 Richard HendersonMerge branch 'rth/bpf' post-bpf-merge
2017-07-21 Richard HendersonMerge branch 'rth/bpf' into rth/merge
2017-07-18 David SmithImprove the http server "local" backend.
2017-07-11 Stan CoxAdd preliminary client support.
2017-07-11 David SmithReorganize http server to support multiple compile...
2017-06-14 David SmithUpdated httpd/README.
2017-06-14 David SmithThe httpd server now captures stdout/stderr from systemtap.
2017-06-13 David SmithAdd file upload to the httpd server.
2017-06-08 David SmithAdd httpd/README describing the web api.
2017-06-08 David SmithPerformed some code rearranging in the httpd server...
2017-06-08 David SmithThe httpd server now support downloading the built...
2017-06-07 David SmithThe httpd server now builds a kernel module and returns...
2017-06-06 David SmithThe httpd server now produces valid JSON.
2017-05-30 David SmithThe httpd server now expects the command line to be...
next
This page took 0.064042 seconds and 8 git commands to generate.