summaryrefslogtreecommitdiff
path: root/crates/tor-memtrack/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor_memtrack: Soup up DropBomb and make into its own moduleIan Jackson2024-04-241-0/+2
* tor-memtrack: Clarify behavioural commentIan Jackson2024-04-231-1/+1
* tor-memtrack: Fix doc comment (and change capitalisation)gabi-2502024-04-231-1/+1
* tor-memtrack: Fix doc comment grammargabi-2502024-04-231-1/+1
* tor-memtrack: Clarify a doc commentgabi-2502024-04-231-2/+2
* tor-memtrack: Provide an error for callers to useIan Jackson2024-04-231-1/+1
* tor-memtrack: Comment out some false docs, with some TODOsIan Jackson2024-04-231-6/+8
* tor-memtrack: Remove dead code allowsIan Jackson2024-04-231-2/+0
* tor-memtrack: implement MemoryQuotaTrackerIan Jackson2024-04-231-0/+1
* tor-memtrack: Provide helper drop_reentrancy moduleIan Jackson2024-04-231-0/+1
* tor-memtrack: Provide helper refcounting moduleIan Jackson2024-04-231-0/+1
* tor-memtrack: Provide Error types for use by our implsIan Jackson2024-04-231-0/+6
* tor-memtrack: Introduce configurationIan Jackson2024-04-231-0/+8
* tor-memtrack: Provide a couple of utilitiesIan Jackson2024-04-231-0/+1
* tor-memtrack: Add dependencies and imports we're going to useIan Jackson2024-04-231-0/+3
* memtrack docs: Minor clarifications, and IsParticipantIan Jackson2024-04-231-9/+9
* memtrack docs: Wrap (whitespace changes, manual)Ian Jackson2024-04-231-28/+74
* memtrack docs: Move overview to lib.rsIan Jackson2024-04-231-0/+92
* tor-memtrack: Introduce new crate (empty)Ian Jackson2024-04-231-0/+45