1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
Commit graph

1189 commits

Author SHA1 Message Date
Josh Elsasser
263bf6ff0c Check for private flag in main dict too. 2007-01-27 22:37:10 +00:00
Josh Elsasser
adfd4e7ca7 Rework the port handling a bit to allow different bound and advertised ports. 2007-01-27 21:17:10 +00:00
Mitchell Livingston
8d89e4f148 unneeded change 2007-01-26 04:44:47 +00:00
Mitchell Livingston
d6683cc350 fixed problem when opening multiple torrents at once when "always ask" was enabled
also, don't add files to the recently opened menu unless it actually is added
2007-01-26 04:31:32 +00:00
Josh Elsasser
1a55f5272d Remove misleading error message. 2007-01-26 01:14:15 +00:00
Eric Petit
fd66278689 Default enables NAT traversal on OS X 2007-01-25 23:01:53 +00:00
Josh Elsasser
7af80be925 Fix a case where NAT-PMP could falsely report a mapped port. 2007-01-25 21:23:31 +00:00
Eric Petit
027a9f8cec A few fixes for resolution independence 2007-01-25 18:37:12 +00:00
Mitchell Livingston
7f531ab22c fix #194 2007-01-25 13:27:53 +00:00
Mitchell Livingston
b4506653ec make newly finished download actually wait in queue 2007-01-24 03:15:27 +00:00
Mitchell Livingston
3ce2dcb052 update queue properly once a download finishes 2007-01-24 03:08:20 +00:00
Josh Elsasser
ace19f1003 Fix stupid mistake. 2007-01-23 23:46:10 +00:00
Eric Petit
1eb3cf2a8e Should fix #193 2007-01-23 20:54:54 +00:00
Eric Petit
c1963147d3 Probably fixes the recent problem with disappearing peers 2007-01-23 17:59:21 +00:00
Eric Petit
2bad2cae4b Removed the need for all the tiny mallocs in ratecontrol by using a fixed sized, circular history 2007-01-22 22:58:51 +00:00
Eric Petit
40d8abb68f More simplifications 2007-01-21 19:42:11 +00:00
Eric Petit
2b0e28a004 clean up 2007-01-21 12:38:50 +00:00
Eric Petit
7d6d317ed1 Fixes BeOS warnings 2007-01-21 08:43:58 +00:00
Eric Petit
1634595bb0 Compile before you commit 2007-01-21 07:32:31 +00:00
Eric Petit
09c277257b Mark a peer as uploading if we are unchoked *and* interested 2007-01-21 07:27:57 +00:00
Eric Petit
14aa4e5ab0 Officially give up on making libT reentrant, and simplify our code instead 2007-01-21 07:16:18 +00:00
Eric Petit
e63e4ab38f Reorganizes a few things, don't accept two connections from the same IP 2007-01-21 06:42:05 +00:00
Eric Petit
f0e1e50055 Unused function/field 2007-01-21 05:03:24 +00:00
Eric Petit
15fdfda60f small memleaks 2007-01-20 05:07:00 +00:00
Eric Petit
93cb1c89ad Make sure we don't malloc(0), and save peers in the cache file even if we haven't successfully connected to them yet 2007-01-20 04:29:33 +00:00
Mitchell Livingston
0282ec5722 no reason to parse the number 2007-01-20 04:05:09 +00:00
Mitchell Livingston
8ee2e36f0a fix for when filtering and a transfer goes from checking (download) to seeding without refreshing the filter 2007-01-20 03:59:50 +00:00
Mitchell Livingston
d97ac66e43 deselect files when changing selected torrent 2007-01-20 03:42:06 +00:00
Mitchell Livingston
1c39a8e290 don't allow selection/context menu for empty row when no torrent in selected 2007-01-20 03:32:35 +00:00
Mitchell Livingston
63913686d5 get around a bug in table views to keep consistent row colors by creating a blank row when no torrent is selected 2007-01-20 03:25:35 +00:00
Mitchell Livingston
2b7d630d54 swap the standard file table row height 2007-01-19 15:30:41 +00:00
Eric Petit
da84461d9c Don't let tr_torrentStop return until files are closed, so that the UI can trash them safely if requested (fixes #186) 2007-01-19 15:24:20 +00:00
Eric Petit
4a567871bb clean up 2007-01-19 11:19:20 +00:00
Eric Petit
a083936c72 Missing svn:keywords 2007-01-19 08:41:37 +00:00
Eric Petit
918c083618 Fix warnings 2007-01-19 08:40:06 +00:00
Eric Petit
09c096731c Another split 2007-01-19 08:36:49 +00:00
Eric Petit
7fc607cf2a When we count the peers we are UL to, just check whether they are chocked 2007-01-19 05:15:22 +00:00
Eric Petit
7a6401c7b4 Split transmission.c: everything related to the accept/upnp/choking
thread was moved to shared.c
2007-01-19 04:42:31 +00:00
Mitchell Livingston
2944a10d60 some changes to the way text is drawn to the table 2007-01-19 02:06:12 +00:00
Eric Petit
3e6d071e0d clean up 2007-01-19 01:39:33 +00:00
Mitchell Livingston
f55c1b05cd pass object instead of creating string 2007-01-18 22:53:27 +00:00
Mitchell Livingston
0a48921e19 small layout adjustment 2007-01-18 22:09:39 +00:00
Mitchell Livingston
271badba8b file table rows for files are now larger with the size displayed under it 2007-01-18 22:00:24 +00:00
Mitchell Livingston
4bffa20e5c undo commit of being unable to unselect all files, since it was way too expensive on torrents with many files and might actually be desirable in some situations 2007-01-18 06:27:34 +00:00
Mitchell Livingston
263bf6934d get rid of unneeded code by instead using built-in function 2007-01-18 06:22:15 +00:00
Mitchell Livingston
9d203de8ef don't allow deselection of a file if that will leave no files selected 2007-01-18 05:24:08 +00:00
Mitchell Livingston
04345733d9 at creation of file hierarchy determine the state of folders 2007-01-18 03:54:56 +00:00
Eric Petit
4b9df2981b Ooops 2007-01-18 03:12:54 +00:00
Mitchell Livingston
b8b1383ef5 some spacing changes in the file table 2007-01-18 01:19:14 +00:00
Mitchell Livingston
f18bd36d31 for file selection checks, only reload those that are affected by any change 2007-01-17 23:36:17 +00:00