aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Add vendor ID for AMDlloyd2009-09-291-1/+1
* | | | | | | | Significantly rework CPUID support. Add cache line detectionlloyd2009-09-292-87/+99
* | | | | | | | Change the prefetching interface; move to PREFETCH namespace, and add alloyd2009-09-291-9/+25
* | | | | | | | Remove add block from utils/info.txtlloyd2009-09-291-27/+0
* | | | | | | | Add some basic prefetching support (only supported with GNU C++ or thingslloyd2009-09-294-3/+44
* | | | | | | | merge of '1efb42e84eca9e01edd7b7f1335af7011eab994c'lloyd2009-09-253-0/+161
|\ \ \ \ \ \ \ \
| * | | | | | | | Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actuallylloyd2009-09-253-0/+161
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Add engine deps on the asm_xxx modules so the engines get loadedlloyd2009-09-242-0/+8
* | | | | | | | propagate from branch 'net.randombit.botan.1_8' (head 1f4729658b70a340064bc9a...lloyd2009-09-176-110/+70
|\| | | | | | |
| * | | | | | | Split up util.h into 3 fileslloyd2009-09-173-65/+4
| * | | | | | | Move memory locking function decls to mlock.hlloyd2009-09-175-25/+46
| |/ / / / / /
* / / / / / / Fix macro generation + checks in configure.py and bswap.h. Had the effectlloyd2009-09-171-2/+2
|/ / / / / /
* | | | | | Add a new option --no-autoload to configure.py. This will produce a minimallloyd2009-09-041-1/+1
* | | | | | Fix variable name in 32-bit bswap for VC++lloyd2009-08-031-1/+1
* | | | | | A typo in a macro check in bswap.h meant inline asm bswap was notlloyd2009-07-311-1/+1
| |_|_|_|/ |/| | | |
* | | | | Add missing info.txt fileslloyd2009-07-162-0/+24
* | | | | Correct source listings for moved fileslloyd2009-07-161-2/+0
* | | | | Move some files around to break up dependencies between directorieslloyd2009-07-169-958/+0
* | | | | Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-4/+6
|/ / / /
* | | / Remove unnecessary includes of <iostream>; either delete entirely as notlloyd2009-07-111-2/+0
| |_|/ |/| |
* | | Move mutex.h from utils/ to mutex/ dir as more relevant arealloyd2009-07-012-57/+0
* | | DataSource::discard_next did not actually return the number of discardedlloyd2009-06-241-1/+1
* | | Use an input insensitive implementation of same_mem instead of memcmp.lloyd2009-06-221-1/+8
|/ /
* | Many source files included bit_ops.h when what was really desired waslloyd2009-05-131-1/+0
* | Include <algorithm> in secmem.h for std::swaplloyd2009-04-081-0/+1
|/
* Add a new version of SCAN_Name::arg that returns a default value if thelloyd2009-03-312-2/+17
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3032-500/+564
* Use u32bit instead of int for loop counter in ctzlloyd2009-03-271-1/+1
* propagate from branch 'net.randombit.botan' (head 4518ef63a5e28e22a61d21a6066...lloyd2009-01-313-63/+0
|\
| * Check in a branch with a major redesign on how entropy polling is performed.lloyd2009-01-273-63/+0
* | A new warning in glibc triggers if memset is called with a constant sizelloyd2009-01-311-8/+8
|/
* Use a simple run length encoding in xor_into_buf, so long blocks of spaces,lloyd2008-11-232-3/+22
* Pass by const reference so larger structs can be used with xor_into_buf templatelloyd2008-11-231-1/+1
* Move xor_into_buf to xor_buf.cpp. Also add a new template wrapper forlloyd2008-11-233-10/+39
* Add xor_into_buf. Add Doxygen comments for xor_buflloyd2008-11-231-10/+32
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-122-37/+5
* Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG.lloyd2008-11-113-130/+0
* Move utils/{timer,mutex} to toplevellloyd2008-11-1127-782/+0
* Rename timers.h to timer.hlloyd2008-11-117-7/+7
* Throw an exception if SCAN name is malformed or emptylloyd2008-11-111-0/+3
* Remove support for multiple providers in SCAN_Name, mostly because Illoyd2008-11-112-32/+19
* Make SCAN_Name::arg return a new SCAN_Name that has the same providers list,lloyd2008-11-112-2/+16
* Shorten SCAN_Name's argument arg in function nameslloyd2008-11-102-4/+4
* Make SCAN_Name::arg_count_between constlloyd2008-11-101-1/+1
* Fix parsing of nested + aliased names like TLS.Digest.0 in SCAN_Namelloyd2008-11-101-3/+31
* In SCAN_Name, keep track of the original inputs and make them accessiblelloyd2008-11-102-0/+6
* Add a facility in SCAN_Name for provider nameslloyd2008-11-102-3/+35
* Doxygen commentlloyd2008-11-101-3/+3
* Add SCAN_Name::arg_count_betweenlloyd2008-11-091-0/+6
* Constifylloyd2008-11-092-4/+4