]> git.ipfire.org Git - fireperf.git/shortlog
fireperf.git
2021-10-20  Michael TremerEnable ZEROCOPY master
2021-08-17  Michael Tremerrlimit: Automatically set to maximum
2021-02-23  Michael Tremerdebian: Update changelog 0.2.0
2021-02-23  Michael TremerBump version to 0.2.0
2021-02-23  Michael Tremerconfigure: Fix indentation
2021-02-23  Michael TremerRemove double declaration of ZERO
2021-02-23  Michael Tremermain: Ensure that epollfd is always initialized
2021-02-23  Michael Tremerserver: Do not send any data when in keepalive only...
2021-02-23  Michael Tremerserver: Move sending keepalives to the server when...
2021-02-23  Michael Tremertimespec_delta: Return seconds as double
2021-02-22  Michael TremerSet socket buffer size to 64k
2021-02-22  Michael TremerSet socket buffer sizes on both sides for duplex traffic
2021-02-22  Michael Tremerclient: Remove default timeout
2021-02-18  Michael Tremerserver: Support "--close"
2021-02-18  Michael Tremerstats: Show sent/received stats everywhere
2021-02-18  Michael Tremerclient: Implement duplex mode
2021-02-18  Michael Tremerman: The --zero option is now effective for the server...
2021-02-18  Michael TremerChange that the server is now sending data and the...
2021-02-18  Michael TremerMove functions to send/receive data to main
2021-02-18  Michael TremerInitialize the random pool for both, client and server
2021-02-18  Michael Tremerrandom: Move pool into extra file
2021-02-08  Michael TremerInclude number of listening sockets in open file limit
2021-02-04  Michael TremerAvoid closing timerfd when it has never been opened
2021-02-04  Michael TremerBump version to 0.1.0 0.1.0
2021-02-04  Michael Tremerclient: Implement closing connections straight away
2021-02-04  Michael Tremerstats: Reset bytes sent, too
2021-02-04  Michael Tremerserver: Make listening sockets reusable
2021-02-04  Michael TremerMove dumping stats into main.c
2021-02-04  Michael Tremerstats: Merge client and server stats
2021-02-04  Michael Tremerstats: Show new connections per second
2021-02-04  Michael Tremerstats: Rename connections to open_connections
2021-02-04  Michael Tremerclient: Print current bandwidth and total bytes sent
2021-02-04  Michael Tremerclient: Show timestamp when dumping stats
2021-02-04  Michael Tremerutil: Move some helper functions into an extra module
2021-02-04  Michael Tremerclient: Avoid double-closing the epoll file descriptor
2021-02-03  Michael Tremerclient: Add scaffolding to dump stats
2021-02-03  Michael TremerMove creation of epoll() and timerfd() to main
2021-02-03  Michael Tremerdebian: Add build dependencies
2021-02-03  Michael Tremerdebian: Add tooling to build packages for various relea...
2021-02-03  Stefan SchantlAdd required files to allow building debian packages.
2021-02-02  Michael Tremerman: Add fireperf.8
2021-02-02  Michael TremerAdd version information
2021-02-01  Michael Tremerclient+server: Try parsing port ranges
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