[go: up one dir, main page]

Menu

Commit [r923]  Maximize  Restore  History

v2.1.8-pre1

* added UNIX socket support for CCurl and TxCab classes
- uses CURLOPT_UNIX_SOCKET_PATH (libcurl >= v7.40.0) for now
+ TODO: get emulation working in libcurl < v7.40.0
- supported URL formats:
+ "http:/path/to/unix/socket//uri/path" (perl LWP::Protocol::http::SocketUnixAlt style)
+ "unix:/path/to/unix/socket|http:///uri/path" (apache mod_proxy style)
+ "http+unix:/path/to/unix/socket//uri/path" (native http+unix scheme, //-separated)
+ "http+unix:/path/to/unix/socket|/uri/path" (native http+unix scheme, |-separated)

mukau 2018-02-02

changed /ddc/trunk/Changes
changed /ddc/trunk/configure.ac
changed /ddc/trunk/doc/ddc_opt.pod
changed /ddc/trunk/src/CommonLib/ddcLog.h
changed /ddc/trunk/src/ConcordLib/CCurl.cpp
changed /ddc/trunk/src/ConcordLib/CCurl.h
changed /ddc/trunk/src/ConcordLib/TermExpander.cpp
changed /ddc/trunk/src/ConcordLib/TermExpander.h
changed /ddc/trunk/src/common/ddcConfigAuto.h.in
changed /ddc/trunk/src/ddc_expand
changed /ddc/trunk/src/ddc_expand/ddc_expand.cpp