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