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

Commit Graph

  • 2360a12b8a Retrieve memory stats from cgroup v1 Furisto 2021-07-28 21:20:32 +0200
  • 2f582a8ba1 Tests for cgroup v1 blkio stats Furisto 2021-07-28 00:35:27 +0200
  • 36b87a61b3 Retrieve blkio stats from cgroup v1 Furisto 2021-07-27 17:15:42 +0200
  • 39d0f65a4e Tests for cgroup v1 hugetlb stats Furisto 2021-07-26 23:29:53 +0200
  • e77a455d37 Retrieve hugetlb stats from cgroup v1 Furisto 2021-07-26 22:13:57 +0200
  • 083d78b7a9 Tests for cgroup v1 pid stats Furisto 2021-07-26 16:59:48 +0200
  • c0e71b0d2c Retrieve pid stats from cgroup v1 Furisto 2021-07-26 14:05:14 +0200
  • d20a2ae7a0 Tests for cgroup v1 cpu stats Furisto 2021-07-26 00:26:46 +0200
  • 87c7db7e5a Retrieve cpu stats from cgroups v1 Furisto 2021-07-25 19:54:42 +0200
  • 201274b12b Groundwork for retrieving cgroup stats Furisto 2021-07-25 19:53:11 +0200
  • 692fbb3ccd ci with release build. utam0k 2021-07-31 17:33:59 +0900
  • 0e76835962 fix cargo clippy. utam0k 2021-07-31 17:18:37 +0900
  • 307e44a7ba
    Merge pull request #173 from yihuaf/yihuaf/163 utam0k 2021-07-31 14:27:17 +0900
  • e0e9815a43 Move ContainerInitArgs closer to where it is used yihuaf 2021-07-30 19:32:26 +0200
  • 682c1dd6cf remove a warning where container_dir is unused. yihuaf 2021-07-30 03:57:43 +0200
  • 494646c064 parent f4027f583182b2d9ec30818cb381dcc2ba9bf10a author yihuaf <yihuaf@unkies.org> 1627609965 +0200 committer yihuaf <yihuaf@unkies.org> 1627665696 +0200 yihuaf 2021-07-30 03:52:45 +0200
  • f4027f5831 adds unit test yihuaf 2021-07-29 21:55:54 +0200
  • bd54128413 Refactor how the closure used for clone to create the new process. yihuaf 2021-07-29 21:43:02 +0200
  • 218c7a89f8
    Merge pull request #174 from saschagrunert/oci-spec-root utam0k 2021-07-31 00:27:53 +0900
  • ade1c172a1
    Generalize OCI spec root Sascha Grunert 2021-07-30 12:40:45 +0200
  • 07a76ea370
    Merge pull request #169 from utam0k/refactor-builder Furisto 2021-07-30 13:10:12 +0200
  • 29789e38f9
    Merge pull request #167 from yihuaf/yihuaf/163 utam0k 2021-07-30 09:07:22 +0900
  • 3d8094a11f Add comments explaining libc::clone yihuaf 2021-07-29 19:53:16 +0200
  • 38324cda7d reduce the number of unnecessary clones and arguments by changing the order in which NotifyListeners are generated. utam0k 2021-07-29 23:07:33 +0900
  • 40c41d4367 make the builder pattern more flowing and code readable. utam0k 2021-07-29 22:26:14 +0900
  • ed5294a787 minor fix yihuaf 2021-07-29 08:05:40 +0200
  • 7724562deb Update cargo.lock yihuaf 2021-07-29 05:58:23 +0200
  • eae97c7fab Use nix::sys::mmap instead of libc yihuaf 2021-07-29 05:55:55 +0200
  • a5ade9087e refactor to use multiple unsafe block yihuaf 2021-07-29 02:53:51 +0200
  • c2ad0a6200 Adds documentation yihuaf 2021-07-29 02:49:39 +0200
  • f29c39ed49 Refactor fork/clone child stack management. yihuaf 2021-07-29 02:15:37 +0200
  • 388dcaf5bd
    Merge pull request #166 from fbrv/perf_event Furisto 2021-07-29 00:25:28 +0200
  • c66b2fa4d3 add perf_event to cgroups v1 fbaravalle 2021-07-28 18:35:40 +0100
  • b236cea615
    Merge pull request #165 from utam0k/fix-cgroup-v2-remove-dir utam0k 2021-07-28 23:11:45 +0900
  • 12cede70d4
    Merge pull request #113 from minakawa-daiki/integration-test-lifecycle utam0k 2021-07-28 23:05:55 +0900
  • 4f3bbc1e16 Use remove_dir instead of remove_dir_all because youki doesn't have permission to delete contents in cgroup directory. utam0k 2021-07-28 19:24:59 +0900
  • b389bbdc03
    Merge pull request #164 from utam0k/bump-up-to-nix-0.22.0 Furisto 2021-07-27 12:09:42 +0200
  • 622fc1e5d1 bump up to nix-0.22.0 utam0k 2021-07-27 17:19:55 +0900
  • 8601c0bc2e
    Merge pull request #161 from saschagrunert/state-file-path Furisto 2021-07-26 16:01:49 +0200
  • 401d70a95f
    Cleanup state file path construction Sascha Grunert 2021-07-26 13:38:43 +0200
  • 68a914b05b
    Merge pull request #160 from zidoshare/implement-of-run-command Furisto 2021-07-24 23:29:32 +0200
  • 426a444e3f add implementation of run command zidoshare 2021-07-24 18:20:24 +0800
  • 0772e4d4a1
    Merge pull request #158 from YJDoc2/remove-option-wrapper utam0k 2021-07-24 22:40:11 +0900
  • 44c682ec09 Converted linux in spec from Option<Linux> to Linux As Linux has Deafult trait, all occurrences of spec.linux would always unwrap it, and not having linux present is a fetal error in youki, there is no need to keep it in an Option wrapper. Yashodhan Joshi 2021-07-24 10:03:49 +0530
  • 83bc28a324 Run cargo fmt oliver 2021-07-24 02:18:43 +0900
  • 3c98b5e456 Update error handlings oliver 2021-07-24 02:17:43 +0900
  • 345dc60ecb Rename variable name to container_runtime oliver 2021-07-24 01:49:04 +0900
  • 8b429653e4 Apply cargo clippy oliver 2021-07-24 01:33:21 +0900
  • 4ae0d9352a
    Merge pull request #156 from YJDoc2/main utam0k 2021-07-23 23:06:11 +0900
  • 4d8ce2796b
    Merge pull request #157 from Furisto/fix-info utam0k 2021-07-23 19:40:13 +0900
  • df1ffcc230 Fix alignment of cgroups info Furisto 2021-07-22 22:51:01 +0200
  • 5214674aa0 Document Pause and Resume Yashodhan Joshi 2021-07-22 19:34:15 +0530
  • 29c48c2a39
    Merge pull request #155 from Furisto/commands utam0k 2021-07-22 22:30:29 +0900
  • a075e8b566 Move commands into dedicated module Furisto 2021-07-22 15:17:28 +0200
  • 857661c67a
    Merge pull request #154 from YJDoc2/main utam0k 2021-07-22 20:58:17 +0900
  • 938a20f7ca Document namespace.rs Yashodhan Joshi 2021-07-22 16:45:34 +0530
  • 90dd96c082
    Merge pull request #100 from utam0k/vagrant utam0k 2021-07-22 20:01:44 +0900
  • 888c3961ce
    Merge pull request #143 from yihuaf/yihuaf/87 Furisto 2021-07-22 09:56:16 +0200
  • 6b2054b978 do not pivot root again for exec yihuaf 2021-07-21 22:41:43 +0000
  • 49ed25ef71 Fix unix domain socket may be longer than 108b. yihuaf 2021-07-21 01:42:36 +0000
  • 6ba3e8ced2 add chdir back. yihuaf 2021-07-20 22:41:12 +0000
  • ea4eb45be6 change stack size from 1mb -> 4kb yihuaf 2021-07-19 17:48:01 +0000
  • 5b9f3c3023 fix the control flow diagram yihuaf 2021-07-19 17:30:24 +0000
  • c5b73d746d fix cargo fmt issue yihuaf 2021-07-19 17:25:01 +0000