summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-09-15Merge branches 'crypto-mbedtls' and 'fix-getenv' into build1build1Mikael Magnusson
2024-09-15lib: make copy of environ pointerMikael Magnusson
2024-09-15crypto: actually rename the crypto sourceMikael Magnusson
2024-09-15crypto: rename crypto-mbedtls to cryptoMikael Magnusson
2024-09-14crypto: rename crypto-mbedtls.so to crypto.soMikael Magnusson
2024-09-14crypto: clean up unused codeMikael Magnusson
2024-09-14crypto: fix space at EOLMikael Magnusson
2024-09-14crypto: fix extra spaced at EOLMikael Magnusson
2024-09-14crypto: fix crypto-mbedtls linkMikael Magnusson
2024-09-14crypto: fix crypto-mbedtlsMikael Magnusson
2024-09-14crypto: use find_libraryMikael Magnusson
2024-09-14crypto: fix CMakeListsMikael Magnusson
2024-09-14crypto: add crypto-mbedtls libraryMikael Magnusson
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