File logfanoutd.changes of Package logfanoutd
------------------------------------------------------------------- Wed Jun 12 18:24:10 UTC 2024 - matwey.kornilov@gmail.com - Update to version 0.2.4: * Version 0.2.4 * Refactor list module * Fix parse_uint64 to handle true UINTMAX_MAX correctly * Fix ck_abort_msg usage in test_logfanoutd * Drop unused variable from match_vpath * Fix missed return in logfanoutd test ------------------------------------------------------------------- Mon Jun 10 09:48:20 UTC 2024 - matwey.kornilov@gmail.com - Update to version 0.2.3: * Version 0.2.3 * Use libcurl4-openssl-dev intead of libcurl-dev for cmake.yml * Add CMake GitHub Actions workflow * Drop obsoleted CI badges * Create codeql.yml * Support modern libmicrohttpd versions * Update CMakeLists.txt to follow modern CMake style ------------------------------------------------------------------- Sun Jun 28 08:11:19 UTC 2020 - matwey.kornilov@gmail.com - Update to version 0.2.2: * Use localtime_r instead of localtime * Set SO_REUSEADDR in test_singlefile_file_fd * Check bind and listen return code in test_singlefile_file_fd * Set CMAKE_C_STANDARD in CMakeLists.txt ------------------------------------------------------------------- Thu Jan 03 12:46:26 UTC 2019 - matwey.kornilov@gmail.com - Update to version 0.2.1: * Add --alias to README.md * Add LGTM.com badge * Fix dir_list_callback_* return handling ------------------------------------------------------------------- Mon Aug 08 09:43:22 UTC 2016 - matwey.kornilov@gmail.com - Update to version 0.2.0: + Output log to stderr to possible overcome buffering issues ------------------------------------------------------------------- Wed Jun 08 17:26:35 UTC 2016 - matwey.kornilov@gmail.com - Update to version 0.2.0~rc1: + Check info->client_addr is not NULL + Introduce struct logfanoutd_listen + Add LOGFANOUTD_LISTEN_FD type for logfanoutd_listen + Add systemd socket activation support + Properly reimplement 16fe50c02f12 + Implement match_vpath() + Use vpath_lookup for init_vpath + Add simple forward list implementation + Use aliases vector for logfanoutd_start() + Add --alias option to configure path aliases. + Handle SIGTERM signal + Add missed test_singlefile_file_range_case_64 test case + Add additional 64bit range parsing unit tests + Revert "Add missed test_singlefile_file_range_case_64 test case" + Drop incorrect test_singlefile_file_range_case_64 test + Use MHD_USE_PIPE_FOR_SHUTDOWN when listen->type == LOGFANOUTD_LISTEN_FD + Add systemd unit files ------------------------------------------------------------------- Sun Oct 25 09:58:45 UTC 2015 - matwey.kornilov@gmail.com - Update to version 0.0.0+git20151025.5869156: + Add possibility to log input requests + Add listen option to specify address to listen on + Fail at address parsing failure + Use 64bit offset in MHD_create_response_from_fd_at_offset64 + Revert "Use 64bit offset in MHD_create_response_from_fd_at_offset64" + Handle possible error return from MHD_create_response_from_fd_at_offset correctly + Use 64bit offset in MHD_create_response_from_fd_at_offset64 + Fix MHD_create_response_from_fd_at_offset64 detection in CMake + Fix a typo (rsize -> size) in MHD_create_response_from_fd_at_offset64 dummy ------------------------------------------------------------------- Thu Jul 16 09:05:17 UTC 2015 - opensuse-packaging@opensuse.org - Update to version 0.0.0+git20150716.6e0ad32: + Use case insensitive string comparison to solve #5 + Fix off-by-one error in is_valid_range. Resolve #6 ------------------------------------------------------------------- Wed Jul 15 15:18:51 UTC 2015 - opensuse-packaging@opensuse.org - Update to version 0.0.0+git20150715.1e51781: + Add semaphoreci.com build badge + Search for libmicrohttpd and check using pkg-config ------------------------------------------------------------------- Wed Jul 15 09:07:11 UTC 2015 - opensuse-packaging@opensuse.org - Update to version 0.0.0+git20150715.63b27a4: + Add install targets to CMakeLists.txt ------------------------------------------------------------------- Wed Jul 15 08:58:45 UTC 2015 - opensuse-packaging@opensuse.org - Update to version 0.0.0+git20150715.85f7ae9: + Specify C language explicitly in CMakeLists.txt + Fix typo string in README.md ------------------------------------------------------------------- Wed Jul 15 08:46:53 UTC 2015 - matwey.kornilov@gmail.com - Initial version