diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 16:36:16 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2017-05-06 16:36:16 +0200 |
commit | 19bd8afa6b63dccadc2006292154f1633e2a29c9 (patch) | |
tree | 1677f5a2b3caccce45a75fc6ca5857a7d820686c /ACKNOWLEDGEMENTS | |
parent | 4b2800f8f3ee34d9779dfdcd40d7e68b569380e6 (diff) | |
download | monitoring-plugins-19bd8af.tar.gz |
some rework:
- added old style 'redir' function and options along to a new
libcurl internal 'follow' parameter 'curl'
- moved picohttpparser to it's own subdirectory
- added uriparser to be used instead of the home-grown parser in
'redir'
Diffstat (limited to 'ACKNOWLEDGEMENTS')
-rw-r--r-- | ACKNOWLEDGEMENTS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ACKNOWLEDGEMENTS b/ACKNOWLEDGEMENTS index 50c714c3..06e84e25 100644 --- a/ACKNOWLEDGEMENTS +++ b/ACKNOWLEDGEMENTS | |||
@@ -31,3 +31,16 @@ Gnulib team | |||
31 | Copyright (C) 2001, 2003, 2004, 2006 Free Software Foundation, Inc | 31 | Copyright (C) 2001, 2003, 2004, 2006 Free Software Foundation, Inc |
32 | http://www.gnu.org/software/gnulib/ | 32 | http://www.gnu.org/software/gnulib/ |
33 | Use of lib files that originally were used from coreutils | 33 | Use of lib files that originally were used from coreutils |
34 | |||
35 | Copyright (c) 2009-2014 Kazuho Oku, Tokuhiro Matsuno, Daisuke Murase, | ||
36 | Shigeo Mitsunari | ||
37 | picohttpparser | ||
38 | https://github.com/h2o/picohttpparser | ||
39 | Use of the library for HTTP header parsing in check_curl. | ||
40 | |||
41 | Copyright (C) 2007, Weijia Song <songweijia@gmail.com> | ||
42 | Copyright (C) 2007, Sebastian Pipping <webmaster@hartwork.org> | ||
43 | All rights reserved. | ||
44 | uriparser - RFC 3986 URI parsing library | ||
45 | http://uriparser.sourceforge.net/ | ||
46 | Use of the library for URL parsing in check_curl. | ||