]> git.stg.codes - stg.git/history - projects
Allowed to pass mutex by reference into STG_LOCKER.
[stg.git] / projects /
2015-09-12 Maxim MamontovMoved connection-related functions into a separate...
2015-09-06 Maxim MamontovLimited waiting for response.
2015-09-06 Maxim MamontovCatch proper exception.
2015-09-06 Maxim MamontovFixed crash on stopping mod_radius.
2015-09-06 Maxim MamontovImplemeted reconnect in rlm_stg when the connection...
2015-09-05 Maxim Mamontovrlm_stg is now "thread-unsafe".
2015-09-05 Maxim MamontovUse separate config sections for each session stage.
2015-09-05 Maxim MamontovClear completion flag before making request.
2015-09-05 Maxim MamontovFree reply pair list before filling.
2015-09-05 Maxim MamontovAllow to have multi-leveled module settings.
2015-08-31 Maxim MamontovHandle EINTR in mod_radius correctly.
2015-08-31 Maxim MamontovFixed config parser for mod_radius.
2015-08-31 Maxim MamontovImplemented aysnc parser in STG::Conn.
2015-08-31 Maxim MamontovImplemented async parser in rlm_stg.
2015-08-31 Maxim MamontovFixed appending pairs in rlm_stg.
2015-08-31 Maxim MamontovAdded logging for rlm_stg C-C++ interface.
2015-08-31 Maxim MamontovFixed check for empty pair in rlm_stg.
2015-08-31 Maxim MamontovFixed build script for rlm_stg.
2015-08-31 Maxim MamontovAdded logger for rlm_stg.
2015-08-24 Maxim MamontovImplemented rlm_stg.
2015-08-24 Maxim MamontovImplemented backend for rlm_stg.
2015-08-24 Maxim MamontovAdded checks for boost and yajl.
2015-08-24 Maxim MamontovRemoved sgcp, added json.
2015-07-22 Maxim MamontovExperimental implementation of SGCP using Boost.Asio.
2015-06-20 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
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-05-11 Maxim MamontovIntroduced new mod_radius.
2015-04-14 Maxim MamontovFinal icing on rlm_stg.
2015-04-05 Maxim MamontovSome fixes in C-C++ bridge in rlm_stg.
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 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 MamontovPhone number may contain cyrilic characters. Added...
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 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-10 Maxim MamontovSome fixes in USER_IMPL.
2015-01-10 Maxim MamontovFixed compilation issues.
2015-01-10 Maxim MamontovUse common case-conversion functions.
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 MamontovMoved common initialization code to a separate class...
2015-01-10 Maxim MamontovDon't build projects in debug mode.
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-09 Maxim MamontovAdded keepalive setter.
2015-01-09 Maxim MamontovSolved some TODOs.
2015-01-09 Maxim MamontovFinished new implementation of sgconfig plugin.
2015-01-09 Maxim MamontovBetter error reporting from plugin runner.
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.
next