Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
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. 15 роки тому
ChangeLog Include Makefile.am and ChangeLog in the user tarball. 15 роки тому
Makefile.am Include Makefile.am and ChangeLog in the user tarball. 15 роки тому
base64codec.cpp Fixed: base64encode should be const static 15 роки тому
base64codec.hpp setup 16 роки тому
configuration.cpp Minor tweaks to resolve compiler warnings. 15 роки тому
configuration.hpp Minor tweaks to eliminate compiler warnings. 15 роки тому
configuration.inline.hpp Minor tweaks to resolve compiler warnings. 15 роки тому
faults.hpp Created faults.hpp for program fault handling (replace assert()) 15 роки тому
histogram.hpp setup 16 роки тому
mangler.cpp Improved MANGLER::MANGLER so that Position is set in the initialization list. 15 роки тому
mangler.hpp Moved manger into CodeDweller (where it belongs) 16 роки тому
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. 15 роки тому
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. 15 роки тому
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. 15 роки тому
threading.cpp Minor tweaks to remove warnings 15 роки тому
threading.hpp Corrected ProductionQueue.size() - Now unsigned int, not int. 15 роки тому
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 роки тому
timing.hpp Minor tweaks in timing.* to eliminate compiler warnings. 15 роки тому