]>
granicus.if.org Git - transmission/log
Mitchell Livingston [Mon, 21 Dec 2009 14:30:43 +0000 (14:30 +0000)]
eliminate the clamp function for now, allow peer connections once again
Kevin Glowacz [Sun, 20 Dec 2009 21:06:20 +0000 (21:06 +0000)]
(trunk web) show version info in the prefs dialog
Mitchell Livingston [Sun, 20 Dec 2009 21:02:58 +0000 (21:02 +0000)]
miscellany
Mitchell Livingston [Sun, 20 Dec 2009 18:33:04 +0000 (18:33 +0000)]
update Russian localization
Mitchell Livingston [Sun, 20 Dec 2009 14:44:56 +0000 (14:44 +0000)]
add a magnet link "icon"
Mitchell Livingston [Sat, 19 Dec 2009 21:43:15 +0000 (21:43 +0000)]
whoops
Mitchell Livingston [Sat, 19 Dec 2009 21:39:59 +0000 (21:39 +0000)]
make the previously selectable fields again selectable on non-English
Mitchell Livingston [Sat, 19 Dec 2009 20:25:27 +0000 (20:25 +0000)]
#2594 make the headers selectable as well
Mitchell Livingston [Sat, 19 Dec 2009 20:15:16 +0000 (20:15 +0000)]
#2594 Make all inspector fields selectable
Mitchell Livingston [Sat, 19 Dec 2009 19:17:09 +0000 (19:17 +0000)]
random cleanup
Mitchell Livingston [Sat, 19 Dec 2009 19:14:29 +0000 (19:14 +0000)]
#2686 Do not cache torrents added by url
Charles Kerr [Fri, 18 Dec 2009 17:32:16 +0000 (17:32 +0000)]
(trunk libT) it certainly smells like we're using freed memory in the libcurl + libevent code in web.c... let's trash the structures right before free()ing them
Charles Kerr [Fri, 18 Dec 2009 07:05:36 +0000 (07:05 +0000)]
(trunk libT) possibly reduce the frequency of the "too many open files" errors
Charles Kerr [Fri, 18 Dec 2009 05:56:41 +0000 (05:56 +0000)]
(trunk gtk) make check_filenames() a private function
Charles Kerr [Fri, 18 Dec 2009 05:02:48 +0000 (05:02 +0000)]
(trunk) use AC_ARG_VAR for some autoconf variables s.t. their values will persist between reconfs
Charles Kerr [Wed, 16 Dec 2009 18:23:09 +0000 (18:23 +0000)]
(trunk libT) fix r9793 oops -- I didn't mean to commit my local changes to the autoconf code
Charles Kerr [Wed, 16 Dec 2009 18:20:01 +0000 (18:20 +0000)]
(trunk) #2548 "T's request queue can send out too many duplicate requests" -- (1) fix r9465 implementation bug that caused some peers to get starved of requests if they rejected a request or choked, then unchoked us. (2) increase a block request's TTL by 15 seconds to reduce cancel/req cycles between two or more blocks (3) add a debug mode to the GTK+ client's peer tab to watch the pending requests counts both up & down
Eric Petit [Wed, 16 Dec 2009 07:47:04 +0000 (07:47 +0000)]
build fix
Charles Kerr [Wed, 16 Dec 2009 06:34:17 +0000 (06:34 +0000)]
(trunk libT) try not to cache file data read in during verification
Mitchell Livingston [Wed, 16 Dec 2009 03:19:09 +0000 (03:19 +0000)]
#2680 "Group Name" cleared after choosing "Custom location"
Mitchell Livingston [Wed, 16 Dec 2009 02:35:39 +0000 (02:35 +0000)]
update Credits to match AUTHORS
Mitchell Livingston [Wed, 16 Dec 2009 02:09:36 +0000 (02:09 +0000)]
update NEWS date
Charles Kerr [Wed, 16 Dec 2009 01:44:33 +0000 (01:44 +0000)]
(trunk) #2674 "Do not put the .svn directories to released tar file" -- that's all well and good, but it would be nice if the web client's files *were* released to the tarfile.
Charles Kerr [Wed, 16 Dec 2009 01:32:23 +0000 (01:32 +0000)]
(trunk libT) fix call to updateDesiredRequestCount() reported by sadface
Charles Kerr [Wed, 16 Dec 2009 01:09:06 +0000 (01:09 +0000)]
(trunk libT) updated NEWS for 1.80 beta 3
Charles Kerr [Wed, 16 Dec 2009 00:45:18 +0000 (00:45 +0000)]
(trunk libT) #2508 "atom->port never updated" -- (1) fix r9434 bug that used the wrong byte ordering scheme for port numbers. This is why most of the .resume file's peers are worthless in betas 1 and 2. :( (2) in the resume file, change the dictionary key for peers so that the worthless peers won't be reloaded on startup in beta 3.
Charles Kerr [Tue, 15 Dec 2009 21:33:24 +0000 (21:33 +0000)]
(trunk libT) #2548 "T's request queue can send out too many duplicate requests" -- fix off-by-one when counting how many peers we'll send a given block request to during endgame
Charles Kerr [Tue, 15 Dec 2009 20:13:34 +0000 (20:13 +0000)]
(trunk libT) #2548 "T's request queue can send out too many duplicate requests" -- experimental revision to r9465 to address further overdownloading issues
Charles Kerr [Tue, 15 Dec 2009 20:06:48 +0000 (20:06 +0000)]
(trunk libT) #2667 "Ignore martian addresses" -- apply jch's 0001-Simplify-martian-address-detection.patch cleanup patch from http://trac.transmissionbt.com/ticket/2667#comment:8
Charles Kerr [Tue, 15 Dec 2009 19:39:01 +0000 (19:39 +0000)]
(trunk libT) #2667 "ignore martian addresses" -- revise the tests to tr_isValidPeerAddr() base
d on feedback from jch @ http://trac.transmissionbt.com/ticket/2667#comment:6
Charles Kerr [Tue, 15 Dec 2009 18:11:20 +0000 (18:11 +0000)]
(trunk libT) #2671 "downloading from too many peers" -- address a smaller aspect of this ticket, by reducing the minimum number of blocks we request from a peer, as noted by jch's comment @ http://trac.transmissionbt.com/ticket/2671#comment:2
Charles Kerr [Tue, 15 Dec 2009 17:39:19 +0000 (17:39 +0000)]
(trunk libT) #2667 "ignore martian addresses" -- modified this ticket. previously we ignored them from LTEP; now we ignore them regardless of the source. this commit implements this filtering change.
Charles Kerr [Tue, 15 Dec 2009 17:34:36 +0000 (17:34 +0000)]
(trunk) update our DHT snapshot
Charles Kerr [Tue, 15 Dec 2009 17:02:00 +0000 (17:02 +0000)]
give jch more credit
Charles Kerr [Tue, 15 Dec 2009 16:48:26 +0000 (16:48 +0000)]
(trunk libT) #2669 "Apply IPV6_V6ONLY to the IPv6 DHT socket" -- committed jch's patch for 1.80
Charles Kerr [Tue, 15 Dec 2009 16:34:12 +0000 (16:34 +0000)]
(trunk libT) #2673 "crash in tr_torrentGetMetadataPiece" -- add safeguards against small sizes
Charles Kerr [Tue, 15 Dec 2009 16:24:03 +0000 (16:24 +0000)]
(trunk) #2674 "Do not put the .svn directories to released tar file" -- fixed for 1.80
Eric Petit [Tue, 15 Dec 2009 15:19:08 +0000 (15:19 +0000)]
#2673 crash in tr_torrentGetMetadataPiece
Mitchell Livingston [Tue, 15 Dec 2009 01:47:48 +0000 (01:47 +0000)]
set NEWS date
Kevin Glowacz [Tue, 15 Dec 2009 01:42:43 +0000 (01:42 +0000)]
(trunk) enhance wording
Charles Kerr [Tue, 15 Dec 2009 01:36:26 +0000 (01:36 +0000)]
(trunk) update NEWS to add #2358 fix
Mitchell Livingston [Tue, 15 Dec 2009 01:31:51 +0000 (01:31 +0000)]
add to NEWS
Charles Kerr [Tue, 15 Dec 2009 01:23:31 +0000 (01:23 +0000)]
update NEWS for 1.80 beta 3
Kevin Glowacz [Tue, 15 Dec 2009 01:17:17 +0000 (01:17 +0000)]
(trunk web) don't let the context menu go off the right side or bottom of screen. Fixes #2358
Charles Kerr [Tue, 15 Dec 2009 00:51:39 +0000 (00:51 +0000)]
(trunk) add #include guards to prevent non-libtransmission files from #including implementation headers
Mitchell Livingston [Mon, 14 Dec 2009 23:47:15 +0000 (23:47 +0000)]
one less calculation
Mitchell Livingston [Mon, 14 Dec 2009 23:35:55 +0000 (23:35 +0000)]
possible fix for #2586
Charles Kerr [Mon, 14 Dec 2009 19:24:05 +0000 (19:24 +0000)]
(trunk gtk) #2668 "minor memory leaks in gtk client" -- fix two GtkImages that were being leaked in the main window
Charles Kerr [Mon, 14 Dec 2009 18:47:45 +0000 (18:47 +0000)]
(trunk libT) maybe fix that blocklist crash John_Clay reports about once a month
Charles Kerr [Mon, 14 Dec 2009 18:24:26 +0000 (18:24 +0000)]
(trunk libT) #2416 "crash in event_queue_insert" -- another stab at fixing this. yay
Charles Kerr [Mon, 14 Dec 2009 18:20:11 +0000 (18:20 +0000)]
(trunk gtk) #2500 "Torrent details window should be single-instance per torrent" -- fix implementation bug from r9685 that caused the same memory to be freed twice on shutdown
Charles Kerr [Mon, 14 Dec 2009 17:56:31 +0000 (17:56 +0000)]
(trunk gtk) #2668 "small memory leak in getSelectedTorrentIds" -- fix another, smaller leak in the same code
Charles Kerr [Mon, 14 Dec 2009 17:46:00 +0000 (17:46 +0000)]
(trunk libT) fix minor memory leak in libtransmission/tr-dht.c, found by valgrind
Charles Kerr [Mon, 14 Dec 2009 17:17:05 +0000 (17:17 +0000)]
(trunk libT) #1699 "announce to multiple trackers at once" -- fix minor bug in reporting scrape results when an announce returns enough information that a separate scrape isn't necessary.
Charles Kerr [Mon, 14 Dec 2009 16:41:49 +0000 (16:41 +0000)]
(trunk gtk) #2668 "small memory leak in getSelectedTorrentIds()" -- fixed for 1.80
Charles Kerr [Mon, 14 Dec 2009 14:25:22 +0000 (14:25 +0000)]
(trunk libT) keep simplifying web.c... is there anything left to strip out?
Mitchell Livingston [Mon, 14 Dec 2009 13:45:16 +0000 (13:45 +0000)]
one more update to pt localization
Mitchell Livingston [Mon, 14 Dec 2009 13:20:36 +0000 (13:20 +0000)]
restore placement of priority icon
Mitchell Livingston [Mon, 14 Dec 2009 13:15:17 +0000 (13:15 +0000)]
update pt strings
Charles Kerr [Mon, 14 Dec 2009 12:54:30 +0000 (12:54 +0000)]
(trunk libT) more web.c simplification + handle an unhandled case CURL_POLL_NONE in the socket callback.
Charles Kerr [Mon, 14 Dec 2009 05:11:33 +0000 (05:11 +0000)]
(trunk libT) keep simplifying web.c. also, fix an improbable FMR at shutdown
Charles Kerr [Mon, 14 Dec 2009 02:07:47 +0000 (02:07 +0000)]
(trunk libT) #2667 "Ignore martian addresses in LTEP messages" -- implemented for 1.80
Charles Kerr [Mon, 14 Dec 2009 00:34:51 +0000 (00:34 +0000)]
(trunk gtk) #2665 "Crash in GTK+ code" -- fixed for 1.80
Mitchell Livingston [Sun, 13 Dec 2009 22:47:25 +0000 (22:47 +0000)]
fix favicons in the tracker tab
Mitchell Livingston [Sun, 13 Dec 2009 21:56:51 +0000 (21:56 +0000)]
resize the level popup in the message window for localizations
Mitchell Livingston [Sun, 13 Dec 2009 21:42:45 +0000 (21:42 +0000)]
on open, make sure the filter bar's layout is correct
Mitchell Livingston [Sun, 13 Dec 2009 21:28:51 +0000 (21:28 +0000)]
German localization
Charles Kerr [Sun, 13 Dec 2009 19:33:02 +0000 (19:33 +0000)]
(trunk libT) remove some more obsolete debug messages and other cruft from web.c
Kevin Glowacz [Sun, 13 Dec 2009 18:37:36 +0000 (18:37 +0000)]
(trunk web) make sure the context menu goes away when click on torrents. Fixes #2660
Charles Kerr [Sun, 13 Dec 2009 17:54:01 +0000 (17:54 +0000)]
(trunk libT) it never ends
Mitchell Livingston [Sun, 13 Dec 2009 17:11:59 +0000 (17:11 +0000)]
right-align the progress string in the peer inspector tab
Mitchell Livingston [Sun, 13 Dec 2009 16:29:09 +0000 (16:29 +0000)]
the Message Log window's colored dots should be the same size regardless of number of rows
Mitchell Livingston [Sun, 13 Dec 2009 03:13:34 +0000 (03:13 +0000)]
less calculations are usually a good thing
Mitchell Livingston [Sun, 13 Dec 2009 01:40:53 +0000 (01:40 +0000)]
eliminate redundant code
Mitchell Livingston [Sun, 13 Dec 2009 01:36:22 +0000 (01:36 +0000)]
warnings--
Mitchell Livingston [Sat, 12 Dec 2009 21:37:36 +0000 (21:37 +0000)]
remove unnecessary asserts
Mitchell Livingston [Sat, 12 Dec 2009 19:06:17 +0000 (19:06 +0000)]
right align the UL and DL speeds in the peer inspector
Mitchell Livingston [Sat, 12 Dec 2009 18:52:03 +0000 (18:52 +0000)]
trivial tweaks here and there
Mitchell Livingston [Sat, 12 Dec 2009 18:29:14 +0000 (18:29 +0000)]
#2662 shrink the dock badge text until it fits without being cut off
Charles Kerr [Sat, 12 Dec 2009 17:05:31 +0000 (17:05 +0000)]
(trunk libT) #2661 "better torrent prioritization when making outbound peer connection attempts" -- implemented for 1.80
Charles Kerr [Sat, 12 Dec 2009 15:38:14 +0000 (15:38 +0000)]
(trunk qt) fix qt build broken by r9719; error reported by Lacrocivious
Mitchell Livingston [Sat, 12 Dec 2009 15:10:08 +0000 (15:10 +0000)]
more Brazilian Portuguese localization fixes
Charles Kerr [Sat, 12 Dec 2009 14:41:36 +0000 (14:41 +0000)]
(trunk gtk) oops, I meant to check this in with r9725... fix gtk+ client build errors in trunk
Mitchell Livingston [Sat, 12 Dec 2009 04:39:43 +0000 (04:39 +0000)]
improve the tracker removing code
Charles Kerr [Sat, 12 Dec 2009 04:12:04 +0000 (04:12 +0000)]
(trunk libT) remove the test for duplicate trackers in the announce list.
Charles Kerr [Sat, 12 Dec 2009 03:51:36 +0000 (03:51 +0000)]
(trunk libT) #2658 "encryption improvements" - patch by sadface to make DH handshake ~2x faster. yay!
Mitchell Livingston [Sat, 12 Dec 2009 03:11:48 +0000 (03:11 +0000)]
dead code removal
Mitchell Livingston [Sat, 12 Dec 2009 02:39:31 +0000 (02:39 +0000)]
better implementation of r9721
Mitchell Livingston [Sat, 12 Dec 2009 02:28:27 +0000 (02:28 +0000)]
better handling of revealing the main window when the dock is clicked
Charles Kerr [Sat, 12 Dec 2009 01:05:29 +0000 (01:05 +0000)]
(trunk libT) removed dead code: tr_isTimeval(), tr_timevalMsec(), tr_timevalSet()
Charles Kerr [Fri, 11 Dec 2009 20:26:40 +0000 (20:26 +0000)]
(trunk) fix a couple of cases where we don't use the tr_snprintf() portability wrapper
Charles Kerr [Fri, 11 Dec 2009 17:10:57 +0000 (17:10 +0000)]
(trunk third-party) #2657 "dht-0.12 is out" -- sync with dht-0.12
Charles Kerr [Fri, 11 Dec 2009 15:41:34 +0000 (15:41 +0000)]
(trunk libT) #2416 "crash in event_queue_insert()"
Mitchell Livingston [Fri, 11 Dec 2009 13:05:16 +0000 (13:05 +0000)]
tweak pt localization
Mitchell Livingston [Fri, 11 Dec 2009 04:01:47 +0000 (04:01 +0000)]
warnings--
Mitchell Livingston [Fri, 11 Dec 2009 00:24:01 +0000 (00:24 +0000)]
update Brazilian Portuguese
Mitchell Livingston [Thu, 10 Dec 2009 23:39:07 +0000 (23:39 +0000)]
update NEWS
Charles Kerr [Thu, 10 Dec 2009 23:09:25 +0000 (23:09 +0000)]
(trunk) update NEWS
Mitchell Livingston [Thu, 10 Dec 2009 22:59:49 +0000 (22:59 +0000)]
update Italian localization
Charles Kerr [Thu, 10 Dec 2009 19:05:21 +0000 (19:05 +0000)]
(trunk libT) use curl_multi_socket_action(), even on OS X.