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
*
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
*
Add more tests for Pipe/Filter
Jack Lloyd
2016-10-27
1
-0
/
+5
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-2
/
+0
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-1
/
+1
*
Abstract out mutex type. Make threads optional.
Jack Lloyd
2016-10-12
2
-0
/
+11
*
Add IncludeOS target. Make filesystem support optional.
Jack Lloyd
2016-10-10
2
-1
/
+10
*
Cipher_Mode API improvements
Jack Lloyd
2016-09-01
1
-1
/
+1
*
Remove Transform base class
Jack Lloyd
2016-04-21
8
-183
/
+216
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
3
-2
/
+1
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
5
-8
/
+8
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
4
-6
/
+6
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
17
-315
/
+315
*
Missing adds
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
5
-8
/
+8
*
Compression filter: Reorganised verification order of transform.
Matej Kenda
2015-11-26
1
-4
/
+6
*
Fixed crash in compression filter when transform argument is null.
Matej Kenda
2015-11-03
1
-1
/
+6
*
Add missing BOTAN_DLL to Decompression_Filter. GH #304
Jack Lloyd
2015-10-19
1
-1
/
+1
*
Move DataSource to utils and rewrite PEM encoding to avoid filters
Jack Lloyd
2015-10-14
3
-394
/
+0
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-9
/
+16
*
Add m_ prefix to member variables in SecureQueue
Simon Warta
2015-08-08
2
-27
/
+28
*
Add missing override for SecureQueue::check_available()
Daniel Seither
2015-08-03
1
-1
/
+1
*
Fix two crashes in the BER decoder found with afl.
Jack Lloyd
2015-08-02
6
-4
/
+50
*
filters: Add missing overrides
Daniel Seither
2015-07-30
9
-57
/
+57
*
Fix typos
Simon Warta
2015-07-24
1
-1
/
+1
*
Add Android OS
Daniel Seither
2015-07-17
1
-0
/
+1
*
Remove references to removed tru64 OS
Daniel Seither
2015-07-17
1
-1
/
+0
*
ifstream/ostream take std::string
Simon Warta
2015-06-23
2
-6
/
+4
*
lib/filters: Convert &vec[0] to vec.data()
Daniel Seither
2015-06-20
13
-48
/
+48
*
Update broken module dependencies
Simon Warta
2015-06-19
1
-0
/
+1
*
Correct buffering logic in compression filter. GH issue #93 pull #95
eric.cornelius
2015-05-16
2
-3
/
+4
*
Compression filters were not sizing buffer, causing no input to
lloyd
2015-05-07
2
-11
/
+16
*
Use available MinGW APIs (CryptoAPI and Unix-style fds). GH#84
joerg
2015-04-27
1
-0
/
+1
*
Hide Algorithm_Factory and use the functions in lookup.h internally.
lloyd
2015-03-04
2
-76
/
+39
*
Move Cipher_Mode enum out of types.h, move stream cipher mode to new header
lloyd
2015-02-05
2
-1
/
+1
*
Add missing file
lloyd
2015-02-04
1
-0
/
+42
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
5
-15
/
+49
*
Use registry also for KDF, EMSA, and EME
lloyd
2015-01-31
1
-1
/
+1
*
Use registry for streams and MACs. Start updating callers.
lloyd
2015-01-31
1
-11
/
+6
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
5
-32
/
+37
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
33
-33
/
+33
*
Avoid referencing &vec[vec.size()] as this triggers iterator debugging
lloyd
2015-01-07
3
-5
/
+5
*
Fix missing dependency in filters (Github pull 33 from tiwoc)
lloyd
2014-12-13
1
-0
/
+1
[next]