index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
filters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
Use an Alloc template to reduce duplication in Filter::send
Jack Lloyd
2018-09-18
1
-14
/
+6
*
Remove unneeded load_on auto
Jack Lloyd
2018-09-04
1
-2
/
+0
*
Add RAII versions of get_cipher_mode and get_aead
Jack Lloyd
2018-04-07
2
-4
/
+5
*
Slight improvements in filter test coverage
Jack Lloyd
2018-03-06
1
-6
/
+3
*
Use BOTAN_DEFAULT_BUFFER_SIZE instead of DEFAULT_BUFFERSIZE
Jack Lloyd
2018-03-01
5
-11
/
+11
*
Add Pipe::prepend_filter
Jack Lloyd
2018-01-21
2
-1
/
+32
*
Merge GH #1407 Don't have hard dependency on base classes
Jack Lloyd
2018-01-12
2
-5
/
+33
|
\
|
*
Make stream, block, hash and cipher mode base classes optional
Jack Lloyd
2018-01-12
2
-5
/
+33
*
|
Move thread utils (barrier and semaphore) to a subpackage of util
Jack Lloyd
2018-01-12
2
-2
/
+2
|
/
*
Test OS features by the feature vs the OS name
Jack Lloyd
2017-12-30
1
-15
/
+3
*
Drop IRIX support
Jack Lloyd
2017-12-13
1
-1
/
+0
*
Add Pipe::append_filter
Jack Lloyd
2017-11-24
2
-13
/
+23
*
Add missing header
Jack Lloyd
2017-10-11
1
-0
/
+1
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
2
-3
/
+3
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
6
-13
/
+13
*
Remove protected functions from final classes
Jack Lloyd
2017-10-02
2
-8
/
+1
*
Guard against self-assignment
Jack Lloyd
2017-09-30
1
-0
/
+3
*
Use class instead of struct for objects with member functions
Jack Lloyd
2017-09-30
2
-12
/
+14
*
Further header cleanups
Jack Lloyd
2017-09-28
2
-2
/
+0
*
Deprecate modification of Pipe objects
Jack Lloyd
2017-09-22
3
-18
/
+21
*
More RAII - death to explicit delete
Jack Lloyd
2017-09-22
4
-18
/
+7
*
Small header cleanups
Jack Lloyd
2017-09-22
2
-2
/
+3
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
11
-15
/
+15
*
Drop MinGW from fd_unix
Jack Lloyd
2017-09-21
1
-1
/
+0
*
Add a test of Pipe io on Unix file descriptors
Jack Lloyd
2017-09-21
1
-8
/
+10
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-1
/
+1
*
Header file cleanups
Jack Lloyd
2017-09-21
4
-3
/
+3
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
15
-30
/
+30
*
Add API stability annotations.
Jack Lloyd
2017-09-19
13
-30
/
+30
*
Avoid using <iostream> header within the library
Jack Lloyd
2017-09-02
1
-1
/
+2
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-2
/
+3
*
Fix warnings from clangs -Wdocumentation flag
Jack Lloyd
2017-07-28
1
-1
/
+1
*
Addressed #1071 (unfinished change in master cipher_filter.cpp)
Francis Dupont
2017-06-12
1
-1
/
+1
*
Fix warnings
Jack Lloyd
2017-05-19
1
-1
/
+1
*
Handle IV carryover in CBC, CFB, and stream ciphers
Jack Lloyd
2017-05-13
2
-31
/
+8
*
fix missing flush in DataSink_Stream::end_msg
Philippe Lieser
2017-04-10
2
-0
/
+12
*
Content:
Tomasz Frydrych
2017-04-03
3
-4
/
+4
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
3
-3
/
+9
*
Add missing include, caught by GCC 7
Jack Lloyd
2017-03-03
1
-0
/
+1
*
Improve filter tests
Jack Lloyd
2016-12-31
3
-2
/
+10
*
More filter tests
Jack Lloyd
2016-12-22
2
-18
/
+18
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
28
-118
/
+118
*
Remove <source> block from info.txt files
Jack Lloyd
2016-12-08
1
-17
/
+0
*
Fix amalgamation for IncludeOS - avoid having <thread> pulled in
Jack Lloyd
2016-11-27
1
-1
/
+1
*
Add BOTAN_WARN_UNUSED_RESULT macro
Jack Lloyd
2016-11-09
1
-10
/
+11
*
Implement barriers for Threaded Fork
Joel Low
2016-11-06
1
-11
/
+7
*
Avoid bogus include with compression disabled
Jack Lloyd
2016-11-04
1
-1
/
+4
*
Don't require compression in filter code
Jack Lloyd
2016-11-04
3
-1
/
+8
*
More filter tests
Jack Lloyd
2016-10-29
1
-16
/
+8
[next]