summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/time_store.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-2/+2
* Change deftly syntax to post 0.12.1 versionIan Jackson2024-06-171-2/+2
* derive-deftly: Change some docs referencesIan Jackson2024-04-031-1/+1
* Switch to derive-deftlyIan Jackson2024-04-031-7/+7
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-hsservice: IptLocalId: impl FromStrIan Jackson2023-12-071-2/+0
* tor-hsservice: Expose SerdeStringOrTransparent to crateIan Jackson2023-12-071-1/+1
* tor-hsservice: time_store: Change rel time Display to humantime (fmt)Ian Jackson2023-11-291-4/+1
* tor-hsservice: time_store: Change rel time Display to humantimeIan Jackson2023-11-291-31/+23
* tor-hsservice: time_store: Change rel time prefix to T+Ian Jackson2023-11-291-13/+13
* tor-hsservice: time_store: rustfmtIan Jackson2023-11-281-5/+6
* tor-hsservice: time_store: tests: Split up a stringIan Jackson2023-11-281-1/+4
* tor-hsservice: time_store: deser strings: don't allocateIan Jackson2023-11-281-5/+19
* tor-hsservice: time_store: Reference: change serdeIan Jackson2023-11-281-11/+6
* tor-hsservice: time_store: Reference: impl FromStrIan Jackson2023-11-281-1/+22
* tor-hsservice: time_store: Reference: change DisplayIan Jackson2023-11-281-4/+8
* tor-hsservice: time_store: provide time_t_to_system_timeIan Jackson2023-11-281-0/+74
* tor-hsservice: time_store: break out system_time_to_time_tIan Jackson2023-11-281-7/+12
* tor-hsservice: time_store: SerdeStringOrTransparent macroIan Jackson2023-11-281-26/+41
* tor-hsservice: time_store: FutureTimestamp: change serdeIan Jackson2023-11-281-8/+31
* tor-hsservice: time_store: FutureTimestamp: impl FromStrIan Jackson2023-11-281-0/+45
* tor-hsservice: time_store: FutureTimestamp: change DisplayIan Jackson2023-11-281-2/+27
* tor-hsservice: time_store: tests: Add an mpack testIan Jackson2023-11-281-0/+25
* tor-hsservice: time_store: tests: use a fixed SystemTimeIan Jackson2023-11-281-5/+6
* tor-hsservice: time_store: Add TODO HSS re serialisationsIan Jackson2023-11-021-0/+5
* tor-hsservice: time_store: Slight structural tidyingIan Jackson2023-11-021-3/+1
* HSS time_store: clarify by removing a commagabi-2502023-11-021-1/+1
* tor-hsservice: New time_store module (provide accessors)Ian Jackson2023-11-011-2/+43
* tor-hsservice: New time_store moduleIan Jackson2023-11-011-0/+367