10 Commits (c4836264a87204f6b68ec6a68e081c47d2bb85f4)

Autor SHA1 Mensagem Data
  adeniz 3f8db1d408 Tested on Windows. 10 anos atrás
  adeniz 9c0bba99ad Removed "using namespace std" from header files. 10 anos atrás
  adeniz 054602c2d3 Add CodeDweller namespace. 10 anos atrás
  madscientist 73efe78c94 Modified windows detection flags to include _WIN32 and _WIN64 11 anos atrás
  adeniz 424734b5f8 Modified to build with 64-bit minGW. 15 anos atrás
  madscientist dc9be6db84 Added code to implement SO_NOSIGPIPE socket option when MSG_NOSIGLAL is not available. 15 anos atrás
  madscientist a19714cb18 Fixed NO_SIGNALS should have been MSG_NOSIGNAL 15 anos atrás
  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 anos atrás
  madscientist ae953b741e Minor tweaks to resolve compiler warnings. 15 anos atrás
  madscientist 1ea8084744 setup 15 anos atrás