]> git.stg.codes - stg.git/history - projects/sgauthstress/proto.cpp
Remove dead code.
[stg.git] / projects / sgauthstress / proto.cpp
2018-02-18 Maxim MamontovRemove dead code.
2015-01-09 Maxim MamontovSimplified STG_LOCKER.
2015-01-09 Maxim MamontovMore fixes after cppcheck.
2011-09-20 Maxim MamontovAdd proper header to use struct sockaddr_in in sgauthstress
2011-09-20 Maxim MamontovAdd proper header to use recvfrom/sendto in sgauthstress
2011-09-16 Maxim MamontovBlock all signals in threads other than main
2011-05-11 Maxim MamontovTimeouts checking added partially
2011-05-11 Maxim MamontovLocks added, rnd logic for ALIVE changed, CONN_ACK...
2011-05-10 Maxim MamontovImplement connecting and disconnecting users
2011-05-10 Maxim MamontovFix some types and add UserCount method to PROTO
2011-05-10 Maxim MamontovA map of ip-to-user replaced with vector of pairs
2011-05-06 Maxim MamontovAnother part of PROTO implemented
2011-05-05 Maxim MamontovAdd proto implementation and user state holder