anki/rslib/src
Damien Elmes 6495240914 add some timeouts
I'm waiting to hear back from the reqwests author on the best way to
handle this. For now, this change just adds short timeouts
to the quick requests, and will wait for up to an hour when sending/
receiving files to allow for the slow connection+large file case.
2020-04-01 10:03:54 +10:00
..
backend allow aborting a media sync while http req in flight 2020-04-01 09:49:25 +10:00
i18n fix fallback preferences being used instead of English 2020-03-12 18:02:15 +10:00
media add some timeouts 2020-04-01 10:03:54 +10:00
sched accept now_mins_west for v2 legacy timing as well 2020-03-22 17:33:14 +10:00
search cache timing_today in collection, update it when cutover reached 2020-03-29 12:26:24 +10:00
storage split deck config into separate SQL table 2020-03-30 20:01:16 +10:00
card.rs move deck conf handling to backend 2020-03-30 14:39:46 +10:00
cloze.rs remove redundant test_ prefix 2020-02-17 08:40:17 +10:00
collection.rs split deck config into separate SQL table 2020-03-30 20:01:16 +10:00
config.rs move deck conf handling to backend 2020-03-30 14:39:46 +10:00
deckconf.rs split deck config into separate SQL table 2020-03-30 20:01:16 +10:00
decks.rs move deck conf handling to backend 2020-03-30 14:39:46 +10:00
err.rs move deck conf handling to backend 2020-03-30 14:39:46 +10:00
latex.rs expand clozes before rendering LaTeX 2020-02-24 18:34:08 +10:00
lib.rs move deck conf handling to backend 2020-03-30 14:39:46 +10:00
log.rs add basic log rotation 2020-03-10 10:33:14 +10:00
notes.rs NoteTypeID 2020-03-26 15:00:24 +10:00
notetypes.rs newtype NoteID 2020-03-26 14:42:43 +10:00
serde.rs move deck conf handling to backend 2020-03-30 14:39:46 +10:00
template_filters.rs remove redundant test_ prefix 2020-02-17 08:40:17 +10:00
template.rs remove some unused imports 2020-02-29 15:21:11 +10:00
text.rs add search that ignores combining chars 2020-03-21 15:15:59 +10:00
timestamp.rs use a macro for newtype defs 2020-03-26 13:50:20 +10:00
types.rs DeckID, CardID 2020-03-26 15:10:40 +10:00
undo.rs initial work on undo support 2020-03-29 17:52:16 +10:00