index
:
sand-leek
fancy-monitor
master
opencl
sem-dep
Experimental CPU-bound (soon GPU) vanity onion address generator
David Phillips
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sand-leek.c
Commit message (
Collapse
)
Author
Age
*
Display usage on invalid opt
David Phillips
2019-03-11
|
*
Improve help text
David Phillips
2019-03-11
|
*
Honour original terminal colour
David Phillips
2019-03-11
|
*
Apply auto-ranging units to current hash rates
David Phillips
2018-06-18
|
*
Refactor human-friendly unit algorithms
David Phillips
2018-06-18
|
*
Fix overflow on slow/large runs, add new unit prefix for year
David Phillips
2018-06-18
|
*
Add -A to help text
David Phillips
2018-05-27
|
*
Correct strncpy bound
David Phillips
2018-05-16
|
*
Bump version to match tag
1.1
David Phillips
2018-05-16
|
*
Add command line option for disabling ANSI esc
David Phillips
2018-05-16
|
*
Don't require GNU extensions for va args
fancy-monitor
David Phillips
2017-12-11
|
*
Explicitly include time.h ourselves
David Phillips
2017-11-27
|
*
Fix off-by-one with >999 EH totals
David Phillips
2017-11-27
|
*
Clear status line properly, show "overdue" instead of negative time remaining
David Phillips
2017-11-27
|
*
Fall back on CLOCK_REALTIME at compile-time with warn
David Phillips
2017-11-23
|
*
Merge branch 'master' into fancy-monitor
David Phillips
2017-11-23
|
\
|
*
Remove old debug comment
David Phillips
2017-11-23
|
|
*
|
Add years to estimate units
David Phillips
2017-11-23
|
|
*
|
Correct abs to labs
David Phillips
2017-11-23
|
|
*
|
Add time estimator
David Phillips
2017-11-23
|
|
*
|
Quick hack to protect against shortening numbers
David Phillips
2017-11-23
|
|
*
|
Merge branch 'master' into fancy-monitor
David Phillips
2017-11-23
|
\
\
|
|
/
|
*
Un-bold at the start of each nice line
David Phillips
2017-11-23
|
|
*
|
Add timestamp and total hash to monitor
David Phillips
2017-11-23
|
/
*
Add more verbose/useful info messages
David Phillips
2017-11-23
|
*
Format output with gorgeous colours
David Phillips
2017-11-23
|
*
Simplify semaphores to volatile global
sem-dep
David Phillips
2017-11-18
|
*
Switch to in-house byte-order switching
David Phillips
2017-11-18
|
*
Tidy unnecessary magic constants away
David Phillips
2017-09-20
|
*
Fix accidental regression with never-zero loop count
David Phillips
2017-09-14
|
*
Free bignum_e at exit, don't leak that memory
David Phillips
2017-09-12
|
|
|
|
Chur alyptik for reminding me
*
Thread count can never be zero, don't worry about /0 from it
David Phillips
2017-08-09
|
*
Remove division by zero if no loops complete
David Phillips
2017-08-09
|
*
Don't trample worker thread output with performance string
David Phillips
2017-06-27
|
*
Correct old outdated error message
David Phillips
2017-06-27
|
*
Change char array to unsigned to avoid (pedantic) overflow
David Phillips
2017-06-26
|
*
Remove debug spin halt
David Phillips
2017-05-29
|
*
Free alloced objects, move volatile to start of decl
David Phillips
2017-05-29
|
*
Remove bitmask and raw_len computation out of tight loop
David Phillips
2017-05-29
|
*
Openssl-1.0 compat
David Phillips
2017-05-28
|
*
Tidy the raw_len switch slightly
David Phillips
2017-05-28
|
*
Revert "Change raw_len from hard-coded to equation"
David Phillips
2017-05-28
|
|
|
|
|
|
This reverts commit ff244210acaf78beb6530c9f9d64a5f6965fdc75. This actually made the algorithm slightly slower
*
Change raw_len from hard-coded to equation
David Phillips
2017-05-28
|
*
Make bitmask array static
David Phillips
2017-05-28
|
*
Remove the need for base32 in the inner loop
David Phillips
2017-05-28
|
*
Merge branch 'ssse3-default'
David Phillips
2017-05-23
|
\
|
*
Make SSSE3 algorithm the default
David Phillips
2017-05-23
|
|
*
|
Fix bug in check_base32 when first character was invalid
David Phillips
2017-05-23
|
/
*
Remove old debug printf
David Phillips
2017-05-21
|
*
Add sanity check to back up SSSE3 algorithm
David Phillips
2017-05-21
|
[next]