]> git.stg.codes - stg.git/history - projects/sgauthstress
Fix build on Darwin.
[stg.git] / projects / sgauthstress /
2015-06-01 Maxim MamontovDon't compile c-file s with cxx-compiler. Clang doesn...
2015-05-11 Maxim MamontovFixed iconv linkage.
2015-05-11 Maxim MamontovAdded "smart" iconv 2nd arg const-ness detection.
2015-03-16 Maxim MamontovFixes due to stupid behaviour of BSD-like install.
2015-03-16 Maxim MamontovFixed installation on BSD-systems.
2015-02-01 Maxim MamontovFixes in dealing with external libs.
2015-01-18 Maxim MamontovImproved release version checking.
2015-01-18 Maxim MamontovSome fixes in build scripts.
2015-01-10 Maxim MamontovDon't build projects in debug mode.
2015-01-09 Maxim MamontovSimplified STG_LOCKER.
2015-01-09 Maxim MamontovMore fixes after cppcheck.
2015-01-09 Maxim MamontovPass debug flags to CFLAGS.
2013-07-06 System AdministratorAdded support of Darwin platform.
2013-01-11 Maxim MamontovUnified build scripts.
2012-02-07 Maxim MamontovFix compiler for local project cpp files
2012-02-06 Maxim MamontovAdd FreeBSD9 support
2011-12-01 Maxim MamontovMore correct way to use printf
2011-12-01 Maxim MamontovReplace echo -e with printf
2011-10-29 Maxim MamontovExplicit shell specification removed
2011-09-21 Maxim MamontovFix libs order (for --as-needed)
2011-09-20 Maxim MamontovAdd headers for old BSD systems, add unistd.h for close...
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-20 Maxim MamontovAdd proper header to use netinet/ip.h on *bsd systems
2011-09-20 Maxim Mamontovlibstgcommon.s needs iconv
2011-09-20 Maxim MamontovRemove const qualifier from sgauthstress implementation...
2011-09-20 Maxim MamontovFix projects and plugins building system to support...
2011-09-16 Maxim MamontovBlock all signals in threads other than main
2011-09-16 Maxim MamontovReplace deprecated usleep with POSIX-compliant nanosleep
2011-09-14 Maxim MamontovDo not mix CFLAGS and CXXFLAGS
2011-08-31 Maxim MamontovRemove const qualifier from return type of assignement...
2011-08-31 Maxim MamontovPass config file via const reference in sgauth/sgathstr...
2011-07-27 Maxim MamontovReplace -g3 with -ggdb3 (supported by gcc, clang and...
2011-07-27 Maxim MamontovSetup CFLAGS as a copy of CXXFLAGS
2011-07-27 Maxim MamontovFix compilation and linkage issues
2011-07-25 Maxim MamontovCode deduplication
2011-06-20 Maxim MamontovFix error with undefined CC and CXX
2011-06-16 Maxim MamontovUse CC and CXX on various checks in build script
2011-05-11 Maxim MamontovTimeouts checking added partially
2011-05-11 Maxim MamontovNon-zero default values for aliveTimeout and userTimeou...
2011-05-11 Maxim MamontovAdding and connecting users separated in main
2011-05-11 Maxim MamontovTimeout fixed, proto starting and stopping added
2011-05-11 Maxim MamontovLocks added, rnd logic for ALIVE changed, CONN_ACK...
2011-05-11 Maxim MamontovUsers container changed from vector to list
2011-05-11 Maxim MamontovCheck socket creation and socket initialization added
2011-05-10 Maxim MamontovImplement connecting and disconnecting users
2011-05-10 Maxim MamontovCopy constructor, assignement operator and network...
2011-05-10 Maxim MamontovConnect users on add
2011-05-10 Maxim MamontovServer address fixed
2011-05-10 Maxim MamontovRemove files copying from interface creation scripts
2011-05-10 Maxim MamontovAdd missing includes
2011-05-10 Maxim MamontovFix rnd type in USER
2011-05-10 Maxim MamontovFix some types and add UserCount method to PROTO
2011-05-10 Maxim MamontovInitialize and fill proto with users in main
2011-05-10 Maxim Mamontovia library removed from building and linking
2011-05-10 Maxim MamontovA map of ip-to-user replaced with vector of pairs
2011-05-10 Maxim Mamontovstg/ia.h removed from user.h
2011-05-06 Maxim MamontovAnother part of PROTO implemented
2011-05-06 Maxim MamontovUser info holder implemented
2011-05-05 Maxim Mamontovmain.cpp cleaned up
2011-05-05 Maxim MamontovNew compilation modules added to the build system
2011-05-05 Maxim MamontovAdd proto implementation and user state holder
2011-05-05 Maxim MamontovA list of 1000 user's login added
2011-05-05 Maxim MamontovAdded scripts to generate network aliases and delete it
2011-05-05 Maxim MamontovRename sgauth.conf to sgauthstress.conf
2011-05-05 Maxim MamontovMake bring sgauth.conf to be up-to-date
2011-05-05 Maxim MamontovAdd user list loading
2011-05-05 Maxim MamontovMove store unloading message forward
2011-05-05 Maxim MamontovUpdate build system
2011-05-05 Maxim MamontovCompilation issues fixed
2011-05-05 Maxim MamontovSettings code and header files renamed
2011-05-05 Maxim MamontovSettings code cleaned up
2011-05-04 Maxim MamontovAuthorization protocol stress test utility