1
0
mirror of https://github.com/containers/youki synced 2025-04-21 00:38:02 +02:00

Commit Graph

  • 2e61675d28
    add handling when blkio of cgv1 is not present. utam0k 2021-08-07 17:41:09 +0900
  • 5cf745f79b
    add handling when uid_mappings is not present. utam0k 2021-08-07 17:33:26 +0900
  • 2e0ecd1203
    make the error messages easier to understand when rootless doesn't have the require configs. utam0k 2021-08-07 17:26:08 +0900
  • 2637df2bd4
    add handling when mounts is not present. utam0k 2021-08-07 16:24:48 +0900
  • 01e8f8c5c9
    add handling when capabilities is not present. utam0k 2021-08-07 16:23:42 +0900
  • dc3452ef0e
    add handling in cgv1 when devices is not present. utam0k 2021-08-07 15:55:41 +0900
  • 506c303a4d
    add handling when hugetlb is not present. utam0k 2021-08-05 23:15:03 +0900
  • 974f20dace
    add handling when devices is not present. utam0k 2021-08-05 23:06:43 +0900
  • 92ac22ae13
    add handling when mount_label is not present. utam0k 2021-08-05 23:06:14 +0900
  • 74af5f88f4
    add handing when rootfs_propagation is not present. utam0k 2021-08-05 23:05:36 +0900
  • fdf89fc9f8
    Make optional types optional Sascha Grunert 2021-08-04 13:41:00 +0200
  • f293c01005
    Merge pull request #194 from utam0k/refactoring/rootless-lifetime Furisto 2021-08-09 14:28:07 +0200
  • e8a27a8ab1 organize stdio.rs files as it is too small. utam0k 2021-08-09 16:26:15 +0900
  • d99aafbf58 delete the original FileDescriptor. utam0k 2021-08-09 15:05:31 +0900
  • 465fb1cee0 reduce the number of clones by introducing lifetime to namespaces. utam0k 2021-08-09 14:54:24 +0900
  • 787a5505c2 reduce the number of clones by introducing lifetime to rootless. utam0k 2021-08-08 17:37:13 +0900
  • 327e94d45e pass only the bare necessities in ContainerInitArgs. utam0k 2021-08-08 16:17:57 +0900
  • 243d5f6dd1
    Merge pull request #193 from Furisto/rundir utam0k 2021-08-08 15:03:09 +0900
  • 92e986cf82 Improve looking up the root directory Furisto 2021-08-08 01:08:14 +0200
  • 5bc077861e
    Merge pull request #192 from utam0k/fix/author_version utam0k 2021-08-07 19:45:39 +0900
  • 8db6c7857f adjust author and version to current status. utam0k 2021-08-07 18:55:32 +0900
  • 21a7453e92
    Merge pull request #191 from Furisto/events2 utam0k 2021-08-07 15:15:27 +0900
  • 4a37b57b4a Ensure stable order Furisto 2021-08-07 01:43:26 +0200
  • 9ccbb1c131 Add additional stat tests Furisto 2021-08-07 00:59:03 +0200
  • c1c65d9a5c Add documentation for stats methods Furisto 2021-08-06 23:56:56 +0200
  • 19742287f9 Add tests for stat parsing functions Furisto 2021-08-06 23:22:12 +0200
  • ce439a2b5b Use json as output format for events Furisto 2021-08-06 00:13:10 +0200
  • c7a5f2f9bc Tests for cgroup v2 io Furisto 2021-08-05 23:53:49 +0200
  • f772701e87 Retrieve io stats from cgroup v2 Furisto 2021-08-05 23:29:09 +0200
  • af3f33c316 Tests for cgroup v2 memory stats Furisto 2021-08-04 23:46:02 +0200
  • 54b24ab427 Retrieve memory stats from cgroup v2 Furisto 2021-08-04 23:15:26 +0200
  • 020dea86ea Retrieve pid stats for cgroup v2 Furisto 2021-08-04 18:16:32 +0200
  • efe45b4b3f Tests for cgroup v2 hugetlb Furisto 2021-08-04 18:03:49 +0200
  • 7080b589b5 Retrieve hugetlb stats from cgroup v2 Furisto 2021-08-03 23:07:57 +0200
  • dbf85369b4 Tests for cgroup v2 cpu Furisto 2021-08-03 20:59:05 +0200
  • ff9308f2e1 Retrieve cpu stats from cgroup v2 Furisto 2021-08-03 19:59:21 +0200
  • a52a50250f
    Merge pull request #190 from containers/tsturzl-patch-1 utam0k 2021-08-06 09:17:06 +0900
  • c88dd28f45
    Update README to reflect completion of features Travis Sturzl 2021-08-05 17:07:38 -0600
  • 376190db92 Initial Setup of Test Framework Yashodhan Joshi 2021-08-05 16:38:11 +0530
  • 4875cbade4
    Merge pull request #176 from utam0k/improvement/make-ci-fail-with-clippy-warning utam0k 2021-08-04 17:08:48 +0900
  • 8cc12a4139 fix the warnings found by cargo clippy. utam0k 2021-08-04 16:05:34 +0900
  • 515e7bc727 fix conflicts. utam0k 2021-08-04 15:59:08 +0900
  • d5d8416950
    Merge pull request #181 from saschagrunert/types Furisto 2021-08-03 23:19:55 +0200
  • e28638e1a0
    Add Windows, VM and Solaris types Sascha Grunert 2021-08-03 16:23:09 +0200
  • abf1222b0b
    Merge pull request #180 from yihuaf/yihuaf/LISTEN_FDs utam0k 2021-08-03 21:23:37 +0900
  • 63ff9f8891
    Merge pull request #178 from saschagrunert/hooks Furisto 2021-08-02 22:50:27 +0200
  • 03fac35202 LISTEN_FDS should only set if > 0 yihuaf 2021-08-02 20:48:58 +0200
  • d70056fa9e fix fmt yihuaf 2021-08-02 20:42:23 +0200
  • f0b4432d0e implemented LISTEN_FDS yihuaf 2021-08-02 20:37:54 +0200
  • 0083b8eada
    Add Hooks to OCI spec Sascha Grunert 2021-08-02 13:40:31 +0200
  • 4c0fee10d0
    Merge pull request #177 from yihuaf/yihuaf/145 Furisto 2021-08-02 12:06:24 +0200
  • dcd6d6ab04 remove used code yihuaf 2021-08-02 08:24:08 +0200
  • 33de73e351 Adds unit test yihuaf 2021-08-02 04:41:17 +0200
  • 374626f5c8 minor fix yihuaf 2021-08-02 04:41:00 +0200
  • ff7aeb1c34 Move container_init related function into new file yihuaf 2021-08-02 02:34:31 +0200
  • c87a29d080 Implemented preserve_fds yihuaf 2021-08-02 02:23:56 +0200
  • 5088b3632e fix the warnings found by cargo clippy. utam0k 2021-08-01 19:12:49 +0900
  • 7cb78a484d make ci fail even with clippy warning level. utam0k 2021-08-01 16:42:06 +0900
  • ae7089b29d
    Merge pull request #172 from zidoshare/implementation-of-ps-commmand Furisto 2021-07-31 17:53:02 +0200
  • 1398da8ce5 add implementation of ps command zidoshare 2021-07-29 14:49:38 +0000
  • 62a1121cb9
    Merge pull request #171 from Furisto/events utam0k 2021-07-31 23:35:31 +0900
  • 429ab0e3c1
    Merge pull request #175 from utam0k/fix/ci-with-release-build Furisto 2021-07-31 16:34:58 +0200
  • 7087b44931 Implement events command for cgroup v1 stats Furisto 2021-07-29 17:29:44 +0200
  • 95abb1654b Tests for cgroup v1 memory Furisto 2021-07-28 22:25:44 +0200