Commit Graph

  • ebd27e49ca Add object-safe traits for File, Filesystem, Storage Robin Krahl 2023-12-15 11:41:25 +01:00
  • a18629b906 deploy: 9c2d48d5c5 sosthene-nitrokey 2023-11-15 14:11:40 +00:00
  • 9c2d48d5c5 Update changelog Sosthène Guédon 2023-11-15 12:01:49 +01:00
  • 3715f46d2a Improve readability of file_name Sosthène Guédon 2023-11-14 16:52:55 +01:00
  • da6d4bb0a1 Add documentation Sosthène Guédon 2023-11-14 16:22:20 +01:00
  • 3d81094751 Add file_name function Sosthène Guédon 2023-11-14 15:11:31 +01:00
  • 47ef5f5859 Fix clippy warning Sosthène Guédon 2023-11-14 14:56:31 +01:00
  • 04b3519fee path: add ancestors iterator Sosthène Guédon 2023-11-14 11:11:49 +01:00
  • 7a2887ac83 Update changelog path-utils Sosthène Guédon 2023-11-15 12:01:49 +01:00
  • e6c46e7ba5 Improve readability of file_name Sosthène Guédon 2023-11-14 16:52:55 +01:00
  • 8aa0c0db51 Add documentation Sosthène Guédon 2023-11-14 16:22:20 +01:00
  • dc4bd68692 Add file_name function Sosthène Guédon 2023-11-14 15:11:31 +01:00
  • 537712b0be Fix clippy warning Sosthène Guédon 2023-11-14 14:56:31 +01:00
  • c1894d4e25 path: add ancestors iterator Sosthène Guédon 2023-11-14 11:11:49 +01:00
  • ae57c29931 Fix deletion of root directory Sosthène Guédon 2023-09-01 11:41:46 +02:00
  • f718fc2e8e Make metadata_max configurable through the Storage trait littlefs2-26 Sosthène Guédon 2023-06-09 17:20:27 +02:00
  • 800bccf375 Bump littlefs2-sys Sosthène Guédon 2023-06-09 17:18:13 +02:00
  • 5e519151c9 Add filesystem persistence test Sosthène Guédon 2023-06-27 10:18:39 +02:00
  • be104ee3c2 deploy: 8eb6b4ec48 sosthene-nitrokey 2023-06-23 13:40:44 +00:00
  • 8eb6b4ec48 Fix crashes when run with littlefs assertions Sosthène Guédon 2023-06-12 11:20:57 +02:00
  • 6c45c989f8 deploy: ec304b8663 sosthene-nitrokey 2023-06-12 09:11:44 +00:00
  • ec304b8663 Add chunked file API Sosthène Guédon 2023-03-29 11:40:57 +02:00
  • f63d311786 deploy: 154e054329 sosthene-nitrokey 2023-06-12 08:51:42 +00:00
  • 154e054329 Fix recursion handling in remove_dir_all_where Sosthène Guédon 2023-04-12 10:50:09 +02:00
  • b1ac5c3757 Fix clippy warnings Sosthène Guédon 2023-03-10 17:43:02 +01:00
  • a5f6e38a95 Run cargo clippy --fix Sosthène Guédon 2023-03-10 17:38:06 +01:00
  • 9fde6f06fc Run cargo fmt Sosthène Guédon 2023-03-10 17:35:57 +01:00
  • fe665e0646 deploy: 8019e8ad6d robin-nitrokey 2023-04-21 16:35:37 +00:00
  • 8019e8ad6d - Remove use-statement from previous commit. - Add changelog entry. Matt Sullivan 2023-04-21 06:27:18 -07:00
  • a3ec29efba Fix typecast in Metadata::from implementation. Matt Sullivan 2023-04-20 17:02:21 -07:00
  • b4f55d62a5 deploy: 0a66788666 robin-nitrokey 2023-04-21 16:29:42 +00:00
  • 0a66788666 ci: add builds for more targets & update checkout Lachezar Lechev 2023-04-20 21:50:33 +03:00
  • 8ed5ea2e5b fix: Update urls and docs for: - Urls to former users - badges - upstream release Lachezar Lechev 2023-04-20 21:49:21 +03:00
  • ce77eecad1 deploy: f906960d56 robin-nitrokey 2023-04-20 14:26:48 +00:00
  • f906960d56 Fix macro hygiene for path! Robin Krahl 2023-04-20 16:16:00 +02:00
  • 41f18c5325 deploy: 6b02d54bcf nickray 2023-02-07 17:02:50 +00:00
  • fd178ba1d4 Fix up Cargo.toml 0.4.0 Nicolas Stalder 2023-02-07 18:00:21 +01:00
  • 6b02d54bcf Release v0.4.0 Robin Krahl 2023-02-07 10:16:39 +01:00
  • 423e001b0b deploy: ad3b40b896 robin-nitrokey 2023-02-07 09:05:10 +00:00
  • ad3b40b896 Remove rust-toolchain.toml Robin Krahl 2023-02-03 22:10:25 +01:00
  • 2f396cc0bc Replace LOOKAHEADWORDS_SIZE with LOOKAHEAD_SIZE Robin Krahl 2023-02-03 21:16:20 +01:00
  • aafa02e332 Fix lookahead buffer size reported to littlefs2-sys Robin Krahl 2023-01-26 22:14:48 +01:00
  • d2754e4ca1 deploy: 7b6685771f nickray 2023-02-01 00:59:31 +00:00
  • 7b6685771f Add negative test Nicolas Stalder 2023-01-31 00:00:44 +01:00
  • 0ed3c358b7 Support constructing const Path from str Robin Krahl 2023-01-30 22:18:25 +01:00
  • f4b4df3022 deploy: 5d31dc5ebd nickray 2023-01-30 23:19:36 +00:00
  • 691463d620 deploy: 7cb0c62954 nickray 2023-01-30 23:18:02 +00:00
  • 5d31dc5ebd driver::Storage::read(&self -> &mut self) Jan Nordholz 2022-04-06 11:57:02 +02:00
  • 7cb0c62954 Propagate errors in callbacks Robin Krahl 2023-01-19 19:08:48 +01:00
  • 22e3129a0a Pin Rust version to 1.66.1 Robin Krahl 2023-01-27 13:48:22 +01:00
  • 2253947083 ci: Only deploy docs on main Robin Krahl 2023-01-27 12:39:19 +01:00
  • 67e7e5a657 deploy: cbc19ccd26 robin-nitrokey 2023-01-25 09:13:05 +00:00
  • cbc19ccd26 Derive Eq and PartialEq for Path Sosthène Guédon 2022-07-19 10:10:27 +02:00
  • 31109121e9 Document no_std gotchas, provide c-stubs Nicolas Stalder 2021-09-26 17:30:43 +02:00
  • e1823de51b deploy: 2724438954d52085530dd76d271b78e0f8919516 nickray 2021-09-26 15:34:32 +00:00
  • 3adc68c3ca Document no_std gotchas, provide c-stubs no-std-improvements Nicolas Stalder 2021-09-26 17:30:43 +02:00
  • b484dfb750 deploy: e461162bc3 nickray 2021-09-22 21:34:43 +00:00
  • e461162bc3 Better macro ergonomics Nicolas Stalder 2021-09-22 23:30:24 +02:00
  • a7195536f0 deploy: ede506dc1a nickray 2021-06-10 20:24:05 +00:00
  • 3fda2fb7e8 Missed a generic-array type 0.3.1 Nicolas Stalder 2021-06-10 22:20:14 +02:00
  • ede506dc1a Missed a generic-array type missed-one Nicolas Stalder 2021-06-10 22:20:14 +02:00
  • 0e2250a4bf deploy: cdcb99fea7 nickray 2021-06-10 20:11:29 +00:00
  • cdcb99fea7 Updates Nicolas Stalder 2021-06-10 22:00:45 +02:00
  • d031c8c0ad deploy: aabe488f60 nickray 2021-06-10 20:06:01 +00:00
  • aabe488f60 Updates updates Nicolas Stalder 2021-06-10 22:00:45 +02:00
  • 6391897269 deploy: 8dee660156 nickray 2021-06-04 09:01:47 +00:00
  • 8dee660156 simplify error conversion Conor Patrick 2021-06-01 13:54:00 -07:00
  • 3ee8d88531 Bugfixing "rm -rf" Nicolas Stalder 2021-03-20 00:14:35 +01:00
  • be31aec836 deploy: 193dc5c6b9f7667ee9913c3e4c36fe3aba0c4559 nickray 2021-03-19 23:22:56 +00:00
  • b292046f9a deploy: f9b0d9783b nickray 2021-03-19 11:47:22 +00:00
  • f9b0d9783b Version of remove_dir_all with predicate Nicolas Stalder 2021-03-19 12:42:56 +01:00
  • 17403b429d deploy: 795ba4ce9e3e90f2ee2f9d156e296ada9e67e045 nickray 2021-03-14 14:46:24 +00:00
  • ea43a15dcb Trial funding button Nicolas Stalder 2021-03-14 15:42:21 +01:00
  • d33bbe6f5a Fix CI Nicolas Stalder 2021-02-26 22:28:41 +01:00
  • c82186ecee deploy: bbd0a0016e8e9f71ebd233c6e4a691f32bc4209e nickray 2021-02-26 21:12:50 +00:00
  • f4100fbd8b Prepare for release 0.2.1 Nicolas Stalder 2021-02-26 22:08:35 +01:00
  • 51220b2a27 Prepare for release Nicolas Stalder 2021-02-26 22:08:35 +01:00
  • ec0e595cf9 deploy: 375ecea073 nickray 2021-02-26 21:02:16 +00:00
  • 375ecea073 Prevent frequent source of bugs Nicolas Stalder 2021-02-26 18:53:32 +01:00
  • 135bcd3a2e Prevent frequent source of bugs Nicolas Stalder 2021-02-26 18:53:32 +01:00
  • 1c14659c57 Yay, heapless bumped generic-array Nicolas Stalder 2021-02-03 14:16:51 +01:00
  • c1707943f3 Yay, heapless bumped generic-array Nicolas Stalder 2021-02-03 14:16:51 +01:00
  • 202ff7b42c deploy: 955e652732 nickray 2021-02-26 18:07:59 +00:00
  • 955e652732 Backport PathBuf::from to 0.1 series pathbuf-backport Nicolas Stalder 2021-02-26 19:03:24 +01:00
  • 35221dcb2b Backport PathBuf::from to 0.1 series Nicolas Stalder 2021-02-26 19:03:24 +01:00
  • 8449246646 deploy: e2833b8a1e nickray 2021-02-26 17:59:50 +00:00
  • e2833b8a1e Prevent frequent source of bugs pathbuf-from-fixes Nicolas Stalder 2021-02-26 18:53:32 +01:00
  • cdc0539a2a Yay, heapless bumped generic-array 0.2.0 Nicolas Stalder 2021-02-03 14:16:51 +01:00
  • 34be2348f0 Yay, heapless bumped generic-array bump-heapless-and-generic-array Nicolas Stalder 2021-02-03 14:16:51 +01:00
  • 3f133c14a4 deploy: be75ad186f9cb7806d517f74e293860af955098d nickray 2021-02-03 13:20:38 +00:00
  • 92a41864ac deploy: 1aa6737a36 nickray 2021-02-01 00:04:39 +00:00
  • 1aa6737a36 Fix std-triggering regression 0.1.1 Nicolas Stalder 2021-02-01 01:00:09 +01:00
  • dac16c41d3 Prepare for a release Nicolas Stalder 2021-01-31 13:36:53 +01:00
  • 6f80e2c80c deploy: f687f9614b nickray 2021-01-31 12:44:16 +00:00
  • f687f9614b Test CI closures-instead-of-ub Nicolas Stalder 2021-01-31 13:39:43 +01:00
  • a70acb24fa Add missing derive feature in serde dependency Nicolas Stalder 2020-06-04 17:09:08 +02:00
  • ade9b72720 path::Path::parent Nicolas Stalder 2020-05-03 03:00:24 +02:00
  • e39ddaefb2 Reliability > efficiency Nicolas Stalder 2020-04-29 23:34:49 +02:00
  • 7e6a230592 Serde+uDebug for PathBuf, Path::exists Nicolas Stalder 2020-04-25 04:19:36 +02:00
  • 2c0dcdc29f Set Path to CStr and add PathBuf Nicolas Stalder 2020-04-24 03:34:53 +02:00