Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
507b7f2
nmsgtool -w leaves temporary file behind upon failed start
Aug 6, 2026
ff1cb29
extend fix to other options; add unit tests
Aug 7, 2026
c9dff91
remove tests/test-no-output-on-failed-start.sh
Aug 10, 2026
8fb0f7e
change comment in src/process_args.c
Aug 10, 2026
6510ae4
modify add_sock_input() to return() instead of exit()
Aug 17, 2026
032bc3a
modify add_sock_output() to return() instead of exit()
Aug 17, 2026
3f65ca6
modify add_zsock_input() to return() instead of exit()
Aug 17, 2026
8ac9710
modify add_zsock_output() to return() instead of exit()
Aug 17, 2026
63be59c
modify add_kafka_input() to return() instead of exit()
Aug 17, 2026
414dac7
modify add_kafka_output() to return() instead of exit()
Aug 17, 2026
c811ee2
modify add_file_input() to return() instead of exit()
Aug 17, 2026
5065d4a
modify add_file_output() to return() instead of exit()
Aug 17, 2026
0b1963e
modify add_json_input() to return() instead of exit()
Aug 17, 2026
551219c
modify add_json_output() to return() instead of exit()
Aug 17, 2026
7e42406
modify add_stats_module() to return() instead of exit()
Aug 17, 2026
7381e3d
modify add_filter_module() to return() instead of exit()
Aug 17, 2026
86a591f
modify add_pres_output() to return() instead of exit()
Aug 17, 2026
8d3e2a4
modify add_pcapfile_input() to return() instead of exit()
Aug 17, 2026
1e66b6f
change process_args_loop() and process_args_loop_mod() to return a re…
Aug 18, 2026
e921707
replace usage() calls with fprintf() and return()
Aug 18, 2026
c5bf4ca
modify droproot() to return instead of exit
Aug 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ tests/test-parse
tests/test-private
tests/*/*.out
tests/*/test.sh
tests/testzmq.json
Loading