0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge r152 from 0.8: More... over 18 years ago
Merge r148 from 0.8: More... over 18 years ago
Merge r147 from 0.8 More... over 18 years ago
Modified delay() to not get the message from the inq before the delay time has passed. Now synchronization can send all update messages to the peer. More... over 18 years ago
merge from 0.8 branch More... over 18 years ago
Merge test from braches/0.8 More... over 18 years ago
Stupid bug in msgqueue.c More... over 18 years ago
Documentation edit More... over 18 years ago
Fix for issue #32: gcc makes grosscheck so dependent on libgcc_s.so.1 More... over 18 years ago
bug fix in msgqueue.c More... over 18 years ago
Fix issue #33: Update queue synchronizing More... over 18 years ago
Stop waiting, if all the checks have returned More... over 18 years ago
Changed check_blocker.c to use blocking I/O. Quote from W. Richard Stevens: But is it worth the effort to code an application using nonblocking I/O, given the compleexity of the resulting code? The answer is no. More... over 18 years ago
Dnsbl match statistics. More... over 18 years ago
Make the default timeout in worker.c to use query_timelimit, too. More... over 18 years ago
Bug fixes in - multiple check code in worker.c - sophos blocker code in check_blocker.c More... over 18 years ago
Zero out client_info struct after malloc, and so that free_client_info() can only free() those members that are used. More... over 18 years ago
blocker check implemented, needs testing More... over 18 years ago
Preliminary support for multiple checks, work in progress More... over 18 years ago
set errno = 0 before strtol() More... over 18 years ago
Code refactoring. More... over 18 years ago
Removed --with-worker configure option. grossd can now serve different query protocols simultaneously. This is controlled by the 'protocol' config parameter. More... over 18 years ago
Configurable update queue delay. More... over 18 years ago
Documentation edit More... over 18 years ago
Various bugfixes found using Valgrind. More... over 18 years ago
automake fix More... over 18 years ago
- A timeout related bug fixed in test_tuple - do not overwrite grossd.conf when running make install More... over 18 years ago
doc fix More... over 18 years ago
Issue #26 fixed: connections could come from different IP addresses More... over 18 years ago
bug fixes, code cleaning More... over 18 years ago