index
:
mirror/btpd
this commit
master
headless bittorrent client
naki
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
metainfo.c
Age
Commit message (
Expand
)
Author
2010-07-20
Don't set a maximum file size. read_file will use the file size.
Marq Schneider
2009-01-12
On solaris bcopy and some other useful functions are declared in strings.h.
Richard Nyberg
2006-10-14
Update for the read_whole_file -> read_file change.
Richard Nyberg
2006-10-12
Allow empty files in torrents. Create them in stat_and_adjust and let the
Richard Nyberg
2006-10-12
Add missing includes.
Richard Nyberg
2006-09-12
The metainfo code provided a load -> test -> struct metainfo interface.
Richard Nyberg
2006-02-10
Use c99 types conservatively to compile on OpenBSD. Also convert to or from
Richard Nyberg
2006-02-08
Use benc_dget_mema instead of benc_dget_mem + malloc + bcopy.
Richard Nyberg
2006-02-06
Check for failure to allocate memory.
Richard Nyberg
2006-02-05
o Changed the benc_ api to make it easier to use.
Richard Nyberg
2006-01-04
Remove use of the ugly PRI* print macros.
Richard Nyberg
2005-11-30
The mega whitespace patch.
Richard Nyberg
2005-06-24
Import btpd-0.1.
Richard Nyberg