1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 01:57:52 +00:00
Commit graph

3479 commits

Author SHA1 Message Date
Charles Kerr
1cb314f0cc try to make the natpmp error messages yet more helpful. thanks to m1b and Lacrocivious 2007-12-15 06:10:24 +00:00
Charles Kerr
fe0640caa7 add messages asking the user to check & make sure that port forwarding is enabled on their router 2007-12-15 05:28:16 +00:00
Charles Kerr
20c5f2a77c fix off-by-one introduced in r4153 2007-12-15 05:05:23 +00:00
Charles Kerr
10b6e8ff8f lessons learned from 0.82:
* if we can't bind a socket to a peer, take that peer out of the retry pool.
* also, try to connect with more peers up-front.
2007-12-15 04:26:31 +00:00
Charles Kerr
4da5fc85bb fix bad log message 2007-12-15 03:25:13 +00:00
Charles Kerr
f8f4e1fc32 more helpful error message 2007-12-15 03:17:50 +00:00
Charles Kerr
99e8b9a19d two arguments were transposed. 2007-12-15 03:14:16 +00:00
Charles Kerr
0fa3fb0d67 use a modified version of werehamster's improvements to the gtk gui at shutdown 2007-12-14 18:36:19 +00:00
Charles Kerr
6ded40d360 increase the number of tracker connections we allow during shutdown. 2007-12-13 23:43:50 +00:00
Mitchell Livingston
baef798db2 get rid of a warning 2007-12-13 22:13:05 +00:00
Charles Kerr
7582f4a929 (maybe) fix shutdown crash in "pulse" reported by pea_ 2007-12-13 21:48:39 +00:00
Mitchell Livingston
6671750eda convert Info nib to xib 2007-12-13 21:20:08 +00:00
Mitchell Livingston
672acfce23 update project for last commit 2007-12-13 21:15:39 +00:00
Mitchell Livingston
f5bce558d6 replace Message nib with xib 2007-12-13 21:11:13 +00:00
Charles Kerr
de5c84a52c allocate more sockets to the tracker during shutdown to help get all the `stopped' commands done 2007-12-13 21:08:05 +00:00
Mitchell Livingston
0d4bf53fa0 replace Creator nib with xib 2007-12-13 21:08:00 +00:00
Mitchell Livingston
b8425369ef remove the old about window 2007-12-13 20:46:30 +00:00
Charles Kerr
bff88f6c4c more prefs dialog cleanup from wereHamster 2007-12-13 20:46:19 +00:00
Mitchell Livingston
e06d3178e1 change the About window from a nib to a xib 2007-12-13 20:46:01 +00:00
Charles Kerr
bddcf5e10d fix crash on shutdown on natpmp routers reported by SoftwareElves 2007-12-13 20:19:52 +00:00
Charles Kerr
449186969f wereHamster's patch to remove some clutter from the prefs dialog 2007-12-13 19:54:24 +00:00
Charles Kerr
7f335e1bf0 follow Chinstrap's suggestion of waiting a small interval between sending nat commands as per the nat spec 2007-12-13 19:28:51 +00:00
Charles Kerr
a51d790d81 take pea_'s suggestion of not sending out natpmp/upnp discover messages until port forwarding is enabled 2007-12-13 18:56:22 +00:00
Charles Kerr
39773104be accept tiennou's file-checking tweak that clarifies the log messages 2007-12-13 17:28:13 +00:00
Charles Kerr
c4e6a04131 tweak the debug messages 2007-12-13 17:18:35 +00:00
Charles Kerr
fb606adfe6 update to libnatpmp-20071213 2007-12-13 17:04:34 +00:00
Mitchell Livingston
9e15d27495 attempt to fix sizing issue on tiger 2007-12-13 16:04:32 +00:00
Mitchell Livingston
9bf313c08a better hiding of bottom texture on 10.5 2007-12-13 15:19:46 +00:00
Mitchell Livingston
cea2275bcf on tiger make the bottom bar a texture 2007-12-13 15:16:04 +00:00
Mitchell Livingston
41af1d889d undo last commit, update proper file 2007-12-13 14:47:09 +00:00
Mitchell Livingston
db7a3ab9e4 update the strings file 2007-12-13 14:43:38 +00:00
Mitchell Livingston
164dca0e04 remove some error checks that will never be executed 2007-12-13 04:39:07 +00:00
Mitchell Livingston
1b6a8a9504 display the infinity symbol in stats for ratio when there is upload but no download 2007-12-13 04:31:38 +00:00
Charles Kerr
e1d10bba7e add extra debugging messages for upnpDiscover() 2007-12-13 02:48:30 +00:00
Charles Kerr
daaa1d6559 fix minor udp/tcp mixup in libnatpmp -- http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=591 2007-12-13 02:03:29 +00:00
Charles Kerr
c8c9012697 fix the 500ms remap reported by Chinstrap 2007-12-13 01:20:16 +00:00
Charles Kerr
2742fbb3f4 break things in a new, different way 2007-12-13 01:07:34 +00:00
Charles Kerr
f8eb90d8eb try merging joshe's BSD implementation of tr_getDefaultRoute() into libnatpmp's getgateway() 2007-12-13 00:55:48 +00:00
Mitchell Livingston
7567ecc2bb clean up some of the code where it checks for 10.5 2007-12-12 16:28:40 +00:00
Mitchell Livingston
a60d623021 on tiger the "ying-yang" status field does not have the strange glow, but as a result won't have any hilighting like on leopard 2007-12-12 15:53:37 +00:00
Mitchell Livingston
377266a412 fix typo 2007-12-12 15:28:09 +00:00
Mitchell Livingston
566ec81269 use CTGradient fill function 2007-12-12 15:18:16 +00:00
Mitchell Livingston
cf4f43f090 color the background of the status bar on tiger 2007-12-12 15:17:33 +00:00
Mitchell Livingston
bc295fe78e use a simpler method for determining text color of table cells on leopard 2007-12-12 05:01:31 +00:00
Mitchell Livingston
73ccb2e0c8 make the text at the bottom of the window appear engraved (on 10.5) 2007-12-12 04:35:38 +00:00
Mitchell Livingston
b80453cab1 flip arrows from last commit 2007-12-12 03:31:47 +00:00
Mitchell Livingston
ba6487a93d attempt to put the arrow commands into interface builder 2007-12-12 03:29:59 +00:00
Mitchell Livingston
13c1c8a6a4 use 10.5's built-in ability to generate the textured bottom border instead of a custom view with images 2007-12-12 03:21:11 +00:00
Mitchell Livingston
373b96387b fix typo in last commit 2007-12-12 02:21:01 +00:00
Mitchell Livingston
104a9841f5 better resize the filter buttons on tiger 2007-12-12 01:51:21 +00:00