about summary refs log tree commit diff
path: root/cli
AgeCommit message (Expand)Author
2009-01-11Make iobuf more useful for io and use better names in its api.Richard Nyberg
2007-05-23Fix the '--topdir' option for single file torrents without a top directory.Richard Nyberg
2006-10-16Help text format change.Richard Nyberg
2006-10-14Add and use the function make_abs_path. realpath didn't fit my needs.Richard Nyberg
2006-10-12Add missing includes.Richard Nyberg
2006-10-11A string wasn't properly zero terminated.Richard Nyberg
2006-10-11Add missing include.Richard Nyberg
2006-10-07Help text changes and make del and start take the --help option.Richard Nyberg
2006-10-07btcli list now displays size, ratio and the percentage got of torrents.Richard Nyberg
2006-10-06Add command to stop all active torrents. The command is sent byRichard Nyberg
2006-09-17btcli add now starts the torrent if not told otherwise. Soem cleanup andRichard Nyberg
2006-09-16Return rates in bytes/s instead of time factor * bytes/s. Clients shouldRichard Nyberg
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
2006-09-13Some changes to the iobuf interface. Remove a debug assert from btpd_if.c andRichard Nyberg
2006-09-13btinfo output tweaks.Richard Nyberg
2006-09-13btpd now has a library of torrents indexed by number and info hash.Richard Nyberg
2006-09-12Moved to ../misc.Richard Nyberg
2006-09-12The btpd interface now consists of these commands:Richard Nyberg
2006-07-15Fix type mismath. From Arnaud Bergeron.Richard Nyberg
2006-03-20Cut off decimals after the first tenth percent so printf doesn't roundRichard Nyberg
2006-02-17Two changes to stat output:Richard Nyberg
2006-02-10Call realpath after creating the dir. At least on linux the call to realpathRichard Nyberg
2006-02-10Mostly name changes. Add a missing include. Changed the torrent statusRichard Nyberg
2006-02-09btcli stat now takes file arguments to only include stats for the givenRichard Nyberg
2006-02-09Include the info hash in the tpstat structure.Richard Nyberg
2006-02-09Fix typo. Index should be i not 1.Richard Nyberg
2006-02-08Interaction with btpd is now much more like I want it. Previous workRichard Nyberg
2006-02-05Added description of stat output. Changed the stat output.Richard Nyberg
2006-02-05o Changed the benc_ api to make it easier to use.Richard Nyberg
2005-11-30The mega whitespace patch.Richard Nyberg
2005-07-30All files:Richard Nyberg
2005-07-07Write "1 torrent." instead of "1 torrents.".Richard Nyberg
2005-07-04Must save the old time to be able to calculate the delta.Richard Nyberg
2005-07-03Base bandwidth calculations on actual time between data points,Richard Nyberg
2005-06-24Import btpd-0.1.Richard Nyberg