Commit Graph

146 Commits

Author SHA1 Message Date
criyle
42db182573 Update documents 2020-06-11 18:40:46 -04:00
criyle
7c83b59b43 Add token-based authentication 2020-06-11 18:33:44 -04:00
criyle
140aeffcd9 Add environment variable controls 2020-06-11 15:16:46 -04:00
criyle
d6f5660d6c fix docker file 2020-06-09 00:00:09 -04:00
criyle
238ba879e1 Add stack limit settings to request 2020-06-08 15:36:11 -04:00
criyle
d06968e152 fix windows build 2020-06-05 00:58:32 -04:00
criyle
a439711540 Add runTime as wall clock time 2020-06-05 00:36:48 -04:00
criyle
15a9da6878 fix build 2020-06-04 00:19:06 -04:00
criyle
f61a319cd6 Handle cancellation 2020-06-04 00:11:48 -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
62da1ad706 Add benchmark result 2020-05-21 20:47:21 -04:00
criyle
acbfecb723 Add gRPC support 2020-05-21 18:49:31 -04:00
criyle
7a708c12c4 Prepare for protobuf & gRPC support 2020-05-20 19:49:57 -04:00
criyle
afd580cde3 Executor server can run without root privilege
- Docker `--privileged` is still required for unshare ...
2020-05-19 17:28:49 -04:00
criyle
b480bca277 Add rlimit restriction 2020-05-19 16:51:13 -04:00
criyle
411d74a087 split ffi from executor server 2020-05-19 16:14:03 -04:00
criyle
84dc8cfe29 Re-organize files 2020-05-18 20:14:45 -04:00
criyle
5a9c31f119 Add file operations to ffi 2020-05-16 00:11:18 -04:00
criyle
469ee0cd65 Update build.yml for MacOS 2020-05-15 21:51:43 -04:00
criyle
d35e8d8f8b Update README with MacOS 2020-05-15 21:35:19 -04:00
criyle
9e127f669f Add MacOS support 2020-05-15 20:27:15 -04:00
criyle
5e5112a8ab Fix ffi & async call 2020-05-10 19:26:43 -04:00
Yang Gao
0437d7785b
Seems cross compile failed
investigate maybe tomorrow...TAT
2020-05-08 03:58:53 -04:00
Yang Gao
d1a0efdda8
Update build.yml
Try to support windows and multiple platforms
2020-05-08 03:42:35 -04:00
criyle
4646ce7fdc Add windows support 2020-04-26 03:31:54 -04:00
criyle
f2f60ceb7c prepare windows platform support 2020-04-25 14:21:49 -04:00
criyle
35b0d100ab prepare for multi-platform support 2020-04-24 22:34:50 -04:00
criyle
6a9c90cafb reorganize platform specific function 2020-04-16 20:35:54 -04:00
criyle
a2a6c0f97b simplifies environment interface 2020-04-16 20:15:59 -04:00
criyle
008f9dfa41 Add docker file for alpine 2020-04-04 00:30:37 -04:00
criyle
e2e9c01189 Fix cinit build 2020-04-01 16:17:00 -04:00
criyle
785bd67ee9 Fix action indent & remove generated code 2020-04-01 16:08:54 -04:00
Yang Gao
91a4da3135
Merge pull request #4 from masnn/master
update build.yml
2020-04-01 16:06:01 -04:00
masnn
1151883c66 update build.yml 2020-04-01 18:24:46 +08:00
criyle
e02735fa05 Add c interface to executor server 2020-04-01 01:03:16 -04:00
Yang Gao
f2b82bf9a0
Merge pull request #3 from masnn/master
typo
2020-03-31 20:08:38 -04:00
undefined
cf2bd9c46c
typo 2020-03-31 16:42:08 +08:00
criyle
71d5dbe7bc Add WebSocket support 2020-03-27 21:29:37 -04:00
criyle
d7eba97492 Fix typos 2020-03-27 18:59:47 -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
4182a5849e Merge branch 'master' of github.com:criyle/go-judge 2020-03-21 01:33:56 -04:00
criyle
7f14db9a1e Fix incorrect copyOut when copyOutDir omitted 2020-03-21 01:33:52 -04:00
Yang Gao
28e434d27d
Merge pull request #2 from masnn/master
Actions::Build
2020-03-20 23:40:00 -04:00
masnn
0a205b456d Actions::Build 2020-03-21 11:26:56 +08:00
criyle
91c8c321c4 add ability to not unshare net 2020-03-20 19:05:10 -04:00
criyle
d114b6996a add silent mode 2020-03-18 01:12:36 -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
300b8a0da4 Fix ghc compile 2020-03-12 00:45:41 -04:00