0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A minor bug fix More... over 18 years ago
Check API enhancements and bug fixes. More... over 18 years ago
Modified test_tuple to use thread pools. Now dnsblc is a thread pool, and test_tuple feeds check requests to the pool. Now it should be trivial to integrate new kinds of checks. Developer documentation still needed. More... over 18 years ago
Thread pool API enhancements More... over 18 years ago
Made dnsbl tolerancecounters to be normal integer counters instead of semaphores. These counters are not critical, and we can tolerate errors due mutual execution here. More... over 18 years ago
grosscheck modifications. More... over 18 years ago
Added testgrosscheck.c More... over 18 years ago
libtool modification, removed -no-undefined from grosscheck library libtool options. More... over 18 years ago
Removed a debugging printf() from grosscheck. More... over 18 years ago
Issue #23 fixed: Customizable SMTP error messages More... over 18 years ago
Documentation edit More... over 18 years ago
Implemented configurable logging methods, loglevel and syslog facility. Currently only method supported is syslog. Possible values for 'syslog_facility' config file option are 'mail' and "all 'localX' where X in [0-7]". More... over 18 years ago
Message queue enchancements. Now there is no need to initialize message queues before calling get_queue(). Queues are created one at a time. When queue id not needed anymore, you can release it with release_queue(). Queues are never freed, but get_queue() pics a released queue, if available. List of free queues is actually a message queue - only difference is that it's stored separately. More... over 18 years ago
Configuration bugs ironed out More... over 18 years ago
Issue 20 resolved More... over 18 years ago
Query processing delay statistics More... over 18 years ago
Statistics gathering added More... over 18 years ago
Fixed issue #21: Implemented a dry run option for grossd. More... over 18 years ago
Disabled main() from grosscheck.c. It's only needed when testing manually. More... over 18 years ago
Code cleaning with gcc -Wall -ansi -pedantic. Copyright updates for year 2007. More... over 18 years ago
Clean sources with -Wall. Now only warnings are about acctstr() statements being of no effect as those are currently disabled with a macro. More... over 18 years ago
Fixed a stupid tcp_server bug. Forgot to copy the changes from udp_server to tcp_server. Maybe there are still too much duplicate code left... Configuration edit. More... over 18 years ago
Configuration fixes. And moved daemonization again before configuration. It should be other way around, but syslog stops working then, and I don't want to get into it right now. More... over 18 years ago
Thread_pool enhancements More... over 18 years ago
Fixed an argument type bug from msgqueue.c. More... over 18 years ago
Removed configure, Makefile.in and aclocal.m4 from svn, as these will get changed every time autoreconf is issued. And, because these files can be easily renegenerated. More... over 18 years ago
Again, svn commit in src-directory... These are the header files for the previous update More... over 18 years ago
Fixed multiple problems with byte order in SJSMS protocol. More... over 18 years ago
Modified tcp_server to use thread_pool More... over 18 years ago
Bug fixes. Thread pool now tested on solaris, seems to be stable. More... over 18 years ago