aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/filters
Commit message (Expand)AuthorAgeFilesLines
* Add missing headerJack Lloyd2017-10-111-0/+1
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-032-3/+3
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-036-13/+13
* Remove protected functions from final classesJack Lloyd2017-10-022-8/+1
* Guard against self-assignmentJack Lloyd2017-09-301-0/+3
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-302-12/+14
* Further header cleanupsJack Lloyd2017-09-282-2/+0
* Deprecate modification of Pipe objectsJack Lloyd2017-09-223-18/+21
* More RAII - death to explicit deleteJack Lloyd2017-09-224-18/+7
* Small header cleanupsJack Lloyd2017-09-222-2/+3
* Apply final annotations to the library alsoJack Lloyd2017-09-2211-15/+15
* Drop MinGW from fd_unixJack Lloyd2017-09-211-1/+0
* Add a test of Pipe io on Unix file descriptorsJack Lloyd2017-09-211-8/+10
* More include header cleanupsJack Lloyd2017-09-211-1/+1
* Header file cleanupsJack Lloyd2017-09-214-3/+3
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-2015-30/+30
* Add API stability annotations.Jack Lloyd2017-09-1913-30/+30
* Avoid using <iostream> header within the libraryJack Lloyd2017-09-021-1/+2
* Fix various MSVC warningsJack Lloyd2017-08-311-2/+3
* Fix warnings from clangs -Wdocumentation flagJack Lloyd2017-07-281-1/+1
* Addressed #1071 (unfinished change in master cipher_filter.cpp)Francis Dupont2017-06-121-1/+1
* Fix warningsJack Lloyd2017-05-191-1/+1
* Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-132-31/+8
* fix missing flush in DataSink_Stream::end_msgPhilippe Lieser2017-04-102-0/+12
* Content:Tomasz Frydrych2017-04-033-4/+4
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-023-3/+9
* Add missing include, caught by GCC 7Jack Lloyd2017-03-031-0/+1
* Improve filter testsJack Lloyd2016-12-313-2/+10
* More filter testsJack Lloyd2016-12-222-18/+18
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-1828-118/+118
* Remove <source> block from info.txt filesJack Lloyd2016-12-081-17/+0
* Fix amalgamation for IncludeOS - avoid having <thread> pulled inJack Lloyd2016-11-271-1/+1
* Add BOTAN_WARN_UNUSED_RESULT macroJack Lloyd2016-11-091-10/+11
* Implement barriers for Threaded ForkJoel Low2016-11-061-11/+7
* Avoid bogus include with compression disabledJack Lloyd2016-11-041-1/+4
* Don't require compression in filter codeJack Lloyd2016-11-043-1/+8
* More filter testsJack Lloyd2016-10-291-16/+8
* Add more tests for Pipe/FilterJack Lloyd2016-10-271-0/+5
* Remove Algo_RegistryJack Lloyd2016-10-211-2/+0
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-1/+1
* Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-122-0/+11
* Add IncludeOS target. Make filesystem support optional.Jack Lloyd2016-10-102-1/+10
* Cipher_Mode API improvementsJack Lloyd2016-09-011-1/+1
* Remove Transform base classJack Lloyd2016-04-218-183/+216
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-053-2/+1
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-055-8/+8
* Add final attribute to many classesJack Lloyd2016-01-104-6/+6
* Mass-prefix member vars with m_René Korthaus2016-01-0817-315/+315
* Missing addsJack Lloyd2015-12-111-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-115-8/+8