Commit Graph

122 Commits

Author SHA1 Message Date
criyle
176a61e96e sandbox: add error location & ignore unshare cgroup error 2021-08-04 22:46:47 -07:00
criyle
d6042729e5 *: bump dependecies with go1.16.6 2021-07-15 19:03:05 -07:00
criyle
c34a83b617 file: get /file contains original name 2021-06-22 01:15:01 -07:00
criyle
e99bcce3db version: add pipeProxy feature flag & udpate dependencies 2021-06-12 17:45:01 -07:00
criyle
46ec099685 linuxcontainer: bump dependency versions go1.16.5 2021-06-05 17:07:27 -07:00
criyle
9dba0d0b09 doc: update README 2021-05-08 14:55:51 -07:00
criyle
64ba821390 metrics: add metrics for environment counts 2021-05-01 21:01:47 -07:00
criyle
4cd2ed2bde mod: bump dependency versions 2021-04-25 18:03:47 -07:00
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
9dec36d395 filestore: refactor uniqure id generator 2021-03-19 00:28:11 -07:00
criyle
2acca7d71c envexec: refactor to not use empty interface 2021-03-13 16:08:51 -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
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
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
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
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
criyle
20d2815e86 Avoid SIGPIPE after pipe limit exceeded 2020-07-14 00:14:35 -07:00
criyle
7535e5862f Add srcprefix command arg to restrice src copyin 2020-07-04 21:08:23 -07:00
criyle
9448892f61 Adapted to zap log 2020-06-16 21:04:23 -04:00
criyle
7c83b59b43 Add token-based authentication 2020-06-11 18:33:44 -04:00
criyle
891ed8165b Add stdin / stdout streaming support 2020-06-02 19:43:18 -04:00
criyle
4168daa087 Add promethus metrics 2020-05-22 20:08:39 -04:00
criyle
7a708c12c4 Prepare for protobuf & gRPC support 2020-05-20 19:49:57 -04:00
criyle
9e127f669f Add MacOS support 2020-05-15 20:27:15 -04:00
criyle
4646ce7fdc Add windows support 2020-04-26 03:31:54 -04:00
criyle
e02735fa05 Add c interface to executor server 2020-04-01 01:03:16 -04:00
criyle
71d5dbe7bc Add WebSocket support 2020-03-27 21:29:37 -04:00
criyle
c42b7c1cad Add configuration for container mount points 2020-03-27 18:14:57 -04:00
criyle
c75a6119aa Breaking Change: move syzoj client out 2020-03-22 18:55:31 -04:00
criyle
91c8c321c4 add ability to not unshare net 2020-03-20 19:05:10 -04:00
criyle
a79543f0af Cache container work directory for performance
- 140 op/s -> 170 op/s for A+B problem
2020-03-16 20:16:18 -04:00
criyle
7951f37bd4 Implements the draft executor server
- Add new command executorserver as the draft executor server
- Move shared pool logic into /pkg/pool
2020-03-04 02:12:26 -05:00
criyle
fd76377c51 bump sandbox version 2020-03-02 03:32:42 -05:00
criyle
c7aeafd1a4 Fix memory cgroup stat 2020-03-01 02:28:41 -05:00
criyle
5f7ec46cf5 Add cgroup pool & reduce memfile creation 2020-02-29 03:37:47 -05:00
criyle
dc58e9c595 bump sandbox version 2020-02-27 23:48:40 -05:00
criyle
83ff94e3a2 Upgrade to GO 1.14 2020-02-27 02:11:43 -05:00
criyle
9ff541bc39 fix compile information overrite 2020-02-21 02:35:39 -05:00
criyle
42ab854d7c update with go-sandbox 2020-02-19 22:11:39 -05:00
criyle
eb1d7d61fa socket.io pull request merged 2020-02-11 18:15:51 -05:00
criyle
629caca183 update documentations 2019-12-30 19:32:17 +08:00
criyle
e148a9910d update engine.io 2019-12-26 20:22:35 +08:00
criyle
907b7ea125 syzoj support demo.. 2019-12-25 21:54:55 +08:00
criyle
1843dc6b66 decouple runner 2019-11-24 17:00:12 -08:00
criyle
efaf626235 use cgroup builder 2019-11-16 15:14:28 -08:00
criyle
2903d42e1d add environment setting to language 2019-10-15 23:54:02 -07:00
criyle
e0d9c13de4 upgrade to go 1.13 2019-10-14 00:34:48 -07:00
criyle
9f1f7de770 update design 2019-09-29 15:19:36 -07:00
criyle
2fd7199f20 fix potential race condition 2019-09-15 15:15:47 -07:00
criyle
ce8a78454f fixed typo 2019-09-07 18:03:19 -07:00
criyle
ecaadcc36e add local / memory file 2019-09-01 20:40:34 -07:00
criyle
4ea0d93b67 update documentation 2019-08-28 23:51:07 -07:00
criyle
ac2c5fd208 initial commit 2019-08-24 20:41:50 -07:00