Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
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. il y a 15 ans
ChangeLog Include Makefile.am and ChangeLog in the user tarball. il y a 15 ans
Makefile.am Include Makefile.am and ChangeLog in the user tarball. il y a 15 ans
base64codec.cpp Fixed: base64encode should be const static il y a 15 ans
base64codec.hpp setup il y a 16 ans
configuration.cpp Minor tweaks to resolve compiler warnings. il y a 15 ans
configuration.hpp Minor tweaks to eliminate compiler warnings. il y a 15 ans
configuration.inline.hpp Minor tweaks to resolve compiler warnings. il y a 15 ans
faults.hpp Created faults.hpp for program fault handling (replace assert()) il y a 15 ans
histogram.hpp setup il y a 16 ans
mangler.cpp Improved MANGLER::MANGLER so that Position is set in the initialization list. il y a 15 ans
mangler.hpp Moved manger into CodeDweller (where it belongs) il y a 16 ans
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. il y a 15 ans
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. il y a 15 ans
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. il y a 15 ans
threading.cpp Minor tweaks to remove warnings il y a 15 ans
threading.hpp Corrected ProductionQueue.size() - Now unsigned int, not int. il y a 15 ans
timing.cpp Fixed initialization of NominalPollTime and MaximumPollTime so that they are both valid by the time the c'tor calls set...() on them. il y a 15 ans
timing.hpp Minor tweaks in timing.* to eliminate compiler warnings. il y a 15 ans