Age | Commit message (Expand) | Author |
2024-05-13 | socket: fix potential memory leak in connect() | Jo-Philipp Wich |
2024-05-09 | socket: fix addrinfo() with omitted service argument | Jo-Philipp Wich |
2024-05-08 | socket: remove leftover debug code | Jo-Philipp Wich |
2024-05-08 | Merge pull request #199 from jow-/socket-packet | Jo-Philipp Wich |
2024-05-08 | socket: add AF_PACKET socket type support | Jo-Philipp Wich |
2024-05-02 | Merge pull request #198 from nbd168/ubus-uloop-fix | Jo-Philipp Wich |
2024-05-02 | ubus: fix uc_ubus_have_uloop for eloop+uloop combination | Felix Fietkau |
2024-04-25 | Merge pull request #197 from jow-/docs-add-uloop | Jo-Philipp Wich |
2024-04-25 | socket: make socket.send() accept non-string data | Jo-Philipp Wich |
2024-04-25 | uloop: add documentation | Jo-Philipp Wich |
2024-04-24 | socket: rework error handling | Jo-Philipp Wich |
2024-04-24 | jsdoc: disable default module titles | Jo-Philipp Wich |
2024-04-24 | build: fix symbol and library detection | Jo-Philipp Wich |
2024-04-24 | Merge pull request #196 from jow-/lib-socket | Jo-Philipp Wich |
2024-04-24 | lib: introduce socket library | Jo-Philipp Wich |
2024-04-15 | uci: remove incorrectly documentated reorder() parameter | Jo-Philipp Wich |
2024-04-07 | Merge pull request #195 from nbd168/ubus-defer | Jo-Philipp Wich |
2024-04-07 | ubus: add explicit support for deferring incoming requests | Felix Fietkau |
2024-03-13 | Merge pull request #191 from jow-/ubus-clear-errors | Jo-Philipp Wich |
2024-03-13 | Merge pull request #194 from jow-/in-operator-semantics | Jo-Philipp Wich |
2024-03-13 | vm: rework `in` operator semantics | Jo-Philipp Wich |
2024-02-21 | lib: fix documentation typo for `pop()` function | Jo-Philipp Wich |
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 | Merge pull request #190 from jow-/uci-changes-load-package | Jo-Philipp Wich |
2024-02-21 | Merge pull request #189 from jow-/safe-iterators | Jo-Philipp Wich |
2024-02-21 | uci: refactor uci.changes() to match documentation | Jo-Philipp Wich |
2024-02-21 | vm: rework object iteration | Jo-Philipp Wich |
2024-02-13 | compiler: close upvalues on loop control statements | Felix Fietkau |
2024-01-11 | Merge pull request #185 from jow-/rtnl-enobufs-handling | 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 | Merge pull request #183 from nbd168/ubus-rework | Jo-Philipp Wich |
2023-11-30 | ubus: make ubus_context first in uc_ubus_connection_t | Felix Fietkau |
2023-11-07 | Merge pull request #180 from jow-/uloop-interval-signal-support | Jo-Philipp Wich |
2023-11-07 | Merge pull request #181 from jow-/syntax-as-from-not-reserved | Jo-Philipp Wich |
2023-11-06 | syntax: don't treat `as` and `from` as reserved keywords | Jo-Philipp Wich |
2023-11-03 | uloop: support new interval and signal APIs | Jo-Philipp Wich |
2023-11-02 | build: avoid redefining _FORTIFY_SOURCE | Jo-Philipp Wich |
2023-11-01 | lib: enforce consistent `index()` behavior with empty needle argument | Jo-Philipp Wich |
2023-11-01 | nl80211: fix maybe uninitialized variable | Jo-Philipp Wich |
2023-11-01 | vm: fix unused result warning | Jo-Philipp Wich |
2023-11-01 | build: enable source fortification by default | Jo-Philipp Wich |
2023-10-19 | jsdoc: switch to own custom theme | Jo-Philipp Wich |
2023-10-17 | jsdoc: properly handle indented documentation blocks | Jo-Philipp Wich |