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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Qualify (some) calls to functions in the global namespace using an
lloyd
2007-12-24
9
-80
/
+78
|
*
Add a short comment describing Turing::fixedS
lloyd
2007-11-19
1
-1
/
+1
|
*
Change the default list of PRNG devices from
lloyd
2007-11-17
1
-1
/
+1
|
*
Drop es_file: replaced by es_dev
lloyd
2007-11-17
3
-61
/
+0
|
*
Add a hook for the es_dev module in Builtin_Modules
lloyd
2007-11-17
1
-0
/
+8
|
*
Add a new module, es_dev, that will replace es_file. Instead of using C++
lloyd
2007-11-17
3
-0
/
+153
|
*
Replace C-style casts with static_cast (found by GCC's -Wold-style-cast)
lloyd
2007-11-17
2
-6
/
+5
|
*
Add base64 encoding and decoding to the set of benchmarked filters
lloyd
2007-11-16
1
-0
/
+3
|
*
Mark start and end as const in karatsuba_size since they are never modified
lloyd
2007-11-16
1
-2
/
+2
|
*
Revert the change that renamed append() to push_back(). As pointed out
lloyd
2007-11-15
17
-49
/
+47
|
*
The porting doc describes how to port code from Botan 1.2 to 1.4, but
lloyd
2007-11-15
1
-144
/
+0
|
*
Update log to mention the recent rename of append to push_back
lloyd
2007-11-14
1
-1
/
+2
|
*
Rename MemoryRegion::append to push_back
lloyd
2007-11-14
16
-47
/
+48
|
*
Remove the ability to load an external configuration file. Applications
lloyd
2007-11-14
6
-482
/
+0
|
*
merge of '3302429a7b66a2e175af0e12870f150aaf81445e'
lloyd
2007-11-12
1
-2
/
+0
|
|
\
|
|
*
Remove unused include of assert.h
lloyd
2007-11-07
1
-2
/
+0
|
*
|
Remove amd64 support from the mp_asm64 module. Use mp_amd64 instead.
lloyd
2007-11-11
2
-10
/
+1
|
*
|
Make IDEA::mul_inv just a function in an anonymous namespace, since it really
lloyd
2007-11-11
2
-39
/
+36
|
*
|
Remove some static_casts that weren't required and didn't do much to make
lloyd
2007-11-11
1
-11
/
+11
|
*
|
Have IDEA's mul() return the result instead of altering a reference value.
lloyd
2007-11-11
1
-13
/
+25
|
*
|
Add /Zi to debug flags for Visual Studio
lloyd
2007-11-11
1
-1
/
+1
|
*
|
Prevent lines > 80 columns
lloyd
2007-11-11
1
-1
/
+1
|
|
/
|
*
Document the --no-asm option
lloyd
2007-10-24
1
-12
/
+15
|
*
Fix flags for Core2 optimizations with Intel C++
lloyd
2007-10-23
1
-1
/
+1
|
*
Malloc_Allocator doesn't have a constructor anymore but the declaration
lloyd
2007-10-23
1
-2
/
+0
|
*
merge of '27e4f97cd587d56d2fb2f7819f2d1117565a7f28'
lloyd
2007-10-23
1
-5
/
+5
|
|
\
|
|
*
Sort lines in .mtn-ignore
lloyd
2007-10-23
1
-5
/
+5
|
*
|
Switch the order of tests on constraints on modules to CPU, then OS, then
lloyd
2007-10-23
1
-9
/
+9
|
|
/
|
*
Document some of the other major changes since 1.7.2
lloyd
2007-10-22
1
-2
/
+6
|
*
Change the syntax from load_on: to load_on (since that way configure.pl can
lloyd
2007-10-22
28
-161
/
+173
|
*
Ignore .pem files in doc/examples
lloyd
2007-10-21
1
-0
/
+1
|
*
Have Malloc_Allocator directly inherit from the Allocator interface, without
lloyd
2007-10-21
2
-7
/
+8
|
*
Add new options to configure.pl:
lloyd
2007-10-21
1
-33
/
+105
|
*
Build Alpha as little-endian by default.
lloyd
2007-10-21
1
-0
/
+1
|
*
Make i686 the x86 default CPU (used if the user just says 'x86' or equivalent)
lloyd
2007-10-21
1
-1
/
+1
|
*
Document changes so far for 1.7.3 in the log. Bump the version in configure.pl
lloyd
2007-10-21
3
-3
/
+8
|
*
Move reverse_bytes from bit_ops.h to bit_ops.cpp
lloyd
2007-10-21
2
-19
/
+33
|
*
Remove useless comment
lloyd
2007-10-21
1
-5
/
+1
|
*
Add an option --quiet which will disable the messages caused when
lloyd
2007-10-21
1
-6
/
+21
|
*
Fix --modules, the value was getting lost.
lloyd
2007-10-21
1
-4
/
+5
|
*
Report which modules are not being loaded and why when doing autoconfig.
lloyd
2007-10-21
1
-12
/
+30
|
*
Remove the checks that the compiler specified works on the given OS/CPU.
lloyd
2007-10-21
27
-270
/
+3
|
*
Update build instructions with the new sytnax for configure.pl
lloyd
2007-10-21
1
-41
/
+31
|
*
Use new options for ICC 10.0
lloyd
2007-10-21
1
-6
/
+6
|
*
Avoid a warning if no arguments are passed for modules
lloyd
2007-10-21
1
-0
/
+2
|
*
Intel C++ looks to prefer icpc instead of icc (in order to get the the
lloyd
2007-10-20
1
-2
/
+2
|
*
Don't use -fpermissive on 64-bit systems (arch matching alpha or *64),
lloyd
2007-10-20
1
-20
/
+19
|
*
Rename the option in configure.pl named --disable-shared to --no-shared
lloyd
2007-10-20
1
-2
/
+2
|
*
Make the output of --help (perhaps) more helpful by organizing options by
lloyd
2007-10-20
1
-42
/
+48
|
*
Drop using cc-os-cpu as a single argument. Instead the user can specify
lloyd
2007-10-20
1
-21
/
+28
[prev]
[next]