March 6, 2020
View df636bf

bb12478 - freshclam - Fix memory leak

Mickey Sola authored on 2020/03/06 03:59:38
February 4, 2020
View ae291e1

freshclam:Fix OnOutdatedExecute in foreground mode

Antoine DeschĂȘnes authored on 2020/02/04 02:31:41
January 29, 2020
View f450e57

Fix for freshclam database commit

Micah Snyder authored on 2020/01/29 08:04:14
View 3decda9

Freshclam create database directory if missing

Micah Snyder (micasnyd) authored on 2020/01/29 01:01:09
January 4, 2020
View 206dbae

Update copyright dates for 2020

Micah Snyder authored on 2020/01/04 05:44:07
December 24, 2019
View 27f9e13

Allow manual freshclam when daemon is running

Micah Snyder authored on 2019/12/24 07:31:18
November 2, 2019
View 095abcc

bb12427 - Change printf() usage to logg() in libfreshclam so --quiet option works correctly. Patch courtesy of Reio Remma.

Micah Snyder authored on 2019/11/02 03:28:04
August 5, 2019
View 63040c3

Resets behavior of freshclam --show-progress option to be on by default if stdout is a TTY.

Micah Snyder authored on 2019/08/05 06:44:20
July 6, 2019
View cb9b09a

bb12043, bb12302: Adds --foreground freshclam option to help and manpage, some other documentation tweaks.

Micah Snyder (micasnyd) authored on 2019/07/06 03:53:43
June 7, 2019
View 2c1f820

Old-style db.XY.clamav.net and db.XY.ipv6.clamav.net entries now redirect to https://database.clamav.net.

Micah Snyder authored on 2019/06/07 05:37:05
June 6, 2019
View 06e3c1c

Increased default freshclam receive timeout from 30 sec to 60 sec. Set default DatabaseMirror back to database.clamav.net, now that TLS/SSL is enabled on the mirrors that back the CDN. Some other updates to the man pages that were missing from previous changes.

Micah Snyder authored on 2019/06/06 00:38:01
May 29, 2019
View 1fc168e

Changed freshclam help string to use printf instead of mprintf because the libfreshclam mprintf_stdout global variable cannot be changed directly in freshclam on Windows.

Micah Snyder authored on 2019/05/29 04:01:21
May 23, 2019
View 5899a14

Fix to alleviate symbol name collision for temp directory globals in freshclam, libfreshclam when building static mode for fuzz targets.

Micah Snyder authored on 2019/05/23 05:54:55
View 8214baf

Freshclam logging fixes. The logging features were linked twice, resulting in duplicate symbols for logg settings. On Windows, this manifested as multiple open log file handles which prevented log rotation. This commit fixes that and also alters the rotated log name slightly so that the log file extension is preserved, for Windows compatibility and convenience when viewing in an editor that color codes .log files.

Micah Snyder authored on 2019/05/23 05:06:37
May 22, 2019
View ef8ae3a

Fix to feature that prunes databases that are no longer wanted. Fix for opt-in databases to select the correct opt-in database from the list.

Micah Snyder authored on 2019/05/22 06:28:07