| Commit message (Expand) | Author | Age | Files | Lines |
* | Poll clock_gettime in High_Resolution_Timestamp::poll with whatever | lloyd | 2011-11-11 | 2 | -1/+39 |
* | FD_ZERO on Solaris uses memset, and assumes we included string.h | lloyd | 2011-05-24 | 2 | -0/+2 |
* | I can't spell | lloyd | 2011-05-13 | 1 | -1/+1 |
* | Enable unix_procs for FreeBSD. It was disabled in 2006 to work | lloyd | 2011-04-21 | 4 | -8/+6 |
* | These should be precisely 32 bits | lloyd | 2011-04-04 | 1 | -2/+2 |
* | Tick to 1.9.15-dev | lloyd | 2011-03-07 | 1 | -1/+1 |
* | Remove inclusions of unused headers. | lloyd | 2011-02-10 | 1 | -1/+0 |
* | Fix compile | lloyd | 2010-12-13 | 1 | -1/+1 |
* | Fix some VC warnings under 64 bit compiles | lloyd | 2010-12-13 | 1 | -1/+1 |
* | Doxygen updates. | lloyd | 2010-11-02 | 1 | -1/+1 |
* | Doxygen | lloyd | 2010-11-02 | 2 | -3/+7 |
* | Add new top-level algorithm which provides basic functionality: name | lloyd | 2010-11-01 | 2 | -5/+6 |
* | These are internal headers and do not need public linkage | lloyd | 2010-10-28 | 3 | -3/+3 |
* | Use size_t instead of u32bit in entropy and rng | lloyd | 2010-10-12 | 12 | -55/+55 |
* | Use size_t in filters | lloyd | 2010-10-12 | 2 | -8/+10 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 5 | -9/+9 |
* | Fix comparison functor | lloyd | 2010-09-03 | 1 | -3/+3 |
* | Clean up the unix process running entropy source a little bit. Tweak | lloyd | 2010-09-03 | 3 | -24/+35 |
* | Remove calling getsid, it causes problems with too many different | lloyd | 2010-09-03 | 1 | -3/+1 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -0/+11 |
* | Enable the /proc walker on NetBSD. The version that had problems | lloyd | 2010-06-16 | 1 | -5/+2 |
* | More Doxygen | lloyd | 2010-06-16 | 2 | -0/+8 |
* | Hide File_Descriptor_Source | lloyd | 2010-06-16 | 2 | -12/+16 |
* | Yet more Doxygen comments | lloyd | 2010-06-16 | 1 | -1/+40 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 4 | -3/+11 |
* | Use strncpy instead of strcpy in EGD reader | lloyd | 2010-06-13 | 1 | -1/+1 |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 7 | -7/+7 |
* | Add constructor and destructor for pipe_wrapper to handle init and close | lloyd | 2010-06-02 | 1 | -5/+5 |
* | Oops, it's TARGET_CPU_IS_XXX_FAMILY, not TARGET_IS_XXX_FAMILY. | lloyd | 2009-12-30 | 1 | -2/+2 |
* | Use IS_XXX_FAMILY macros where useful | lloyd | 2009-12-30 | 1 | -2/+2 |
* | Fix compilation on Win32 | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Include as internal/ | lloyd | 2009-12-23 | 3 | -3/+3 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -2/+2 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 6 | -6/+6 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 18 | -23/+70 |
* | Load hres_timer on any compiler or arch; macro feature detection takes care | lloyd | 2009-12-01 | 1 | -27/+0 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 3 | -0/+125 |
* | Move most code that relies heavily on Filters into src/filters. | lloyd | 2009-11-17 | 7 | -50/+3 |
* | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 1 | -1/+1 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 8 | -16/+0 |
* | Add support for GNU/Hurd | lloyd | 2009-10-07 | 2 | -0/+2 |
* | Add support for Dragonfly BSD (a fork of FreeBSD). | lloyd | 2009-07-25 | 3 | -0/+3 |
* | Two changes to proc_walk: | lloyd | 2009-07-25 | 1 | -2/+2 |
* | Fix some unused variable nits pointed out by icc 10.1 | lloyd | 2009-07-21 | 1 | -1/+1 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 3 | -0/+12 |
* | static_cast a double before returning it as a u32bit to avoid a warning | lloyd | 2009-07-10 | 1 | -1/+1 |
* | Fix a subtle bug in the /dev/*random reader. The maximum ms wait time was | lloyd | 2009-07-02 | 1 | -2/+3 |
* | Minor hackery to deal with win32 library dependencies | lloyd | 2009-07-02 | 2 | -2/+2 |
* | Changes to /dev/*random poller - read up to 48 bytes, and wait longer in sele... | lloyd | 2009-06-09 | 1 | -3/+2 |