| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-12 | Don't use the bsd err and warn family of functions. Solaris doesn't have them. | Richard Nyberg | |
| 2006-10-07 | Help text changes and make del and start take the --help option. | Richard Nyberg | |
| 2006-10-06 | Add command to stop all active torrents. The command is sent by | Richard Nyberg | |
| 'btcli stop -a'. | |||
| 2006-09-17 | btcli add now starts the torrent if not told otherwise. Soem cleanup and | Richard Nyberg | |
| improved error output. | |||
| 2006-09-13 | btpd 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. | |||