index
:
mirror/btpd
this commit
master
headless bittorrent client
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
btpd
/
torrent.h
Age
Commit message (
Expand
)
Author
2009-01-26
Improve the torrent stop and btpd shutdown sequences.
Richard Nyberg
2009-01-26
Rethink the tracker client code somewhat.
Richard Nyberg
2007-05-18
Set torrent deletion flag as parameter to torrent_stop. Update torrent info
Richard Nyberg
2007-02-24
Get rid of tp->relpath.
Richard Nyberg
2007-02-24
o Make errors when reading or writing torrent data non fatal. Instead of
Richard Nyberg
2006-11-03
Make the content code unthreaded and remove the no longer needed inter
Richard Nyberg
2006-10-08
Make the del command work for active torrents too.
Richard Nyberg
2006-09-13
btpd now has a library of torrents indexed by number and info hash.
Richard Nyberg
2006-02-09
Add torrent_name function and use it.
Richard Nyberg
2006-02-08
Interaction with btpd is now much more like I want it. Previous work
Richard Nyberg
2006-02-05
Each torrent now gets a number. This number is used to select which torrent
Richard Nyberg
2006-02-01
Torrents can now be deactivated and btpd will wait for all torrents to
Richard Nyberg
2006-01-22
* Implemented the full cm_ life cycle.
Richard Nyberg
2006-01-09
* Move the network related parts of the torrent struct to a sub struct.
Richard Nyberg
2006-01-09
Rename tp->cp to tp->cm.
Richard Nyberg
2006-01-09
Better tracker code. Mostly done but needs a little more work.
Richard Nyberg
2006-01-04
o Use the new cm_* content api.
Richard Nyberg
2005-12-02
* Some code shuffle and removal of dead code.
Richard Nyberg
2005-12-01
Rates should be unsigned long. Compute total, torrent and peer rates.
Richard Nyberg
2005-11-30
The mega whitespace patch.
Richard Nyberg
2005-11-30
* Added net_(add|del)_torrent. net_add_torrent enables p2p for a torrent
Richard Nyberg
2005-11-29
* Removed the heartbeat and btpd_seconds. Note that this breaks the tracker.
Richard Nyberg
2005-11-07
Step one of many to make the sub systems more modular. This commit gets
Richard Nyberg
2005-09-20
* Allocate request messages on piece creation. The request objects can
Richard Nyberg
2005-07-20
Rework the download algorithm. This isn't tested yet, but it compiles
Richard Nyberg
2005-07-17
* Better interface between the net and peer code.
Richard Nyberg
2005-06-28
Rename TAILQ to BTPDQ to avoid macro redefinition,
Richard Nyberg
2005-06-24
Import btpd-0.1.
Richard Nyberg