transmission/libtransmission
Charles Kerr 8dd3e46450 minor bencode cleanup: (1) remove unused BENC_NULL (2) make tr_bencInit() a private static function in bencode.c 2008-06-19 02:53:57 +00:00
..
ConvertUTF.c add json-to-benc parser 2008-05-11 22:42:53 +00:00
ConvertUTF.h add json-to-benc parser 2008-05-11 22:42:53 +00:00
JSON_parser.c get RPC password protections working in libT and the gtk+ client. mac, daemon, and cli need to be synced. 2008-06-05 16:23:03 +00:00
JSON_parser.h ensure JSON_int_t is an int64_t 2008-06-16 04:03:06 +00:00
Makefile.am (RPC) add utility arguments for torrent-info: sort by (activity|age|id|name|progress|ratio|state|tracker), filter by (active|all|downloading|paused|seeding) 2008-06-16 22:11:50 +00:00
bencode-test.c (rpc) make our generated JSON more human-readable. 2008-05-22 16:41:16 +00:00
bencode.c minor bencode cleanup: (1) remove unused BENC_NULL (2) make tr_bencInit() a private static function in bencode.c 2008-06-19 02:53:57 +00:00
bencode.h minor bencode cleanup: (1) remove unused BENC_NULL (2) make tr_bencInit() a private static function in bencode.c 2008-06-19 02:53:57 +00:00
blocklist-test.c encapsulate the blocklist a little better so that we can add more blocklists in the future if necessary 2008-04-01 19:20:21 +00:00
blocklist.c (libT) allow custom blocklists... now all you need to do is place a file in the blocklists/ folder and Transmission will automatically use it the next time it starts. 2008-06-11 16:15:45 +00:00
blocklist.h (libT) allow custom blocklists... now all you need to do is place a file in the blocklists/ folder and Transmission will automatically use it the next time it starts. 2008-06-11 16:15:45 +00:00
clients-test.c #1032: recognize bitlord/bitcomet in the inspector's peers column 2008-06-16 17:26:19 +00:00
clients.c #1032: recognize bitlord/bitcomet in the inspector's peers column 2008-06-16 17:26:19 +00:00
clients.h #905: update peer_id client lists. add a dozen or so new clients from Azureus (thanks amc1!) 2008-04-29 16:57:16 +00:00
completion.c maybe fix the forced-recheck-on-startup bug that pea_, John_Clay, and Gimp_ reported over the last two days 2008-06-11 02:19:40 +00:00
completion.h roll back the completion changes in r6072; it caused a crash 2008-06-09 00:59:33 +00:00
crypto.c mingw portability fixes 2008-01-10 18:52:46 +00:00
crypto.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
fastresume.c add first draft of tr_bitfieldFindTrue() courtesy of erdgeist 2008-06-07 14:41:31 +00:00
fastresume.h handle manditory/fallback ctor settings in the bencoded resume filfes 2008-04-18 12:47:13 +00:00
fdlimit.c RPC/IPC redesign 2008-05-18 16:44:30 +00:00
fdlimit.h if the torrent's download path doesn't exist, don't create it -- it's might be a removeable disk that got unplugged. 2008-01-18 19:13:32 +00:00
ggets.c first (and incomplete) pass at peer blocking. this commit is to get the API into SVN so the mac client can access them 2008-03-29 18:37:07 +00:00
ggets.h first (and incomplete) pass at peer blocking. this commit is to get the API into SVN so the mac client can access them 2008-03-29 18:37:07 +00:00
handshake.c fix handshake.c crash reported by wereHamster 2008-06-05 16:25:22 +00:00
handshake.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
inout.c #800 initial support for GetRight-style fetching of data through http and ftp servers specified in the .torrent's "url-list" tag 2008-06-07 21:26:41 +00:00
inout.h #800 initial support for GetRight-style fetching of data through http and ftp servers specified in the .torrent's "url-list" tag 2008-06-07 21:26:41 +00:00
json-test.c RPC/IPC redesign 2008-05-18 16:44:30 +00:00
json.c #972: merge upstream version of Jean Gressmann's JSON_parser 2008-05-29 03:24:26 +00:00
json.h fix svn id property 2008-05-28 17:17:12 +00:00
list.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
list.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
makemeta.c #224 (creating multi-tracker torrents): add multitracker support in libT's makemeta API, and in the gtk+ interface. This probably breaks the mac build... 2008-06-01 05:36:23 +00:00
makemeta.h #224 (creating multi-tracker torrents): add multitracker support in libT's makemeta API, and in the gtk+ interface. This probably breaks the mac build... 2008-06-01 05:36:23 +00:00
metainfo.c #800 initial support for GetRight-style fetching of data through http and ftp servers specified in the .torrent's "url-list" tag 2008-06-07 21:26:41 +00:00
metainfo.h get tr_ctorSetMetainfoFromHash() working again. 2008-04-14 14:39:13 +00:00
natpmp.c #972: Update to the 2008/05/29 snapshot of libnatpmp 2008-05-29 13:39:39 +00:00
natpmp.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
net.c refactor out some dead code in net.c, and probably give jhujhiti fits 2008-05-30 15:43:10 +00:00
net.h remove more dead code 2008-05-28 16:56:38 +00:00
peer-common.h libT: first cut at implementing the internal peers' request queues as pieces rather than blocks, as discussed with erdgeist and denis, to avoid a couple of nasty CPU bottlenecks. 2008-06-09 22:53:45 +00:00
peer-io.c shave 16 bytes off sizeof(tr_peerIo) 2008-05-23 18:56:42 +00:00
peer-io.h shave 16 bytes off sizeof(tr_peerIo) 2008-05-23 18:56:42 +00:00
peer-mgr-private.h (libT) (1) shave a few bytes from tr_peer and tr_ratecontrol's footprints. (2) remove some dead code. 2008-05-26 12:14:35 +00:00
peer-mgr.c #1034: fix optimistic unchoke bug reported by Aloisius 2008-06-17 15:19:12 +00:00
peer-mgr.h more webseed work. 2008-06-10 02:36:52 +00:00
peer-msgs.c libT: first cut at implementing the internal peers' request queues as pieces rather than blocks, as discussed with erdgeist and denis, to avoid a couple of nasty CPU bottlenecks. 2008-06-09 22:53:45 +00:00
peer-msgs.h libT: first cut at implementing the internal peers' request queues as pieces rather than blocks, as discussed with erdgeist and denis, to avoid a couple of nasty CPU bottlenecks. 2008-06-09 22:53:45 +00:00
platform.c RPC/IPC redesign 2008-05-18 16:44:30 +00:00
platform.h minor code cleanup: remove dead code, const-correctness, etc 2008-04-18 23:17:40 +00:00
port-forwarding.c sine we now have two public ports (peer and rpc), rename "publicPort" as "peerPort" 2008-05-23 16:18:58 +00:00
port-forwarding.h sine we now have two public ports (peer and rpc), rename "publicPort" as "peerPort" 2008-05-23 16:18:58 +00:00
ptrarray.c #800 initial support for GetRight-style fetching of data through http and ftp servers specified in the .torrent's "url-list" tag 2008-06-07 21:26:41 +00:00
ptrarray.h change ptrarray.[ch] license to MIT so that bencode, which relies on it, can be used in other projects w/o GPL 2008-03-25 19:49:32 +00:00
publish.c set copyright info to 2008 2008-01-01 17:20:20 +00:00
publish.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
ratecontrol.c possible fix for r5932/r5933 error reported by John_Clay. 2008-05-27 18:37:42 +00:00
ratecontrol.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
resume.c add first draft of tr_bitfieldFindTrue() courtesy of erdgeist 2008-06-07 14:41:31 +00:00
resume.h (1) add a doneDate to tr_torrent and tr_stat. (2) save tr_torrent.doneDate and tr_torrent.activityDate between sessions in the .resume file. 2008-06-03 19:16:12 +00:00
rpc-server.c senseless RPC changes 2008-06-18 22:01:15 +00:00
rpc-server.h get RPC password protections working in libT and the gtk+ client. mac, daemon, and cli need to be synced. 2008-06-05 16:23:03 +00:00
rpc-test.c (libT) allow custom blocklists... now all you need to do is place a file in the blocklists/ folder and Transmission will automatically use it the next time it starts. 2008-06-11 16:15:45 +00:00
rpc-utils.c (libT) fix compiler warning. 2008-06-17 18:47:31 +00:00
rpc-utils.h (RPC) add utility arguments for torrent-info: sort by (activity|age|id|name|progress|ratio|state|tracker), filter by (active|all|downloading|paused|seeding) 2008-06-16 22:11:50 +00:00
rpc.c senseless RPC changes 2008-06-18 22:01:15 +00:00
rpc.h (rpc) fix sorting. simplify the spec, folding similar functions together 2008-06-17 16:25:13 +00:00
session.c maybe *now* 1.30 is feature complete: by popular demand, add proxy support for SOCKS4/SOCKS5. This will break the mac build temporarily. 2008-06-11 20:45:53 +00:00
session.h maybe *now* 1.30 is feature complete: by popular demand, add proxy support for SOCKS4/SOCKS5. This will break the mac build temporarily. 2008-06-11 20:45:53 +00:00
stats.c unify the daemon and gtk client's config files so that you can easily swap back and forth between clients and keep the same torrents and preferences. 2008-06-12 16:25:36 +00:00
stats.h svn propset svn:keywords 'Date Rev Author Id' filename 2008-02-26 21:08:51 +00:00
test-fastset.c grumble bikeshed grumble 2008-01-07 17:52:50 +00:00
test-peer-id.c grumble bikeshed grumble 2008-01-07 17:52:50 +00:00
torrent-ctor.c tr_ctorSetDownloadDir(): handle NULL download dirs more gracefully. 2008-06-11 23:40:27 +00:00
torrent.c small tr_torrentStat() speedup suggested by BentMyWookie 2008-06-17 14:25:23 +00:00
torrent.h (1) add a doneDate to tr_torrent and tr_stat. (2) save tr_torrent.doneDate and tr_torrent.activityDate between sessions in the .resume file. 2008-06-03 19:16:12 +00:00
tracker.c #800 initial support for GetRight-style fetching of data through http and ftp servers specified in the .torrent's "url-list" tag 2008-06-07 21:26:41 +00:00
tracker.h fix tracker crash caused by the new add/remove tracker code reported by BentMyWookie 2008-06-04 23:46:32 +00:00
transmission.h (rpc) simplify the rpc accessors 2008-06-16 03:47:50 +00:00
trevent.c #915: Does too many wake-ups when idle 2008-05-06 15:52:57 +00:00
trevent.h #915: Does too many wake-ups when idle 2008-05-06 15:52:57 +00:00
upnp.c more janitorial cleanup on the "tr_session*" namespace. Today's victim: tr_handle_status. 2008-05-22 12:31:47 +00:00
upnp.h set copyright info to 2008 2008-01-01 17:20:20 +00:00
utils-test.c (libT) allow custom blocklists... now all you need to do is place a file in the blocklists/ folder and Transmission will automatically use it the next time it starts. 2008-06-11 16:15:45 +00:00
utils.c fix tr_strcasecmp in the case where HAVE_STRCASECMP is not defined 2008-06-16 22:15:53 +00:00
utils.h (RPC) add utility arguments for torrent-info: sort by (activity|age|id|name|progress|ratio|state|tracker), filter by (active|all|downloading|paused|seeding) 2008-06-16 22:11:50 +00:00
verify.c RPC/IPC redesign 2008-05-18 16:44:30 +00:00
verify.h modify "verify local data" to not lose the blocks in incomplete pieces 2008-02-15 16:00:46 +00:00
web.c maybe *now* 1.30 is feature complete: by popular demand, add proxy support for SOCKS4/SOCKS5. This will break the mac build temporarily. 2008-06-11 20:45:53 +00:00
web.h #800 initial support for GetRight-style fetching of data through http and ftp servers specified in the .torrent's "url-list" tag 2008-06-07 21:26:41 +00:00
webseed.c more webseed work. 2008-06-10 02:36:52 +00:00
webseed.h more webseed work. 2008-06-10 02:36:52 +00:00