summaryrefslogtreecommitdiffstats
path: root/openpgp/src/types/timestamp.rs
AgeCommit message (Expand)Author
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-12-13openpgp: Fix duration_round_up test.Nora Widdecke
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-08-27openpgp: Correct links.Nora Widdecke
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-09Lint: Remove redundant closures.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-06openpgp: Fix SystemTime test.Nora Widdecke
2021-04-06openpgp: Correct system_time_32_bit test.Daniel Kahn Gillmor
2021-04-06openpgp: Enable time_t overflow test on other 32-bit platforms.Daniel Kahn Gillmor
2021-03-05openpgp: Fix SystemTime from Timestamp on 32bit.Nora Widdecke
2020-12-15openpgp: Use Feb. 1st instead of Jan. 1st as the cutoff day.Neal H. Walfield
2020-12-14openpgp: Add Duration::years.Neal H. Walfield
2020-12-14openpgp: Make Duration::seconds a const fn.Neal H. Walfield
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-08-19openpgp: Rename SubpacketArea::lookup to SubpacketArea::subpacket.Neal H. Walfield
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-08-03openpgp: Change CertBuilder to use a relative expiration time.Neal H. Walfield
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-06-01openpgp: Add doctests to types module.Wiktor Kwapisiewicz
2020-04-02openpgp: Add limits to round_down and round_up.Nora Widdecke
2020-03-27openpgp: Implement fmt::Display for Timestamp, improve fmt::Debug.Justus Winter
2020-03-18openpgp: Add a conversion from Timestamp to Option<SystemTime>.Neal H. Walfield
2020-03-09Switch from failure to anyhow.Justus Winter
2020-02-11openpgp: New function to normalize SystemTime.Justus Winter
2020-02-10openpgp: Add Timestamp::MAX.Neal H. Walfield
2020-02-09openpgp: Provide some convenient constants.Neal H. Walfield
2020-02-06openpgp: Fix name of setter.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-15openpgp: Add application example for Timestamp::round_down.Justus Winter
2020-01-15openpgp: Implement addition and subtraction of durations.Justus Winter
2020-01-08openpgp: Add convenience functions for masking timestamps.Justus Winter
2019-12-03openpgp: Add two new types, Timestamp and Duration.Justus Winter