summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-10-12Relicenseextract-libicalMatthias Beyer
2019-10-08Remove circleci configMatthias Beyer
2019-10-08Add READMEMatthias Beyer
2019-10-08Update gitignoreMatthias Beyer
2019-10-08Add some meta informationMatthias Beyer
2019-10-08Remove Cargo.lockMatthias Beyer
2019-10-08Minor cleanups: Remove unused stuffMatthias Beyer
2019-10-08Remove error module, as it is not usedMatthias Beyer
2019-10-08Run cargo fmtMatthias Beyer
2019-10-08Extract libical-sys wrapper libraryMatthias Beyer
2019-06-27remove coverage workflowHEADmasterNora
2019-06-19improve path handling in khlineNora
2019-06-19cleanupNora
2019-06-19update dependenciesNora
2019-06-09follow symlinks in all file accessesNora
2019-05-24try sudo for kcovNora
2019-05-23images now with 100% more rustupNora
2019-05-23add .cargo/bin to PATH in docker containers, bump versions to 0.6Nora
2019-05-23use rustup in containersNora
2019-05-17update image version to 0.4, rebuilt for newer rust versionNora
2019-05-17bump dependenciesNora
2019-05-16recur: unroll events up to 1 year in the future, relative to the current day,...Nora
2019-04-28replace import chrono::* with chorno::prelude::*Nora
2019-04-28selectors: rustfmtNora
2019-04-28utils: duration.as_millis stabilized, use itNora
2019-04-26actions/new: extract path assembly to helper functionNora
2019-04-26rustfmtNora
2019-04-26use existing timezone when changing dtstart/dtend.Nora
2019-04-26actions/new: remove timezone from parsed timesNora
2019-04-26actions/new: rustfmtNora
2019-04-26bump dependenciesNora
2019-04-26clippy: disable redundant closure lintNora
2019-04-17use CamelCase for enum elementsNora
2019-04-17select: rust 1.34: str does not implement PartialOrd<String>, so use slice in...Nora
2019-04-17bump dependenciesNora
2019-04-02delete: improve help messageNora
2019-03-27bump dependencies: toml 0.5Nora
2019-03-27bump dependencies: patch versionsNora
2019-03-27icalvevent: add test for dtstart and dtendNora
2019-03-27icalvevent: make get_duration_internal a little more elegantNora
2019-03-27khevent: remove intemediate IcalVCalendarNora
2019-03-27move duration handling to icalwrap/icalvcalendarNora
2019-03-27icalvevent: rustfmtNora
2019-03-26cleanupNora
2019-03-26fix get_end according to ical specNora
2019-03-22move get_recur_instances to kheventNora
2019-03-22icalvcalendar: remove with_internal_timestamp functionNora
2019-03-22khline: remove matches functionNora
2019-03-22ignore wrong testNora
2019-03-22make get_start and get_end more logicalNora