summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udebug-cli: add logdump commandmasterFelix Fietkau2026-01-161-1/+22
* udebug-cli: fix reference to invalid variable in error messageFelix Fietkau2026-01-141-1/+1
* add debian package supportFelix Fietkau2025-10-2111-0/+130
* CMakeLists.txt: rename udebug-cli to udebug on installationFelix Fietkau2025-10-211-0/+1
* cmake: bump minimum required version to 3.13Felix Fietkau2025-09-281-1/+1
* ucode: fix skipping lines where the timestamp cannot be parsedFelix Fietkau2025-09-281-1/+1
* udebug-cli: ignore zero-length messages in logstreamFelix Fietkau2025-09-211-0/+2
* udebug-cli: add support for streaming tracing dataFelix Fietkau2025-08-241-1/+21
* ucode: add support for fetching kernel tracepoint eventsFelix Fietkau2025-08-241-15/+406
* ucode: add function for getting the number of entries in a snapshotFelix Fietkau2025-08-231-1/+13
* ucode: add ferror() call to check for closed write file descriptorFelix Fietkau2025-08-171-0/+3
* udebug-cli: add support for overriding config on the command lineFelix Fietkau2025-08-151-1/+100
* udebugd: add support for setting an override configFelix Fietkau2025-08-151-8/+39
* ucode: fix entries/size confusionFelix Fietkau2025-07-231-1/+1
* udebug-cli: add logstream commandFelix Fietkau2025-07-231-42/+87
* ucode: add const entries for enum udebug_formatFelix Fietkau2025-07-231-0/+3
* ucode: add function for getting ring informationFelix Fietkau2025-07-231-0/+20
* ucode: add timestamp argument to foreach()Felix Fietkau2025-07-231-1/+2
* ucode: fix allocation size of local ring metaFelix Fietkau2025-07-221-1/+1
* ucode: allow calling udebug.init() multiple timesFelix Fietkau2025-07-221-2/+11
* ucode: support appending array data, similar to socket.send()Felix Fietkau2025-07-221-6/+29
* ucode: add support for specifying ring formatFelix Fietkau2025-07-221-1/+15
* ucode: drop use ucv_resource_createFelix Fietkau2025-07-221-11/+9
* ucode: use ucv_resource_create_ex for remote ringsFelix Fietkau2025-07-221-74/+78
* udebug-cli: stop event loop on write failureFelix Fietkau2025-07-221-2/+4
* ucode: add error reporting to pcap_writeFelix Fietkau2025-07-223-8/+17
* ucode: use FILE handle for pcap outputFelix Fietkau2025-07-221-36/+11
* udebug-cli: fix terminating uloopFelix Fietkau2025-07-221-1/+1
* lib-ucode.c: add #define _GNU_SOURCEMatthias Franck2025-01-141-0/+1
* ucode: check for errors in ftruncate()Felix Fietkau2023-12-061-1/+4
* lib: add netlink handler functionFelix Fietkau2023-12-052-0/+23
* lib-ucode: truncate pcap filesFelix Fietkau2023-12-041-2/+3
* lib-ucode: retry partial writesFelix Fietkau2023-12-041-4/+20
* lib: fix handling global enable flagFelix Fietkau2023-12-041-1/+1
* client: send confirmation messages for ring add/removeFelix Fietkau2023-11-301-0/+2
* lib: add helper function for applying ring configFelix Fietkau2023-11-302-0/+88
* ring: add debug messages for ring alloc errorsFelix Fietkau2023-11-301-1/+4
* ubus: report ring size and data size via ubus apiFelix Fietkau2023-11-301-0/+2
* lib: fix dealing with udebugd restartsFelix Fietkau2023-11-282-8/+21
* lib: move library code to libubox, add ubus config handling codeFelix Fietkau2023-11-279-1335/+68
* lib: fix avl tree lookupFelix Fietkau2023-11-271-1/+5
* lib: remove leftover debug codeFelix Fietkau2023-11-271-1/+0
* server: properly handle unclaimed file descriptorsFelix Fietkau2023-11-272-0/+8
* README: add wireshark infoFelix Fietkau2023-11-211-0/+7
* ring: add missing fread return code checkFelix Fietkau2023-11-201-1/+2
* lib: unmap full ring bufferFelix Fietkau2023-11-191-1/+1
* fix infinite loop on client pollFelix Fietkau2023-11-191-1/+3
* ubus: add config supportFelix Fietkau2023-11-191-0/+49
* lib: cancel reconnect timer on freeFelix Fietkau2023-11-141-1/+2
* udebug-cli: cosmetic fixFelix Fietkau2023-11-141-1/+1