index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2025-02-06
Merge pull request #269 from jonasjelonek/improve-ioctl
Jo-Philipp Wich
2025-02-05
Merge pull request #263 from nbd168/ubus-fd
Jo-Philipp Wich
2025-02-04
ubus: add support for channels
Felix Fietkau
2025-02-04
ubus: add support for receiving file descriptors in call and defer
Felix Fietkau
2025-02-04
ubus: add support for sending file descriptors via ubus.call/defer
Felix Fietkau
2025-02-04
ubus: add request get_fd/set_fd methods
Felix Fietkau
2025-02-04
ubus: add defer.await() method
Felix Fietkau
2025-02-04
fs: ioctl: improve ioctl read to avoid allocating twice
Jonas Jelonek
2025-02-04
fs: ioctl: export constants for direction values
Jonas Jelonek
2025-02-04
ubus: add named parameter support in functions with many params
Felix Fietkau
2025-02-04
socket: properly support SO_ATTACH_FILTER sockopt
Jo-Philipp Wich
2025-02-01
rtnl: properly handle runtime exceptions in listener callback
Jo-Philipp Wich
2025-01-25
socket: fix AF_PACKET recvmsg() and sockaddr formatting
Jo-Philipp Wich
2024-12-30
struct: fix memory leak in buffer.pull()
Jo-Philipp Wich
2024-12-12
uci: eliminate usage of global variables
Jo-Philipp Wich
2024-12-06
struct: do not use global variables for caching types
Jo-Philipp Wich
2024-12-06
struct: Add new buffer API for incremental packing/unpacking
Jo-Philipp Wich
2024-12-05
nl80211: properly support split_wiphy_dump for single phys
Jo-Philipp Wich
2024-12-01
Merge pull request #234 from IdWV/fs
Jo-Philipp Wich
2024-12-01
digest: implement compile time option to exclude less common algorithms
Jo-Philipp Wich
2024-12-01
lib: introduce digest library
Sebastian Ertz
2024-10-24
fs: eliminate the usage of global variables
Isaac de Wolff
2024-10-23
nl80211: add new attributes for multi-radio support
Felix Fietkau
2024-10-23
nl80211: cover extended feature and EHT rate info attributes
Jo-Philipp Wich
2024-10-18
Merge pull request #237 from sebastianertz/math
Jo-Philipp Wich
2024-10-18
Merge pull request #213 from jow-/improve-vector-macros
Jo-Philipp Wich
2024-10-18
math: removed global variable for thread safety
Sebastian Ertz
2024-10-18
treewide: refactor vector usage code
Jo-Philipp Wich
2024-10-17
socket: provide local definition of `struct fanout_args`
Jo-Philipp Wich
2024-09-23
fs: fix potential memory leak on i/o errors in .read()
Jo-Philipp Wich
2024-09-21
nl80211: add EHT mac/phy capabilities
Chad Monroe
2024-09-20
fs: add ioctl() file method
Jonas Jelonek
2024-07-11
nl80211: support the MAC80211_HWSIM netlink protocol family
Jo-Philipp Wich
2024-07-11
nl80211: drop unused structure members from connection context
Jo-Philipp Wich
2024-07-11
nl80211: support conversion from/to struct array attributes
Jo-Philipp Wich
2024-07-11
nl80211: gracefully handle illegal netlink error code
Jo-Philipp Wich
2024-07-09
nl80211: add wiphy multi-radio support
Felix Fietkau
2024-07-07
nl80211: add support for multi-attribute arrays
Felix Fietkau
2024-07-07
nl80211: move access to tb array out of uc_nl_convert_attr and below
Felix Fietkau
2024-06-18
Merge pull request #204 from f00b4r0/zlib
Jo-Philipp Wich
2024-06-18
lib: introduce zlib library
Thibaut VARĂˆNE
2024-06-17
fs: add lock() file method
Felix Fietkau
2024-06-17
fs: add truncate() file method
Felix Fietkau
2024-05-21
socket: implement recvmsg(), sendmsg() and cmsg support
Jo-Philipp Wich
2024-05-17
socket: add IPv6 socket options
Jo-Philipp Wich
2024-05-17
socket: handle further socket option value types
Jo-Philipp Wich
2024-05-17
socket: improve uc_socket_listen() behavior
Jo-Philipp Wich
2024-05-17
socket: improve uc_socket_connect() behavior
Jo-Philipp Wich
2024-05-17
socket: support IPv6 addresses in struct conversion routines
Jo-Philipp Wich
2024-05-17
socket: uv_to_sockaddr(): fix length calculation for AF_UNIX addresses
Jo-Philipp Wich
[next]