summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2024-09-21nl80211: add EHT mac/phy capabilitiesChad Monroe
2024-09-20fs: add ioctl() file methodJonas Jelonek
2024-07-11nl80211: support the MAC80211_HWSIM netlink protocol familyJo-Philipp Wich
2024-07-11nl80211: drop unused structure members from connection contextJo-Philipp Wich
2024-07-11nl80211: support conversion from/to struct array attributesJo-Philipp Wich
2024-07-11nl80211: gracefully handle illegal netlink error codeJo-Philipp Wich
2024-07-09nl80211: add wiphy multi-radio supportFelix Fietkau
2024-07-07nl80211: add support for multi-attribute arraysFelix Fietkau
2024-07-07nl80211: move access to tb array out of uc_nl_convert_attr and belowFelix Fietkau
2024-06-18Merge pull request #204 from f00b4r0/zlibJo-Philipp Wich
2024-06-18lib: introduce zlib libraryThibaut VARĂˆNE
2024-06-17fs: add lock() file methodFelix Fietkau
2024-06-17fs: add truncate() file methodFelix Fietkau
2024-05-21socket: implement recvmsg(), sendmsg() and cmsg supportJo-Philipp Wich
2024-05-17socket: add IPv6 socket optionsJo-Philipp Wich
2024-05-17socket: handle further socket option value typesJo-Philipp Wich
2024-05-17socket: improve uc_socket_listen() behaviorJo-Philipp Wich
2024-05-17socket: improve uc_socket_connect() behaviorJo-Philipp Wich
2024-05-17socket: support IPv6 addresses in struct conversion routinesJo-Philipp Wich
2024-05-17socket: uv_to_sockaddr(): fix length calculation for AF_UNIX addressesJo-Philipp Wich
2024-05-17socket: remove wrong documentation fragmentJo-Philipp Wich
2024-05-14socket: optimize poll() argument handlingJo-Philipp Wich
2024-05-13socket: fix potential memory leak in connect()Jo-Philipp Wich
2024-05-09socket: fix addrinfo() with omitted service argumentJo-Philipp Wich
2024-05-08socket: remove leftover debug codeJo-Philipp Wich
2024-05-08socket: add AF_PACKET socket type supportJo-Philipp Wich
2024-05-02ubus: fix uc_ubus_have_uloop for eloop+uloop combinationFelix Fietkau
2024-04-25Merge pull request #197 from jow-/docs-add-uloopJo-Philipp Wich
2024-04-25socket: make socket.send() accept non-string dataJo-Philipp Wich
2024-04-25uloop: add documentationJo-Philipp Wich
2024-04-24socket: rework error handlingJo-Philipp Wich
2024-04-24lib: introduce socket libraryJo-Philipp Wich
2024-04-15uci: remove incorrectly documentated reorder() parameterJo-Philipp Wich
2024-04-07ubus: add explicit support for deferring incoming requestsFelix Fietkau
2024-02-21uloop: automatically clear error informationJo-Philipp Wich
2024-02-21uci: automatically clear error informationJo-Philipp Wich
2024-02-21ubus: automatically clear error informationJo-Philipp Wich
2024-02-21uci: refactor uci.changes() to match documentationJo-Philipp Wich
2024-01-10rtnl: increase event socket rx buffer size limit to 1 MiBJo-Philipp Wich
2024-01-10rtnl: optimize reception of rtnl eventsJo-Philipp Wich
2024-01-10rtnl: store callback in listener registry only on successJo-Philipp Wich
2023-12-14nl80211: fix decoding of NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET attributeJo-Philipp Wich
2023-12-14nl80211: fix parsing of NL80211_BAND_ATTR_VHT_MCS_SET attributeJo-Philipp Wich
2023-12-11nl80211: fix datatype of NL80211_BAND_IFTYPE_ATTR_HE_CAP_{MAC,PHY} attrsJo-Philipp Wich
2023-11-30ubus: make ubus_context first in uc_ubus_connection_tFelix Fietkau
2023-11-03uloop: support new interval and signal APIsJo-Philipp Wich
2023-11-01nl80211: fix maybe uninitialized variableJo-Philipp Wich
2023-10-11uci: fix potential memory leaks in `configs()`Jo-Philipp Wich
2023-10-11lib: various documentation fixesJo-Philipp Wich
2023-10-11uci: add module documentationJo-Philipp Wich