aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/error.c (unfollow)
Commit message (Collapse)Author
2017-05-03code styleEgor Tensin
2016-10-10code styleEgor Tensin
2016-09-25fix licensing noticesEgor Tensin
Also, remove the docs, which were never there anyway.
2016-06-21fix GCC errorsEgor Tensin
2016-05-19'aesni' -> 'aes'Egor Tensin
2016-05-19rename the projectEgor Tensin
2015-06-22boxes: a number of improvementsEgor Tensin
* 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.
2015-06-19add buffer encryption to "boxes"Egor Tensin
2015-06-19error message updateEgor Tensin
2015-06-19add call stacks to errorsEgor Tensin
2015-06-18better error messages + refactoringEgor Tensin
2015-06-17add the "Not implemented" errorEgor Tensin
2015-06-15handle block parsing errors the standard wayEgor Tensin
2015-06-15error handling refactoring + more docsEgor Tensin
2015-06-11add error message formatting functionsEgor Tensin
2015-06-11add error codes & messages to the libraryEgor Tensin