summaryrefslogtreecommitdiffstats
path: root/utils/benchmark.c
Commit message (Collapse)AuthorAgeFilesLines
* eurephia_init/benchmark: We don't need the result from the password hashingDavid Sommerseth2013-06-281-2/+1
| | | | | | | | This hash is only used to measure the hashing speed. We don't need to save this hash at this point. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net> (cherry picked from commit 2ed21f9c05ed25d814034ad3ebb4cb6009543481)
* Updated copyright datesDavid Sommerseth2012-10-081-1/+1
| | | | Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
|
* Removed duplicated Doxygen documentationDavid Sommerseth2009-09-221-9/+0
|
* Fixed and cleaned up Doxygen commentsDavid Sommerseth2009-09-221-9/+60
|
* Fix some valgrind warnings. Two timeval structs where not initialised ↵David Sommerseth2009-09-151-1/+3
| | | | before being used
* Added debug logging of free_nullsafe() calls as wellDavid Sommerseth2009-09-071-1/+1
|
* Moved all malloc() operations over to a calloc wrapper, malloc_nullsafe()David Sommerseth2009-09-071-4/+3
| | | | This also improves debugging as well, if debug logging is enabled and log level is >= 40.
* Rewritten common/passwd.c and utils/benchmark.cDavid Sommerseth2009-04-101-1/+48
| | | | Make them work without the need of defining BENCHMARK during compilation
* Made the licence explicit GPLv2 onlyDavid Sommerseth2009-03-261-1/+1
|
* Cleaned up the code a little bitDavid Sommerseth2009-03-261-1/+2
| | | | | Made sure we only include needed include files and checked that the copyright headers are equal and correct
* Fixed a memory leak in benchmark.cDavid Sommerseth2009-03-221-1/+4
|
* Added benchmarking to suggest minimum and maximum rounds for hashesDavid Sommerseth2009-03-221-0/+115