]> git.stg.codes - stg.git/history - projects/stargazer/traffcounter_impl.cpp
Remove redundand ctors.
[stg.git] / projects / stargazer / traffcounter_impl.cpp
2018-02-18 Maxim MamontovRemove redundand ctors.
2017-01-21 Maxim MamontovVarious fixes of issues reported by static analyzers.
2015-01-09 Maxim MamontovSimplified STG_LOCKER.
2015-01-09 Maxim MamontovMore fixes after cppcheck.
2015-01-09 Maxim MamontovLots of stylistic fixes.
2013-08-02 Maxim MamontovLog all SIGHUP-related activity.
2013-02-05 Maxim MamontovAdded separate touch time for traffcounter packet proce...
2013-02-05 Maxim MamontovAdded missing include.
2013-02-05 Maxim MamontovMassive refactoring.
2011-11-13 Maxim MamontovSome weird type casts removed
2011-11-13 Maxim MamontovShut up compiler
2011-11-13 Maxim MamontovExtra semicolon and return in void functions removed
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 some members in initialization lists
2011-09-01 Maxim MamontovAdd assertions on OpenSearch results
2011-06-16 Maxim MamontovExplicit constructor initialization for the base class...
2011-04-14 Maxim MamontovTRAFFCOUNTER_IMPL changed to use USER_IMPL instead...
2011-04-12 Maxim MamontovMerge branch 'master' of gitorious.org:stg/stg
2011-04-11 Maxim MamontovConsole logging on errors added to TRAFFCOUNTER_IMPL
2011-04-08 Maxim MamontovRemove 'stg' prefixes from headers and add it to libraries
2011-04-07 Maxim MamontovFix stargazer compilation errors
2011-04-04 Maxim MamontovAdd sys/types.h for FreeBSD
2011-04-04 Maxim MamontovFix compilation errors
2011-04-04 Maxim MamontovTraffcounter divided into interface and implementation