]> git.ipfire.org Git - fireperf.git/shortlog
fireperf.git
2025-05-14  Adolf Belkaconfigure: Explicitely configure Gettext master
2024-09-28  Michael Tremermain: Output everything in Bit/s
2024-09-28  Michael Tremertui: Show lines for the average data rates
2024-09-28  Michael Tremerstats: Return NULL if stats don't have any meaninhful...
2024-09-28  Michael Tremermain: Don't try to free any state if it was never set up
2024-09-28  Michael Tremerworkers: Prototype implementation with IO uring
2024-09-28  Michael Tremertui: Add a log window to show log messages
2024-09-28  Michael Tremerlogging: Implement with a callback so we can change...
2024-09-24  Michael Tremerconfigure: Depend on liburing
2024-09-24  Michael Tremerconfigure: Enable lots of compiler features
2024-09-24  Michael Tremerconfigure: Update to autoconf 2.71
2024-09-24  Michael Tremerutil: Statically allocate size buffer
2024-09-24  Michael Tremerstats: Drop the unused stats dump function
2024-09-24  Michael Tremertui: Show more information in the status bar
2024-09-19  Michael Tremertui: Erase the graph instead of clear to avoid window...
2024-09-19  Michael Tremertui: Add a grid to the graph
2024-09-19  Michael Tremerui: Add a graph and plot the sent/received traffic
2024-09-19  Michael Tremermain: Pass stats to the TUI
2024-09-19  Michael Tremertui: Return the pointer to the main object
2024-09-19  Michael Tremertui: Avoid blocking
2024-09-19  Michael Tremertui: Add scaffolding for a basic TUI
2024-09-19  Michael Tremerconfigure: Link against ncurses
2024-09-19  Michael Tremermain: Don't spread across more ports any more
2024-09-19  Michael Tremerstats: Refactor stats calculation
2024-09-19  Michael Tremerctx: Build out worker allocation
2024-09-19  Michael Tremerclient: Actually initialize the state
2024-09-19  Michael Tremerworker: Move sending/receiving data into the worker
2024-09-19  Michael Tremermain: Merge client and server to use the workers
2024-09-19  Michael Tremermain: Refactor setting up the timer
2024-09-19  Michael Tremerstats: Move them into their own file
2024-09-19  Michael Tremermain: Fix fetching the random buffer
2024-09-19  Michael Tremerserver: Move creating workers into the context
2024-09-19  Michael Tremerrandom: Refactor to use a statically allocated pool
2024-09-19  Michael Tremerctx: Move context initialization
2024-09-19  Michael Tremerconstants: Move all constants into their own header...
2024-09-19  Michael Tremerctx: Move the context declaration into its own source...
2024-09-19  Michael Tremerconf: Rename to ctx
2024-09-19  Michael Tremerserver: Use the new worker
2024-09-19  Michael Tremerworker: Create scaffolding for a new universal worker
2024-09-19  Michael Tremerserver: Experimental changes to make this multithreaded
2021-10-20  Michael TremerEnable ZEROCOPY
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...
next