Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Lunatik v3.7 source code.tar.gz | 2025-07-14 | 117.1 kB | |
Lunatik v3.7 source code.zip | 2025-07-14 | 168.7 kB | |
README.md | 2025-07-14 | 2.4 kB | |
Totals: 3 Items | 288.2 kB | 1 |
What's Changed
- Fix : add kernel version guard to luaxdp_exit() for compatibility with < 6.4 by @ShivamVashisth28 in https://github.com/luainkernel/lunatik/pull/263
- move lunatik_setstring into lunatik.h by @qrsikno2 in https://github.com/luainkernel/lunatik/pull/266
- hotfix: correct function name to fix build failure by @qrsikno2 in https://github.com/luainkernel/lunatik/pull/267
- add support for LDoc by @lneto in https://github.com/luainkernel/lunatik/pull/271
- Fix fib api change in kernel >= 6.15 by @jperon in https://github.com/luainkernel/lunatik/pull/278
- move luanetfilter_setinteger/optinteger into lunatik.h by @qrsikno2 in https://github.com/luainkernel/lunatik/pull/282
- Update README.md to point to LDoc. by @jperon in https://github.com/luainkernel/lunatik/pull/284
- Add lualinux_kill() by @Physic69 in https://github.com/luainkernel/lunatik/pull/280
- update the optinteger with removed nil version by @qrsikno2 in https://github.com/luainkernel/lunatik/pull/285
- Linux crypto api: crypto_shash by @jperon in https://github.com/luainkernel/lunatik/pull/283
- Add crypto_shash to Makefile by @jperon in https://github.com/luainkernel/lunatik/pull/287
- crypto_shash tests by @jperon in https://github.com/luainkernel/lunatik/pull/286
- HKDF tests: Add tls13_expand_label by @jperon in https://github.com/luainkernel/lunatik/pull/288
- crypto_skcipher by @jperon in https://github.com/luainkernel/lunatik/pull/289
- Add crypto_skcipher to documentation by @jperon in https://github.com/luainkernel/lunatik/pull/291
- Fix compilation warning by @jperon in https://github.com/luainkernel/lunatik/pull/292
- fix missing semi-colon in cleanup script by @sheharyaar in https://github.com/luainkernel/lunatik/pull/299
- add zlua.ko module order to fix sym conflict by @sheharyaar in https://github.com/luainkernel/lunatik/pull/298
- crypto_aead by @jperon in https://github.com/luainkernel/lunatik/pull/296
- crypto_rng by @jperon in https://github.com/luainkernel/lunatik/pull/293
- update lua/ to v5.4.8 by @lneto in https://github.com/luainkernel/lunatik/pull/303
New Contributors
- @ShivamVashisth28 made their first contribution in https://github.com/luainkernel/lunatik/pull/263
- @Physic69 made their first contribution in https://github.com/luainkernel/lunatik/pull/280
Full Changelog: https://github.com/luainkernel/lunatik/compare/v3.6.2...v3.7