summaryrefslogtreecommitdiffstats
path: root/libimagtodo
AgeCommit message (Collapse)Author
2016-08-07Merge pull request #640 from impo/libimagtodo/deny-warningsMatthias Beyer
libimagtodo: Deny warnings
2016-08-07libimagtodo: Crate version 0.1.0 -> 0.2.0Gavin Thomas Claugus
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-08-07libimagtodo: Deny warningsGavin Thomas Claugus
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-08-06Upgrade toml dependency to 0.2Kai Sickeler
2016-08-06Move deletion logic into libMatthias Beyer
2016-08-06Add dependency: serde_jsonMatthias Beyer
2016-08-06Add dependency: logMatthias Beyer
2016-08-06change to task_hookrs 0.2.0mario
2016-08-06Remove outdated comment partMatthias Beyer
2016-08-06Return the imported string as wellMatthias Beyer
2016-07-21Impl Task::retrieve_from_import()Matthias Beyer
2016-07-21Impl Task::retrieve_from_stringMatthias Beyer
2016-07-21Impl Task::get_from_uuid()Matthias Beyer
2016-07-21Impl Task::get_from_string()Matthias Beyer
2016-07-21Impl Task::get_from_import()Matthias Beyer
2016-07-21Fix return types of getter functionsMatthias Beyer
2016-07-21Remove the Task::update...() foo, as we do only store UUIDs which do not changeMatthias Beyer
2016-07-21We can't actually retrieve() from a UUID, as we cannot implicitely create a ↵Matthias Beyer
task from a UUID
2016-07-21Add more required functionality, not implemented yetMatthias Beyer
2016-07-21Add Task::import()Matthias Beyer
2016-07-21Add dependency: libimagerrorMatthias Beyer
2016-07-21Rewrite error moduleMatthias Beyer
2016-07-21Fix misleading function nameMatthias Beyer
2016-07-21Provide more detailed access to the ids and tasksMatthias Beyer
2016-07-21Move read::* code to the place where it belongsMatthias Beyer
2016-07-21Move delete functionality to the place where it belongsMatthias Beyer
2016-07-21Impl {Deref, DerefMut} for TaskMatthias Beyer
2016-07-21The Task type can have a unnamed memberMatthias Beyer
2016-07-21Remove the most ugly parts from the libMatthias Beyer
2016-06-30do vim ggVG=mario
2016-06-30reduce warnings libmario
2016-06-30code cleanupmario
2016-06-30changed task-hookrs dependency to github.com/mario-kr/task-hookrs git for ↵mario
additional features
2016-06-28implemented list-featureomario
2016-06-28clean up of lib.rsmario
2016-06-28various fixes like indentation and function names.mario
also moved the Result type definition to an extra file/module.
2016-06-28fixed function namemario
2016-06-28implemented add-hookmario
2016-06-16Merge pull request #6 from rscheme/implement_readmario-kr
Implement Read
2016-06-15Renamed function and iteratorRoman Schemenau
2016-06-08Change the Error handling and remove unsed codeschwente
2016-06-06Fixed the store.delete(...) Return Problemschwente
2016-06-01Implement ReadRoman Schemenau
2016-06-01Do the changes for the Delete functionschwente
2016-05-31Delete Functionschwente
2016-05-09implement the task struct, trait for task_hookrs::task::Task, and some minor ↵mario
error handling
2016-05-09introduce ConversionError in error.rs and add trait for ↵mario
task_hookrs::task::Task to convert it to a libimagtodo::task::Task
2016-05-08added uuid crate and typeMario Krehl
2016-05-04experiment with Store/FileLockEntrymario
2016-05-04added dependency to libimagstoremario