summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-10-16vallist: more thoroughly check for trailing garbage after numeric stringJo-Philipp Wich
2024-09-24Merge pull request #226 from jow-/lexer-improvementsJo-Philipp Wich
2024-09-23lexer: make api functions publicJo-Philipp Wich
2024-09-23lexer: emit comment and template statement block tokensJo-Philipp Wich
2024-09-23lexer: improve token position reportingJo-Philipp Wich
2024-09-23Merge pull request #225 from jow-/compiler-fix-keyword-property-labels-after-...Jo-Philipp Wich
2024-09-23Merge pull request #224 from jow-/lib-fs-readline-leakJo-Philipp Wich
2024-09-23compiler: properly treat property names after spread expressionsJo-Philipp Wich
2024-09-23fs: fix potential memory leak on i/o errors in .read()Jo-Philipp Wich
2024-09-21Merge pull request #223 from jow-/nl80211-add-eht-attributesJo-Philipp Wich
2024-09-21nl80211: add EHT mac/phy capabilitiesChad Monroe
2024-09-20Merge pull request #218 from jonasjelonek/add-ioctlJo-Philipp Wich
2024-09-20fs: add ioctl() file methodJonas Jelonek
2024-09-20Merge pull request #221 from mikma/fix-getenvJo-Philipp Wich
2024-09-20lib: test if call to getenv() destroys environMikael Magnusson
2024-09-20lib: use copy of environ pointer in getenv()Mikael Magnusson
2024-09-20ci: bump upload-artifact to v3Jo-Philipp Wich
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