summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxcommon/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* - [DEV-137] Misc bugs and improvementssasha2008-08-111-0/+136
| | | | | | | [improved processing of proxy configuration] git-svn-id: svn://svn.zabbix.com/trunk@5892 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-351] added support of floating point values w/o zero (.12) (Sasha)sasha2008-04-091-5/+1
| | | | | | | [merged from branches/1.4 5600:5602] git-svn-id: svn://svn.zabbix.com/trunk@5603 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [DEV-16] Support of IPv6sasha2008-02-161-1/+1
| | | | | | | | Minor fix [svn merge svn://svn.zabbix.com/branches/1.4 -r5319:5361] git-svn-id: svn://svn.zabbix.com/trunk@5362 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-182] ICMP using host namessasha2008-02-011-0/+135
| | | | | | | [svn merge svn://svn.zabbix.com/branches/1.4 -r5304:5308] git-svn-id: svn://svn.zabbix.com/trunk@5309 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fixed compilation warnings insasha2007-09-241-1/+0
| | | | | | | | | | src/zabbix_server/discoverer/discoverer.c src/libs/zbxcomms/comms.c src/libs/zbxcommon/misc.c [svn merge svn://svn.zabbix.com/branches/1.4 -r4751:4753] git-svn-id: svn://svn.zabbix.com/trunk@4779 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* [DEV-23] improvements in configure.in IPv6 (Sasha)sasha2007-09-171-30/+245
| | | | | | | | | | | | | | [DEV-23] Autodiscovery for IPv6 (Sasha) [DEV-17] Add support of IPv6 to standard library (comms.c) (Sasha) [DEV-21] extended size of IP fields to accept IPv6 style IPs (Alexei) [DEV-21] added basic validation of IPv6 IP addresses in GUI (Alexei) [DEV-18] Modified structures of include/db.h to have larger length for IP addresses. [DEV-18] database schema enhanced for IPv6 addresses (Alexei) Minor fix for confgure.in. support of --enable-ipv6 for configure.in (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4752 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - [ZBX-32] fixed incorrect processing of IP ranges in ip_in_list (Sasha)sasha2007-09-031-13/+9
| | | | | | | [svn merge svn://svn.zabbix.com/branches/1.4 -r4710:4714] git-svn-id: svn://svn.zabbix.com/trunk@4716 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed ODBC monitoring (Eugene)osmiy2007-07-031-1/+1
| | | | | | - added selfvalidation code for functions with variable argument list (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4419 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved main poller loop (Alexei) alex2007-06-251-2/+85
| | | | | | | - fixed int_in_list() function (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4361 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - support of processing of negative data (Alexei)alex2007-06-211-0/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4320 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - cleaned code to avoid '... may be used uninitialized in this function' ↵alex2007-06-141-2/+2
| | | | | | warnings (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4284 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Monor changesalex2007-04-161-4/+4
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4016 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* More improvements for discovery.alex2007-04-151-3/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4015 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.alex2007-04-141-9/+23
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4014 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changesalex2007-04-141-13/+27
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4010 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.alex2007-04-141-0/+66
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4008 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Support of IP range if discoveru rule definition.alex2007-04-141-0/+55
| | | | git-svn-id: svn://svn.zabbix.com/trunk@4005 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved ZABBIX sender (Eugene)osmiy2007-03-291-0/+26
| | | | | | | - fixed popup menu on frontend for hosts screen (Eugene) - monir fixes of C code (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3953 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed compilation of WinXX agentosmiy2007-03-131-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3888 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed system.cpu.util[] (Eugene)osmiy2007-03-121-58/+6
| | | | | | | | | | | - improved configuration script (Eugene) - fixed floats values (Eugene) - developed agent result convertion (Eugene) - more fixes - TODO: WinXX agent \!\!\! git-svn-id: svn://svn.zabbix.com/trunk@3886 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Fix in get_nextcheck and cleanup of debug messages.alex2007-03-021-4/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3863 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - tested and fixed jabber messager (Eugene)osmiy2007-02-191-1/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3836 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - compiled win32/64 agentsosmiy2006-11-091-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3442 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Misc changes for 32 bit platform.alex2006-10-301-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3412 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - better calculation of next check timestamp for active items (Alexei)alex2006-10-301-1/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3407 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Added basic support of distributed history (Alexei)alex2006-09-241-1/+22
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3322 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - 'sql' fixes in 'trunk/frontends/php/popup.php' (Eugene)osmiy2006-09-141-2/+106
| | | | | | | | | | | | | | - minor fix of 'trunk/src/libs/zbxcommon/misc.c' (Eugene) - developed SLA calculation periods (Eugene) - developed flexible update intervals for items (Eugene) ported r3213 (fix for 'delay_flex' collumn) from 'branches/1.1-lk/' ported r3202 (flexible update intervals) from 'branches/1.1-lk/' ported r3207 (SLA calculation periods) from 'branches/1.1-lk/' git-svn-id: svn://svn.zabbix.com/trunk@3307 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* proted r3218:3224 from 1.1.2osmiy2006-08-291-7/+30
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3228 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added ZABBIX agent for Win64 platforms. (Eugene)osmiy2006-08-041-3/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3096 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - better pattern of distribution of item next checks to improve overallhugetoad2006-08-011-2/+4
| | | | | | | performance (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@3080 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of LDAP services monitoring for Win32 (Eugene)osmiy2006-07-141-12/+38
| | | | | | | | - added support of "net.tcp.service.perf" for Win32 (Eugene) - added support of "net.tcp.service" for Win32 (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3045 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* zabbix-1.2_dev integrationosmiy2006-07-121-2/+80
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3038 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added support of value type Text (Alexei)hugetoad2006-05-261-0/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2911 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - integer values will not be treated a sunsupported for items having type ↵hugetoad2006-05-081-4/+13
| | | | | | | | | float (Alexei) - fixed is_double() (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2818 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fix compilation if no function atoll() (Alexei)hugetoad2006-04-131-1/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2739 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - better function is_double() (Alexei)hugetoad2006-04-111-1/+14
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2727 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new trigger function: regexp (Alexei)hugetoad2006-01-021-0/+5
| | | | | | | - support of function str() for item type 'log' (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2469 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - new item value type: integer 64bit (Alexei)hugetoad2005-12-231-12/+20
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2423 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Elimination of compile warnings.hugetoad2005-12-051-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2394 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - automatic recovery of unsupported items (Alexei)hugetoad2005-12-041-0/+28
| | | | | | | - added config.refresh_unsupported (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2386 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added "SET_<TYPE>_RESULT" macross (Eugene)osmiy2005-11-251-12/+6
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2369 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor fixes.hugetoad2005-11-241-0/+9
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2353 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-11-241-0/+142
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2352 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed several warnings when compiling with -Wall flag (Alexei)hugetoad2005-10-261-0/+28
git-svn-id: svn://svn.zabbix.com/trunk@2222 97f52cf1-0a1b-0410-bd0e-c28be96e8082