Commit Graph

20 Commits

Author SHA1 Message Date
07cbf29792
fix(executor/local): remove rlimit as it applies to current process 2025-05-09 04:22:23 -04:00
f99ad5eae4
style: more linters 2025-03-28 05:53:30 -04:00
fd583c5b7a
style: run modernize -fix ./... 2025-03-25 07:34:44 -04:00
1df6bf57df
feat(executor/local): rlimit on CPU, Memory, Stack () 2025-03-22 05:20:17 -04:00
bc31485de5
chore: remove unused nosec comment 2025-03-21 21:48:14 -04:00
2248d4e318
fix(executor/local): use syscall kill 2025-03-21 04:37:37 -04:00
14961db8f0
fix(executor/local): check processState nil 2025-03-21 02:53:16 -04:00
a53cb6451e
fix(executor/local): wait after kill 2025-03-21 01:38:38 -04:00
0954bfdbd0
feat(executor/local): set output on executor error 2025-03-20 18:22:20 -04:00
ad549a4499
chore: only deps on go-judge/pb 2025-03-18 16:21:45 -04:00
b4e706f8e9
chore(parser): make unnecessary methods private 2025-02-17 09:28:36 -05:00
7254c48f9a
chore(executor): move struct to meta.go 2025-02-11 10:01:53 -05:00
98cf2c812f
feat(executor/local): clock time limit 2025-02-01 03:13:18 -05:00
d6b3cce551
revert: "feat(executor/local): rlimit on CPU, Memory, Stack"
This reverts commit 198fcc3c86.
2025-01-31 19:27:08 -05:00
198fcc3c86
feat(executor/local): rlimit on CPU, Memory, Stack 2025-01-11 20:50:40 -05:00
7e5dbd733e
fix(executor/local): append env 2024-12-05 13:20:54 -05:00
868154b440
feat(executor/local): full result state 2024-12-04 06:30:44 -05:00
d76270d1ba
fix(executor/local): skip existing files 2024-11-28 14:17:46 -05:00
83f3721eb2
feat(executor/local): append env to current 2024-11-28 10:43:33 -05:00
c3f7b0fa2b
feat(executor/local): simple local executor without limits 2024-11-28 10:05:44 -05:00