Commit graph

4 commits

Author SHA1 Message Date
jperkin
6b547497bb Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
prlw1
4b817345b1 Fix previous by going the whole hog and requiring C++11. 2016-06-23 15:05:38 +00:00
joerg
e2abc8ea7f Don't use the obsolete TR1 interface for C++11 or libc++. Bump revision. 2016-06-21 17:57:07 +00:00
prlw1
e5e3e12de0 Add libecap 1.0.1
eCAP is a software interface that allows a network application,
such as an HTTP proxy or an ICAP server, to outsource content
analysis and adaptation to a loadable module. For each applicable
protocol message being processed, an eCAP-enabled host application
supplies the message details to the adaptation module and gets back
an adapted message, a "not interested" response, or a "block this
message now!" instruction.  These exchanges often include message
bodies.

The adaptation module can also exchange meta-information with the
host application to supply additional details such as configuration
options, a reason behind the decision to ignore a message, or a
detected virus name.

If you are familiar with the ICAP protocol (RFC 3507), then you
may think of eCAP as an "embedded ICAP", where network interactions
with an ICAP server are replaced with function calls to an adaptation
module.

The libecap library implements the eCAP API in C++.
2016-06-17 16:39:55 +00:00