summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-07-29Merge pull request #214 from jow-/ucode-test-runnerHEADmasterJo-Philipp Wich
2024-07-29tests: replace test runner shell script with ucode implementationJo-Philipp Wich
2024-07-29main: prevent invalid memory access when executing empty stdinJo-Philipp Wich
2024-07-11Merge pull request #211 from jow-/hwsim-supportJo-Philipp Wich
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-11Merge pull request #210 from nbd168/nl80211Jo-Philipp Wich
2024-07-09nl80211: add wiphy multi-radio supportFelix Fietkau
2024-07-09nl80211: update nl80211.h to latest wireless-nextFelix Fietkau
2024-07-07Merge pull request #208 from nbd168/nl80211Jo-Philipp Wich
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-18Merge pull request #206 from efahl/issue205Jo-Philipp Wich
2024-06-18lib: introduce zlib libraryThibaut VARĂˆNE
2024-06-18Merge pull request #207 from nbd168/fsJo-Philipp Wich
2024-06-17fs: add lock() file methodFelix Fietkau
2024-06-17fs: add truncate() file methodFelix Fietkau
2024-06-10core-lib: improved documentationEric Fahlgren
2024-05-21Merge pull request #202 from jow-/socket-improvementsJo-Philipp Wich
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-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