summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-14Merge pull request #201 from jow-/socket-poll-improvementsJo-Philipp Wich
2024-05-14socket: optimize poll() argument handlingJo-Philipp Wich
2024-05-14Merge pull request #200 from jow-/socket-leak-fixJo-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-08Merge pull request #199 from jow-/socket-packetJo-Philipp Wich
2024-05-08socket: add AF_PACKET socket type supportJo-Philipp Wich
2024-05-02Merge pull request #198 from nbd168/ubus-uloop-fixJo-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-24jsdoc: disable default module titlesJo-Philipp Wich
2024-04-24build: fix symbol and library detectionJo-Philipp Wich
2024-04-24Merge pull request #196 from jow-/lib-socketJo-Philipp Wich
2024-04-24lib: introduce socket libraryJo-Philipp Wich
2024-04-15uci: remove incorrectly documentated reorder() parameterJo-Philipp Wich
2024-04-07Merge pull request #195 from nbd168/ubus-deferJo-Philipp Wich
2024-04-07ubus: add explicit support for deferring incoming requestsFelix Fietkau
2024-03-13Merge pull request #191 from jow-/ubus-clear-errorsJo-Philipp Wich
2024-03-13Merge pull request #194 from jow-/in-operator-semanticsJo-Philipp Wich
2024-03-13vm: rework `in` operator semanticsJo-Philipp Wich
2024-02-21lib: fix documentation typo for `pop()` functionJo-Philipp Wich
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-21Merge pull request #190 from jow-/uci-changes-load-packageJo-Philipp Wich
2024-02-21Merge pull request #189 from jow-/safe-iteratorsJo-Philipp Wich
2024-02-21uci: refactor uci.changes() to match documentationJo-Philipp Wich
2024-02-21vm: rework object iterationJo-Philipp Wich
2024-02-13compiler: close upvalues on loop control statementsFelix Fietkau
2024-01-11Merge pull request #185 from jow-/rtnl-enobufs-handlingJo-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-30Merge pull request #183 from nbd168/ubus-reworkJo-Philipp Wich
2023-11-30ubus: make ubus_context first in uc_ubus_connection_tFelix Fietkau
2023-11-07Merge pull request #180 from jow-/uloop-interval-signal-supportJo-Philipp Wich
2023-11-07Merge pull request #181 from jow-/syntax-as-from-not-reservedJo-Philipp Wich
2023-11-06syntax: don't treat `as` and `from` as reserved keywordsJo-Philipp Wich