]> git.ipfire.org Git - fireperf.git/shortlog
fireperf.git
2021-01-29  Michael Tremerserver: Print some useful statistics about open connections
2021-01-28  Michael Tremerserver: Add a timer that triggers printing the statisti...
2021-01-28  Michael Tremerclient: Use getaddrinfo to resolve any hostnames given
2021-01-28  Michael Tremerclient+server: Remove useless configuration dump
2021-01-28  Michael Tremerclient+server: Configure ulimits before opening any...
2021-01-28  Michael Tremerserver: Gracefully close connections when the client...
2021-01-28  Michael Tremerclient+server: Process fewer epoll events in one go
2021-01-28  Michael Tremerclient+server: Remove some excessive debugging output
2021-01-28  Michael Tremerclient+server: Terminate gracefully when receiving...
2021-01-28  Michael Tremerclient: Enable sending keepalive packets every 10 seconds
2021-01-28  Michael Tremerclient: ALlow keepalive only mode
2021-01-28  Michael Tremerclient: Add some example for gathering random data
2021-01-28  Michael Tremerclient: Give the user the choice whether to send random...
2021-01-28  Michael Tremerclient: Add timeout
2021-01-25  Michael Tremerclient: Add a basic implementation
2021-01-25  Michael Tremerlogging: Revert to log to console
2021-01-25  Michael Tremerserver: Add basic implementation that accepts connections
2021-01-25  Michael TremerImplement to configure parallelism
2021-01-25  Michael TremerAdd scaffolding for client/server code
2021-01-25  Michael TremerParse IP address which we need in client mode
2021-01-25  Michael TremerAdd a basic logging infrastructure
2021-01-25  Michael TremerSet default port to 5001
2021-01-25  Michael TremerMake port configurable
2021-01-25  Michael TremerParse mode from command line
2021-01-25  Michael TremerInitial checkin