0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Documentation fixes - removed a few unused struct members - fixed timeout issue on OS X (it seems that OS X pthread_cond_timedwait() has resolution of one second, I have to confirm this) More... over 17 years ago
Fixed a few uninitialized buffers More... over 17 years ago
Thread_pool watchdog implementation. Thread pools now notice if a member thread gets stuck. Next step is to kick stuck threads and kill them if necessary. More... over 17 years ago
Copyright updates More... over 17 years ago
srvstatus.c coding style More... over 17 years ago
Let checks know if the final judgment has been done so that checks can stop processing the request More... over 17 years ago
- Changed default ports > 5000 - Implemented weighted checks, only dnsbl weights now implemented. - check for c-ares version due to API change - changed default for grey_mask More... over 17 years ago
Fixed issue #54: Grossd dies without error msg in non-localhost setup (with linux) More... over 17 years ago
picked a better default value for filter bits included a little more documentation on bloom filter sizing More... almost 18 years ago
updates to documentation More... almost 18 years ago
adding an example SMF definition for gross More... almost 18 years ago
Small change to the thread_pool logic. More... about 18 years ago
indentation cleaning More... about 18 years ago
Fixed a couple of memory leaks: - in worker_sjsms.c: sjsms_connection(): no free() after strdup() - in worker.c: test_tuple(): no free() after strdup() More... about 18 years ago
- Now dnsbl timeouts should work again - grosscheck now works with or without helo string More... about 18 years ago
Code cleaning More... about 18 years ago
New grosscheck protocol. New version works with character strings instead of binary structures. Way easier to expand in the future. More... about 18 years ago
Changed the smoothing factor to a lower value. More... about 18 years ago
Moved thread idle check reference time initialization to proper place. More... about 18 years ago
Thread pools to use exponential weighted moving average to track up the thread idle counts. More... about 18 years ago
Still removing "compatibility" stuff. Next, implement new grosscheck protocol. More... about 18 years ago
Revert back the "compatibility" changes. UDP-protocol needs to be redesigned to allow future changes so that older grosscheck could be used with a newer grossd server. More... about 18 years ago
Fixed a compatibility issue in grosscheck.c More... about 18 years ago
QUERY_V2 in proto_sjsms.c for compatibility More... about 18 years ago
- Finished rhsbl and dnswl checks, they are now configurable through the config file. - Some code cleaning, too. More... about 18 years ago
rhsbl and dnswl checks are already there, next step is to handle the configuration More... over 18 years ago
Implemented mechanisms to pass arguments to thread pools. Now it's possible to have the same code run different checks according the configuration. Not finished yet, though. More... over 18 years ago
Implemented thread count limits for thread pools. For checks limits are set in gross.c, for other pools there are no limits (thread pool default). More... over 18 years ago
Added note about a fixed issue More... over 18 years ago
refactored test_tuple() worker.c More... over 18 years ago