summaryrefslogtreecommitdiff
path: root/crates/tor-persist/src/slug.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-persist: Reduce nesting in check_syntax().Ian Jackson2024-01-311-6/+4
* tor-persist: Reject slugs that contain uppercase characters.Gabriela Moldovan2024-01-311-1/+6
* tor-persist: Document that slugs cannot start with '-'.Gabriela Moldovan2024-01-311-1/+1
* tor-persist: Make all Slugs non-empty.Gabriela Moldovan2024-01-311-10/+13
* tor-persist: Forbid slugs from starting with a hyphen.Gabriela Moldovan2024-01-311-1/+21
* tor_persist::slug: Allow hyphens in Slugs.Gabriela Moldovan2024-01-311-2/+3
* slug: Provide BadSlug::EmptySlugNotAllowedIan Jackson2024-01-291-0/+12
* Merge branch 'slug2' into 'main'Ian Jackson2024-01-251-0/+19
|\
| * slugs: Provide TryIntoSlug, and replace state_dir::Slug with itIan Jackson2024-01-251-0/+19
* | Merge branch 'slug4' into 'main'gabi-2502024-01-251-0/+5
|\ \
| * | slug: Implement the AsRefs for Slug as well as for SlugRefIan Jackson2024-01-251-0/+5
| |/
* / slug: Fix maint/check_doc_featuresIan Jackson2024-01-251-0/+2
|/
* tor_persist::slug: Abolish ForbiddenOnWindows on non-WindowsIan Jackson2024-01-251-21/+9
* Introduce tor_persist::slug moduleIan Jackson2024-01-251-0/+396