Major changes: 0.5.9 * github issue #18: Possible segmentation fault or at least memory leaks when the *_header acls are used * Minor leaks while c-icap server shutdowns * Implement the following new command/handler types: - CI_CMD_CHILD_CLEANUP - CI_CMD_POST_CONFIG - CI_CMD_MONITOR_START - CI_CMD_MONITOR_ONDEMAN 0.5.10 * Bug fix: Commands scheduled with the ci_command_schedule[on] API function may not executed. This bug was introduced with the c-icap-0.5.9 release Full changelogs: https://sourceforge.net/p/c-icap/news/2021/09/the-c-icap-059-is-released/ https://sourceforge.net/p/c-icap/news/2021/10/the-c-icap-0510-is-released/
64 lines
1.7 KiB
Text
64 lines
1.7 KiB
Text
bin/c-icap
|
|
bin/c-icap-client
|
|
bin/c-icap-config
|
|
bin/c-icap-libicapapi-config
|
|
%%BDB%%bin/c-icap-mkbdb
|
|
bin/c-icap-stretch
|
|
@sample etc/c-icap/c-icap.conf.sample
|
|
@sample etc/c-icap/c-icap.magic.sample
|
|
include/c_icap/access.h
|
|
include/c_icap/acl.h
|
|
include/c_icap/array.h
|
|
include/c_icap/body.h
|
|
include/c_icap/c-icap-conf.h
|
|
include/c_icap/c-icap.h
|
|
include/c_icap/cache.h
|
|
include/c_icap/cfg_param.h
|
|
include/c_icap/ci_regex.h
|
|
include/c_icap/ci_threads.h
|
|
include/c_icap/commands.h
|
|
include/c_icap/debug.h
|
|
include/c_icap/dlib.h
|
|
include/c_icap/filetype.h
|
|
include/c_icap/hash.h
|
|
include/c_icap/header.h
|
|
include/c_icap/log.h
|
|
include/c_icap/lookup_table.h
|
|
include/c_icap/md5.h
|
|
include/c_icap/mem.h
|
|
include/c_icap/module.h
|
|
include/c_icap/net_io.h
|
|
include/c_icap/net_io_ssl.h
|
|
include/c_icap/port.h
|
|
include/c_icap/proc_mutex.h
|
|
include/c_icap/proc_threads_queues.h
|
|
include/c_icap/registry.h
|
|
include/c_icap/request.h
|
|
include/c_icap/service.h
|
|
include/c_icap/shared_mem.h
|
|
include/c_icap/simple_api.h
|
|
include/c_icap/stats.h
|
|
include/c_icap/txtTemplate.h
|
|
include/c_icap/txt_format.h
|
|
include/c_icap/types_ops.h
|
|
include/c_icap/util.h
|
|
%%BDB%%lib/c_icap/bdb_tables.so
|
|
lib/c_icap/dnsbl_tables.so
|
|
%%LDAP%%lib/c_icap/ldap_module.so
|
|
%%MEMCACHE%%lib/c_icap/memcached_cache.so
|
|
%%PERL%%lib/c_icap/perl_handler.so
|
|
lib/c_icap/shared_cache.so
|
|
lib/c_icap/srv_echo.so
|
|
lib/c_icap/srv_ex206.so
|
|
lib/c_icap/sys_logger.so
|
|
lib/libicapapi.so
|
|
lib/libicapapi.so.5
|
|
lib/libicapapi.so.5.0.10
|
|
man/man8/c-icap-client.8.gz
|
|
man/man8/c-icap-config.8.gz
|
|
man/man8/c-icap-libicapapi-config.8.gz
|
|
man/man8/c-icap-mkbdb.8.gz
|
|
man/man8/c-icap-stretch.8.gz
|
|
man/man8/c-icap.8.gz
|
|
@dir(%%CICAP_USER%%,%%CICAP_GROUP%%,) %%RUN_DIR%%
|
|
@dir(%%CICAP_USER%%,%%CICAP_GROUP%%,) %%LOG_DIR%%
|