summaryrefslogtreecommitdiff
path: root/crates/arti/src/process.rs
Commit message (Expand)AuthorAgeFilesLines
* Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-071-2/+1
* Provided a fix for #831 - 'Unused import' warnings on WindowsAndy2023-06-231-3/+4
* Update our secmem_proc dependency to 0.3.0Nick Mathewson2023-04-131-1/+1
* Use ErrorReport/Report for errors in warn! in artiIan Jackson2023-01-301-1/+2
* remove manual limitation of coredump sizetrinity-1686a2022-10-051-4/+0
* fix compilation error with async-stdtrinity-1686a2022-09-061-2/+3
* Add functionality to listen for SIGHUPs.Nick Mathewson2022-08-261-0/+22
* arti: Do not allow running as root.Nick Mathewson2022-08-241-0/+26
* arti: Add support for process hardeningNick Mathewson2022-08-151-0/+32
* arti: Move most public APIs behind `experimental-api`.Nick Mathewson2022-08-111-1/+2
* Move SystemConfig to arti::cfgIan Jackson2022-03-211-2/+2
* arti: Make main module entrypoints pubIan Jackson2022-03-111-1/+1
* Upgrade dependency to new version of rlimit.Nick Mathewson2022-02-251-1/+1
* Make max_file_limit configurableNeel Chauhan2022-01-281-11/+4
* arti: On startup, increase the NOFILE resource limit.Nick Mathewson2021-10-141-0/+25