Age | Commit message (Expand) | Author |
2024-04-07 | ubus: add explicit support for deferring incoming requests | Felix Fietkau |
2024-02-21 | uloop: automatically clear error information | Jo-Philipp Wich |
2024-02-21 | uci: automatically clear error information | Jo-Philipp Wich |
2024-02-21 | ubus: automatically clear error information | Jo-Philipp Wich |
2024-02-21 | uci: refactor uci.changes() to match documentation | Jo-Philipp Wich |
2024-01-10 | rtnl: increase event socket rx buffer size limit to 1 MiB | Jo-Philipp Wich |
2024-01-10 | rtnl: optimize reception of rtnl events | Jo-Philipp Wich |
2024-01-10 | rtnl: store callback in listener registry only on success | Jo-Philipp Wich |
2023-12-14 | nl80211: fix decoding of NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET attribute | Jo-Philipp Wich |
2023-12-14 | nl80211: fix parsing of NL80211_BAND_ATTR_VHT_MCS_SET attribute | Jo-Philipp Wich |
2023-12-11 | nl80211: fix datatype of NL80211_BAND_IFTYPE_ATTR_HE_CAP_{MAC,PHY} attrs | Jo-Philipp Wich |
2023-11-30 | ubus: make ubus_context first in uc_ubus_connection_t | Felix Fietkau |
2023-11-03 | uloop: support new interval and signal APIs | Jo-Philipp Wich |
2023-11-01 | nl80211: fix maybe uninitialized variable | Jo-Philipp Wich |
2023-10-11 | uci: fix potential memory leaks in `configs()` | Jo-Philipp Wich |
2023-10-11 | lib: various documentation fixes | Jo-Philipp Wich |
2023-10-11 | uci: add module documentation | Jo-Philipp Wich |
2023-10-10 | Merge pull request #174 from jow-/log-lib | Jo-Philipp Wich |
2023-10-10 | lib: introduce log library | Jo-Philipp Wich |
2023-10-09 | uloop: rename environ variable to avoid clashing with system macro on macOS | Felix Fietkau |
2023-09-22 | rtnl: update the link attr TODOs | Packet Please |
2023-09-22 | rtnl: add IFLA_TARGET_NETNSID for operating in other namespaces | Packet Please |
2023-08-23 | docs: add struct module documentation | Jo-Philipp Wich |
2023-08-23 | docs: add missing headline to debug module documentation | Jo-Philipp Wich |
2023-08-09 | lib: introduce debug library | Jo-Philipp Wich |
2023-08-09 | treewide: consolidate platform specific code in platform.c | Jo-Philipp Wich |
2023-07-27 | uloop: interrupt on VM signals | Jo-Philipp Wich |
2023-07-25 | fs: explicitly compare isatty() result | Jo-Philipp Wich |
2023-07-13 | Merge pull request #164 from jow-/docs-improvements | Jo-Philipp Wich |
2023-07-13 | docs: various improvements | Jo-Philipp Wich |
2023-07-12 | Merge pull request #163 from jow-/docs-improvements | Jo-Philipp Wich |
2023-07-12 | fs: use `fseeko()` and `ftello()` | Jo-Philipp Wich |
2023-07-12 | fs: complete function documentation coverage | Jo-Philipp Wich |
2023-07-12 | fs: add JSDoc documentation | Jo-Philipp Wich |
2023-07-12 | math: add JSDoc documentation | Jo-Philipp Wich |
2023-06-05 | nl80211: add constants for iftypes | Felix Fietkau |
2023-05-27 | ubus: add support for strings containing null bytes | Felix Fietkau |
2023-05-27 | struct: remove state->len | Felix Fietkau |
2023-04-03 | uci: fix ctx.commit() without arguments | Jo-Philipp Wich |
2023-03-17 | ubus: support multiple call return values | Jo-Philipp Wich |
2023-02-13 | rtnl: add missing uc_vm_registry_set call | Felix Fietkau |
2023-02-13 | rtnl: add missing ucv_get() calls | Felix Fietkau |
2023-02-13 | nl80211: add missing ucv_get() calls | Felix Fietkau |
2023-02-12 | nl80211: fix NL80211_ATTR_SURVEY_INFO | Andre Heider |
2023-01-31 | rtnl: add support for registering an uloop based listener | Felix Fietkau |
2023-01-23 | Merge pull request #138 from nbd168/nl80211 | Jo-Philipp Wich |
2023-01-20 | fs: implement `fs.pipe()` | Jo-Philipp Wich |
2023-01-19 | nl80211: add support for registering an uloop based listener | Felix Fietkau |
2023-01-19 | nl80211: refactor command bitmask handling | Felix Fietkau |
2023-01-09 | Merge pull request #137 from ynezz/ynezz/isatty | Jo-Philipp Wich |