]> git.proxmox.com Git - pve-lxc-syscalld.git/history - src/lxcseccomp.rs
fix id mapping code
[pve-lxc-syscalld.git] / src / lxcseccomp.rs
2022-12-09 Wolfgang Bumillerclippy fixes
2022-10-21 Wolfgang Bumillerreplace custom Fd with std OwnedFd
2022-07-18 Wolfgang Bumillerfix compiler compat issue (missing type annotation)
2022-06-01 Wolfgang Bumillerdrop IoVec/Mut in favor of std IoSlice/Mut
2022-05-27 Wolfgang Bumillermake clippy happy
2022-01-07 Wolfgang Bumillerrework AT_FDCWD handling
2022-01-07 Wolfgang Bumilleraccept negative file descriptors
2022-01-07 Wolfgang Bumillerdeny unsafe_op_in_unsafe_fn
2021-06-11 Wolfgang Bumillerclippy fixes
2020-04-17 Wolfgang Bumillerreplace failure with anyhow
2020-01-22 Wolfgang Bumillerdocumentation
2019-10-31 Wolfgang Bumillermove iovec to io submodule
2019-10-31 Wolfgang Bumillerswitch it all over to epoll
2019-10-25 Wolfgang Bumillerclippy
2019-10-21 Wolfgang Bumillerrefactor 'pidfd.rs' into a process module
2019-10-18 Wolfgang Bumillerfoo
2019-10-18 Wolfgang Bumillerfds
2019-10-17 Wolfgang Bumillerswitch to io_uring
2019-09-03 Wolfgang Bumillerclippy
2019-07-17 Wolfgang Bumillerimplement remaining quotactl calls
2019-07-15 Wolfgang Bumillermore quota code
2019-07-12 Wolfgang Bumillermore quota stuff
2019-07-12 Wolfgang Bumillersome more syscall argument helpers
2019-07-10 Wolfgang Bumillerhandle capabilities and permission checks for mknod
2019-07-09 Wolfgang Bumillerworking on forking
2019-07-09 Wolfgang Bumillerworking on argument passing
2019-07-09 Wolfgang Bumillercleanup
2019-07-09 Wolfgang Bumillerworking on receiving data for the syscalls
2019-07-09 Wolfgang Bumillerreceive fds in the proxy message buffer
2019-07-08 Wolfgang Bumillerhandle send/recv in proxy msg impl
2019-07-08 Wolfgang BumillerWhole bunch of async code and preparation to fork.
2019-07-07 Wolfgang Bumillerquery seccomp sizes only once
2019-07-07 Wolfgang Bumillerswitch to vectored I/O
2019-07-05 Wolfgang Bumillerformatting fixup
2019-07-05 Wolfgang Bumillerimport