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 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 пре 15 година
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 пре 15 година
mangler.cpp Improved MANGLER::MANGLER so that Position is set in the initialization list. пре 15 година
mangler.hpp Moved manger into CodeDweller (where it belongs) пре 15 година
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 година