summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2026-02-13usock: implement RFC 8305 Happy Eyeballs for usock_inet_timeout()HEADmasterFelix Fietkau
2026-02-13usock: fix timeout handling in usock_inet_timeout()Felix Fietkau
2026-02-13usock: check SO_ERROR after poll in usock_inet_timeout()Felix Fietkau
2026-02-13uloop: use volatile sig_atomic_t for do_sigchld flagFelix Fietkau
2026-02-12libubox: add anonymous strings, ints, et al in arraysPhilip Prindeville
2026-02-12libubox: document positional argumentsPhilip Prindeville
2026-02-12libubox: send warnings to stderrPhilip Prindeville
2025-12-08libubox: Add ability to find ordinal position inside a tablePhilip Prindeville
2025-12-02formal: fix workflow permissionsGeorge Sapkin
2025-12-01build: disable static json-cÁlvaro Fernández Rojas
2025-11-18scripts: devel-build: add missing LUAPATHÁlvaro Fernández Rojas
2025-11-18github: ci: add MIPS64, PowerPC64 and RISCV64Álvaro Fernández Rojas
2025-11-17tests: shunit2: add test for _jshn_append via JSON scriptPetr Štetiar
2025-11-17tests: shunit2: add dump and setters coveragePhilip Prindeville
2025-11-17build: install libuboxÁlvaro Fernández Rojas
2025-11-14blobmsg: refactor blobmsg_cast_u64/s64Álvaro Fernández Rojas
2025-11-14github: ci: minor fixesÁlvaro Fernández Rojas
2025-11-14github: ci: add powerpc archÁlvaro Fernández Rojas
2025-11-14github: ci: add cmake build and source directoriesÁlvaro Fernández Rojas
2025-11-14github: ci: tests: rename test stepÁlvaro Fernández Rojas
2025-11-14github: ci: tests: add build/bin to pathÁlvaro Fernández Rojas
2025-11-14github: ci: disable json-c testsÁlvaro Fernández Rojas
2025-11-14scripts: devel-build: disable json-c testsÁlvaro Fernández Rojas
2025-11-13tests: shunit2: add test for _jshn_append leading space fixPetr Štetiar
2025-11-13libubox: Drop extraneous space when appending values to variableFelix Fietkau
2025-11-11libubox: add a simple build scriptÁlvaro Fernández Rojas
2025-11-11github: ci: add testsÁlvaro Fernández Rojas
2025-11-03github: fix CI apt dependenciesÁlvaro Fernández Rojas
2025-10-21github: improve CI buildÁlvaro Fernández Rojas
2025-10-14add debian/ directoryFelix Fietkau
2025-10-07examples: CMakeLists: drop redundant cmake_minimum_requiredDavid Härdeman
2025-10-07lua: CMakeLists: drop redundant cmake_minimum_requiredDavid Härdeman
2025-10-04lua: build: require CMake >= 3.10 due to dropped legacy supportHauke Mehrtens
2025-10-03examples: CMakeLists: update cmake minimum required version to 3.10Christian Marangi
2025-07-23udebug: fix issue with snapshot of remote ringFelix Fietkau
2025-07-22udebug: remove obsolete debug messageFelix Fietkau
2025-06-04remove compatibility code for older json-c versionsRosen Penev
2024-12-19blob: constify attr argument to blob_memdupFelix Fietkau
2024-03-29ustream: prevent recursive calls to the read callbackFelix Fietkau
2024-02-24CI: add CodeQL workflow testsChristian Marangi
2024-02-24CI: add build test runChristian Marangi
2024-01-26udebug: fix crash in udebug_entry_vprintf with longer stringsFelix Fietkau
2023-12-18CMakeLists.txt: bump minimum cmake versionFelix Fietkau
2023-12-04udebug: fix file descriptor initialization for __udebug_buf_mapFelix Fietkau
2023-12-04udebug: add mips specific quirkFelix Fietkau
2023-12-04udebug: add more checks for uninitialized buffersFelix Fietkau
2023-11-30udebug: wait for response after buffer add/removeFelix Fietkau
2023-11-29udebug: add inline helper function to test if a buffer is allocatedFelix Fietkau
2023-11-29udebug: add functions for manipulating entry lengthFelix Fietkau
2023-11-28link librt if needed for shm_openFelix Fietkau