index
:
mirror/btpd
this commit
master
headless bittorrent client
naki
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
btpd
/
tlib.c
Age
Commit message (
Expand
)
Author
2009-02-06
Split peer information. Make id hash functions available.
Richard Nyberg
2009-02-06
Iterate throught the htbl instead of building an array first.
Richard Nyberg
2009-02-06
We must now set the ratio when creating hash tables.
Richard Nyberg
2009-01-26
Improve the torrent stop and btpd shutdown sequences.
Richard Nyberg
2009-01-11
Let btpd remove torrent data by itself instead of calling rm.
Richard Nyberg
2009-01-11
Make iobuf more useful for io and use better names in its api.
Richard Nyberg
2008-12-22
Fix type mismatches in a couple of printf statements.
Richard Nyberg
2007-05-20
Clean up the #include sections in the btpd files. Most common headers and
Richard Nyberg
2007-05-19
Update the info files regularly. Before they were only updated when a torrent
Richard Nyberg
2007-05-18
o Rename net_(write|read)32 to (enc|dec)_be32. Add similar functions for 64
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-10-14
Forgot to free some memory. Remove some broken code; it wasn't needed
Richard Nyberg
2006-10-07
Save the total amount down- and uploaded and cache the torrent size and the
Richard Nyberg
2006-09-13
btpd now has a library of torrents indexed by number and info hash.
Richard Nyberg