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 years ago | |
---|---|---|
ChangeLog | 15 years ago | |
Makefile.am | 15 years ago | |
base64codec.cpp | 15 years ago | |
base64codec.hpp | 16 years ago | |
configuration.cpp | 15 years ago | |
configuration.hpp | 15 years ago | |
configuration.inline.hpp | 15 years ago | |
faults.hpp | 15 years ago | |
histogram.hpp | 16 years ago | |
mangler.cpp | 15 years ago | |
mangler.hpp | 16 years ago | |
networking.cpp | 15 years ago | |
networking.hpp | 15 years ago | |
networking.inline.hpp | 15 years ago | |
threading.cpp | 15 years ago | |
threading.hpp | 15 years ago | |
timing.cpp | 15 years ago | |
timing.hpp | 15 years ago |