0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge from 0.9 branch: More... over 17 years ago
commenting out optional dependencies More... over 17 years ago
Merge from 0.9 branch. Implemented option pool_maxthreads, logging fixes. More... over 17 years ago
Working on counter.c More... over 17 years ago
Added linking of bloom.o in sha256-test More... over 17 years ago
Added files for generic counter implementation More... over 17 years ago
Merged 257 - 261 from 0.9 branch: More... over 17 years ago
Merged fixing of issue #55 from 0.9 More... over 17 years ago
working on spf check More... over 17 years ago
implementing spf check... More... over 17 years ago
- changed default milter port to 5523 - fixed one compiler warning More... over 17 years ago
Changed setup of ALRM signal handler. Use sigaction() instead of signal(), as the latter causes problems on Solaris and Linux as the signal handler is reset to default every time the signal is received. There was a possibility that pthread_kill() would send a signal just when the signal handler was not set to noop(), that caused grossd to exit. More... over 17 years ago
documentation: wrong port number in an example More... over 17 years ago
code cleaning More... over 17 years ago
Code cleaning. Use coherent variable names. More... over 17 years ago
INSTALL file still had wrong port descriptions More... over 17 years ago
Server port fixed in include/common.h More... over 17 years ago
Changed watchdog signal from SIGUSR1 to SIGALRM; fixed the signal handler to work on Solaris, too; removed one unused variable More... over 17 years ago
Reverted check_blocker back to not reusing connections as it seems blockerd does not work as a regular postfix policy server. More... over 17 years ago
Implement grey_threshold, analogous to block_threshold. Documentation of both. More... over 17 years ago
connection reusing in check_blocker.c More... over 17 years ago
Missing #include <signal.h> in thread_pool.h More... over 17 years ago
Fixed a stupid bug in thread_pool.c. There was More... over 17 years ago
Fixed a bug in create_thread_pool(). wdlist must be NULL. More... over 17 years ago
Fixed one wrong log line, and added a missing break from a switch-case for collecting statistics in worker_sjsms.c More... over 17 years ago
Moved dnsb timeout logs from DEBUG to INFO. Must implement dnsbl timeout statistics in srvstats.c More... over 17 years ago
Changed operator > to >= when comparing total weight and threshold. No messages are blocked when total weight >= threshold. More... over 17 years ago
- Changed daemon_perror() function name to daemon_fatal() - added gerror() macro to replace perror function More... over 17 years ago
Modified the thread watchdog logic More... over 17 years ago
Force query_timelimit >= 1000 on OS X More... over 17 years ago