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-01-09.......... [ZBXNEXT-826] updated copyright year [2022]Alexander Vladishev
2021-12-15...G...PS. [ZBXNEXT-4922] updated autoconf logic and macrosJurijs Klopovskis
2021-11-23.......... [ZBXNEXT-4922] added ifdefs around old pcre codeJurijs Klopovskis
2021-11-23.......... [ZBXNEXT-4922] got configure script workingJurijs Klopovskis
2021-10-15.......PS. [ZBXNEXT-2475] added web monitoring with content encodingAndrejs Kozlovs
2021-01-03.......... [ZBXNEXT-826] updated copyright to 2021Alexander Vladishev
2020-03-12.......... [ZBXNEXT-1736] upgraded to masterAleksejs Sestakovs
2020-02-27.......PS. [ZBX-16926] fix INT_MAX error when compiling on SunOS/Joyent/SolarisArtjoms Rimdjonoks
(cherry picked from commit 9c51c38c4b276a5072c29e89ef536f6a00f4402e) (cherry picked from commit 4354c28c8baaa9f2478adad4ecdf0b28f9c4e67c)
2020-01-20.......PS. [ZBXNEXT-1736] increased float precisionVladislavs Sokurenko
2020-01-17.......... [ZBXNEXT-826] updated copyright to 2020Alexander Vladishev
2019-07-16.......PS. [ZBXNEXT-4502] added support of full jsonpath functionalityAndris Zeila
* commit 'e40b4995d877edebae4404ee4056df2b7d9ced72': (61 commits) .......PS. [ZBXNEXT-4502] fixed jsonpath expression evaluation when checking for presence of an object or array .......PS. [ZBXNEXT-4502] applied patch for adding sum() function support in jsonpath queries .......PS. [ZBXNEXT-4502] fixed jsonpath queries for element existance when element value was string .......PS. [ZBXNEXT-4502] fixed jsonpath function parsing when compiling jsonpath .......PS. [ZBXNEXT-4502] removed duplicated function declaration .......PS. [ZBXNEXT-4502] updated replaced deprecated zbx_json_open_path in 4.2 code with zbx_jsonpath_query, fixed merge ...G...... [ZBXNEXT-4502] fixed windows build .......PS. [ZBXNEXT-4502] renamed zbx_json_path_open() to zbx_json_open_path() .......PS. [ZBXNEXT-4502] fixed test case name .......PS. [ZBXNEXT-4502] fixed comments .......PS. [ZBXNEXT-4502] refactored jsonpath expression evaluation to avoid false positive analyzer warnings ...G...PS. [ZBXNEXT-4502] fixed coding style ...G...PS. [ZBXNEXT-4502] added more variant comparison test cases ...G...PS. [ZBXNEXT-4502] fixed coding style ...G...PS. [ZBXNEXT-4502] - changed json static error message buffer to thread local for windows ...G...PS. [ZBXNEXT-4502] improved comments ...G...PS. [ZBXNEXT-4502] fixed coding style: * reduced local variable scope * improved error message ...G...PS. [ZBXNEXT-4502] refactored zbx_jsonpath_compile() to avoid touching the output structure if the compilation failed Also fixed various coding style issues. ...G...PS. [ZBXNEXT-4502] fixed memory leak ...G...PS. [ZBXNEXT-4502] fixed coding style: * reduced local variable scope * use sizoef instead of 4 when copying integer variable contents * fixed comments ... (cherry picked from commit 8ceddc49ebcb31e1be87dd1a948b9f827615b1db)
2019-01-07.......... [ZBXNEXT-826] updated copyright to 2019Alexander Vladishev
2018-08-31...G...... [ZBX-6565,ZBX-13645,ZBX-14559] fixed agent on AIX 6.1 TL0, 7.1 ↵Andris Mednis
TL0: system.stat[memory,avm], compilation, crash on net.dns[] items For ZBX-6565: - fixed compilation on AIX 7.1 with a bug in /usr/include/netinet/in6_var.h. The bug causes fail of 'libperfstat.h' tests in 'configure' script and system.stat[memory,avm] support is not compiled in. - improved error message if 'system.stat[memory,avm]' support is not compiled in. For ZBX-13645: - removed dependency on perfstat_partition_config() (it is not available on AIX 7.1 TL0), it was replaced with lpar_get_info(() to get number of logical processors in a logical partition for system.cpu.num[]. For ZBX-14559: - fixed crash when when processing net.dns[] items on some AIX systems.
2018-05-23...G....S. [ZBX-13730] imported changes from ZBX-13730Jurijs Klopovskis
2018-05-03...G....S. [ZBX-13730] imported changes from ZBX-13730Jurijs Klopovskis
2018-01-04.......... [ZBXNEXT-826] updated copyright to 2018Alexander Vladishev
2017-08-02....I..... [ZBXNEXT-3006] fixed libevent dependency problemsAndris Zeila
2017-05-08........S. [DEV-557] fixed compilation error on AIX, fixed compiler warningsAndris Mednis
2017-04-18....I..... [ZBX-3924] pcre for windows agentVladislavs Sokurenko
2017-04-12....I..... [ZBX-3924] use pcre instead of posixVladislavs Sokurenko
2017-01-20.......... [ZBXNEXT-826] updated copyright to 2017Alexander Vladishev
2016-02-16...GI..PS. [ZBX-4148] isolated CFLAGS for iconv and ldapGlebs Ivanovskis
2016-02-16....I..PS. [ZBX-4148] isolated places where libssh2 and libopenipmi headers ↵Glebs Ivanovskis
are included
2016-02-16....I..PS. [ZBX-4148] isolated places where libnetsnmp headers are includedGlebs Ivanovskis
2016-02-16....I..PS. [ZBX-4148] isolated places where libiksemel, libxml2 and libodbc ↵Glebs Ivanovskis
headers are included
2016-01-29....I..... [ZBX-4069] fixed LDAP and Oracle DB compilation conflictViktors Tjarve
2016-01-20....I...S. [ZBX-4069] fixed LDAP with Oracle DB make conflictViktors Tjarve
2016-01-18.......... [ZBX-10239] updated to the latest trunkSandis Neilands
2016-01-14.......... [ZBXNEXT-826] updated copyright to 2016Alexander Vladishev
2016-01-13...G...... [ZBX-10239] removed redundant checks for headersSandis Neilands
2016-01-13...G...... [ZBX-10239] fixed compiler warning by including header that was ↵Sandis Neilands
missing
2015-12-14...G...... [ZBX-10063] implemented 64-bit counters for net.if.* items on ↵Sandis Neilands
Windows.
2015-06-02........S. [ZBXNEXT-679] lowered libcurl version requirement to 7.20.0 by ↵Aleksandrs Saveljevs
omitting explicit login options
2015-06-02........S. [ZBXNEXT-679] added support for login options with cURL 7.31.0 to ↵Aleksandrs Saveljevs
7.33.0
2015-06-01........S. [ZBXNEXT-679] moved the check for SMTP authentication feature ↵Aleksandrs Saveljevs
into one place
2015-01-14.......... [ZBXNEXT-826] updated copyright to 2015Alexander Vladishev
2014-10-30....I..PS. [ZBX-8849] fixed redundant linking with -lcrypto when linking ↵Aleksandrs Saveljevs
with Net-SNMP
2014-08-06....I..PS. [ZBX-8389] defining CURLOPT_KEYPASSWD to CURLOPT_SSLKEYPASSWD on ↵Aleksandrs Saveljevs
versions of libcurl up to 7.16.4
2014-05-23.......PS. [ZBXNEXT-282] stylistic fixes during code reviewAleksandrs Saveljevs
2014-05-13.......PS. [ZBXNEXT-282] implement httpstep URL redirection based on step ↵Vladimir Levijev
configuration (max redirects hard-coded to 10)
2014-04-11...GI..... [ZBX-5243] removed the check for sys/procfs.h header file and ↵Aleksandrs Saveljevs
corresponding HAVE_SYS_PROCFS_H macro
2014-01-07.......... [ZBX-954] updated copyright to 2014Pavels Jelisejevs
2013-11-12....I..PS. [ZBXNEXT-1257] dropped support for UCD-SNMPAleksandrs Saveljevs
2013-10-23........S. [ZBX-7185] fixed two bugs with internal item events: (a) ↵Aleksandrs Saveljevs
escalations were not cancelled in case item or host is disabled, (b) escalations were not superseded properly
2013-03-28.......... [ZBXNEXT-1633] updated to the latest trunkAlexander Vladishev
2013-03-21.......... [ZBX-954] fixed copyright headerOleg Egorov
2013-03-21.......... [ZBX-954] fixed copyright yearsOleg Egorov
2013-03-20....I...S. [ZBXNEXT-1633] added simple checks for monitoring of vmware host ↵Alexei Vladishev
and guest machines; also added vmware related templates
2013-03-02.......... [ZBXNEXT-1633] updated to the latest trunkAlexander Vladishev
2013-03-02.......... [ZBXNEXT-1633] undoing changes in r34062Alexander Vladishev