]> git.stg.codes - stg.git/history - projects/stargazer/plugins/other/smux
Use std::lock_guard instead of STG_LOCKER.
[stg.git] / projects / stargazer / plugins / other / smux /
2022-08-28 Maksym MamontovRegen SMUX support library with more recent ASN1 compiler.
2022-08-27 Maksym MamontovFight CLang warnings.
2022-08-26 Maksym MamontovComplete replacement notifiers with subscriptions.
2022-08-25 Maksym MamontovMore subscriptions, less notifiers.
2022-08-23 Maksym MamontovStart replacing notifiers with subscriptions.
2022-08-23 Maksym MamontovSimplify notifiers.
2022-07-30 Maksym MamontovApply some Clang Tidy suggestions.
2022-07-20 Maksym MamontovMore std::jthread
2022-07-12 Maksym MamontovUse std::jthread and C++17.
2021-02-01 Maksym MamontovMerge remote-tracking branch 'github/master'
2021-01-17 Maksym MamontovMove projects back into subfolder.
2020-01-07 Maksym MamontovPort to CMake, get rid of os_int.h.
2017-01-21 Maxim MamontovMerge branch 'stg-2.409'
2017-01-21 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2017-01-21 Maxim MamontovVarious fixes of issues reported by static analyzers.
2016-08-20 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2016-07-20 Elena MamontovaMerge branch 'master' into ticket
2016-07-19 Maxim Mamontovstg-2.409 pre-merge.
2016-05-20 Elena MamontovaMerge remote-tracking branch 'origin/stg-2.409' into...
2016-04-14 Maxim MamontovSome minor improvements on ticket26.
2016-04-14 Maxim MamontovMerge remote-tracking branch 'origin/ticket26' into...
2016-03-17 Elena MamontovaMerge remote-tracking branch 'origin/stg-2.409' into...
2016-03-10 Elena MamontovaTicket 26. The const MODULE_SETTINGS & ms parameter...
2016-03-10 Elena MamontovaTicket 26. The const MODULE_SETTINGS & ms parameter...
2015-12-14 Maxim MamontovMerge remote-tracking branch 'origin/ticket42' into...
2015-10-18 Maxim MamontovMerge branch 'stg-2.409' into stg-2.409-radius
2015-10-18 Maxim MamontovFixed parsing parameters with empty values.
2015-01-09 Maxim MamontovSimplified STG_LOCKER.
2015-01-09 Maxim MamontovMore fixes after cppcheck.
2014-06-09 Maxim MamontovSimplified STG_LOCKER.
2014-06-09 Maxim MamontovMore fixes after cppcheck.
2014-01-29 NaffanyaSearch parameter in map case insensitive
2014-01-06 Maxim MamontovMerge branch 'new-daily-fee'
2013-08-23 Maxim MamontovMerge branch 'naffanya-dev'
2013-08-02 Maxim MamontovAdditional logging and small fixes.
2013-08-02 Maxim MamontovLog all SIGHUP-related activity.
2013-02-05 Maxim MamontovMassive refactoring.
2013-01-01 Maxim MamontovCode cleanup.
2012-12-02 Maxim MamontovAdded SMUX reconnect. Fixes #18.
2012-08-02 Maxim MamontovLog errors from plugins to server log.
2012-08-02 Maxim MamontovIntroduced logger for plugins.
2012-02-29 Maxim MamontovFix occasional crash on second and more reload in SMUX...
2012-02-09 Maxim MamontovPlugin loading order fixed
2012-01-13 Maxim MamontovCosmetic changes
2011-12-26 Maxim MamontovNew sensor added: ActiveUsers
2011-12-25 Maxim MamontovFix TariffChange sensor
2011-12-01 Maxim MamontovRevert previous changes
2011-12-01 Maxim MamontovRegister smux plugin as .stg24, not as a root
2011-09-20 Maxim MamontovReplace istream header with iostream header for some...
2011-09-20 Maxim MamontovExplicitly initialize base class in copy ctors of notifiers
2011-09-20 Maxim MamontovFix projects and plugins building system to support...
2011-09-16 Maxim MamontovDo not use pthread_kill to stop a thread
2011-09-16 Maxim MamontovBlock all signals in threads other than main
2011-09-14 Maxim MamontovInitialize class members for SMUX_SETTINGS in constructor
2011-09-14 Maxim MamontovInitialize arcs member in all OID constructors
2011-09-14 Maxim MamontovAdd virtual destructor for Sensor
2011-09-14 Maxim MamontovUse ptrdiff_t type for length variable to prevent compa...
2011-09-14 Maxim MamontovCheck write result and replace int with bool in return...
2011-09-12 Maxim MamontovSMUX reload with reconnect implemented
2011-09-12 Maxim MamontovFull and correct rollback in SMUX::Stop method
2011-09-03 Maxim MamontovDefine ConstSensor::ToString only in debug build
2011-09-01 Maxim MamontovProduce debug output only if SMUX_DEBUG is defined 2.408-alpha
2011-09-01 Maxim MamontovMove tariffUsers from users section to tariffs.tariffUs...
2011-09-01 Maxim MamontovFix tariff and user subscription in SMUX
2011-09-01 Maxim MamontovIgnore deleted users while building new tariffs table
2011-09-01 Maxim MamontovMake tariff table based on tariff list
2011-09-01 Maxim MamontovAdd assertions on OpenSearch result
2011-09-01 Maxim MamontovAdd tables update on user add and del
2011-08-31 Maxim MamontovPrevent memory leak in smux plugin
2011-08-31 Maxim MamontovRules counter added to the SMUX plugin
2011-08-31 Maxim MamontovAdd rules count in STG-MIB
2011-08-31 Maxim MamontovWaitPackets moved to common.lib
2011-08-13 Maxim MamontovAdd some assertions
2011-08-13 Maxim MamontovSome fixes in service implementation
2011-08-13 Maxim MamontovMore clear plugin API
2011-08-13 Maxim MamontovAdmin, service and corporation sesnsors added for SUMX
2011-08-08 Maxim MamontovTables update implemented
2011-08-08 Maxim MamontovString coversion added to the sensors for debugging...
2011-08-08 Maxim MamontovChange OID in responce for the GetNext request
2011-08-08 Maxim MamontovSuffix construction and prefix compare methods added...
2011-08-08 Maxim MamontovAdded specialization for std::string of Value2OS
2011-08-08 Maxim MamontovTariff users table index fixed
2011-08-08 Maxim MamontovTable builders added for the SMUX plugin
2011-07-27 Maxim MamontovAdded specialization for unsigned in, long and unsigned...
2011-07-26 Maxim MamontovHack for libsmux includes
2011-07-26 Maxim MamontovLink against smux library instead of plain object files
2011-07-26 Maxim MamontovASN.1 sources moved to library
2011-07-26 Maxim MamontovASN.1 generated code moved to library
2011-07-26 Maxim MamontovOther comparsion functions for OID added
2011-07-26 Maxim MamontovAdded a wrapper for correct oid comparsion
2011-07-25 Maxim MamontovCode deduplication (plugin creation via template PLUGIN...
2011-07-25 Maxim MamontovCode deduplication
2011-07-25 Maxim MamontovSMUX plugin code separated to SNMP helper functions...
2011-07-25 Maxim MamontovHandlers moved to separate file and added to compilation
2011-07-25 Maxim MamontovFix name collision
2011-07-25 Maxim MamontovUse common filtering algorithm with predicate specializ...
2011-07-25 Maxim MamontovOld files removed
2011-07-25 Maxim Mamontovsnma agent -> smux