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
diff options
context:
space:
mode:
authorAndris Mednis <Andris.Mednis@zabbix.com>2021-11-17 18:17:39 +0300
committerAndris Mednis <Andris.Mednis@zabbix.com>2021-11-22 18:51:37 +0300
commit3c9d7ac59644fc9ceaf0ac253a4c6d1f3dd3ae4d (patch)
treee05b87987c98c061cd3674666af6faf83c49437a /src/libs/zbxembed
parent1fdf0ec1f9f901793b8f2f85ddd07af571c9a93a (diff)
..FG...... [ZBXNEXT-6593] added support of persistent files for restoring log item state after agent restart
* commit '4d17dc41cc1b295a2d0e628318740815f98ea635': (31 commits) ...G...... [ZBXNEXT-6593] fixed zbx_read2() to not create persistent file data in case of regexp error ...G...... [ZBXNEXT-6593] fixed compilation warning in zbx_restore_file_details() .D........ [ZBXNEXT-6593] added ChangeLog entry ...G...... [ZBXNEXT-6593] fixed process_log_check() to recover data from persistent file only if no preexisting state ...G...... [ZBXNEXT-6593] fixed process_logrt() - hiding of errors when recalculating MD5 sums for small files ...G...... [ZBXNEXT-6593] modified agent to write complete persistent files if possible in case of sending metadata or 'item not supported' message ...G...... [ZBXNEXT-6593] fixed compilation warning in zbx_create_persistent_server_directory() ...G...... [ZBXNEXT-6593] fixed comment in is_same_file_logcpt() ..F....... [ZBXNEXT-6593] added 'persistent_dir' parameter to items 'help' descriptions in frontend ...G...... [ZBXNEXT-6593] fixed error handling in zbx_write_persistent_files(), coding style in zbx_remove_from_persistent_inactive_list() ...G...... [ZBXNEXT-6593] fixed error handling in zbx_write_persistent_file() ...G...... [ZBXNEXT-6593] fixed memory leak in zbx_create_persistent_server_directory() ...G...... [ZBXNEXT-6593] fixed compilation of Agent2 ...G...... [ZBXNEXT-6593] replaced numeric buffer size for MD5 sum with macro ...G...... [ZBXNEXT-6593] fixed comment typo ...G...... [ZBXNEXT-6593] fixed agent compilation on MS Windows, fixed compilation warnings ...G...... [ZBXNEXT-6593] replaced numeric constants with macro definition in print_logfile_list() ...G...... [ZBXNEXT-6593] fixed comments with typo 'the the' ...G...... [ZBXNEXT-6593] fixed compilation warnings in zbx_hex2bin() ...G...... [ZBXNEXT-6593] added support of persistent files on Unix platform ... (cherry picked from commit 9aba72d6725211e0ca915e998602cdf218bbc639) Conflicts: include/common.h src/libs/zbxcommon/misc.c
Diffstat (limited to 'src/libs/zbxembed')
-rw-r--r--src/libs/zbxembed/duktape.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/zbxembed/duktape.c b/src/libs/zbxembed/duktape.c
index 0d9af216a21..ef20238425c 100644
--- a/src/libs/zbxembed/duktape.c
+++ b/src/libs/zbxembed/duktape.c
@@ -19971,7 +19971,7 @@ DUK_EXTERNAL void *duk_require_buffer(duk_hthread *thr, duk_idx_t idx, duk_size_
}
/* Get the active buffer data area for a plain buffer or a buffer object.
- * Return NULL if the the value is not a buffer. Note that a buffer may
+ * Return NULL if the value is not a buffer. Note that a buffer may
* have a NULL data pointer when its size is zero, the optional 'out_isbuffer'
* argument allows caller to detect this reliably.
*/
@@ -56863,7 +56863,7 @@ DUK_INTERNAL duk_uint_fast32_t duk_hobject_pc2line_query(duk_hthread *thr, duk_i
* duk_tval copies is not problematic with respect to side effects;
* care must be taken when holding and using argument duk_tval pointers.
*
- * - If a finalizer is executed, it may operate on the the same object
+ * - If a finalizer is executed, it may operate on the same object
* we're currently dealing with. For instance, the finalizer might
* delete a certain property which has already been looked up and
* confirmed to exist. Ideally finalizers would be disabled if GC