7 次代码提交 (fc9f4057e6dccaed2584ae54a8d4bd6053b8f18a)

作者 SHA1 备注 提交日期
  adeniz 9c0bba99ad Removed "using namespace std" from header files. 9 年前
  madscientist 73efe78c94 Modified windows detection flags to include _WIN32 and _WIN64 11 年前
  madscientist 27a67ba88f Added destructor code to avoid throwing exceptions while cleaning up any sockets. Destructors should not throw exceptions and socket handles should always be closed even if no connections were made. 12 年前
  madscientist a19714cb18 Fixed NO_SIGNALS should have been MSG_NOSIGNAL 15 年前
  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 年前
  madscientist ae953b741e Minor tweaks to resolve compiler warnings. 15 年前
  madscientist 1ea8084744 setup 15 年前