Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
madscientist 052a10b812 Fixed SIGPIPE bug - transmit and receive functions in networking were using NOFLAGS instead of NO_SIGNALS. As a result broken pipes would raise SIGPIPE on *nix systems -- the coded did not expect that. NO_SIGNALS is not defined for win* systems so an ifdef was added to create NO_SIGNALS like NOFLAGS where it is not defined on win* systems. Win* has no concept of signals so this is a non-event for win* systems. vor 15 Jahren
ChangeLog Include Makefile.am and ChangeLog in the user tarball. vor 15 Jahren
Makefile.am Include Makefile.am and ChangeLog in the user tarball. vor 15 Jahren
base64codec.cpp Fixed: base64encode should be const static vor 15 Jahren
base64codec.hpp setup vor 16 Jahren
configuration.cpp Minor tweaks to resolve compiler warnings. vor 15 Jahren
configuration.hpp Minor tweaks to eliminate compiler warnings. vor 15 Jahren
configuration.inline.hpp Minor tweaks to resolve compiler warnings. vor 15 Jahren
faults.hpp Created faults.hpp for program fault handling (replace assert()) vor 15 Jahren
histogram.hpp setup vor 16 Jahren
mangler.cpp Improved MANGLER::MANGLER so that Position is set in the initialization list. vor 15 Jahren
mangler.hpp Moved manger into CodeDweller (where it belongs) vor 16 Jahren
networking.cpp Fixed SIGPIPE bug - transmit and receive functions in networking were using NOFLAGS instead of NO_SIGNALS. As a result broken pipes would raise SIGPIPE on *nix systems -- the coded did not expect that. NO_SIGNALS is not defined for win* systems so an ifdef was added to create NO_SIGNALS like NOFLAGS where it is not defined on win* systems. Win* has no concept of signals so this is a non-event for win* systems. vor 15 Jahren
networking.hpp Fixed SIGPIPE bug - transmit and receive functions in networking were using NOFLAGS instead of NO_SIGNALS. As a result broken pipes would raise SIGPIPE on *nix systems -- the coded did not expect that. NO_SIGNALS is not defined for win* systems so an ifdef was added to create NO_SIGNALS like NOFLAGS where it is not defined on win* systems. Win* has no concept of signals so this is a non-event for win* systems. vor 15 Jahren
networking.inline.hpp Fixed SIGPIPE bug - transmit and receive functions in networking were using NOFLAGS instead of NO_SIGNALS. As a result broken pipes would raise SIGPIPE on *nix systems -- the coded did not expect that. NO_SIGNALS is not defined for win* systems so an ifdef was added to create NO_SIGNALS like NOFLAGS where it is not defined on win* systems. Win* has no concept of signals so this is a non-event for win* systems. vor 15 Jahren
threading.cpp Minor tweaks to remove warnings vor 15 Jahren
threading.hpp Corrected ProductionQueue.size() - Now unsigned int, not int. vor 15 Jahren
timing.cpp Fixed initialization of NominalPollTime and MaximumPollTime so that they are both valid by the time the c'tor calls set...() on them. vor 15 Jahren
timing.hpp Minor tweaks in timing.* to eliminate compiler warnings. vor 15 Jahren