Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Handle multiple returned domains in 002-test-key-name.test | David Phillips | 2020-09-05 |
| | | | | | | | | | | | This patch resolves a source of unreliability in the 002-test-key-name test. If sand-leek returned multiple "Found: " lines, then the test script would take only the first, and expect that they RSA key is for this domain. However, this isn't always true, due to the parallel nature of the program. Instead, this patch adjusts the test to capture all found domains, and assert that the domain calculated from the RSA key is one of these domains. Tested 100% reliable over 1000 repetitions. | ||
* | Move comments to headers where applicable | David Phillips | 2019-03-11 |
| | |||
* | Add --needed to pacman calls | David Phillips | 2019-03-11 |
| | | | | This should slightly speed up the CI run for Arch Linux | ||
* | Re-add Arch Linux runner on GitLab CI | David Phillips | 2019-03-11 |
| | | | | Turns out the image only had a subtle name change | ||
* | Remove dead Arch Linux from gitlab CI | David Phillips | 2019-03-11 |
| | |||
* | Amend test cases, use -A | David Phillips | 2019-03-11 |
| | |||
* | 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 |
| | |||
* | Update bench table | David Phillips | 2018-10-15 |
| | |||
* | Add auto-detection of sha1sum/shasum to 002-test-key-name.test | David Phillips | 2018-06-18 |
| | |||
* | Add gitlab pipeline badge to readme | David Phillips | 2018-06-18 |
| | |||
* | Change shasum to sha1sum to remove perl dep | David Phillips | 2018-06-18 |
| | |||
* | Add gitlab CI file | David Phillips | 2018-06-18 |
| | |||
* | Fix missing declaration in unit_label.c | David Phillips | 2018-06-18 |
| | |||
* | Clarify documentation for make_unit_whatsit | David Phillips | 2018-06-18 |
| | |||
* | Document make_unit_whatsit with more comment than code | David Phillips | 2018-06-18 |
| | |||
* | Move unit_label struct into header file | David Phillips | 2018-06-18 |
| | |||
* | 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 |
| | |||
* | Correct broken test case | David Phillips | 2018-05-27 |
| | |||
* | Add -A to help text | David Phillips | 2018-05-27 |
| | |||
* | Carry bump into test output | David Phillips | 2018-05-17 |
| | |||
* | Correct strncpy bound | David Phillips | 2018-05-16 |
| | |||
* | Bump version to match tag1.1 | David Phillips | 2018-05-16 |
| | |||
* | Remove need to clear | David Phillips | 2018-05-16 |
| | |||
* | Add command line option for disabling ANSI esc | David Phillips | 2018-05-16 |
| | |||
* | Add compile-time flag to disable coloured output | David Phillips | 2018-05-16 |
| | | | | | | Turns out windows builds run in plain powershell or cmd.exe display the raw ANSI escape sequences rather than interpreting. No official support for interpreting them that I can see. | ||
* | Fix bench table alignment1.0 | David Phillips | 2018-02-20 |
| | |||
* | Add new CPU benchmarks | David Phillips | 2018-02-20 |
| | |||
* | Fix typo in benchmark | David Phillips | 2018-01-14 |
| | |||
* | Make tested platforms a little clearer over others | David Phillips | 2017-12-11 |
| | |||
* | Don't require GNU extensions for va argsfancy-monitor | David Phillips | 2017-12-11 |
| | |||
* | Add screenshot to readme | David Phillips | 2017-12-10 |
| | |||
* | 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 |
| | | |||
| * | Fix failing tests | David Phillips | 2017-11-23 |
| | | | | | | | | I am a bad man, I broke master | ||
* | | 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 |
| |