about summary refs log tree commit diff
path: root/cli/stat.c
AgeCommit message (Collapse)Author
2010-08-13Added ARRAY_COUNT() macro to get number of elements in const arrays.Marq Schneider
2009-01-26Show tracker counts in btcli stat.Richard Nyberg
The counts are for "reachable" trackers, ie. trackers that haven't timed out or been disabled for one reason or other.
2009-01-12Don't use the bsd err and warn family of functions. Solaris doesn't have them.Richard Nyberg
2006-10-07btcli list now displays size, ratio and the percentage got of torrents.Richard Nyberg
It sorts by name instead of number (should probably add options for sorting). It now also takes torrents to list as optional arguments. Added ratio to btcli stat display. Changed the help text for both commands. Some code shuffle and other tweaks.
2006-09-17btcli add now starts the torrent if not told otherwise. Soem cleanup andRichard Nyberg
improved error output.
2006-09-16Return rates in bytes/s instead of time factor * bytes/s. Clients shouldRichard Nyberg
not need to know about the sample time.
2006-09-16Make tests for unit changes to take rounding into account.Richard Nyberg
2006-09-16Reprint the header at suitable intervals. Display sizes >= 1000MB in gigsRichard Nyberg
instead of megs. Similarily, display rates >= 1000kB/s in MB/s instead of kB/s.
2006-09-13btpd now has a library of torrents indexed by number and info hash.Richard Nyberg
The add and del commands adds or removes torrents from this library. The start and stop commands are used to active or deactivate torrents. Also, a mechanism for qeurying data on torrents has been added. It's only used by the btcli list and stat commands yet though. btcli has been split into different files for each command. Both btpd and btcli now use misc/btpd_if.h for all ipc definitions. Misc changes: - struct metainfo is gone. Use the new mi_* functions. - Add printf format type checking where appropriate.