ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/clamd
Mickey Sola a0e8d2ffbb autojunk'd 6 years ago
..
.gitignore update ignore files 16 years ago
Doxyfile Finish off documentation config files. 13 years ago
Makefile.am clamonacc - move and configure fts fix 6 years ago
Makefile.in autojunk'd 6 years ago
clamav-daemon.service.in systemd - set TimeoutStartSec=420 for clamav-daemon 6 years ago
clamav-daemon.socket.in Converting http urls to https urls. Primary focus was on clamav.net urls. I updated a couple others and fixes a few broken links as well. There are many (non-clamav.net) urls I didn't address, especially in 3rd party or contrib code. 7 years ago
clamd.c clamonacc - initial clamonacc refactor 6 years ago
localserver.c bb12370 - cli_strndup and other str* replacements must be built and exported for every OS to be used outside of libclamav on systems that don't have the original functions (e.g. strndup). This commit renames the macros to be uppercase, renames the replacement functions to be preceeded with two understores (e.g. __cli_strndup), and removes the ifdef's so that they are built regardless, because there are no ifdefs in libclamav.map. 6 years ago
localserver.h Updating and cleaning up copyright notices. 6 years ago
others.c Updating and cleaning up copyright notices. 6 years ago
others.h clamonacc - add curl support for send receive and connecting to clam daemon; add new option for timeout when using curl; refactor all scanning into self-contained scanning thread; add non-blocking wait (via select) for receiving and sending data to and from clam daemon 6 years ago
scanner.c Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
scanner.h Updating and cleaning up copyright notices. 6 years ago
server-th.c Add Prelude missing support 6 years ago
server.h Updating and cleaning up copyright notices. 6 years ago
session.c Updating and cleaning up copyright notices. 6 years ago
session.h clamonacc - conform to clang-format 6 years ago
shared.h Updating and cleaning up copyright notices. 6 years ago
tcpserver.c Updating and cleaning up copyright notices. 6 years ago
tcpserver.h Updating and cleaning up copyright notices. 6 years ago
thrmgr.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
thrmgr.h Updating and cleaning up copyright notices. 6 years ago