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-02-18........S. [ZBX-20530] fixed compilation error on FreeBSDAleksejs Sestakovs
* commit '02f0c2000aef27dcccce61a1e3502fac41bc1ea7': ........S. [ZBX-20530] fixed compilation error on FreeBSD (cherry picked from commit 92ce4a609e0c0bb51c664102ee4f71ee868dbf2a)
2022-01-14.......PS. [ZBXNEXT-7101] fixed overflow_before_widen warningAleksejs Sestakovs
* commit '55777a1b0ec1bf9281fa3a50d76279a1dd07fc98': .......PS. [ZBXNEXT-7101] fixed to use zbx_es_get_env() .......PS. [ZBXNEXT-7101] fixed overflow_before_widen warning (cherry picked from commit 538f64e27cd980c7b1adac7d1555c77749118d3e)
2022-01-13.......PS. [ZBXNEXT-7101] implemented sleep function into JS engineAleksejs Sestakovs
* commit '7549be27f9b9f1cd6564997a21f67a72c134ce24': .......PS. [ZBXNEXT-7101] fixed to accept zero value .......PS. [ZBXNEXT-7101] fixed to accept number in string format .......PS. [ZBXNEXT-7101] reworked timeout error check .......PS. [ZBXNEXT-7101] fixed error check .......PS. [ZBXNEXT-7101] added timeout validation .......PS. [ZBXNEXT-7101] renamed Sleep() to sleep() ........S. [ZBXNEXT-7101] changed msleep() function to method of Zabbix object ........S. [ZBXNEXT-7101] implemented sleep function into JS engine (cherry picked from commit 7c0e02e9d346f4d5e13400ad6ff8438adef70d78)
2022-01-09.......... [ZBXNEXT-826] updated copyright year [2022]Alexander Vladishev
2021-01-03.......... [ZBXNEXT-826] updated copyright to 2021Alexander Vladishev
2020-10-28.......PS. [ZBXNEXT-6241] format in accordance with newly documented guidelinesDmitrijs Goloscapovs
2020-10-27.......PS. [ZBXNEXT-6241] made JS object and method names more JavaScript alikeDmitrijs Goloscapovs
2020-06-26.......PS. [ZBX-17837] fixed memory leaks when handling CurlHttpRequest errorsAndris Zeila
* commit '7c735c2d13a8da7f149295b0de67fcffaebf7e5d': .D........ [ZBX-17837] added changelog entry .......PS. [ZBX-17837] moved check for Zabbix.Log json buffer limits before adding log to the buffer. Otherwise it would be possible to exceed the limits if user would handle exception generated by Zabbix.Log() limits. .......PS. [ZBX-17837] fixed error handling in CurlHttpRequest implementation .......... [ZBX-17837] reset error message after embeded scripting api call failure .......PS. [ZBX-17837] fixed memory leaks if ZBX_CURL_SETOPT() fails .......PS. [ZBX-17837] modified macro ZBX_CURL_SETOPT() to avoid throwing duk_error() (cherry picked from commit a807da8fdeff9d2edd851f942c84fdb7c811e813)
2020-05-14.......PS. [ZBX-17227] fixed 4-byte utf-8 sequence handling in embedded scriptsAndris Zeila
* commit '9fbe7626d48c23d8483af888aadd4d534499d519': .......... [ZBX-17227] added changelog entry .......PS. [ZBX-17227] changed cesu8-utf8 conversion to generate error on 4-byte sequences, fixed coding style issues .......PS. [ZBX-17227] added cesu8->utf8 conversion to atob/btoa functions .......PS. [ZBX-17227] added cesu8->utf8 conversion when duktape strings are passed to other functions .......PS. [ZBX-17227] convert data from cesu8 to utf8 (cherry picked from commit 6d241bf6ab5200cee61c8c35b22f4ce098cdd11c)
2020-04-22........S. [ZBXNEXT-5877] replaced gettimeofday() to existing function ↵Vladislavs Sokurenko
zbx_timespec()
2020-04-20........S. [ZBXNEXT-5877] limit log sizeVladislavs Sokurenko
2020-04-20........S. [ZBXNEXT-5877] limit log sizeVladislavs Sokurenko
2020-04-20........S. [ZBXNEXT-5877] limit log sizeVladislavs Sokurenko
2020-04-20........S. [ZBXNEXT-5877] style fixesVladislavs Sokurenko
2020-04-20........S. [ZBXNEXT-5877] added duration of the scriptVladislavs Sokurenko
2020-04-20........S. [ZBXNEXT-5877] added milliseconds since start to logsVladislavs Sokurenko
2020-04-20........S. [ZBXNEXT-5877] logging to json, initial commitVladislavs Sokurenko
2020-03-25.......PS. [ZBXNEXT-5734] added base64 encode, decode functions to webhookMartins Abele
* commit '186dbf9620e104edd2dc7d09bb8d653e1a3081c5': .......PS. [ZBXNEXT-5734] added ChangeLog entry .......PS. [ZBXNEXT-5734] fixed function comment .......PS. [ZBXNEXT-5734] swapped function names .......PS. [ZBXNEXT-5734] removed cesu8 to utf8 conversion .......PS. [ZBXNEXT-5734] fixed function description .......PS. [ZBXNEXT-5734] added error handling for broken cesu8 string .......PS. [ZBXNEXT-5734] added error handling .......PS. [ZBXNEXT-5734] checked for broken cesu8 string .......PS. [ZBXNEXT-5734] removed redundant pop functions .......PS. [ZBXNEXT-5734] swapped function names .......PS. [ZBXNEXT-5734] moved Zabbix.BaseXXX methods to global atob/btoa functions .......PS. [ZBXNEXT-5734] changed code style .......PS. [ZBXNEXT-5734] added cesu8 to utf8 conversion .......PS. [ZBXNEXT-5734] add base64 encode, decode functions to webhook (cherry picked from commit c4acd47ba22509a740a067fcbf33076f891e2991)
2020-01-17.......... [ZBXNEXT-826] updated copyright to 2020Alexander Vladishev
2019-10-01.......PS. [ZBXNEXT-5386] fixed warningsAndris Zeila
2019-10-01.......PS. [ZBXNEXT-5386] changed script logging from zabbix_log function to ↵Andris Zeila
Zabbix.Log