index
:
mirror/btpd
this commit
master
headless bittorrent client
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
Age
Commit message (
Expand
)
Author
2010-07-29
Added custom formats for list operation.
Marq Schneider
2010-07-26
Add multiple torrents at once.
Marq Schneider
2010-07-22
Implement start all (btcli start -a) functionality.
Marq Schneider
2009-01-26
Show tracker counts in btcli stat.
Richard Nyberg
2009-01-26
Improve the torrent stop and btpd shutdown sequences.
Richard Nyberg
2009-01-26
Fix a typo in an error message.
Richard Nyberg
2009-01-12
Don't use the bsd err and warn family of functions. Solaris doesn't have them.
Richard Nyberg
2009-01-12
On solaris bcopy and some other useful functions are declared in strings.h.
Richard Nyberg
2009-01-11
Update build scripts for recent btpd changes. Also use only one makefile.
Richard Nyberg
2009-01-11
Make iobuf more useful for io and use better names in its api.
Richard Nyberg
2007-05-23
Fix the '--topdir' option for single file torrents without a top directory.
Richard Nyberg
2006-10-16
Help text format change.
Richard Nyberg
2006-10-14
Add and use the function make_abs_path. realpath didn't fit my needs.
Richard Nyberg
2006-10-12
Add missing includes.
Richard Nyberg
2006-10-11
A string wasn't properly zero terminated.
Richard Nyberg
2006-10-11
Add missing include.
Richard Nyberg
2006-10-07
Help text changes and make del and start take the --help option.
Richard Nyberg
2006-10-07
btcli list now displays size, ratio and the percentage got of torrents.
Richard Nyberg
2006-10-06
Add command to stop all active torrents. The command is sent by
Richard Nyberg
2006-09-17
btcli add now starts the torrent if not told otherwise. Soem cleanup and
Richard Nyberg
2006-09-16
Return rates in bytes/s instead of time factor * bytes/s. Clients should
Richard Nyberg
2006-09-16
Make tests for unit changes to take rounding into account.
Richard Nyberg
2006-09-16
Reprint the header at suitable intervals. Display sizes >= 1000MB in gigs
Richard Nyberg
2006-09-13
Some changes to the iobuf interface. Remove a debug assert from btpd_if.c and
Richard Nyberg
2006-09-13
btinfo output tweaks.
Richard Nyberg
2006-09-13
btpd now has a library of torrents indexed by number and info hash.
Richard Nyberg
2006-09-12
Moved to ../misc.
Richard Nyberg
2006-09-12
The btpd interface now consists of these commands:
Richard Nyberg
2006-07-15
Fix type mismath. From Arnaud Bergeron.
Richard Nyberg
2006-03-20
Cut off decimals after the first tenth percent so printf doesn't round
Richard Nyberg
2006-02-17
Two changes to stat output:
Richard Nyberg
2006-02-10
Call realpath after creating the dir. At least on linux the call to realpath
Richard Nyberg
2006-02-10
Mostly name changes. Add a missing include. Changed the torrent status
Richard Nyberg
2006-02-09
btcli stat now takes file arguments to only include stats for the given
Richard Nyberg
2006-02-09
Include the info hash in the tpstat structure.
Richard Nyberg
2006-02-09
Fix typo. Index should be i not 1.
Richard Nyberg
2006-02-08
Interaction with btpd is now much more like I want it. Previous work
Richard Nyberg
2006-02-05
Added description of stat output. Changed the stat output.
Richard Nyberg
2006-02-05
o Changed the benc_ api to make it easier to use.
Richard Nyberg
2005-11-30
The mega whitespace patch.
Richard Nyberg
2005-07-30
All files:
Richard Nyberg
2005-07-07
Write "1 torrent." instead of "1 torrents.".
Richard Nyberg
2005-07-04
Must save the old time to be able to calculate the delta.
Richard Nyberg
2005-07-03
Base bandwidth calculations on actual time between data points,
Richard Nyberg
2005-06-24
Import btpd-0.1.
Richard Nyberg