summaryrefslogtreecommitdiffstats
path: root/src/index.rs
AgeCommit message (Expand)Author
2019-01-12move actions into actions moduleVincent Breitmoser
2019-01-12receive &Path instead of PathBuf in from_strVincent Breitmoser
2019-01-11clippy: use if/else instead of matching on a boolNora
2019-01-11split off misc from fileutilsNora
2019-01-11index: reindex only files modified after last refresh (by default)Vincent Breitmoser
2019-01-09index: write indexing time to fileVincent Breitmoser
2019-01-09create module utilsNora
2019-01-09index: actually fail on missing lockVincent Breitmoser
2019-01-09index: use file lock while runningVincent Breitmoser
2019-01-04agenda: make error output more meaningfulNora
2019-01-02fix some clippy warningsVincent Breitmoser
2018-12-29remove unneeded extern crates from index.rsNora
2018-12-29order use statements alphabeticallyNora
2018-12-28delete index dir before creating indexNora
2018-11-30implement Trait bucketable for IcalVEvent and IcalVCalendar, use is in index ...Nora
2018-11-27more sensible error messagesNora
2018-11-27actually recurse directory for indexingNora
2018-11-26Improve debugging output of khaleesi index and clean up code a bitVincent Breitmoser
2018-11-20move default paths to defaults.rsNora
2018-11-19use sort_unstable() instead of sort()Nora
2018-11-18get_dtstart and get_dtend return OptionsNora
2018-11-18fix tests in index.rsVincent Breitmoser
2018-11-18fix index.rsNora
2018-10-31cleanupNora
2018-10-31add testcase single meetingNora
2018-10-31use actual path in index files instead of uidNora
2018-10-28cleanup testingNora
2018-10-28use indoc for test caseNora
2018-10-10use external iterator for subcomponentsVincent Breitmoser
2018-10-10add path to Icalcomponent, improve index_dirNora
2018-10-10improve commentNora
2018-10-10make the test passNora
2018-10-09add a testNora
2018-10-09move index functition to moduleNora