You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
madscientist ecede0dcf9 Updated TCPClient.transmit() to improve error handling and detection. This should prevent cases where an exception was thrown for a non-error (Success) condition. The bug was found in a log on an SNFMilter system where we were researching incomplete SYNC sessions. It is hoped this condition explains those incomplete SYNC sessions and that this new code will fix it. 13 years ago
ChangeLog Include Makefile.am and ChangeLog in the user tarball. 15 years ago
Makefile.am Include Makefile.am and ChangeLog in the user tarball. 15 years ago
base64codec.cpp Fixed: base64encode should be const static 15 years ago
base64codec.hpp setup 15 years ago
configuration.cpp Minor tweaks to resolve compiler warnings. 15 years ago
configuration.hpp Minor tweaks to eliminate compiler warnings. 15 years ago
configuration.inline.hpp Minor tweaks to resolve compiler warnings. 15 years ago
faults.hpp Created faults.hpp for program fault handling (replace assert()) 15 years ago
histogram.hpp setup 15 years ago
mangler.cpp Improved MANGLER::MANGLER so that Position is set in the initialization list. 15 years ago
mangler.hpp Moved manger into CodeDweller (where it belongs) 15 years ago
networking.cpp Updated TCPClient.transmit() to improve error handling and detection. This should prevent cases where an exception was thrown for a non-error (Success) condition. The bug was found in a log on an SNFMilter system where we were researching incomplete SYNC sessions. It is hoped this condition explains those incomplete SYNC sessions and that this new code will fix it. 13 years ago
networking.hpp Modified to build with 64-bit minGW. 14 years ago
networking.inline.hpp Fixed NO_SIGNALS should have been MSG_NOSIGNAL 15 years ago
threading.cpp Minor tweaks to remove warnings 15 years ago
threading.hpp Corrected ProductionQueue.size() - Now unsigned int, not int. 15 years ago
timing.cpp Fixed initialization of NominalPollTime and MaximumPollTime so that they are both valid by the time the c'tor calls set...() on them. 15 years ago
timing.hpp Minor tweaks in timing.* to eliminate compiler warnings. 15 years ago