criyle
|
ba8d3924d8
|
feat: add timeout support to filestore
resolve #11
|
2021-04-17 18:13:18 -07:00 |
|
criyle
|
222eb97b25
|
docs: 加入中文文档
|
2021-04-06 02:03:19 -07:00 |
|
criyle
|
e2bddd3216
|
linuxcontainer: fix fd leak
|
2021-03-30 21:41:48 -07:00 |
|
criyle
|
eda1962b0c
|
linuxcontainer: host async wait
|
2021-03-29 22:52:02 -07:00 |
|
criyle
|
d799f614f2
|
linuxcontainer: use async executor
|
2021-03-29 01:25:10 -07:00 |
|
criyle
|
f624a0f6a8
|
linuxcontainer: bump dependency versions
|
2021-03-27 19:27:43 -07:00 |
|
criyle
|
5acb22fab6
|
linuxcontainer: report error if cgroup set failed
|
2021-03-21 18:53:15 -07:00 |
|
criyle
|
1b21b745d8
|
build: try parallelize docker build
|
2021-03-19 19:10:31 -07:00 |
|
criyle
|
6ab5bb9ec0
|
build: try support multiple arch
|
2021-03-19 18:53:48 -07:00 |
|
criyle
|
fb58a761d3
|
build: try to support multiple arch
|
2021-03-19 18:49:14 -07:00 |
|
criyle
|
9dec36d395
|
filestore: refactor uniqure id generator
|
2021-03-19 00:28:11 -07:00 |
|
criyle
|
d2fcb923c9
|
envexec: fix build on macOS
|
2021-03-13 16:13:25 -08:00 |
|
criyle
|
2acca7d71c
|
envexec: refactor to not use empty interface
|
2021-03-13 16:08:51 -08:00 |
|
Yang Gao
|
ba9ddc610a
|
Merge pull request #10 from zx2c4-forks/xsyswindows-change
winc: use uintptr variable for key parameter of GetQueuedCompletionStatus
|
2021-02-24 18:28:04 -08:00 |
|
Jason A. Donenfeld
|
5ce2718fe2
|
winc: use uintptr variable for key parameter of GetQueuedCompletionStatus
As of https://github.com/golang/sys/commit/683adc9d29d7 this function
now takes a uintptr, in order to avoid a buffer overflow.
|
2021-02-25 02:44:36 +01:00 |
|
criyle
|
4267ddee3c
|
feat(*): deprecate ioutil & fix kernel version check
|
2021-02-24 00:16:35 -08:00 |
|
criyle
|
20c0ae0603
|
feat(*): bump to go 1.16
|
2021-02-21 19:47:53 -08:00 |
|
criyle
|
8d3bf1bf62
|
feat(sandbox): add strict memory limit
- remove rlimit data when cgroup enabled
- add `strictMemoryLimit` to request parameter to re-enable rlimit data limit
|
2021-02-06 12:46:39 -08:00 |
|
criyle
|
2213b5b092
|
feat(env): compatibility with kernel >= 3.10
|
2021-01-21 00:44:01 -08:00 |
|
criyle
|
7ca25c8659
|
bump dependency versions
|
2021-01-09 11:25:12 -08:00 |
|
criyle
|
a0cc4acbe8
|
Reduce build size
|
2021-01-09 00:38:46 -08:00 |
|
criyle
|
0db852c242
|
feat(worker): add default file copy out max
|
2021-01-09 00:22:51 -08:00 |
|
criyle
|
8821125e9e
|
security(envexec): add check for regular file when copy out
|
2021-01-02 12:45:05 -08:00 |
|
criyle
|
d48341b23c
|
Docker build
|
2020-12-30 15:04:39 -08:00 |
|
criyle
|
22fe2b3a99
|
Docker version
|
2020-12-30 13:39:59 -08:00 |
|
criyle
|
f5a84cd04a
|
Action docker
|
2020-12-30 13:23:19 -08:00 |
|
criyle
|
6055f165b5
|
Update naming: realCpuLimit -> clockLimit
|
2020-12-30 13:01:03 -08:00 |
|
criyle
|
d66889f475
|
Update metrics & fix grpc error
|
2020-12-28 16:48:40 -08:00 |
|
criyle
|
2df163126c
|
Refactor executor server to multiple modules
|
2020-12-27 16:45:48 -08:00 |
|
criyle
|
8e096ed14b
|
Update gRPC package versions
|
2020-12-26 19:43:56 -08:00 |
|
criyle
|
f5dff9ca57
|
Refactor package structure & debug outputs
|
2020-12-25 17:25:09 -08:00 |
|
criyle
|
65630fbbcf
|
Fix potential cgroup null pointer
|
2020-12-17 22:57:43 -08:00 |
|
criyle
|
4909468c48
|
Fix container reset (affacting v0.8.1 - v0.9.2)
|
2020-12-17 22:31:05 -08:00 |
|
criyle
|
04cfb36722
|
Add support to load a seccomp filter
|
2020-12-13 21:08:52 -08:00 |
|
criyle
|
e3111eef82
|
Fix bind mount using relative path
|
2020-12-13 19:56:17 -08:00 |
|
criyle
|
4bf6f869f5
|
Add ability to limit cpu usage rate by CFS cgroup
|
2020-12-12 23:44:01 -08:00 |
|
criyle
|
b1e9e0d555
|
Add ability to customize container uid&gid
|
2020-12-12 22:02:37 -08:00 |
|
criyle
|
ed5b820266
|
Add config to specifies credential start
|
2020-12-12 21:46:09 -08:00 |
|
criyle
|
e1f8c954e0
|
Add configuration to OutputLimit & CpuSet
|
2020-12-06 18:45:56 -08:00 |
|
criyle
|
5c61c1fca6
|
Add support to config extraMemoryLimit
|
2020-12-05 15:06:34 -08:00 |
|
criyle
|
0914be522a
|
Try fix build action
|
2020-11-29 16:25:31 -08:00 |
|
criyle
|
b9cba2823b
|
fix build action
|
2020-11-29 16:23:06 -08:00 |
|
criyle
|
64788f27d6
|
customizable workDir, hostName, domainName
|
2020-11-29 16:13:06 -08:00 |
|
criyle
|
a807a66176
|
Refactor config parsing
|
2020-11-29 09:00:12 -08:00 |
|
criyle
|
fb9dff26b6
|
Bump dependencies versions
|
2020-11-28 15:21:21 -08:00 |
|
criyle
|
45fcf55ef9
|
Add Prefork & no 500 when copyin
|
2020-11-08 22:34:58 +00:00 |
|
criyle
|
e5c0f8ec40
|
Update dependencies
|
2020-09-22 19:56:24 -07:00 |
|
criyle
|
d156258b6f
|
FIX TYPO: parallism -> parallelism
|
2020-09-06 00:33:16 -07:00 |
|
Yang Gao
|
9bd673d4cc
|
Update build.yml
|
2020-08-11 03:15:24 -04:00 |
|
Yang Gao
|
b263a895b8
|
Try fix github action
|
2020-08-11 03:01:39 -04:00 |
|