Anki/rslib/src/sync
llama 5614d20bed
fix(Import): case-fold media filenames when checking uniqueness (#4435)
* add wrapper struct with case-folding get impl

* use wrapper struct

* restrict case-folding to windows

* Revert "restrict case-folding to windows"

This reverts commit aad01d904f.

* case-fold filenames for newly added media

* add test

* fix incorrect comment
2025-11-20 18:43:14 +03:00
..
collection Add last_review_time to card data for performance and accuracy (#4124) 2025-07-08 00:41:01 +07:00
http_client Update to Rust 1.80 2024-08-05 15:37:59 +07:00
http_server Migrate build system to uv (#4074) 2025-06-19 14:03:16 +07:00
media fix(Import): case-fold media filenames when checking uniqueness (#4435) 2025-11-20 18:43:14 +03:00
request Migrate build system to uv (#4074) 2025-06-19 14:03:16 +07:00
error.rs Implement HttpError directly so that sources can be extracted properly 2023-03-01 19:46:06 +10:00
login.rs Change Anki's version scheme; bump to 23.09 (#2640) 2023-09-07 12:37:15 +10:00
mod.rs Rework syncing code, and replace local sync server (#2329) 2023-01-18 12:43:46 +10:00
response.rs Update axum/reqwest for hyper 1.0 2024-07-06 18:45:32 +07:00
version.rs Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00