Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Add comment for preload_dict intentions | 2022-12-04 | -0/+1 | ||
| | | |||||
| * | Fix as_dict type hint | 2022-12-04 | -1/+1 | ||
| | | |||||
| * | Update `files_list` docstring | 2022-12-04 | -1/+1 | ||
| | | |||||
| * | Update MemFS docstring | 2022-12-04 | -1/+1 | ||
| | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| * | Update MemFS docstring | 2022-12-04 | -1/+1 | ||
| | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| * | Correct Size(IntEnum) naming | 2022-12-04 | -4/+4 | ||
| | | |||||
| * | Format readme newlines | 2022-12-04 | -10/+4 | ||
| | | |||||
| * | Change Size to IntEnum, change usage in tests | 2022-11-28 | -9/+11 | ||
| | | |||||
| * | Add new file system info to README | 2022-11-28 | -1/+36 | ||
| | | |||||
| * | Refactor MemFS for implicit cleanup support | 2022-11-28 | -60/+81 | ||
| | | |||||
| * | Move rlimit_fsize to cfg | 2022-11-28 | -3/+1 | ||
| | | |||||
| * | Fix input append to args | 2022-11-28 | -2/+3 | ||
| | | |||||
| * | Add input/args integration test | 2022-11-28 | -0/+13 | ||
| | | |||||
| * | Add compat support for `input` arg | 2022-11-28 | -10/+31 | ||
| | | |||||
| * | parse_files refactor as instance method | 2022-11-28 | -39/+32 | ||
| | | |||||
| * | Update NSJail docstring | 2022-11-28 | -2/+2 | ||
| | | |||||
| * | Rename `libmount` to `filesystem` | 2022-11-28 | -18/+25 | ||
| | | |||||
| * | Add tests for invalid base64 file content | 2022-11-28 | -0/+58 | ||
| | | |||||
| * | Add ParsingError handling for invalid base64 | 2022-11-28 | -16/+18 | ||
| | | |||||
| * | Add invalid, absolute, null byte paths to schema | 2022-11-28 | -7/+10 | ||
| | | |||||
| * | Refactors to support `as_dict` | 2022-11-28 | -6/+6 | ||
| | | |||||
| * | Rename `json` to `as_dict`, `FileAttachment` now frozen | 2022-11-28 | -2/+2 | ||
| | | |||||
| * | Refactor FileAttachment as non generic | 2022-11-28 | -22/+10 | ||
| | | |||||
| * | Add assertions for test_unmount_flags | 2022-11-28 | -0/+2 | ||
| | | |||||
| * | 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 | ||
| | |