Charles Kerr
|
8e0e62187d
|
(trunk gtk) #2668 "small memory leak in getSelectedTorrentIds()" -- fixed for 1.80
|
2009-12-14 16:41:49 +00:00 |
Charles Kerr
|
ee0de4b06c
|
(trunk libT) keep simplifying web.c... is there anything left to strip out?
|
2009-12-14 14:25:22 +00:00 |
Mitchell Livingston
|
11c119d960
|
one more update to pt localization
|
2009-12-14 13:45:16 +00:00 |
Mitchell Livingston
|
8a52126803
|
restore placement of priority icon
|
2009-12-14 13:20:36 +00:00 |
Mitchell Livingston
|
9ff95249f6
|
update pt strings
|
2009-12-14 13:15:17 +00:00 |
Charles Kerr
|
c33aef7e2d
|
(trunk libT) more web.c simplification + handle an unhandled case CURL_POLL_NONE in the socket callback.
|
2009-12-14 12:54:30 +00:00 |
Charles Kerr
|
2653cd5153
|
(trunk libT) keep simplifying web.c. also, fix an improbable FMR at shutdown
|
2009-12-14 05:11:33 +00:00 |
Charles Kerr
|
3fe5db7113
|
(trunk libT) #2667 "Ignore martian addresses in LTEP messages" -- implemented for 1.80
|
2009-12-14 02:07:47 +00:00 |
Charles Kerr
|
b840cb931b
|
(trunk gtk) #2665 "Crash in GTK+ code" -- fixed for 1.80
|
2009-12-14 00:34:51 +00:00 |
Mitchell Livingston
|
3695344cfd
|
fix favicons in the tracker tab
|
2009-12-13 22:47:25 +00:00 |
Mitchell Livingston
|
33f20dc457
|
resize the level popup in the message window for localizations
|
2009-12-13 21:56:51 +00:00 |
Mitchell Livingston
|
6ea8a3cddf
|
on open, make sure the filter bar's layout is correct
|
2009-12-13 21:42:45 +00:00 |
Mitchell Livingston
|
298d5e2a7b
|
German localization
|
2009-12-13 21:28:51 +00:00 |
Charles Kerr
|
6d9e6ececc
|
(trunk libT) remove some more obsolete debug messages and other cruft from web.c
|
2009-12-13 19:33:02 +00:00 |
Kevin Glowacz
|
982d6d3805
|
(trunk web) make sure the context menu goes away when click on torrents. Fixes #2660
|
2009-12-13 18:37:36 +00:00 |
Charles Kerr
|
485b64a5e3
|
(trunk libT) it never ends
|
2009-12-13 17:54:01 +00:00 |
Mitchell Livingston
|
1a72d74197
|
right-align the progress string in the peer inspector tab
|
2009-12-13 17:11:59 +00:00 |
Mitchell Livingston
|
cae244f4d2
|
the Message Log window's colored dots should be the same size regardless of number of rows
|
2009-12-13 16:29:09 +00:00 |
Mitchell Livingston
|
c06b22851a
|
less calculations are usually a good thing
|
2009-12-13 03:13:34 +00:00 |
Mitchell Livingston
|
5f82580e30
|
eliminate redundant code
|
2009-12-13 01:40:53 +00:00 |
Mitchell Livingston
|
09442cd88b
|
warnings--
|
2009-12-13 01:36:22 +00:00 |
Mitchell Livingston
|
bdf3144376
|
remove unnecessary asserts
|
2009-12-12 21:37:36 +00:00 |
Mitchell Livingston
|
793e96bdc0
|
right align the UL and DL speeds in the peer inspector
|
2009-12-12 19:06:17 +00:00 |
Mitchell Livingston
|
4522ae9e14
|
trivial tweaks here and there
|
2009-12-12 18:52:03 +00:00 |
Mitchell Livingston
|
19d69b84e0
|
#2662 shrink the dock badge text until it fits without being cut off
|
2009-12-12 18:29:14 +00:00 |
Charles Kerr
|
2d1b6748ec
|
(trunk libT) #2661 "better torrent prioritization when making outbound peer connection attempts" -- implemented for 1.80
|
2009-12-12 17:05:31 +00:00 |
Charles Kerr
|
4d9912fcb1
|
(trunk qt) fix qt build broken by r9719; error reported by Lacrocivious
|
2009-12-12 15:38:14 +00:00 |
Mitchell Livingston
|
a094465626
|
more Brazilian Portuguese localization fixes
|
2009-12-12 15:10:08 +00:00 |
Charles Kerr
|
e98cf692a8
|
(trunk gtk) oops, I meant to check this in with r9725... fix gtk+ client build errors in trunk
|
2009-12-12 14:41:36 +00:00 |
Mitchell Livingston
|
3cd939ebca
|
improve the tracker removing code
|
2009-12-12 04:39:43 +00:00 |
Charles Kerr
|
20a4560198
|
(trunk libT) remove the test for duplicate trackers in the announce list.
|
2009-12-12 04:12:04 +00:00 |
Charles Kerr
|
196a7ccbb9
|
(trunk libT) #2658 "encryption improvements" - patch by sadface to make DH handshake ~2x faster. yay!
|
2009-12-12 03:51:36 +00:00 |
Mitchell Livingston
|
5df69c898c
|
dead code removal
|
2009-12-12 03:11:48 +00:00 |
Mitchell Livingston
|
b313255e58
|
better implementation of r9721
|
2009-12-12 02:39:31 +00:00 |
Mitchell Livingston
|
4b2f7cf4dd
|
better handling of revealing the main window when the dock is clicked
|
2009-12-12 02:28:27 +00:00 |
Charles Kerr
|
ed1df8beac
|
(trunk libT) removed dead code: tr_isTimeval(), tr_timevalMsec(), tr_timevalSet()
|
2009-12-12 01:05:29 +00:00 |
Charles Kerr
|
1f320b2ddd
|
(trunk) fix a couple of cases where we don't use the tr_snprintf() portability wrapper
|
2009-12-11 20:26:40 +00:00 |
Charles Kerr
|
0e45a08930
|
(trunk third-party) #2657 "dht-0.12 is out" -- sync with dht-0.12
|
2009-12-11 17:10:57 +00:00 |
Charles Kerr
|
a89d2217af
|
(trunk libT) #2416 "crash in event_queue_insert()"
|
2009-12-11 15:41:34 +00:00 |
Mitchell Livingston
|
766ec96986
|
tweak pt localization
|
2009-12-11 13:05:16 +00:00 |
Mitchell Livingston
|
e3cdefcd8a
|
warnings--
|
2009-12-11 04:01:47 +00:00 |
Mitchell Livingston
|
523018e137
|
update Brazilian Portuguese
|
2009-12-11 00:24:01 +00:00 |
Mitchell Livingston
|
c2a5d436b8
|
update NEWS
|
2009-12-10 23:39:07 +00:00 |
Charles Kerr
|
2a02bf9c66
|
(trunk) update NEWS
|
2009-12-10 23:09:25 +00:00 |
Mitchell Livingston
|
f16b6bee35
|
update Italian localization
|
2009-12-10 22:59:49 +00:00 |
Charles Kerr
|
5f1f2b1e85
|
(trunk libT) use curl_multi_socket_action(), even on OS X.
|
2009-12-10 19:05:21 +00:00 |
Charles Kerr
|
0f14f62ac1
|
(trunk libT) new utility function tr_timerAddMsec()
|
2009-12-10 19:04:10 +00:00 |
Mitchell Livingston
|
a9cabe918c
|
return to using a static NSUInteger for message index - even if never reset, it's never going to hit its max and this is much simpler
|
2009-12-10 13:06:04 +00:00 |
Charles Kerr
|
a1ccd10f89
|
(trunk libT) add simple tr_http_unescape() unit test
|
2009-12-10 10:44:06 +00:00 |
Charles Kerr
|
e04698c0af
|
(trunk gtk) fix error in GTK+ client's scrape status text
|
2009-12-10 09:49:46 +00:00 |