]> git.proxmox.com Git - pve-lxc-syscalld.git/shortlog
pve-lxc-syscalld.git
2023-11-14 Wolfgang Bumillerfix id mapping code master
2023-10-16 Wolfgang Bumilleruse OwnedFd for all remaining custom file descriptors
2023-10-16 Wolfgang Bumillerclippy fixes
2023-10-16 Wolfgang Bumillerclippy: mutability fixup
2023-05-24 Wolfgang Bumillerbump version to 1.3.0
2023-05-24 Wolfgang Bumillerbuildsys: cleanup, derive upload dist, drop debcargo...
2023-01-19 Fabian Grünbichlerbuild: add libsystemd-dev to build-depends
2023-01-19 Fabian Grünbichlerupdate nix to 0.26
2022-12-09 Wolfgang Bumillerclippy fixes
2022-10-21 Wolfgang Bumillerdrop custom 'ready' macro, require 1.64
2022-10-21 Wolfgang Bumillerreplace custom Fd with std OwnedFd
2022-10-21 Wolfgang Bumillerprepare to drop Fd type for OwnedFd (std io_safety)
2022-10-21 Wolfgang Bumillercleanup fd macros
2022-07-18 Wolfgang Bumillerbump version to 1.2.2-1
2022-07-18 Wolfgang Bumillerdrop EventedFd/PolledFd helpers
2022-07-18 Wolfgang Bumillerfix compiler compat issue (missing type annotation)
2022-07-18 Wolfgang Bumilleradd track_caller to spawn
2022-07-18 Wolfgang BumillerRevert "Revert "seq_packet: set SOCK_NONBLOCK on accept""
2022-07-18 Wolfgang Bumillerbump version to 1.2.1-1
2022-07-18 Wolfgang BumillerRevert "seq_packet: set SOCK_NONBLOCK on accept"
2022-07-07 Wolfgang Bumillerbump version to 1.2.0-1
2022-07-07 Wolfgang Bumillerseq_packet: set SOCK_NONBLOCK on accept
2022-06-21 Wolfgang Bumillercleanup: explicitly use Arc::clone
2022-06-21 Wolfgang Bumillerrt: set worker thread count
2022-06-01 Wolfgang Bumillerupdate to nix 0.24
2022-06-01 Wolfgang Bumillerdrop IoVec/Mut in favor of std IoSlice/Mut
2022-06-01 Wolfgang Bumillerclippy fixups
2022-06-01 Wolfgang Bumillerbump edition to 2021
2022-06-01 Wolfgang Bumillerbump version to 1.1.1-1
2022-05-27 Wolfgang Bumillermake clippy happy
2022-01-10 Wolfgang Bumillerremove Todo.md
2022-01-10 Wolfgang Bumillerremove rust-toolchain file
2022-01-07 Wolfgang Bumillerrework AT_FDCWD handling
2022-01-07 Wolfgang Bumillerbump version to 1.1.0-1
2022-01-07 Wolfgang Bumilleraccept negative file descriptors
2022-01-07 Wolfgang Bumillerdeny unsafe_op_in_unsafe_fn
2022-01-07 Wolfgang Bumillerclippy fixups
2022-01-07 Wolfgang Bumillercargo fmt
2021-06-11 Wolfgang Bumillerclippy fixes
2021-06-10 Wolfgang Bumilleradd 'make upload' target
2021-06-10 Wolfgang Bumillerbump version to 1.0.0-1
2021-06-10 Wolfgang Bumillersupport pure cgroupv2 environments
2021-06-10 Wolfgang Bumillerfix Pipe ReadBuf usage
2021-05-12 Thomas Lamprechtbump version to 0.9.2-1
2021-05-12 Thomas Lamprechtbuildsys: add CARGO_BUILD_ARGS to test target to avoid...
2021-02-17 Fabian Grünbichlerupdate to tokio 1.0
2021-02-01 Fabian Grünbichlerdebcargo: fix maintainer directive
2020-12-02 Fabian Grünbichlerupdate nix dependency
2020-08-20 Wolfgang Bumilleradd a Todo file
2020-04-17 Wolfgang Bumillerreplace failure with anyhow
2020-01-30 Wolfgang Bumillerbump version to 0.9.1-1
2020-01-30 Wolfgang Bumillerfix '--' parameter handling and help error output
2020-01-29 Wolfgang Bumillerbump to 0.9.0, experimental release
2020-01-29 Wolfgang Bumillerrevert pidfd_open patches
2020-01-29 Wolfgang Bumillerdon't create tokio-reactor-associated pipes before...
2020-01-22 Wolfgang Bumillersyscalls are processed sequentially
2020-01-22 Wolfgang Bumillerformatting fixup
2020-01-22 Wolfgang Bumillerfinish service file
2020-01-22 Wolfgang Bumillerparameter handling:
2020-01-22 Wolfgang Bumillerinstall path fixups
2020-01-22 Wolfgang Bumilleradd dinstall target
2020-01-22 Wolfgang Bumillerdon't run fmt or clippy in check/test target
2020-01-22 Wolfgang Bumillerbuildsys: use system toolchain for package builds
2020-01-22 Wolfgang Bumillerdoc
2020-01-22 Wolfgang Bumillerdocumentation
2020-01-21 Wolfgang Bumillertest target fixup
2020-01-21 Wolfgang Bumillerformatting fixup
2020-01-21 Wolfgang Bumillerdebian/ fixup
2020-01-21 Wolfgang Bumillerbuild fixup
2020-01-21 Wolfgang Bumillertemp
2020-01-21 Wolfgang Bumillerprepare for debcargo packaging
2020-01-21 Wolfgang Bumillerswitch back to tokio now that it's stable and packaged
2020-01-10 Wolfgang Bumilleralso use pidfd_open for explicit pids
2020-01-10 Wolfgang Bumilleruse pidfd_open
2019-12-27 Wolfgang Bumillerbumps
2019-10-31 Wolfgang Bumillerrename process::fd to process:pid_fd
2019-10-31 Wolfgang Bumillermove iovec to io submodule
2019-10-31 Wolfgang Bumillermove epoll module to io submodule
2019-10-31 Wolfgang Bumillerblocking fixup, and actually recvmsg on recvmsg
2019-10-31 Wolfgang Bumillerswitch it all over to epoll
2019-10-30 Wolfgang Bumillerseq_packet, iovec
2019-10-30 Wolfgang Bumillerset PolledFd to nonblocking
2019-10-30 Wolfgang Bumilleruse nix for set_nonblocking impl
2019-10-30 Wolfgang Bumillerpipe implementation
2019-10-30 Wolfgang Bumillerstuff
2019-10-30 Wolfgang Bumilleruse default reactor
2019-10-30 Wolfgang Bumillerdefault reactor
2019-10-30 Wolfgang Bumillerstuff
2019-10-30 Wolfgang Bumilleredge triggering is vital for us
2019-10-30 Wolfgang Bumillerremove unused stuff
2019-10-30 Wolfgang Bumillerhandle dropped fds
2019-10-30 Wolfgang Bumillerr/w pollfd
2019-10-30 Wolfgang Bumillerstuff
2019-10-30 Wolfgang Bumillerc_call -> c_result for consistency
2019-10-30 Wolfgang Bumillerreactor stuff
2019-10-29 Wolfgang Bumillertodo
2019-10-29 Wolfgang Bumillerfoo
2019-10-29 Wolfgang Bumillerworking on stuff
2019-10-29 Wolfgang Bumillerworking on epoll
2019-10-25 Wolfgang Bumillerspawn all the threads...
next