aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/error.c (follow)
Commit message (Collapse)AuthorAge
* code styleEgor Tensin2017-05-03
|
* code styleEgor Tensin2016-10-10
|
* fix licensing noticesEgor Tensin2016-09-25
| | | | Also, remove the docs, which were never there anyway.
* fix GCC errorsEgor Tensin2016-06-21
|
* 'aesni' -> 'aes'Egor Tensin2016-05-19
|
* rename the projectEgor Tensin2016-05-19
|
* 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