project/udebug.git
2025-09-21 Felix Fietkauudebug-cli: ignore zero-length messages in logstream
2025-08-24 Felix Fietkauudebug-cli: add support for streaming tracing data
2025-08-24 Felix Fietkauucode: add support for fetching kernel tracepoint events
2025-08-23 Felix Fietkauucode: add function for getting the number of entries...
2025-08-17 Felix Fietkauucode: add ferror() call to check for closed write...
2025-08-15 Felix Fietkauudebug-cli: add support for overriding config on the...
2025-08-15 Felix Fietkauudebugd: add support for setting an override config
2025-07-23 Felix Fietkauucode: fix entries/size confusion
2025-07-23 Felix Fietkauudebug-cli: add logstream command
2025-07-23 Felix Fietkauucode: add const entries for enum udebug_format
2025-07-23 Felix Fietkauucode: add function for getting ring information
2025-07-23 Felix Fietkauucode: add timestamp argument to foreach()
2025-07-22 Felix Fietkauucode: fix allocation size of local ring meta
2025-07-22 Felix Fietkauucode: allow calling udebug.init() multiple times
2025-07-22 Felix Fietkauucode: support appending array data, similar to socket...
2025-07-22 Felix Fietkauucode: add support for specifying ring format
2025-07-22 Felix Fietkauucode: drop use ucv_resource_create
2025-07-22 Felix Fietkauucode: use ucv_resource_create_ex for remote rings
2025-07-22 Felix Fietkauudebug-cli: stop event loop on write failure
2025-07-22 Felix Fietkauucode: add error reporting to pcap_write
2025-07-22 Felix Fietkauucode: use FILE handle for pcap output
2025-07-22 Felix Fietkauudebug-cli: fix terminating uloop
2025-01-14 Matthias Francklib-ucode.c: add #define _GNU_SOURCE
2023-12-06 Felix Fietkauucode: check for errors in ftruncate()
2023-12-05 Felix Fietkaulib: add netlink handler function
2023-12-04 Felix Fietkaulib-ucode: truncate pcap files
2023-12-04 Felix Fietkaulib-ucode: retry partial writes
2023-12-04 Felix Fietkaulib: fix handling global enable flag
2023-11-30 Felix Fietkauclient: send confirmation messages for ring add/remove
2023-11-30 Felix Fietkaulib: add helper function for applying ring config
2023-11-30 Felix Fietkauring: add debug messages for ring alloc errors
2023-11-30 Felix Fietkauubus: report ring size and data size via ubus api
2023-11-28 Felix Fietkaulib: fix dealing with udebugd restarts
2023-11-27 Felix Fietkaulib: move library code to libubox, add ubus config...
2023-11-27 Felix Fietkaulib: fix avl tree lookup
2023-11-27 Felix Fietkaulib: remove leftover debug code
2023-11-27 Felix Fietkauserver: properly handle unclaimed file descriptors
2023-11-21 Felix FietkauREADME: add wireshark info
2023-11-20 Felix Fietkauring: add missing fread return code check
2023-11-19 Felix Fietkaulib: unmap full ring buffer
2023-11-19 Felix Fietkaufix infinite loop on client poll
2023-11-19 Felix Fietkauubus: add config support
2023-11-14 Felix Fietkaulib: cancel reconnect timer on free
2023-11-14 Felix Fietkauudebug-cli: cosmetic fix
2023-11-14 Felix FietkauREADME.md: update CLI help
2023-11-14 Felix Fietkauring: close ring fd on free
2023-11-13 Felix Fietkauudebug-cli: fix error message
2023-11-13 Felix FietkauInitial import