]> git.ipfire.org Git - fireperf.git/shortlog
fireperf.git
2021-02-01  Michael TremerRename sockets -> listening_sockets
2021-02-01  Michael Tremerclient: Use a random port to connect to the server
2021-02-01  Michael Tremerserver: Automatically open 10 sockets
2021-02-01  Michael Tremerclient+server: Increase socket send/recevie buffer...
2021-02-01  Michael TremerRevert "client: Use getaddrinfo to resolve any hostname...
2021-02-01  Michael Tremerclient: Try to keep "conf->parallel" connections open
2021-02-01  Michael Tremerclient: Create random pool to send data faster
2021-02-01  Michael Tremerserver: Read the correct events when handling peer...
2021-02-01  Michael TremerAllocate send/receive buffers the same as socket buffers
2021-02-01  Michael Tremerclient+server: Configure socket send/receive buffer...
2021-01-29  Michael Tremerserver: Prevent useless stats printed when called too...
2021-01-29  Michael Tremerserver: Show bandwidth in bit/s instead of bytes/s
2021-01-29  Michael Tremerserver: Show current bandwidth
2021-01-29  Michael Tremerserver: Show how many bytes were received in total
2021-01-29  Michael Tremerserver: Compute delta in seconds between dump_stats...
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