Show patches with: Submitter = Storm, Christian       |    Archived = No       |   365 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Add global device ID Add global device ID - - - - --- 2021-03-09 Storm, Christian Rejected
Add some missing #include Add some missing #include - - - - --- 2020-04-20 Storm, Christian Accepted
Consolidate error and help messages Consolidate error and help messages 1 - - - --- 2020-06-10 Storm, Christian Accepted
Consolidate variable naming for the dry run option Consolidate variable naming for the dry run option - - - - --- 2020-04-24 Storm, Christian Accepted
Don't run pre/post update commands in dry run mode Don't run pre/post update commands in dry run mode - - - - --- 2020-11-20 Storm, Christian Accepted
Don't set (persistent) state in dry run mode Don't set (persistent) state in dry run mode - - - - --- 2020-11-20 Storm, Christian Changes Requested
Fix (one more) usage of TMPDIR Fix (one more) usage of TMPDIR - - - - --- 2017-09-12 Storm, Christian Rejected
Fix DEBUG log color application Fix DEBUG log color application - - - - --- 2020-11-12 Storm, Christian Changes Requested
Fix Lua Handler embedding Fix Lua Handler embedding 1 - - - --- 2023-12-07 Storm, Christian Accepted
Fix Wsign-compare for int with ARRAY_SIZE() comparison Fix Wsign-compare for int with ARRAY_SIZE() comparison - - 1 - --- 2018-01-16 Storm, Christian Accepted
Fix setting bootloader transaction marker Fix setting bootloader transaction marker - - - - --- 2020-11-20 Storm, Christian Accepted
Fix some compiler warnings if !CONFIG_HASH_VERIFY Fix some compiler warnings if !CONFIG_HASH_VERIFY - - 1 - --- 2018-01-16 Storm, Christian Accepted
Fix some spelling: Swupdate → SWUpdate Fix some spelling: Swupdate → SWUpdate - - - - --- 2022-02-24 Storm, Christian Accepted
FreeBSD: #include for device ID, major, minor FreeBSD: #include for device ID, major, minor - - - - --- 2024-01-25 Storm, Christian Accepted
IPC: Add bounds check for SET_UPDATE_STATE IPC call IPC: Add bounds check for SET_UPDATE_STATE IPC call 1 - - - --- 2020-09-22 Storm, Christian Accepted
IPC: Add missing socket.h include IPC: Add missing socket.h include - - - - --- 2018-03-07 Storm, Christian Accepted
Ignore format truncation warning if !clang Ignore format truncation warning if !clang 1 - - - --- 2018-11-05 Storm, Christian Accepted
Lua: Expose SWUpdate version to Lua handlers Lua: Expose SWUpdate version to Lua handlers - - - - --- 2021-12-01 Storm, Christian Accepted
Lua: Fix Wunused-function if !CONFIG_HANDLER_IN_LUA Lua: Fix Wunused-function if !CONFIG_HANDLER_IN_LUA - - - - --- 2022-03-21 Storm, Christian Accepted
Lua: Improve LuaJIT / Lua 5.1 compatibility Lua: Improve LuaJIT / Lua 5.1 compatibility - - - - --- 2020-09-24 Storm, Christian Accepted
Lua: Lua'ify l_register_handler() error path Lua: Lua'ify l_register_handler() error path - - - - --- 2017-10-10 Storm, Christian Accepted
Lua: Replace lightuserdata to fix LuaJIT on aarch64 with 48bit VA Lua: Replace lightuserdata to fix LuaJIT on aarch64 with 48bit VA - - - - --- 2021-08-27 Storm, Christian Accepted
Lua: cleanup stack after notify functions Lua: cleanup stack after notify functions 1 - - - --- 2017-10-12 Storm, Christian Accepted
Lua: don't double-close Lua state on missing hook Lua: don't double-close Lua state on missing hook 1 - - - --- 2017-10-12 Storm, Christian Accepted
Lua: don't overfree stack in l_register_handler() Lua: don't overfree stack in l_register_handler() - - - - --- 2017-10-10 Storm, Christian Accepted
Lua: export bootenv functions to Lua handlers Lua: export bootenv functions to Lua handlers - - - - --- 2018-10-29 Storm, Christian Accepted
Lua: expose get_tmpdirscripts() to Lua Lua: expose get_tmpdirscripts() to Lua - - 1 - --- 2018-02-12 Storm, Christian Accepted
Lua: expose notification functions Lua: expose notification functions - - - - --- 2020-04-20 Storm, Christian Accepted
Lua: fix getroot function's type detection Lua: fix getroot function's type detection - - - - --- 2021-12-10 Storm, Christian Accepted
Lua: fix segfault in image property handling Lua: fix segfault in image property handling 1 - - - --- 2019-05-21 Storm, Christian Accepted
Lua: fix spelling of Lua #2 Lua: fix spelling of Lua #2 - - - - --- 2017-10-24 Storm, Christian Accepted
Lua: improve stack cleanliness for lua_handlers_init() Lua: improve stack cleanliness for lua_handlers_init() - - - - --- 2017-10-02 Storm, Christian Accepted
Lua: improve stackdump() for tables and functions Lua: improve stackdump() for tables and functions - - - - --- 2017-10-06 Storm, Christian Accepted
Lua: introduce LuaJIT/Lua 5.1 compatibility Lua: introduce LuaJIT/Lua 5.1 compatibility - - 1 1 --- 2017-10-10 Storm, Christian Accepted
Lua: make handler mask enum available to Lua Lua: make handler mask enum available to Lua 1 - - - --- 2017-10-13 Storm, Christian Accepted
Lua: make handler not found message more pleasant Lua: make handler not found message more pleasant - - - - --- 2017-09-29 Storm, Christian Changes Requested
Lua: make logging macro wrappers more printf()-like Lua: make logging macro wrappers more printf()-like 1 - - - --- 2018-02-01 Storm, Christian Accepted
Lua: make table2image() and image2table() symmetric Lua: make table2image() and image2table() symmetric - - - - --- 2017-10-24 Storm, Christian Accepted
Lua: option to embed Lua handler into SWUpdate binary Lua: option to embed Lua handler into SWUpdate binary - - - - --- 2017-10-13 Storm, Christian Accepted
Lua: remove stack leftover in l_handler_wrapper() Lua: remove stack leftover in l_handler_wrapper() - - - - --- 2018-10-17 Storm, Christian Accepted
Lua: replace puts() by ERROR() Lua: replace puts() by ERROR() - - - - --- 2018-10-29 Storm, Christian Accepted
Lua: transport sha256 field to Lua Lua: transport sha256 field to Lua - - - - --- 2017-10-02 Storm, Christian Accepted
Lua: update l_register_handler() function documentation Lua: update l_register_handler() function documentation 1 - - - --- 2017-10-12 Storm, Christian Accepted
Lua: use explicit size for embedded Lua handler script Lua: use explicit size for embedded Lua handler script - - 1 - --- 2018-03-05 Storm, Christian Accepted
Make socket paths and TMPDIR configurable? Make socket paths and TMPDIR configurable? - - - - --- 2017-08-31 Storm, Christian sbabic Changes Requested
Makefile.flags: remove suricatta handling section Makefile.flags: remove suricatta handling section 1 - - - --- 2020-06-10 Storm, Christian Accepted
Makefile: Run acceptance tests sequentially Makefile: Run acceptance tests sequentially - - - - --- 2021-01-26 Storm, Christian Accepted
Makefile: ignore format truncation warning for gcc >= 7 only Makefile: ignore format truncation warning for gcc >= 7 only 1 - - - --- 2019-04-17 Storm, Christian Accepted
Makefile: use $(MAKE) instead of explicit command make Makefile: use $(MAKE) instead of explicit command make - - - - --- 2018-10-18 Storm, Christian Accepted
Progress: Don't deadlog on killed progress clients Progress: Don't deadlog on killed progress clients - - - - --- 2022-02-21 Storm, Christian Accepted
State of Lua version(s) supported/working State of Lua version(s) supported/working - - - - --- 2017-10-09 Storm, Christian Not Applicable
Use portable RB_AUTOBOOT for reboot(2) Use portable RB_AUTOBOOT for reboot(2) - - - - --- 2024-01-25 Storm, Christian Accepted
Use update_transaction_state() also for streaming mode Use update_transaction_state() also for streaming mode - - 1 - --- 2022-08-29 Storm, Christian Accepted
[01/11] Lua: expose get_tmpdir() to Lua [01/11] Lua: expose get_tmpdir() to Lua - - - - --- 2017-11-03 Storm, Christian Accepted
[01/14] channel_curl: Make setting request_body symmetric [01/14] channel_curl: Make setting request_body symmetric - - 1 - --- 2020-09-14 Storm, Christian Accepted
[02/11] Lua: hide but transport SWUpdate-internal attributes [01/11] Lua: expose get_tmpdir() to Lua - - - - --- 2017-11-03 Storm, Christian Accepted
[02/14,V2] channel_curl: Consolidate curl verbose setting Untitled series #203119 - - - - --- 2020-09-21 Storm, Christian Accepted
[02/14] channel_curl: Consolidate curl verbose setting [01/14] channel_curl: Make setting request_body symmetric - - 1 - --- 2020-09-14 Storm, Christian Changes Requested
[03/11] Lua: split image2table() functionality [01/11] Lua: expose get_tmpdir() to Lua - - - - --- 2017-11-03 Storm, Christian Accepted
[03/14,V2] channel_curl: Factor out channel reply buffer handling Untitled series #203119 - - - - --- 2020-09-21 Storm, Christian Accepted
[03/14] channel_curl: Factor out channel reply buffer handling [01/14] channel_curl: Make setting request_body symmetric - - 1 - --- 2020-09-14 Storm, Christian Changes Requested
[04/11] Lua: expose img_type's fdin file handle to Lua [01/11] Lua: expose get_tmpdir() to Lua - - - - --- 2017-11-03 Storm, Christian Accepted
[04/14] channel_curl: Factor out channel reply log handling [01/14] channel_curl: Make setting request_body symmetric - - 1 - --- 2020-09-14 Storm, Christian Accepted
[05/11] Lua: don't extract image prior to handler call [01/11] Lua: expose get_tmpdir() to Lua - - - - --- 2017-11-03 Storm, Christian Accepted
[05/14] channel_curl: post: use log & buffer functions, respect nocheckanswer [01/14] channel_curl: Make setting request_body symmetric - - 1 - --- 2020-09-14 Storm, Christian Accepted
[06/11] Lua: introduce method to chain-call C handlers [01/11] Lua: expose get_tmpdir() to Lua - - - - --- 2017-11-03 Storm, Christian Accepted
[06/14] channel_curl: put: use log function, respect nocheckanswer [01/14] channel_curl: Make setting request_body symmetric - - 1 - --- 2020-09-14 Storm, Christian Accepted
[07/11] Lua: introduce image:copy2file() method [01/11] Lua: expose get_tmpdir() to Lua - - - - --- 2017-11-03 Storm, Christian Accepted
[07/14] channel_curl: get_file: use log function [01/14] channel_curl: Make setting request_body symmetric - - - - --- 2020-09-14 Storm, Christian Accepted
[08/11] Lua: introduce image:read() method [01/11] Lua: expose get_tmpdir() to Lua - - - - --- 2017-11-03 Storm, Christian Accepted
[08/14] channel_curl: Consolidate effective URL logging [01/14] channel_curl: Make setting request_body symmetric - - - - --- 2020-09-14 Storm, Christian Accepted
[09/11] Lua: distinguish handler and embedded script Lua VMs [01/11] Lua: expose get_tmpdir() to Lua - - - - --- 2017-11-03 Storm, Christian Accepted
[09/14] channel_curl: Make CHANNEL_PARSE_RAW actually "parse" [01/14] channel_curl: Make setting request_body symmetric - - - - --- 2020-09-14 Storm, Christian Accepted
[1/2] Fix compilation on FreeBSD broken by __u64 usage [1/2] Fix compilation on FreeBSD broken by __u64 usage - - - - --- 2018-10-18 Storm, Christian Accepted
[1/2] FreeBSD: Rework notifier socket location [1/2] FreeBSD: Rework notifier socket location - - - - --- 2024-01-29 Storm, Christian Accepted
[1/2] Makefile: SWDESCRIPTION sanity check [1/2] Makefile: SWDESCRIPTION sanity check - - - - --- 2019-03-12 Storm, Christian Accepted
[1/2] bootloader: runtime-dynamic bootloader selection [1/2] bootloader: runtime-dynamic bootloader selection - - - - --- 2021-12-17 Storm, Christian Changes Requested
[1/2] logging: pass through and make use of loglevel [1/2] logging: pass through and make use of loglevel 1 - - - --- 2017-09-28 Storm, Christian Accepted
[1/2] server_general: fix NULL dereference [1/2] server_general: fix NULL dereference - - - - --- 2021-12-20 Storm, Christian Accepted
[1/2] server_hawkbit: fix NULL dereference [1/2] server_hawkbit: fix NULL dereference - - - - --- 2021-12-20 Storm, Christian Accepted
[1/2] state: consolidate is_state_valid functions [1/2] state: consolidate is_state_valid functions 1 - - - --- 2019-04-17 Storm, Christian Accepted
[1/2] swupdate-sysrestart: Remove unused variable tmpdir [1/2] swupdate-sysrestart: Remove unused variable tmpdir 1 - - - --- 2020-06-10 Storm, Christian Accepted
[1/2] systemd support [1/2] systemd support - - - - --- 2017-09-21 Storm, Christian Changes Requested
[1/2] tools: swupdate-hawkbitcfg: set IPC message length [1/2] tools: swupdate-hawkbitcfg: set IPC message length - - - - --- 2020-02-26 Storm, Christian Accepted
[1/2] travis: EFI Boot Guard support [1/2] travis: EFI Boot Guard support - - 1 - --- 2018-01-12 Storm, Christian Accepted
[1/2] ucfwhandler: Fix sign-compare warnings [1/2] ucfwhandler: Fix sign-compare warnings - - - - --- 2019-04-17 Storm, Christian Accepted
[1/3,v2] IPC: factor out pthread-based methods [1/3,v2] IPC: factor out pthread-based methods - - - - --- 2019-12-18 Storm, Christian Accepted
[1/3] IPC: factor out pthread-based methods [1/3] IPC: factor out pthread-based methods - - - - --- 2019-12-17 Storm, Christian Changes Requested
[1/3] Lua: Fix l_handler_wrapper() comment [1/3] Lua: Fix l_handler_wrapper() comment - - - - --- 2022-06-29 Storm, Christian Accepted
[1/3] bindings: Lua-export RECOVERY_STATUS and sourcetype enums [1/3] bindings: Lua-export RECOVERY_STATUS and sourcetype enums - - - - --- 2022-06-29 Storm, Christian Accepted
[1/3] bootloader: Add is_bootloader() to distinguish bootloaders [1/3] bootloader: Add is_bootloader() to distinguish bootloaders - - - - --- 2022-11-28 Storm, Christian Changes Requested
[1/3] cpio_utils: factor in copy_write_padded() [1/3] cpio_utils: factor in copy_write_padded() - - - - --- 2018-11-09 Storm, Christian Changes Requested
[1/3] suricatta/lua: Add IPC types / definitions to spec [1/3] suricatta/lua: Add IPC types / definitions to spec - - - - --- 2023-05-17 Storm, Christian sbabic Accepted
[1/3] suricatta: Suricatta module run-time selection [1/3] suricatta: Suricatta module run-time selection - - - - --- 2023-05-09 Storm, Christian Changes Requested
[1/3] tmpdir: introduce get_tmpdir() respecting TMPDIR [1/3] tmpdir: introduce get_tmpdir() respecting TMPDIR - - - - --- 2017-09-08 Storm, Christian Accepted
[1/4] util: Factor out get_root_containerized_fs() [1/4] util: Factor out get_root_containerized_fs() - - - - --- 2021-12-10 Storm, Christian Accepted
[1/5] Lua/specs: Ignore missing returns diagnostics [1/5] Lua/specs: Ignore missing returns diagnostics - - - - --- 2023-06-02 Storm, Christian Accepted
[1/5] bindings: Update Lua IPC interface specification [1/5] bindings: Update Lua IPC interface specification - - - - --- 2022-08-30 Storm, Christian Accepted
[1/6] socket split: make socket paths configurable [1/6] socket split: make socket paths configurable - - - - --- 2017-09-06 Storm, Christian Changes Requested
[1/7] channel_curl: Map response code for file:// protocol [1/7] channel_curl: Map response code for file:// protocol - - - - --- 2022-06-02 Storm, Christian sbabic Accepted
« 1 2 3 4 »