index
:
udebug
master
OpenWrt debugging helper library/service
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-01-16
udebug-cli: add logdump command
master
Felix Fietkau
2026-01-14
udebug-cli: fix reference to invalid variable in error message
Felix Fietkau
2025-10-21
add debian package support
Felix Fietkau
2025-10-21
CMakeLists.txt: rename udebug-cli to udebug on installation
Felix Fietkau
2025-09-28
cmake: bump minimum required version to 3.13
Felix Fietkau
2025-09-28
ucode: fix skipping lines where the timestamp cannot be parsed
Felix Fietkau
2025-09-21
udebug-cli: ignore zero-length messages in logstream
Felix Fietkau
2025-08-24
udebug-cli: add support for streaming tracing data
Felix Fietkau
2025-08-24
ucode: add support for fetching kernel tracepoint events
Felix Fietkau
2025-08-23
ucode: add function for getting the number of entries in a snapshot
Felix Fietkau
2025-08-17
ucode: add ferror() call to check for closed write file descriptor
Felix Fietkau
2025-08-15
udebug-cli: add support for overriding config on the command line
Felix Fietkau
2025-08-15
udebugd: add support for setting an override config
Felix Fietkau
2025-07-23
ucode: fix entries/size confusion
Felix Fietkau
2025-07-23
udebug-cli: add logstream command
Felix Fietkau
2025-07-23
ucode: add const entries for enum udebug_format
Felix Fietkau
2025-07-23
ucode: add function for getting ring information
Felix Fietkau
2025-07-23
ucode: add timestamp argument to foreach()
Felix Fietkau
2025-07-22
ucode: fix allocation size of local ring meta
Felix Fietkau
2025-07-22
ucode: allow calling udebug.init() multiple times
Felix Fietkau
2025-07-22
ucode: support appending array data, similar to socket.send()
Felix Fietkau
2025-07-22
ucode: add support for specifying ring format
Felix Fietkau
2025-07-22
ucode: drop use ucv_resource_create
Felix Fietkau
2025-07-22
ucode: use ucv_resource_create_ex for remote rings
Felix Fietkau
2025-07-22
udebug-cli: stop event loop on write failure
Felix Fietkau
2025-07-22
ucode: add error reporting to pcap_write
Felix Fietkau
2025-07-22
ucode: use FILE handle for pcap output
Felix Fietkau
2025-07-22
udebug-cli: fix terminating uloop
Felix Fietkau
2025-01-14
lib-ucode.c: add #define _GNU_SOURCE
Matthias Franck
2023-12-06
ucode: check for errors in ftruncate()
Felix Fietkau
2023-12-05
lib: add netlink handler function
Felix Fietkau
2023-12-04
lib-ucode: truncate pcap files
Felix Fietkau
2023-12-04
lib-ucode: retry partial writes
Felix Fietkau
2023-12-04
lib: fix handling global enable flag
Felix Fietkau
2023-11-30
client: send confirmation messages for ring add/remove
Felix Fietkau
2023-11-30
lib: add helper function for applying ring config
Felix Fietkau
2023-11-30
ring: add debug messages for ring alloc errors
Felix Fietkau
2023-11-30
ubus: report ring size and data size via ubus api
Felix Fietkau
2023-11-28
lib: fix dealing with udebugd restarts
Felix Fietkau
2023-11-27
lib: move library code to libubox, add ubus config handling code
Felix Fietkau
2023-11-27
lib: fix avl tree lookup
Felix Fietkau
2023-11-27
lib: remove leftover debug code
Felix Fietkau
2023-11-27
server: properly handle unclaimed file descriptors
Felix Fietkau
2023-11-21
README: add wireshark info
Felix Fietkau
2023-11-20
ring: add missing fread return code check
Felix Fietkau
2023-11-19
lib: unmap full ring buffer
Felix Fietkau
2023-11-19
fix infinite loop on client poll
Felix Fietkau
2023-11-19
ubus: add config support
Felix Fietkau
2023-11-14
lib: cancel reconnect timer on free
Felix Fietkau
2023-11-14
udebug-cli: cosmetic fix
Felix Fietkau
[next]