0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Message queue code (re)fixed. Thread pool seems to be working ok on Solaris. More... over 18 years ago
Doh, I forgot the headers More... over 18 years ago
udp_server now runs workers on a thread_pool. update messages seem to corrupt no after the message queue fixes. There must be some bugs left in that code... More... over 18 years ago
Still work in progress More... over 18 years ago
Fixing bugs from the thread_pool code. More... over 18 years ago
Bugfixes is thread_pool code, modified udp_server to use thread_pool instead of the old thread per query model. More... over 18 years ago
Implemented thread pooling. It compiles ok, but is not yet used anywhere in the code. It could be used by worker, but motivation for writing it was to make new policer thread model more easy to handle. More... over 18 years ago
Added get_msg_timed() to msgqueue.c. It behaves just like get_msg(), but you can set a timeout for it. More... over 18 years ago
Delayed daemonization so that configuration errors can print errors to stderr More... over 18 years ago
A configuration rewrite. Default configuration is now in single location: include/conf.h. Configuration parameter names has changed a bit, too. More... over 18 years ago
- replaced off_t by size_t in srvutils.c - return ENOMSG in unfold if data is invalid More... over 18 years ago
Fixed an endian problem in proto_sjsms.c. Lenghts were not sent in network order. More... over 18 years ago
Fixed testing NETINET_IN_H to HAVE_NETINET_IN_H in common.h More... over 18 years ago
configure.ac fixes More... over 18 years ago
Two trivial bugs fixed. They were introduced when porting gross to OS X. More... over 18 years ago
Gross ported to OS X. sem_getvalue() is not implemented on OS X, so skipping unresponsive dnsbls is not working properly, yet. More... over 18 years ago
Moved configure.in to configure.ac as recommended More... over 18 years ago
Various autoconf modifications to make gross more easily portable More... over 18 years ago
some comments added More... over 18 years ago
Delay logging with postifix procol, also. More... over 18 years ago
Issue #15 fixed: postfix protocol now seems to work More... over 18 years ago
Issue #14 fixed: grossd now logs the query processing delay More... over 18 years ago
Version 0.6.2 More... over 18 years ago
Issues fixed: More... over 18 years ago
Almost vesrsion 0.6.2 More... over 18 years ago
Issue #10 fixed. If $prefix is not defined, $ac_default_prefix is used instead. More... over 18 years ago
Issue #1 fixed: Kind of a dirty way to do it, now compiling is done with -lpthread on Solaris 10 also. Although ugly, it should not do any harm. More... over 18 years ago
Issue #8: relays.ordb.org removed from the example config More... over 18 years ago
Fixed issues #7 and #9. More... over 18 years ago
NEWS updated for release 0.6.1 More... over 18 years ago