]> git.stg.codes - stg.git/shortlog
stg.git
2015-01-10 Maxim MamontovMoved common initialization code to a separate class...
2015-01-10 Maxim MamontovDon't build projects in debug mode.
2015-01-10 Maxim MamontovFixed compilation under CLang/FreeBSD10.
2015-01-10 Maxim MamontovRemoved "using namespace std;" from sgauth.
2015-01-10 Maxim MamontovAllowed to build on Darwin.
2015-01-10 Maxim MamontovRemoved "using namespace std;" from sgconv.
2015-01-10 Maxim MamontovAllowed to build on Darwin.
2015-01-10 Maxim MamontovMinor change in stg's Makefile.
2015-01-10 Maxim MamontovRemoved "using namespace std;" from rscriptd.
2015-01-10 Maxim MamontovAllowed to build on Darwin.
2015-01-10 Maxim MamontovRemoved "using namespace std;" from stargazer.
2015-01-10 Maxim MamontovRemoved unused m_res class member.
2015-01-10 Maxim MamontovRemoved old InitEncrypt function.
2015-01-10 Maxim MamontovProper checks for libs.
2015-01-10 Maxim MamontovInitialize m_store in ctor.
2015-01-10 Maxim MamontovFixed pointer arithmentics in crypto.lib.
2015-01-09 Maxim MamontovAdded keepalive setter.
2015-01-09 Maxim MamontovSolved some TODOs.
2015-01-09 Maxim MamontovAdded long string for tests.
2015-01-09 Maxim MamontovFinished new implementation of sgconfig plugin.
2015-01-09 Maxim MamontovBetter error reporting from plugin runner.
2015-01-09 Maxim MamontovAdded missing include.
2015-01-09 Maxim MamontovFixes due to changes in API.
2015-01-09 Maxim MamontovFixed BFStream work with large strings, allowed null...
2015-01-09 Maxim MamontovImplemented parser registry.
2015-01-09 Maxim MamontovAdded parser factories.
2015-01-09 Maxim MamontovHandle failures in Conn ctor.
2015-01-09 Maxim MamontovBrand new connection handling.
2015-01-09 Maxim MamontovRemoved rsconf.cpp.
2015-01-09 Maxim MamontovUse netinet/in.h instead of linux/in.h.
2015-01-09 Maxim MamontovAdjusted Makefile due to new source files.
2015-01-09 Maxim MamontovFixed compilation errors.
2015-01-09 Maxim MamontovReduced scopes plus graceful connection shutdown.
2015-01-09 Maxim MamontovAdded client connection class into sgconfig.
2015-01-09 Maxim MamontovMinor changes in plugin interface.
2015-01-09 Maxim MamontovRemoved unused stuff.
2015-01-09 Maxim MamontovUser parser refactoring.
2015-01-09 Maxim MamontovAdded a function to check user existance.
2015-01-09 Maxim MamontovSplit sgconfig parsers into seaparate files.
2015-01-09 Maxim MamontovFixed compilation with new TRAFF_TYPE.
2015-01-09 Maxim MamontovMinor change in BFStream.
2015-01-09 Maxim MamontovAdded const qualifier.
2015-01-09 Maxim MamontovTraff type become an enumeration in scope of TARIFF.
2015-01-09 Maxim MamontovTARIFFS::GetTariffsData become constant.
2015-01-09 Maxim MamontovCOmpose CXXFLAGS for tests correctly.
2015-01-09 Maxim MamontovHandle string for encryption properly.
2015-01-09 Maxim MamontovStore parser answer in configproto.
2015-01-09 Maxim MamontovGetPlugin should be extern "C".
2015-01-09 Maxim MamontovFixed bfstream test compilation.
2015-01-09 Maxim MamontovAdded special function to read/write all data (for...
2015-01-09 Maxim MamontovHandle short string correctly in blowfish encription.
2015-01-09 Maxim MamontovHandle callback errors in bfstreams.
2015-01-09 Maxim MamontovSome minor changes in bf stream.
2015-01-09 Maxim MamontovFixed encryption in srvconf.lib
2015-01-09 Maxim MamontovAlways think about \0 and block boundry during encryption.
2015-01-09 Maxim MamontovAdded stream encryption/decryption tests.
2015-01-09 Maxim MamontovAdded stream encryption/decryption.
2015-01-09 Maxim MamontovSome changes in crypto.lib. Added tests.
2015-01-09 Maxim MamontovIgnore .d files.
2015-01-09 Maxim MamontovFixed tests.
2015-01-09 Maxim MamontovCleaned up some headers.
2015-01-09 Maxim MamontovOptimized sending answers in sgconfig.
2015-01-09 Maxim MamontovAdded modification time for session traffic.
2015-01-09 Maxim MamontovAdded const version of GetPointer.
2015-01-09 Maxim MamontovAdded full string encryption.
2015-01-09 Maxim MamontovMinor changes.
2015-01-09 Maxim MamontovRemoved unused variables.
2015-01-09 Maxim MamontovRearranged some headers in sgconfig.
2015-01-09 Maxim MamontovUse unicode for messages. Convert before sending.
2015-01-09 Maxim MamontovSimplified STG_LOCKER.
2015-01-09 Maxim MamontovMore fixes after cppcheck.
2015-01-09 Maxim MamontovFixed compilation issue.
2015-01-09 Maxim MamontovAnother set of minor fixes.
2015-01-09 Maxim MamontovLots of stylistic fixes.
2015-01-09 Maxim MamontovRemoved obsolete stuff.
2015-01-09 Maxim MamontovMerge branch 'naffanya-dev'
2015-01-09 Maxim MamontovFixed build.
2015-01-09 Maxim MamontovAdded configuration checks.
2015-01-09 Maxim MamontovImplemented NFQ capturing.
2015-01-09 Maxim MamontovSmall fixes.
2015-01-09 Maxim MamontovInitial adding of netfilter_queue capturer.
2015-01-09 Maxim MamontovFixed x2str for doubles.
2015-01-09 Maxim MamontovFixed Split.
2015-01-09 Maxim MamontovAdded Split utility.
2015-01-09 Maxim MamontovAdded Splice method for resetables.
2015-01-09 Maxim MamontovSupport all next FreeBSD versions by default.
2015-01-09 Maxim MamontovPass debug flags to CFLAGS.
2015-01-09 Maxim MamontovFixed stupid things in MySQL backend.
2015-01-09 Maxim MamontovFixed merge issues.
2015-01-09 Maxim MamontovMerge branch 'new-daily-fee'
2015-01-09 Maxim MamontovMerge branch 'log-unauth-reasons'
2015-01-09 Maxim MamontovRemoved some conflicting macros.
2015-01-09 Maxim MamontovMerge branch 'fix-gts-auth-errors'
2015-01-09 Maxim MamontovAdded x2str for double type.
2015-01-09 Maxim MamontovUSER_STAT refactoring.
2015-01-09 Maxim MamontovChanged USER_STAT_RES.
2015-01-09 Maxim MamontovPre-allocate DIR_TRAFF container with DIR_NUM items.
2015-01-09 Maxim MamontovAdded DIR_TRAFF_RES, refactored DIR_TRAFF.
2015-01-09 Maxim MamontovReturn value from assignment operator.
2015-01-09 Maxim MamontovUse ::tolower from cctype in std::transform.
next