12 Commitit (master)

Tekijä SHA1 Viesti Päivämäärä
  adeniz ee37106bc3 Added namespace qualifiers, built on Windows7-Prox64 with MinGW (32- and 64-bit). 3 vuotta sitten
  Pete McNeil 91cd4901f6 a few more missed std:: 3 vuotta sitten
  Pete McNeil 2c3aafcc16 Cleaned up copyright notice and license -- MIT now 3 vuotta sitten
  Pete McNeil 89cb9a0db3 cleaned up networking namespace and linline 3 vuotta sitten
  Wombat 04f99e5690 Changed bind function to global namespace 5 vuotta sitten
  madscientist ecede0dcf9 Updated TCPClient.transmit() to improve error handling and detection. This should prevent cases where an exception was thrown for a non-error (Success) condition. The bug was found in a log on an SNFMilter system where we were researching incomplete SYNC sessions. It is hoped this condition explains those incomplete SYNC sessions and that this new code will fix it. 13 vuotta sitten
  madscientist 0d4e43d778 Fixed deprecated conversion warning and added some comments. 14 vuotta sitten
  madscientist dc9be6db84 Added code to implement SO_NOSIGPIPE socket option when MSG_NOSIGLAL is not available. 15 vuotta sitten
  madscientist a19714cb18 Fixed NO_SIGNALS should have been MSG_NOSIGNAL 15 vuotta sitten
  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 vuotta sitten
  madscientist ae953b741e Minor tweaks to resolve compiler warnings. 15 vuotta sitten
  madscientist 1ea8084744 setup 15 vuotta sitten