]> git.stg.codes - stg.git/shortlog
stg.git
2011-06-15 Maxim MamontovHelp book chapter 3 complete
2011-06-15 Maxim MamontovHelp book chapter 2 complete
2011-06-15 Maxim MamontovHelp book chapter 1 complete
2011-06-10 Maxim MamontovFill STG-MIB with real tree branches
2011-06-10 Maxim MamontovUse data sensors in queries
2011-06-10 Maxim MamontovData sensors added
2011-06-02 Maxim MamontovTodo for SMUX added
2011-06-01 Maxim MamontovSendGetResponsePDU implemented
2011-06-01 Maxim MamontovUtils for OID conversion, response skeleton, VarBindLis...
2011-06-01 Maxim MamontovSTG-MIB added
2011-06-01 Maxim MamontovRequest dispatching added
2011-06-01 Maxim MamontovRequest handlers added
2011-05-31 Maxim MamontovCore functionality implemented
2011-05-31 Maxim MamontovFix uninitialized variabled in mod_store_mysql
2011-05-30 Maxim MamontovPartially working snmp agent
2011-05-30 Maxim MamontovBase plugin structure implemented for SNMP Agent plugin
2011-05-30 Maxim MamontovSNMP Agent plugin added
2011-05-30 Maxim MamontovDB store plugin params unified
2011-05-28 Maxim MamontovAdd ReconnectOnTariffChange parameter description th...
2011-05-28 Maxim MamontovReplace RemoveDir with more efficient implementation
2011-05-28 Maxim MamontovSplit lines to fit 80 char width
2011-05-28 Maxim MamontovIP initialization added in TEST_ADMIN
2011-05-28 Maxim MamontovTEST_SETTINGS_LOCAL moved outside the namespace, more...
2011-05-28 Maxim MamontovUnused headers removed
2011-05-28 Maxim MamontovReplace fake disconnects with real and fix some errors
2011-05-26 Maxim MamontovAdded TEST_USERS
2011-05-26 Maxim MamontovTEST_AUTH added
2011-05-26 Maxim MamontovConnection notifier and watcher added
2011-05-26 Maxim MamontovFix stgTime placement
2011-05-26 Maxim MamontovAdd ReconnectOnTariffChange in TEST_SETTINGS implementation
2011-05-26 Maxim MamontovFix priv initialization in TEST_ADMIN implementation
2011-05-26 Maxim MamontovAdded unit-test for ReconnectOnTariffChange property
2011-05-26 Maxim MamontovAdd missing header
2011-05-26 Maxim MamontovImplement ReconnectOnTariffChange logic
2011-05-26 Maxim MamontovUSER_IMPL::SetPrepaidTraff moved to private section
2011-05-26 Maxim MamontovFix prepaid traff setting on fee charge
2011-05-26 Maxim MamontovReconnectOnTariffChange added to the settings
2011-05-26 Maxim MamontovAdded description for the new parameter FeeChargeType
2011-05-26 Maxim MamontovFix compiler warnings in unit-tests
2011-05-26 Maxim MamontovTest admin, settings, tariffs and store moved to separa...
2011-05-26 Maxim MamontovTest admin and test store added, all three test cases...
2011-05-26 Maxim MamontovTest TARIFFS implementation added
2011-05-26 Maxim MamontovUnused heade removed
2011-05-26 Maxim MamontovAdd new unit test - checking fee charging rules
2011-05-26 Maxim MamontovAllow to use NULL tariff instead empty one
2011-05-26 Maxim MamontovAllow to use virtual inheritance on SETTINGS for testin...
2011-05-26 Maxim MamontovFee charge rule selector added with 3 different charge...
2011-05-25 Maxim MamontovMembers initialization order fixed in PostgreSQL storag...
2011-05-25 Maxim Mamontov'retries' parameter added to PostgreSQL storage plugin
2011-05-25 Maxim MamontovNice adjustement removed
2011-05-20 Maxim MamontovFix error with invalid disconnect reason
2011-05-19 Maxim MamontovRemove help from doc temporarily for packaging (realy...
2011-05-19 Maxim MamontovRemove help from doc temporarily for packaging
2011-05-19 Maxim MamontovFix path to docs in make.sh
2011-05-19 Maxim MamontovRemove sgauthstress from packaging temporarily 2.407-p1
2011-05-19 Maxim MamontovVersion bump
2011-05-18 Maxim MamontovFix infinite loop while sending messages repeatedly
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-06 Maxim MamontovEmpty lines removed from the end of the file
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
2011-05-04 Maxim MamontovFix auth_stress plugin to be up-to-date with current...
2011-05-04 Maxim MamontovFix multiple typo: "alredy" -> "already"
2011-04-23 Maxim MamontovPROG variavle removed from library's Makefiles
2011-04-22 Maxim MamontovWriteConf removed from stopping process
2011-04-21 Maxim MamontovRevert the effect of previous commit `cause it has...
2011-04-21 Maxim MamontovCosmetic changes
2011-04-21 Maxim MamontovReplace properties in IsInetable with explicit use...
next