Changes committed to git://oss.sgi.com/pcp/pcp.git
src/libpcp_http/GNUmakefile | 4
src/libpcp_http/src/GNUmakefile | 19
src/libpcp_http/src/README | 78 +++
src/libpcp_http/src/http_error_codes.c | 39 +
src/libpcp_http/src/http_error_codes.h | 42 +
src/libpcp_http/src/http_fetcher.c | 845 ++++++++++++++++++++++++++++++++-
src/libpcp_http/src/http_fetcher.h | 164 ++++++
src/libpcp_http/src/http_lib.c | 568 ----------------------
src/libpcp_http/src/http_lib.h | 93 ---
src/pmcd/src/pmcd.c | 1
src/pmdas/apache/GNUmakefile | 5
src/pmdas/apache/Install | 44 +
src/pmdas/apache/README | 29 -
src/pmdas/apache/Remove | 15
src/pmdas/apache/apache.c | 94 +--
src/pmimport/mrtg2pcp/.gitignore | 3
16 files changed, 1232 insertions(+), 811 deletions(-)
commit 46b087569528a2b5d993b39ac78b23a024c1834e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Sep 6 20:28:05 2010 +1000
Complete Win32 porting of http fetcher library and apache pmda.
commit ece9f918ff11d583a1ff5bade245a79906057ad7
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Sep 6 20:25:55 2010 +1000
Remove fwd declaration of non-existant function in pmcd.
commit 5244dd52445d93a63251d67c898ea7307c2a6173
Merge: b86fe90 5b0fe45
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Sep 5 03:11:27 2010 +1000
Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
commit b86fe90cff3cad41d215c975cffdbf6b94336d0f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Sep 5 03:03:16 2010 +1000
Update apache install process (add port selector), and correct docs.
commit d8d9eeff4946d0e4a38e18fa225c737fffbc260e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Sep 4 14:06:31 2010 +1000
Add README into libhttp makefile for distribution.
commit b4b385845b5bd925385961ad2934ac2337a8d5eb
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Sep 4 13:39:19 2010 +1000
Add original libhttp_fetcher README for developers to reference.
commit 26d6ca9fc4408d7eef4f2947cf019967319f57db
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Sep 4 13:32:26 2010 +1000
Add gitignore file for mrtg2pcp.
commit 434147dc344693819fb1c64728f0df8554455d07
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Sep 4 13:31:44 2010 +1000
Convert to another http fetch library which can work on all platforms.
|