]> git.stg.codes - stg.git/shortlog
stg.git
2016-05-20 Elena MamontovaTicket 37. The ChangePolicyToString(), StringToChangePo...
2016-05-20 Elena MamontovaTicket 37. The GetChangePolicy() virtual function is...
2016-05-20 Elena MamontovaTicket 37. The ChangePolicyToString() and StringToChang...
2016-05-20 Elena MamontovaTicket 37. The enum CHANGE_POLICY added in the struct...
2015-06-01 Maxim MamontovAnother iconv...
2015-06-01 Maxim MamontovFixed hardcoded iconv in sgconf.
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-31 Maxim MamontovMoved sgconf* back to /usr/sbin for backward compatibility.
2015-03-16 Maxim MamontovSyntactic fixes.
2015-03-16 Maxim MamontovAnother bunch of fixes related to BSD-like install.
2015-03-16 Maxim MamontovFixes due to stupid behaviour of BSD-like install.
2015-03-16 Maxim Mamontoveq/neq fixes.
2015-03-16 Maxim MamontovFixed installation on BSD-systems.
2015-02-01 Maxim MamontovAnother small fix in build script.
2015-02-01 Maxim MamontovAnother small fix in a build script.
2015-02-01 Maxim MamontovFixes in dealing with external libs.
2015-01-31 Maxim MamontovBackported some changes from 2.5.
2015-01-31 Maxim MamontovFixed compiler complaints.
2015-01-31 Maxim MamontovFixed tests.
2015-01-31 Maxim MamontovIgnore sgconf_xml.
2015-01-31 Maxim MamontovCorrected upload/download mess.
2015-01-31 Maxim MamontovUserdata can also contain cyrilic symbols.
2015-01-25 Maxim MamontovAdded necessary headers in netlink/nfq checks.
2015-01-25 Maxim MamontovHandle cash changes properly.
2015-01-25 Maxim MamontovAdded some handy funcs to work with IBPP statements.
2015-01-25 Maxim MamontovEncrypt including the last \0.
2015-01-25 Maxim MamontovAdded SERVCONF dtor.
2015-01-25 Maxim MamontovFixed unary x2str.
2015-01-25 Maxim MamontovPhone number may contain cyrilic characters. Added...
2015-01-25 Maxim MamontovAdded default constructor for resetable USER_CONF.
2015-01-25 Maxim MamontovAdded in-to-traff-type conversion.
2015-01-18 Maxim MamontovAllowed to build sgconf_xml on Darwin.
2015-01-18 Maxim MamontovImproved release version checking.
2015-01-18 Maxim MamontovSome fixes in build scripts.
2015-01-18 Maxim MamontovRemoved unused class fields.
2015-01-18 Maxim MamontovFixed compilation of sgconf_xml.
2015-01-18 Maxim MamontovReplaced some .data() with .const_data().
2015-01-18 Maxim MamontovFixed compilation of sgconf.
2015-01-18 Maxim MamontovFixed compilation of srvconf lib.
2015-01-18 Maxim MamontovRemoved some unused stuff from netunit.cpp.
2015-01-18 Maxim MamontovRemoved unused functions.
2015-01-10 Maxim MamontovSome fixes in USER_IMPL.
2015-01-10 Maxim MamontovFixed compilation issues.
2015-01-10 Maxim MamontovAdded handy encoding functions.
2015-01-10 Maxim MamontovUse common case-conversion functions.
2015-01-10 Maxim MamontovAdded missing include.
2015-01-10 Maxim MamontovMore convenient logger.
2015-01-10 Maxim MamontovAdded missing include.
2015-01-10 Maxim MamontovAdded ToLower/ToUpper.
2015-01-10 Maxim MamontovChanged version.
2015-01-10 Maxim MamontovSettings object is now allocated on stack, no need...
2015-01-10 Maxim MamontovFixed crash on problems with loading plugins.
2015-01-10 Maxim MamontovRemoved some unused stuff from build script.
2015-01-10 Maxim MamontovAdded a special project to build all STG libs.
2015-01-10 Maxim MamontovCosmetic changes.
2015-01-10 Maxim MamontovAdded messages about starting and stopping modules.
2015-01-10 Maxim MamontovMoved plugin-related things into a separate file.
2015-01-10 Maxim MamontovMinor changes.
2015-01-10 Maxim MamontovAdded Makefile for tests for Darwin platform.
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.
next