index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-09-15
Merge branches 'crypto-mbedtls' and 'fix-getenv' into build1
build1
Mikael Magnusson
2024-09-15
lib: make copy of environ pointer
Mikael Magnusson
2024-09-15
crypto: actually rename the crypto source
Mikael Magnusson
2024-09-15
crypto: rename crypto-mbedtls to crypto
Mikael Magnusson
2024-09-14
crypto: rename crypto-mbedtls.so to crypto.so
Mikael Magnusson
2024-09-14
crypto: clean up unused code
Mikael Magnusson
2024-09-14
crypto: fix space at EOL
Mikael Magnusson
2024-09-14
crypto: fix extra spaced at EOL
Mikael Magnusson
2024-09-14
crypto: fix crypto-mbedtls link
Mikael Magnusson
2024-09-14
crypto: fix crypto-mbedtls
Mikael Magnusson
2024-09-14
crypto: use find_library
Mikael Magnusson
2024-09-14
crypto: fix CMakeLists
Mikael Magnusson
2024-09-14
crypto: add crypto-mbedtls library
Mikael Magnusson
2024-07-29
Merge pull request #214 from jow-/ucode-test-runner
HEAD
master
Jo-Philipp Wich
2024-07-29
tests: replace test runner shell script with ucode implementation
Jo-Philipp Wich
2024-07-29
main: prevent invalid memory access when executing empty stdin
Jo-Philipp Wich
2024-07-11
Merge pull request #211 from jow-/hwsim-support
Jo-Philipp Wich
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-11
Merge pull request #210 from nbd168/nl80211
Jo-Philipp Wich
2024-07-09
nl80211: add wiphy multi-radio support
Felix Fietkau
2024-07-09
nl80211: update nl80211.h to latest wireless-next
Felix Fietkau
2024-07-07
Merge pull request #208 from nbd168/nl80211
Jo-Philipp Wich
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
Merge pull request #206 from efahl/issue205
Jo-Philipp Wich
2024-06-18
lib: introduce zlib library
Thibaut VARĂˆNE
2024-06-18
Merge pull request #207 from nbd168/fs
Jo-Philipp Wich
2024-06-17
fs: add lock() file method
Felix Fietkau
2024-06-17
fs: add truncate() file method
Felix Fietkau
2024-06-10
core-lib: improved documentation
Eric Fahlgren
2024-05-21
Merge pull request #202 from jow-/socket-improvements
Jo-Philipp Wich
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
2024-05-17
socket: remove wrong documentation fragment
Jo-Philipp Wich
2024-05-14
Merge pull request #201 from jow-/socket-poll-improvements
Jo-Philipp Wich
2024-05-14
socket: optimize poll() argument handling
Jo-Philipp Wich
2024-05-14
Merge pull request #200 from jow-/socket-leak-fix
Jo-Philipp Wich
2024-05-13
socket: fix potential memory leak in connect()
Jo-Philipp Wich
2024-05-09
socket: fix addrinfo() with omitted service argument
Jo-Philipp Wich
2024-05-08
socket: remove leftover debug code
Jo-Philipp Wich
2024-05-08
Merge pull request #199 from jow-/socket-packet
Jo-Philipp Wich
[next]