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