summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2025-02-06Merge pull request #269 from jonasjelonek/improve-ioctlJo-Philipp Wich
2025-02-05Merge pull request #263 from nbd168/ubus-fdJo-Philipp Wich
2025-02-04ubus: add support for channelsFelix Fietkau
2025-02-04ubus: add support for receiving file descriptors in call and deferFelix Fietkau
2025-02-04ubus: add support for sending file descriptors via ubus.call/deferFelix Fietkau
2025-02-04ubus: add request get_fd/set_fd methodsFelix Fietkau
2025-02-04ubus: add defer.await() methodFelix Fietkau
2025-02-04fs: ioctl: improve ioctl read to avoid allocating twiceJonas Jelonek
2025-02-04fs: ioctl: export constants for direction valuesJonas Jelonek
2025-02-04ubus: add named parameter support in functions with many paramsFelix Fietkau
2025-02-04socket: properly support SO_ATTACH_FILTER sockoptJo-Philipp Wich
2025-02-01rtnl: properly handle runtime exceptions in listener callbackJo-Philipp Wich
2025-01-25socket: fix AF_PACKET recvmsg() and sockaddr formattingJo-Philipp Wich
2024-12-30struct: fix memory leak in buffer.pull()Jo-Philipp Wich
2024-12-12uci: eliminate usage of global variablesJo-Philipp Wich
2024-12-06struct: do not use global variables for caching typesJo-Philipp Wich
2024-12-06struct: Add new buffer API for incremental packing/unpackingJo-Philipp Wich
2024-12-05nl80211: properly support split_wiphy_dump for single physJo-Philipp Wich
2024-12-01Merge pull request #234 from IdWV/fsJo-Philipp Wich
2024-12-01digest: implement compile time option to exclude less common algorithmsJo-Philipp Wich
2024-12-01lib: introduce digest librarySebastian Ertz
2024-10-24fs: eliminate the usage of global variablesIsaac de Wolff
2024-10-23nl80211: add new attributes for multi-radio supportFelix Fietkau
2024-10-23nl80211: cover extended feature and EHT rate info attributesJo-Philipp Wich
2024-10-18Merge pull request #237 from sebastianertz/mathJo-Philipp Wich
2024-10-18Merge pull request #213 from jow-/improve-vector-macrosJo-Philipp Wich
2024-10-18math: removed global variable for thread safetySebastian Ertz
2024-10-18treewide: refactor vector usage codeJo-Philipp Wich
2024-10-17socket: provide local definition of `struct fanout_args`Jo-Philipp Wich
2024-09-23fs: fix potential memory leak on i/o errors in .read()Jo-Philipp Wich
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