summaryrefslogtreecommitdiffstats
path: root/src/zabbix_server/evalfunc.c
Commit message (Expand)AuthorAgeFilesLines
* - [DEV-109] Server changessasha2008-02-161-1826/+0
* - [DEV-109] Server changes - Trappersasha2008-02-151-2/+2
* - [ZBX-277] fix for the original patch (Alexei)alex2008-01-171-9/+9
* - [ZBX-277] fixed possible server crash when evaluating functions str(), reg...alex2008-01-171-7/+7
* - [ZBX-172] fixed incorrect SQL caused by character ' in item key (Alexei)alex2007-11-161-2/+8
* - [ZBX-164] added support of units for values used in notifications (Alexei)alex2007-11-151-47/+282
* - [ZBX-108] fixed change() and abschange() for negative integer values (Alexei)alex2007-11-141-4/+22
* [ZBX-1] fixed wrong status of function "nodata" after server restart (Sasha)sasha2007-09-031-1/+5
* - support of new parameter for count(period,value,operator) (Alexei)alex2007-08-121-2/+80
* - new trigger function iregexp(), non case-sensitive regexp (Alexei) alex2007-08-121-0/+18
* Minor fix.alex2007-06-261-3/+3
* - cleaned code to avoid '... may be used uninitialized in this function' war...alex2007-06-141-2/+2
* - fixed function diff() for floats (Alexei)alex2007-05-281-1/+1
* - fixed delta value calculation for UINT64 (thanks to Farzad FARID)osmiy2007-05-241-1/+1
* - minor fix for trigger evalutionosmiy2007-05-241-1/+0
* - added delta value calculation for UINT64 (Eugene)osmiy2007-05-241-93/+98
* - support of more flexible trigger function count(period,value) (Alexei)alex2007-05-171-10/+73
* fixed commilation osmiy2007-04-141-1/+0
* - fixed function diff for integer items (Alexei)alex2007-04-011-2/+2
* - fixed calculation of some functions where item is integer. (Alexei)alex2007-03-251-2/+2
* Minor code beautification.alex2007-03-191-32/+96
* - fixed system.cpu.util[] (Eugene)osmiy2007-03-121-88/+25
* - added support of avg() for items having integer type (Alexei)alex2007-03-121-20/+27
* Code cleanup.alex2007-03-041-9/+9
* Fix in get_nextcheck and cleanup of debug messages.alex2007-03-021-26/+5
* - fixed large SQLs calling (Eugene)osmiy2007-02-121-1/+1
* - changed type of items.prevorgvalue to preserve data precision (Alexei)alex2007-01-281-21/+130
* - fixed function max(#N) (Alexei)alex2007-01-211-2/+2
* - fixed calculation of sum(#N) (Alexei)alex2007-01-021-16/+18
* More changes for DM.alex2006-11-251-15/+9
* More changes for DM.alex2006-11-241-1/+1
* - fixed trigger function fuzzytime() (Alexei)alex2006-11-131-2/+2
* - introduced secure strcat and strcpy: zbx_strlcat, zbx_strlcpy (Alexei)alex2006-11-011-1/+1
* - fixed calculation of delta(#N) (Alexei)alex2006-10-301-0/+1
* Added basic support of distributed history (Alexei)alex2006-09-241-16/+29
* Initial integration of distributed monitoring.alex2006-09-141-1/+1
* - new more efficient definition of function DBexecute() (Alexei)hugetoad2006-07-131-25/+10
* zabbix-1.2_dev integrationosmiy2006-07-121-34/+34
* - more port for Oracle.hugetoad2006-05-231-14/+14
* - fixed update of trigger status (Eugene)osmiy2006-05-151-0/+1
* - fixed zabbix server crash after SQL request reading (Eugene)osmiy2006-05-151-10/+23
* - fixed evaluation of max,min,count,sum for item having integer values (Alexei)hugetoad2006-05-141-19/+135
* - support of special unit "unixtime" (Alexei)hugetoad2006-05-131-1/+2
* Better performance for MySQL. Conversion to DBfetch().hugetoad2006-05-071-55/+77
* Minor changes.hugetoad2006-05-071-6/+14
* Minor changes.hugetoad2006-05-061-2/+5
* Changes for Oracle support.hugetoad2006-05-061-10/+10
* - added support of proc.mem[] for AIX (Eugene)osmiy2006-04-251-3/+3
* - fixed agregate functions to work with uint data type (Alexei)hugetoad2006-04-201-8/+8
* - added value mapping for e-mail content (Eugene)osmiy2006-02-221-48/+128