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
1 day
ago. based on code collected
1 day
ago.
Jul 26, 2024 — Jul 26, 2025
Showing page 7 of 12
Search / Filter on:
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)
eino.tuominen
More...
over 17 years ago
Fixed a few uninitialized buffers
eino.tuominen
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.
eino.tuominen
More...
over 17 years ago
Copyright updates
eino.tuominen
More...
over 17 years ago
srvstatus.c coding style
eino.tuominen
More...
over 17 years ago
Let checks know if the final judgment has been done so that checks can stop processing the request
eino.tuominen
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
eino.tuominen
More...
over 17 years ago
Fixed issue #54: Grossd dies without error msg in non-localhost setup (with linux)
eino.tuominen
More...
over 17 years ago
picked a better default value for filter bits included a little more documentation on bloom filter sizing
jesserthompson
More...
almost 18 years ago
updates to documentation
jesserthompson
More...
almost 18 years ago
adding an example SMF definition for gross
jesserthompson
More...
almost 18 years ago
Small change to the thread_pool logic.
eino.tuominen
More...
about 18 years ago
indentation cleaning
eino.tuominen
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()
eino.tuominen
More...
about 18 years ago
- Now dnsbl timeouts should work again - grosscheck now works with or without helo string
eino.tuominen
More...
about 18 years ago
Code cleaning
eino.tuominen
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.
eino.tuominen
More...
about 18 years ago
Changed the smoothing factor to a lower value.
eino.tuominen
More...
about 18 years ago
Moved thread idle check reference time initialization to proper place.
eino.tuominen
More...
about 18 years ago
Thread pools to use exponential weighted moving average to track up the thread idle counts.
eino.tuominen
More...
about 18 years ago
Still removing "compatibility" stuff. Next, implement new grosscheck protocol.
eino.tuominen
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.
eino.tuominen
More...
about 18 years ago
Fixed a compatibility issue in grosscheck.c
eino.tuominen
More...
about 18 years ago
QUERY_V2 in proto_sjsms.c for compatibility
eino.tuominen
More...
about 18 years ago
- Finished rhsbl and dnswl checks, they are now configurable through the config file. - Some code cleaning, too.
eino.tuominen
More...
about 18 years ago
rhsbl and dnswl checks are already there, next step is to handle the configuration
eino.tuominen
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.
eino.tuominen
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).
eino.tuominen
More...
over 18 years ago
Added note about a fixed issue
eino.tuominen
More...
over 18 years ago
refactored test_tuple() worker.c
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