| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | Add cleanup for LibMountTests | 2022-11-28 | -4/+10 | ||
| | | | |||||
| | * | Switch null byte test to use eval_code | 2022-11-28 | -3/+2 | ||
| | | | |||||
| | * | Add additional tests for py_args | 2022-11-28 | -9/+14 | ||
| | | | |||||
| | * | Docstring phrasing update | 2022-11-28 | -8/+8 | ||
| | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | Docstring update | 2022-11-28 | -3/+3 | ||
| | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | Docstring fixes | 2022-11-28 | -1/+1 | ||
| | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | Update snekbox/memfs.py | 2022-11-27 | -1/+1 | ||
| | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | Add tests for unmount flags | 2022-11-24 | -1/+19 | ||
| | | | |||||
| | * | Add concurrency tests to libmount | 2022-11-24 | -1/+37 | ||
| | | | |||||
| | * | Add unit tests for libmount | 2022-11-24 | -0/+81 | ||
| | | | |||||
| | * | Improve error handling for libmount | 2022-11-24 | -0/+6 | ||
| | | | |||||
| | * | Correct MemFS test class name | 2022-11-24 | -1/+1 | ||
| | | | |||||
| | * | Add missing None hints for limit and timeout | 2022-11-24 | -2/+2 | ||
| | | | |||||
| | * | Include json in file parse time limit | 2022-11-24 | -4/+12 | ||
| | | | |||||
| | * | Add request file IO error handling | 2022-11-24 | -2/+16 | ||
| | | | |||||
| | * | Add unit test for MemFS access before __enter__ | 2022-11-24 | -0/+17 | ||
| | | | |||||
| | * | Update docstrings | 2022-11-24 | -4/+17 | ||
| | | | |||||
| | * | Refactor output files in `output` dir | 2022-11-24 | -20/+54 | ||
| | | | |||||
| | * | Refactor subprocess mount to ctypes call | 2022-11-24 | -29/+82 | ||
| | | | |||||
| | * | Remove `None` type hints from home, name | 2022-11-24 | -2/+2 | ||
| | | | |||||
| | * | Merge branch 'bytes-output' of https://github.com/python-discord/snekbox ↵ | 2022-11-23 | -1/+1 | ||
| | |\ | | | | | | | | | | into bytes-output | ||||
| | | * | Format nsjail log message | 2022-11-22 | -1/+1 | ||
| | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | | Update python3 docstring | 2022-11-23 | -9/+4 | ||
| | |/ | |||||
| | * | Add memfs unit tests | 2022-11-22 | -0/+39 | ||
| | | | |||||
| | * | Refactor MemFS set and semaphore to rely on fid lock | 2022-11-22 | -47/+41 | ||
| | | | | | | | | | Also changed None properties to instead raise RuntimeError if MemFS is accessed before __enter__ | ||||
| | * | Add file send integration tests | 2022-11-22 | -3/+54 | ||
| | | | |||||
| | * | Add timed to utils __all__ | 2022-11-22 | -2/+2 | ||
| | | | |||||
| | * | Fix path parse unit tests | 2022-11-22 | -1/+4 | ||
| | | | |||||
| | * | Add addition path parse unit tests | 2022-11-22 | -0/+52 | ||
| | | | |||||
| | * | Add safe_path to handle path checks | 2022-11-22 | -18/+32 | ||
| | | | |||||
| | * | Move parse_files to memfs | 2022-11-22 | -20/+19 | ||
| | | | |||||
| | * | Update docstrings | 2022-11-22 | -0/+6 | ||
| | | | |||||
| | * | Fixed leading empty filter for py_args | 2022-11-22 | -9/+34 | ||
| | | | |||||
| | * | Readded lib64 | 2022-11-22 | -0/+7 | ||
| | | | |||||
| | * | Remove fsize in cfg to use default | 2022-11-22 | -1/+0 | ||
| | | | |||||
| | * | Refactor file parse timeout | 2022-11-22 | -13/+40 | ||
| | | | |||||
| | * | Move cfgs to file from process call | 2022-11-22 | -14/+6 | ||
| | | | |||||
| | * | Reverted rlimit_fsize in cfg | 2022-11-22 | -2/+0 | ||
| | | | | | | | | | Removed rlimit fsize from cfg as it causes issues with protobuf parsing | ||||
| | * | Corrected fsize limit to inf | 2022-11-21 | -1/+1 | ||
| | | | |||||
| | * | Clarify resource unit test | 2022-11-21 | -3/+3 | ||
| | | | |||||
| | * | Set rlimit_fsize to unlimited | 2022-11-21 | -1/+1 | ||
| | | | |||||
| | * | Refactor request file parsing | 2022-11-21 | -33/+18 | ||
| | | | | | | | | | | | | | - Removed zlib compression in favor of base64 for all responses and requests - Renamed `attachment` to `files` - Renamed `name` to `path` | ||||
| | * | Remove bracket in file logging | 2022-11-21 | -1/+1 | ||
| | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | Limit empty str filter to start of py_args | 2022-11-21 | -2/+3 | ||
| | | | |||||
| | * | Remove attachment size limit, added time limit | 2022-11-21 | -32/+55 | ||
| | | | |||||
| | * | Refactor config patches in tests | 2022-11-21 | -28/+3 | ||
| | | | |||||
| | * | Add root back to unit test | 2022-11-21 | -1/+1 | ||
| | | | |||||
| | * | Combined file handling to FileAttachment class | 2022-11-20 | -40/+63 | ||
| | | | |||||
| | * | Add unit test for multiple python files | 2022-11-19 | -0/+11 | ||
| | | | |||||
| | * | Implement files request form | 2022-11-19 | -82/+127 | ||
| | | | |||||