Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-18.......... [DEV-2064] moved corresponding headers includes first in the ↵Artjoms Rimdjonoks
includes list (libs folder) (cherry picked from commit 135765dc3e9a5f85af765a18008b18bd5770126b)
2022-01-09.......... [ZBXNEXT-826] updated copyright year [2022]Alexander Vladishev
2021-01-03.......... [ZBXNEXT-826] updated copyright to 2021Alexander Vladishev
2020-01-17.......... [ZBXNEXT-826] updated copyright to 2020Alexander Vladishev
2019-01-07.......... [ZBXNEXT-826] updated copyright to 2019Alexander Vladishev
2018-06-07.......PS. [ZBXNEXT-4577] type definitions instead of definesVladislavs Sokurenko
2018-01-04.......... [ZBXNEXT-826] updated copyright to 2018Alexander Vladishev
2017-03-16...G...... [ZBXNEXT-3687] Splitted logic for zbx_shm_* functionsAndrea Biscuola
The previous zbx_shmget() function, was taking care of allocating and eventually substituting a shared memory segment. Now we splitted the logic into two small separated functions. zbx_shm_create() will take only a size and give back an ID for a shared memory segment, while zbx_shm_destroy() will mark the shared memory identified by the shmid parameter for destruction. To note that zbx_shm_destroy() will not take care of detaching the shared memory segment from the process, that's responsibility of the caller. Also, give the functions names more consistent with the general style of the zabbix code conventions. Suggested by @wiper
2017-03-08...G...... [ZBXNEXT-3687] Don't use keys for allocating shared memory anymoreAndrea Biscuola
The zbx_ftok() function was completely removed from the source code. The function was used only inside the agent code and the zbxnix library. The zbx_shmget() function was reworked for not using a key but for using only an id for checking if a shared memory segment exist. By the logic of the allocating code, we can skip the check with the key, because we always check for errors when the first instances of the shared memory segments are created. The logic behind the shared memory management in the agent didn't changed.
2017-02-09...G...PS. [ZBXNEXT-3687] bubbled up exit() calls from IPC functions to the ↵Glebs Ivanovskis
main() functions and main process threads
2017-02-07...GI..PS. [ZBXNEXT-3687] ported changes from ZBX-11747 branchGlebs Ivanovskis
2017-01-20.......... [ZBXNEXT-826] updated copyright to 2017Alexander Vladishev
2016-01-14.......... [ZBXNEXT-826] updated copyright to 2016Alexander Vladishev
2015-12-15....I..PS. [ZBXNEXT-3071] Added internal items to monitor history index ↵Andris Zeila
cache, updated templates, minor coding/comment fixes
2015-12-14.......PS. [ZBXNEXT-3071] initial history cache implementation without ↵Andris Zeila
proper configuration parameter and internal item support
2015-08-26...G...... [ZBXNEXT-494] use actual used rather than allocated space for ↵Andris Zeila
shared memory reallocation calculations
2015-07-28...G...... [ZBXNEXT-494] minor improvementsSandis Neilands
2015-06-12...G...... [ZBXNEXT-494] added support for proc.cpu.util key on linux platformAndris Zeila
2015-01-14.......... [ZBXNEXT-826] updated copyright to 2015Alexander Vladishev
2014-01-07.......... [ZBX-954] updated copyright to 2014Pavels Jelisejevs
2013-09-27.......PS. [ZBXNEXT-1633] added vmware collector process Andris Zeila
The vmware collector processes are resposible for gathering data from vmware services, preprocessing it and storing into shared memory. Pollers will access already gathered data and will not have to wait while the data is being retrieved.
2013-06-04........S. [ZBXNEXT-322] added history value cacheAndris Zeila
Consider it alpha realease. While the cache storage itself is extensively tested, the integration in system is not tested much. Also no value cache statistic items (hits, misses etc) are implemented yet.
2013-03-21.......... [ZBX-954] fixed copyright headerOleg Egorov
2013-03-21.......... [ZBX-954] fixed copyright yearsOleg Egorov
2012-06-12...G...... [ZBXNEXT-801] maximum number of monitored disks increased to ↵Andris Mednis
1024, with dynamic increasing of shared memory size
2011-11-08 - [ZBX-4108] change both outdated addresses (mass ave and tenmple street) ↵Rihards Olups
to the franklin street one; couldn't find any other licences using similar addresses (mit, for example); additionally, remove 'how to apply' section from the main COPYING file and add 'END OF TERMS AND CONDITIONS' to the frontend copy of it; skipped src/libs/zbxcommon/zbxgetopt.c and src/libs/zbxcommon/gnuregex.c as their style currently conflicts with pre-commit hook (uses spaces for indenting)
2011-08-26 - [ZBX-4045] Prepared merge to trunk from 1.8 branch r21346Rudolfs Kreicbergs
2011-02-21 - [ZBXNEXT-408] added zabbix[process,...] internal checksAlexander Vladishev
[merge branches/1.8 -c17989]
2011-02-18 - [ZBX-1324] ZABBIX -> Zabbix, unify copyright strings, fix typos & remove ↵Rihards Olups
a bit of trailing whitespace
2011-02-07 - [ZBX-954] bump copyright dateRihards Olups
2010-06-28 - when out of memory, we now suggest to increase a certain configuration ↵Aleksandrs Saveljevs
parameter (suggested in ZBX-2565) [svn merge svn://svn.zabbix.com/branches/1.8 -c 13063]
2009-07-23 - [ZBX-954] minor spacing fixesRihards Olups
2009-07-21 [DEV-137] added detection of multi-level transations, queries which are out ↵Alexei Vladishev
of transactions, other improvements
2009-07-21 [DEV-137] better handling of shared memory related functions, other minor ↵Alexei Vladishev
inprovements (added missing ipc.h)