summaryrefslogtreecommitdiffstats
path: root/src/zabbix_server
Commit message (Expand)AuthorAgeFilesLines
...
* - [DEV-42] Synchronisation of log files (Sasha)sasha2007-10-034-59/+204
* - [ZBX-89] Unused fields:history_lastid, ..str_lastid & ..uint_lastid (Sasha)sasha2007-10-011-18/+3
* - [ZBX-57] Problem in zbx_tcp_check_security 127.0.0.1 != 127.0.00.1 (Sasha)sasha2007-10-011-4/+3
* - [ZBX-67] Under DM, Synchronizing binary data between nodes (Sasha)sasha2007-09-281-1/+0
* - [ZBX-67] Under DM, Synchronizing binary data between nodes for PostgresSQL...sasha2007-09-283-62/+60
* - [ZBX-67] Under DM, Synchronizing binary data between nodes (Sasha)sasha2007-09-254-83/+254
* Fixed compilation warnings insasha2007-09-241-1/+4
* - [ZBX-70] fixed even more compilation warnings (Alexei)alex2007-09-221-1/+3
* [DEV-23] improvements in configure.in IPv6 (Sasha)sasha2007-09-173-63/+188
* - [NTT-16] minor fix (Alexei)alex2007-09-161-1/+1
* - [NTT-16] added synchronisation of last value and timestamp for DM (Alexei)alex2007-09-061-0/+22
* [ZBX-1] fixed wrong status of function "nodata" after server restart (Sasha)sasha2007-09-033-1/+11
* - [ZBX-33] fixed problem in table names in data.sql for PostgreSQL (Sasha)sasha2007-09-031-1/+1
* - [ZBX-32] fixed incorrect processing of IP ranges in ip_in_list (Sasha)sasha2007-09-031-4/+50
* - [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
* - fixed memory leak when processing non-existant trapper item (Alexei)alex2007-08-241-1/+1
* - merged rev. 4636:463t of branches/1.4 (Eugene) [added numeric parameters s...osmiy2007-08-222-2/+201
* - merged rev. 4616:4617 of branches/1.4.j/ (Eugene) [fixed e-mail sending to...osmiy2007-08-201-1/+42
* Fixes for processing of delta items.alex2007-08-171-8/+8
* - ignore trigger FALSE state if it depends on another trigger (Alexei)alex2007-08-171-1/+4
* - added automatic resolution of DNS names for auto-discovery (Alexei)alex2007-08-162-6/+55
* - fixed processing of triggers on delta items. Thanks to Palmertree. (Alexei)alex2007-08-151-18/+49
* - fixed processing of negative SNMP integers (Alexei)alex2007-08-151-1/+9
* - fixed processing of MM in format of log timestamps (Alexei)alex2007-08-152-5/+56
* - fixed processing of SNMP octet strings (Alexei)alex2007-08-141-2/+46
* - fixed division by zero in ZABBIX server (Alexei)alex2007-08-131-2/+2
* - support of parameters NodeNoEvents and NodeNoHistory (Alexei)alex2007-08-137-22/+38
* - 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
* - fixed synchronisation of delete operation between nodes (Alexei)alex2007-08-103-14/+32
* - merged rev. 4515:4518 of branches/1.4.2/ (Artem) [fixed SLA problem on IT ...artem2007-08-073-113/+2
* - added timeout handler for http monitoring (Eugene)osmiy2007-07-311-5/+22
* - fixed jabber configuration (Eugene)osmiy2007-07-311-36/+5
* - more informative report for confiuration script (Eugene)osmiy2007-07-311-1/+1
* - added more details for JABBER errorsosmiy2007-07-271-1/+3
* - merged rev. 4468:4469 of brunches/1.4.2 (Eugene) [improved inheritance of ...osmiy2007-07-271-3/+13
* - support of database cache for history and trends (Alexei)alex2007-07-222-3/+10
* New function time_diff() (Alexei)alex2007-07-191-7/+6
* - basic support of database caching (Alexei)alex2007-07-195-6/+141
* - changed syntax of keys for external checks (Alexei)alex2007-07-102-13/+28
* - changed syntax of keys for aggregate items (Alexei)alex2007-07-101-14/+14
* - fixed DM configuration exchange in 32-bit environments (Alexei)alex2007-07-071-2/+2
* - fixed agent library dependencies (Eugene)osmiy2007-07-061-1/+5
* - merged rev. 4438:4440 of branches/1.4.2 (Eugene) [fixed internal loging sy...osmiy2007-07-051-13/+12
* svn merge -r4432:4433 svn://svn.zabbix.com/branches/1.4.2alex2007-07-051-1/+1
* - added server-side transactions for PostgreSQL (Alexei)alex2007-07-043-22/+24
* - added support of NOT IN operator for time periods (Alexei)alex2007-07-041-1/+8
* - fixed processing of macro {TRIGGER.VALUE} on 32 bit systems (Alexei)alex2007-07-041-1/+1
* - fixed ODBC monitoring (Eugene)osmiy2007-07-037-18/+31