| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | build: distclean now recursively removes patch files and related | Roy Marples | 2019-09-13 |
| | | |||
| * | build: exit the SUBDIR build loop if an error is detected | Kenny Napier | 2019-02-14 |
| | | |||
| * | eloop-bench: use calloc | Roy Marples | 2018-01-05 |
| | | |||
| * | eloop-bench: fix reading the last write | Roy Marples | 2018-01-05 |
| | | | | | | | | | | | | | The last write was never read from the pipe in the run, so many runs filled the kernel buffer causing an error which was not seen because the pipe was blocking. Set the pipes to non blocking and improve the exit conditions, also ensuring the bench returns any error back. While here add more timings and run critera. Thanks to Christos Zoulas for helping. | ||
| * | Welcome to 2018. | Roy Marples | 2018-01-01 |
| | | |||
| * | Don't re-define what crypt sources we need. | Roy Marples | 2017-10-05 |
| | | |||
| * | Detect hmac(3) in libc or the library containing MD5. | Roy Marples | 2017-10-05 |
| | | | | | If not found, a compat function is provided, taken from NetBSD. | ||
| * | Compile eloop with config.h by default and bring in compat modules. | Roy Marples | 2017-10-03 |
| | | | | | | This allows us to build this test AND dhcpcd exactly the same, which is important as they build eloop.o in the same place. | ||
| * | Add a README to describe what this does. | Roy Marples | 2017-04-14 |
| | | |||
| * | Fix compile on Linux | Roy Marples | 2017-04-13 |
| | | |||
| * | Enable the -r option. | Roy Marples | 2017-04-13 |
| | | |||
| * | Fix compile on Linux. | Roy Marples | 2017-04-13 |
| | | |||
| * | If no eloop mechanism has been selected for us, print a message | Roy Marples | 2017-04-13 |
| | | | | | to state which one eloop has chosen. | ||
| * | Free stuff. | Roy Marples | 2017-04-13 |
| | | |||
| * | Default eloop to epoll on Solaris. | Roy Marples | 2017-04-13 |
| | | | | | Fix eloop-bench to work on Solaris. | ||
| * | Fix compile on Solaris. | Roy Marples | 2017-04-13 |
| | | |||
| * | Add code to test hmac md5 expectations rather than a visual test. | Roy Marples | 2017-04-13 |
| | | | | | Bump copyrights. | ||
| * | Style | Roy Marples | 2017-04-13 |
| | | |||
| * | Style | Roy Marples | 2017-04-13 |
| | | |||
| * | Tart up some more. | Roy Marples | 2017-04-13 |
| | | |||
| * | Tart up some. | Roy Marples | 2017-04-13 |
| | | |||
| * | Move test into tests. | Roy Marples | 2017-04-13 |
| Add new test, eloop-bench to benchmark eloop. | |||
