aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/error.c (follow)
Commit message (Collapse)AuthorAge
* boxes: a number of improvementsEgor Tensin2015-06-22
| | | | | | | | | * Algorithm interfaces are no longer required to load partial blocks, the space for which is allocated dynamically. * Padding schemes are now also separated, perhaps in the future to become a "box" parameter. Consequently, algorithm interfaces are no longer required to implement padding either.
* add buffer encryption to "boxes"Egor Tensin2015-06-19
|
* error message updateEgor Tensin2015-06-19
|
* add call stacks to errorsEgor Tensin2015-06-19
|
* better error messages + refactoringEgor Tensin2015-06-18
|
* add the "Not implemented" errorEgor Tensin2015-06-17
|
* handle block parsing errors the standard wayEgor Tensin2015-06-15
|
* error handling refactoring + more docsEgor Tensin2015-06-15
|
* add error message formatting functionsEgor Tensin2015-06-11
|
* add error codes & messages to the libraryEgor Tensin2015-06-11