summaryrefslogtreecommitdiffstats
path: root/src/zabbix_server/expression.c
Commit message (Expand)AuthorAgeFilesLines
* - [ZBX-164] added support of units for values used in notifications (Alexei)alex2007-11-151-2/+9
* - [ZBX-35] fixed processing of PROFILE related macros (Alexei)alex2007-09-011-22/+22
* - support of macro {ITEM.LASTVALUE} for notifications and trigger names (Ale...alex2007-08-301-1/+28
* - merged rev. 4636:463t of branches/1.4 (Eugene) [added numeric parameters s...osmiy2007-08-221-0/+151
* - fixed processing of macro {TRIGGER.VALUE} on 32 bit systems (Alexei)alex2007-07-041-1/+1
* - changed priorities of '|' and '&' in trigger expressions (Alexei)alex2007-07-031-56/+58
* Reverted result of trigger evaluation (0 - false, true otherwise).alex2007-06-291-2/+2
* - support of processing of negative data (Alexei)alex2007-06-211-1/+8
* - support of negative numbers in trigger expressions (Alexei)alex2007-06-211-69/+79
* - added check of memory leaks in zbx_malloc() (Alexei)alex2007-06-141-1/+1
* - fixed processing of {IPADDRESS} for hosts monitored by DNS name (Alexei)alex2007-06-061-1/+1
* - fixed trigger description substitution for messages (Eugene)osmiy2007-05-241-3/+4
* - fixed processing of {TRIGGER.VALUE} and {STATUS} (Alexei)alex2007-05-221-2/+2
* Minor changes.alex2007-04-031-45/+15
* Support of service discovery events and other changes.alex2007-03-281-3/+18
* Beautification of code.alex2007-03-191-72/+150
* Minor code beautification.alex2007-03-191-46/+94
* - added events.object (Alexei)alex2007-03-161-46/+46
* - added events.source (Alexei)alex2007-03-161-46/+46
* - fixed system.cpu.util[] (Eugene)osmiy2007-03-121-2/+2
* renamed 'uncnown' to 'unknown' IIosmiy2007-03-061-1/+1
* Code cleanup.alex2007-03-041-5/+5
* Minor improvement of debug messages.alex2007-03-031-4/+4
* Fix in get_nextcheck and cleanup of debug messages.alex2007-03-021-31/+5
* - support of hysteresis (Alexei)alex2007-03-011-86/+91
* - fixed large SQLs calling (Eugene)osmiy2007-02-121-112/+94
* - new macros {PROFILE.DEVICETYPE}, {PROFILE.NAME}, {PROFILE.OS},alex2007-01-221-5/+280
* - added support of macro ITEM.NAME (Alexei)alex2007-01-201-0/+28
* - increased message size for alerts (Eugene)osmiy2007-01-151-58/+73
* Minor changes.alex2007-01-111-2/+2
* Different changes.alex2006-12-061-22/+0
* More changes for DB.alex2006-11-241-2/+2
* - added support of macro TRIGGER.URL and TRIGGER.COMMENT (Alexei)alex2006-11-221-5/+14
* - fixed possible security issues raised by debian security audit (Alexei)alex2006-11-011-28/+28
* - changed all zabbix_log(lev, str) to zabbix_log(lev,"%s", str) (Alexei)alex2006-11-011-28/+28
* - introduced secure strcat and strcpy: zbx_strlcat, zbx_strlcpy (Alexei)alex2006-11-011-6/+6
* - added support of macro {TRIGGER.ID} (Alexei)alex2006-10-301-0/+18
* Added basic support of distributed history (Alexei)alex2006-09-241-9/+15
* - added processing of distributed events (Alexei)alex2006-09-221-24/+46
* - fixed trigger description substitution in action comporation (Eugene) osmiy2006-09-131-13/+26
* ported r3274 (improved substitution) from 1.1.2osmiy2006-09-011-222/+215
* ported r3229 (renamed macro variable) from 1.1.2osmiy2006-08-291-4/+4
* proted r3218:3224 from 1.1.2osmiy2006-08-291-1/+17
* - added support of macro {TRIGGER.COMMENT} (Alexei)hugetoad2006-08-041-0/+7
* - new more efficient definition of function DBexecute() (Alexei)hugetoad2006-07-131-7/+3
* zabbix-1.2_dev integrationosmiy2006-07-121-17/+17
* - fixed zabbix server crash after SQL request reading (Eugene)osmiy2006-05-151-3/+3
* Better performance for MySQL. Conversion to DBfetch().hugetoad2006-05-071-6/+10
* Changes for Oracle support.hugetoad2006-05-061-1/+1
* - slightly optimised code in evaluate_simple (Alexei)hugetoad2006-04-211-104/+67