about summary refs log tree commit diff
path: root/misc/btpd_if.c
AgeCommit message (Collapse)Author
2012-05-06Add optional label to be associated with torrent.Marq Schneider
If none given, use announce URL as label. Torrents added with previous versions of btpd will show up as "bad torrent entry" Closes GH-26
2010-08-11Allow changing the upload and download rates at runtime.Marq Schneider
This adds a 'rate' command to modify the up and download rates on the fly. Closes GH-10
2010-07-22Implement start all (btcli start -a) functionality.Marq Schneider
Closes GH-7
2009-01-26Improve the torrent stop and btpd shutdown sequences.Richard Nyberg
Torrents are now considered stopped and may be restarted even if the stop event haven't been sent the trackers yet. The same holds for the del and add commands. A btpd process in shutdown mode that only have stopped torrents, but is still sending the stop event to trackers, will release resources that would block a new btpd to start. It will the silently exit when it's finished with the trackers. This also makes the timeout parameter for shutdown unnecessary.
2009-01-12Remove unnecessary include.Richard Nyberg
2009-01-11Make iobuf more useful for io and use better names in its api.Richard Nyberg
2006-10-06Add command to stop all active torrents. The command is sent byRichard Nyberg
'btcli stop -a'.
2006-09-17Whitespace.Richard Nyberg
2006-09-13Some changes to the iobuf interface. Remove a debug assert from btpd_if.c andRichard Nyberg
make it act properly on iobuf errors.
2006-09-12Moved from ../cli.Richard Nyberg