A clone of btpd with my configuration changes.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Richard Nyberg 1d7b396fc7 Some cleanup. Use names for some numeric constants. 18 년 전
..
Makefile.am Hook the new files to the build. 18 년 전
benc.c Add function benc_strcmp. 18 년 전
benc.h Add function benc_strcmp. 18 년 전
btpd_if.c Add command to stop all active torrents. The command is sent by 18 년 전
btpd_if.h Add command to stop all active torrents. The command is sent by 18 년 전
hashtable.c OpenBSD doesn't have stdint.h. It'd be great if they would implement basic c99 18 년 전
hashtable.h Pointers to different things need not be represented in the same way. 18 년 전
http_client.c Some cleanup. Use names for some numeric constants. 18 년 전
http_client.h Rename callback type, add timeouts and and allow any http version in the 18 년 전
iobuf.c Some changes to the iobuf interface. Remove a debug assert from btpd_if.c and 18 년 전
iobuf.h Some changes to the iobuf interface. Remove a debug assert from btpd_if.c and 18 년 전
ipcdefs.h Add value queries for total amount up- and downloaded. Use the cached values 18 년 전
metainfo.c Update for the read_whole_file -> read_file change. 18 년 전
metainfo.h The metainfo code provided a load -> test -> struct metainfo interface. 18 년 전
queue.h Moved from ../btpd/queue.h 18 년 전
stream.c There's no need to fsync here, so remove the call. This should improve 18 년 전
stream.h Remove unused function bts_hashes. 18 년 전
subr.c Make mkdirs behave more like 'mkdir -p' and make btpd create the directory 18 년 전
subr.h Add max(x, y) macro. 18 년 전