openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
Gross greylister
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
about 11 hours
ago.
Jul 24, 2024 — Jul 24, 2025
Showing page 10 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
A minor bug fix
eino.tuominen
More...
over 18 years ago
Check API enhancements and bug fixes.
eino.tuominen
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.
eino.tuominen
More...
over 18 years ago
Thread pool API enhancements
eino.tuominen
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.
eino.tuominen
More...
over 18 years ago
grosscheck modifications.
eino.tuominen
More...
over 18 years ago
Added testgrosscheck.c
eino.tuominen
More...
over 18 years ago
libtool modification, removed -no-undefined from grosscheck library libtool options.
eino.tuominen
More...
over 18 years ago
Removed a debugging printf() from grosscheck.
eino.tuominen
More...
over 18 years ago
Issue #23 fixed: Customizable SMTP error messages
eino.tuominen
More...
over 18 years ago
Documentation edit
eino.tuominen
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]".
eino.tuominen
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.
eino.tuominen
More...
over 18 years ago
Configuration bugs ironed out
antti.siira
More...
over 18 years ago
Issue 20 resolved
antti.siira
More...
over 18 years ago
Query processing delay statistics
antti.siira
More...
over 18 years ago
Statistics gathering added
antti.siira
More...
over 18 years ago
Fixed issue #21: Implemented a dry run option for grossd.
eino.tuominen
More...
over 18 years ago
Disabled main() from grosscheck.c. It's only needed when testing manually.
eino.tuominen
More...
over 18 years ago
Code cleaning with gcc -Wall -ansi -pedantic. Copyright updates for year 2007.
eino.tuominen
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.
eino.tuominen
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.
eino.tuominen
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.
eino.tuominen
More...
over 18 years ago
Thread_pool enhancements
eino.tuominen
More...
over 18 years ago
Fixed an argument type bug from msgqueue.c.
eino.tuominen
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.
eino.tuominen
More...
over 18 years ago
Again, svn commit in src-directory... These are the header files for the previous update
eino.tuominen
More...
over 18 years ago
Fixed multiple problems with byte order in SJSMS protocol.
antti.siira
More...
over 18 years ago
Modified tcp_server to use thread_pool
eino.tuominen
More...
over 18 years ago
Bug fixes. Thread pool now tested on solaris, seems to be stable.
eino.tuominen
More...
over 18 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree