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

Commit Graph

  • 3189ac42ae organize and add to the list of features. utam0k 2021-05-22 15:55:50 +0900
  • 23a2f282c6 add etymology yuchiki 2021-05-22 17:20:22 +0900
  • 16f413b2b4 Support multiple subsystems Furisto 2021-05-21 23:35:58 +0200
  • 30405d751a Implement hugetlb cgroup support Furisto 2021-05-21 23:35:02 +0200
  • e52f304b0d edit README.md utam0k 2021-05-18 23:30:11 +0900
  • 1c5fca97cc update a logo. utam0k 2021-05-17 23:20:32 +0900
  • 1206329f65 update README. utam0k 2021-05-16 19:38:33 +0900
  • e5fdf3322e update README. utam0k 2021-05-16 18:24:30 +0900
  • 3e8b114f74 add a youki's logo. utam0k 2021-05-16 16:47:06 +0900
  • cdf11d26f5 update README. utam0k 2021-05-15 18:53:05 +0900
  • eb9acc1cbb assume that all default tests pass. utam0k 2021-05-15 18:42:28 +0900
  • b9f5695913 implement rlimit. utam0k 2021-05-15 17:33:53 +0900
  • 5d315be6cf check for no_new_privileges in spec. utam0k 2021-05-15 16:56:45 +0900
  • 4c37d65873 implement the hostname setting. utam0k 2021-05-15 16:51:37 +0900
  • 2a17136455 revert async/await because it was unstable. utam0k 2021-05-15 16:35:31 +0900
  • d00d18f420 pass enviroment variables when executing. utam0k 2021-05-15 15:51:12 +0900
  • 2c6eff8ba0 add a capability test. utam0k 2021-05-15 15:49:25 +0900
  • fd063c630c update cargo clippy. utam0k 2021-05-08 14:03:55 +0900
  • 5c61d423da make the processing part of capability in linux testable. utam0k 2021-05-05 20:54:11 +0900
  • 9fd10f466b
    Merge pull request #7 from utam0k/testable utam0k 2021-05-03 18:15:16 +0900
  • 39f01f6a08 add unshare and setns tests. utam0k 2021-05-03 18:01:18 +0900
  • ce2a6f6e8c add namespaces mod. utam0k 2021-05-02 19:24:57 +0900
  • 1b3dcc2c59 introduce a command trait to enable unit testing. utam0k 2021-05-01 17:06:50 +0900
  • 81a67d12ca add tests to some of the devices in cgroups. utam0k 2021-04-29 19:39:31 +0900
  • 07ff66aadf introduce unit tests. utam0k 2021-04-29 17:34:23 +0900
  • 50dc7e42b1 allow log init failure. utam0k 2021-04-21 21:38:23 +0900
  • 3974020d29 Update README. utam0k 2021-04-18 19:43:07 +0900
  • 5976297077 implement capabilities. utam0k 2021-04-18 19:39:09 +0900
  • a50f71fe50
    Merge pull request #6 from utam0k/cgroups utam0k 2021-04-17 21:02:36 +0900
  • 6e9b665fe9 add integration test of devices of cgroups. utam0k 2021-04-17 19:50:50 +0900
  • eda5ba08bc organize controllers of cgroups to make them common. utam0k 2021-04-14 20:38:50 +0900
  • b661ae4eef define type of controllers. utam0k 2021-04-14 18:13:39 +0900
  • d8f3d19ee7 use the cgroups self process belong to. utam0k 2021-04-12 21:43:31 +0900
  • 3f0007d19c implement the access limit of devices using cgroups. utam0k 2021-04-11 22:01:14 +0900
  • a20a9dc62f experimental implementation of cgroups. utam0k 2021-04-10 23:36:41 +0900
  • f45887881c set the youki mode if it is a debug mode build. utam0k 2021-04-10 13:13:49 +0900
  • 6402a1796f organize functions in the rootfs file. utam0k 2021-04-07 21:28:19 +0900
  • a1bd9fa02d implement the extension trait to convert absolutly path to the path in container. utam0k 2021-04-07 21:07:01 +0900
  • 0ec286ed5e fix the warnings that teaching by the clippy. utam0k 2021-04-05 22:57:30 +0900
  • b6e1504974
    Merge pull request #5 from utam0k/github-actions utam0k 2021-04-05 09:27:16 +0900
  • 592fad13b6 check the number of testing integration fails. utam0k 2021-04-05 00:17:48 +0900
  • be32fb565b run integration tests in ci. utam0k 2021-04-04 10:54:09 +0900
  • 8562861591 introduce ci for checkinng codes by github actions. utam0k 2021-04-04 10:44:08 +0900
  • b316fabc39
    Merge pull request #4 from utam0k/features utam0k 2021-04-04 00:09:41 +0900
  • bc65640023 traial implementation of async/await. utam0k 2021-03-31 22:53:23 +0900
  • b0cbcb908b
    Merge pull request #3 from aoki/main utam0k 2021-03-31 14:31:25 +0900
  • b36401f24a Update README.md aoki 2021-03-31 13:02:48 +0900
  • 97324d75b3 make mount using async. utam0k 2021-03-30 22:04:03 +0900
  • 572653b1e0 update README.md utam0k 2021-03-30 00:23:45 +0900
  • 189b8ae48e
    Merge pull request #1 from succie/feat/add-for-local-to-readme utam0k 2021-03-28 21:29:08 +0900
  • 497ada38f5 Remove dockerd step succie 2021-03-28 21:25:36 +0900
  • e02417d570 Add for local to README succie 2021-03-28 21:14:12 +0900
  • 20423bb8a2 update README.md utam0k 2021-03-28 19:31:01 +0900
  • 8515d41467 remove unnecessary thread sleep. utam0k 2021-03-28 10:23:56 +0000
  • d4c250bf8d add the MIT LICENSE. utam0k 2021-03-28 00:00:31 +0900
  • a08887d59a first commit! utam0k 2021-03-27 20:08:13 +0900