| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2022-11-16 | Added additional unit tests | -7/+65 | ||
| 2022-11-16 | Adds a mount for /dev/shm | -9/+31 | ||
| 2022-11-16 | Increased PID limit to 6 | -1/+1 | ||
| 2022-11-16 | Fixed unit tests | -8/+25 | ||
| 2022-11-16 | Support `-m` calls to default to no file | -10/+20 | ||
| 2022-11-16 | Remove default of "-c" in API | -1/+1 | ||
| 2022-11-16 | Sort attachments by name | -1/+2 | ||
| 2022-11-16 | Add max file limit enforcing | -2/+7 | ||
| 2022-11-16 | Moved memfs to root, permission refactor | -30/+27 | ||
| 2022-11-16 | Formatting | -2/+12 | ||
| 2022-11-16 | Refactor to use individual tmpfs | -20/+29 | ||
| 2022-11-16 | Add zlib compression | -1/+4 | ||
| 2022-11-16 | Increased nsjail file-size limit | -0/+2 | ||
| Increased limit from default 1MB to 128MB (per file) | ||||
| 2022-11-16 | Merged return tuple to EvalResult class | -24/+53 | ||
| 2022-11-16 | Improved file size limit handling | -4/+24 | ||
| 2022-11-16 | Add attachment to API response | -2/+6 | ||
| 2022-11-16 | Implement attachment support | -8/+32 | ||