]>
granicus.if.org Git - transmission/log
Charles Kerr [Mon, 1 Feb 2010 04:43:10 +0000 (04:43 +0000)]
(trunk, libT) #2844 "add able to disable '.part' suffix for incomplete files" -- added to GTK+ and Qt clients and to RPC spec for 1.90
Charles Kerr [Mon, 1 Feb 2010 03:49:59 +0000 (03:49 +0000)]
(trunk libT) a better way to ignore peerCount from `stopped' responses
Charles Kerr [Mon, 1 Feb 2010 03:39:54 +0000 (03:39 +0000)]
(trunk libT) ignore the peer count from `stopped' responses when calculating lastAnnouncePeerCount
Charles Kerr [Mon, 1 Feb 2010 01:13:25 +0000 (01:13 +0000)]
(trunk libT) don't reset lastAnnouncePeerCount when stopping a torrent.
Kevin Glowacz [Mon, 1 Feb 2010 01:08:17 +0000 (01:08 +0000)]
(trunk web) mjpieters' patch for adding announce and scrape status to the trackers tab with some code cleanup and style adjustments
Kevin Glowacz [Mon, 1 Feb 2010 01:08:11 +0000 (01:08 +0000)]
(trunk web) friendlier formatTimestamp display
Charles Kerr [Mon, 1 Feb 2010 00:35:38 +0000 (00:35 +0000)]
(trunk libT) another announcer tweak related to #2828 -- keep the last known good value of lastAnnouncePeerCount even if subsequent announces fail
Charles Kerr [Mon, 1 Feb 2010 00:28:04 +0000 (00:28 +0000)]
(trunk libT) #2828 "Better reporting of announce timeouts in tr_tracker_stat" -- implemented in trunk for 1.90
Mitchell Livingston [Mon, 1 Feb 2010 00:05:01 +0000 (00:05 +0000)]
remove the header in the add window's file table
Mitchell Livingston [Sun, 31 Jan 2010 23:36:48 +0000 (23:36 +0000)]
#2791 show a progress indicator when verifying local data in the add window
Mitchell Livingston [Sun, 31 Jan 2010 22:33:00 +0000 (22:33 +0000)]
#2827 Display tracker favicon at 16 x 16px
Mitchell Livingston [Sun, 31 Jan 2010 21:26:45 +0000 (21:26 +0000)]
#2835 remove file selection in action menu
Mitchell Livingston [Sun, 31 Jan 2010 21:25:49 +0000 (21:25 +0000)]
remove a few 1.8 -> 1.9 warnings
Charles Kerr [Sun, 31 Jan 2010 18:02:02 +0000 (18:02 +0000)]
(trunk gtk) #2845 ""-
2147483648 " of type `gint' is invalid or out of range" -- fixed in trunk for 1.90
Charles Kerr [Sun, 31 Jan 2010 17:15:05 +0000 (17:15 +0000)]
(trunk libT) #2778 "IPv6 accepts garbage addresses" -- fix typo reported by chris-jerichio @ http://trac.transmissionbt.com/ticket/2778#comment:16
Kevin Glowacz [Sun, 31 Jan 2010 02:42:48 +0000 (02:42 +0000)]
(trunk web) Add a trackers tab patch from mjpieters, with minor style changes
Charles Kerr [Sun, 31 Jan 2010 00:23:31 +0000 (00:23 +0000)]
#2778 (IPv6 PEX accepts garbage addresses) -- accept petch from jch to reject IPv6 addresses outside of 2000::/3 until the end of the 13th Baktun
Charles Kerr [Sat, 30 Jan 2010 00:49:40 +0000 (00:49 +0000)]
(trunk cli) #2836 "transmissioncli --help shows incorrect usage syntax" -- fixed in trunk for 1.90
Charles Kerr [Sat, 30 Jan 2010 00:43:31 +0000 (00:43 +0000)]
(trunk libT) #2656 "download speed limit of 0 is not honored" -- fixed in trunk for 1.90
Charles Kerr [Fri, 29 Jan 2010 19:11:56 +0000 (19:11 +0000)]
(trunk) #2795 "non-GUI compilation issues on OS X 10.4" -- fixed for 1.90
Charles Kerr [Fri, 29 Jan 2010 18:10:50 +0000 (18:10 +0000)]
(trunk libT) #2823 "crash in bsearch() while updating blocklist" -- fixed in trunk for 1.90
Charles Kerr [Fri, 29 Jan 2010 18:07:21 +0000 (18:07 +0000)]
(trunk libT) #2833 "LP64 bug on OpenBSD" -- fixed in trunk for 1.90
Charles Kerr [Fri, 29 Jan 2010 16:43:39 +0000 (16:43 +0000)]
(trunk daemon) #2786 "Trigger blocklist update using transmission-remote" -- patch applied for 1.90
Charles Kerr [Fri, 29 Jan 2010 16:14:47 +0000 (16:14 +0000)]
(trunk) bump trunk version from 1.83 to 1.83+
Mitchell Livingston [Fri, 29 Jan 2010 00:59:08 +0000 (00:59 +0000)]
update version to 1.83
Mitchell Livingston [Fri, 29 Jan 2010 00:57:02 +0000 (00:57 +0000)]
update NEWS
Mitchell Livingston [Fri, 29 Jan 2010 00:50:55 +0000 (00:50 +0000)]
avoid setting the port twice when setting a random port
Charles Kerr [Fri, 29 Jan 2010 00:45:43 +0000 (00:45 +0000)]
(trunk) first draft of 1.83 NEWS
Charles Kerr [Thu, 28 Jan 2010 22:18:55 +0000 (22:18 +0000)]
(trunk daemon) #2816 "configure script ignores paramter" -- fixed in trunk for 1.83
Charles Kerr [Thu, 28 Jan 2010 19:33:48 +0000 (19:33 +0000)]
(trunk libT) if a tracker doesn't respond during an announce, instead of automatically reannouncing in 120 seconds, add some fuzz to the interval. Rationale: if a bunch of torrents announce at once, overloading the router or server, they'll still be overloading it if we do the exact same thing the second time around...
Charles Kerr [Thu, 28 Jan 2010 18:25:18 +0000 (18:25 +0000)]
(trunk libT) fix DNS timing issue reported by gn0s1s in irc
Charles Kerr [Thu, 28 Jan 2010 17:24:23 +0000 (17:24 +0000)]
(trunk libT) #2819 "announce URLs containing raw IP addresses won't announce/scrape in 1.82" -- possible fix
Charles Kerr [Thu, 28 Jan 2010 13:33:40 +0000 (13:33 +0000)]
(trunk) remove unnecessary #includes
Charles Kerr [Thu, 28 Jan 2010 13:31:54 +0000 (13:31 +0000)]
(trunk libT) add a "const" to tr_ptrArrayRemove()'s second argument to silence a compiler warning
Mitchell Livingston [Thu, 28 Jan 2010 03:48:21 +0000 (03:48 +0000)]
display the drag window's text in the system font as opposed to hardcoding "Lucida Grande"
Mitchell Livingston [Thu, 28 Jan 2010 03:36:47 +0000 (03:36 +0000)]
some cleanup of DragOverlayView
Mitchell Livingston [Thu, 28 Jan 2010 03:23:35 +0000 (03:23 +0000)]
remove an extra frame resize in the drag overlay window
Mitchell Livingston [Thu, 28 Jan 2010 03:17:50 +0000 (03:17 +0000)]
add a missing removeObserver: to the message window controller
the last commit ensured that the drag overlay window resized when not window, which led to inaccurate sizes when exposé-d
Mitchell Livingston [Thu, 28 Jan 2010 03:16:55 +0000 (03:16 +0000)]
add a missing removeObserver: to the message window controller
Charles Kerr [Wed, 27 Jan 2010 06:40:12 +0000 (06:40 +0000)]
(trunk libT) web.c: add a cache for unresolvable hostnames
Charles Kerr [Tue, 26 Jan 2010 21:41:40 +0000 (21:41 +0000)]
(trunk libT) possible fix for gn0s1s' "file not found" error message
Charles Kerr [Tue, 26 Jan 2010 20:38:04 +0000 (20:38 +0000)]
(trunk libT) #2800 "crashing during operation" -- if a peer sends an out-of-bounds "have piece" message, drop the connection
Kevin Glowacz [Tue, 26 Jan 2010 20:03:04 +0000 (20:03 +0000)]
(trunk web) update jQuery to 1.4.1
Charles Kerr [Tue, 26 Jan 2010 07:50:17 +0000 (07:50 +0000)]
(trunk libT) #2800 "crashing during operation" -- use type correctness suggestion from kim wrt int --> size_t in bitset.h
Charles Kerr [Tue, 26 Jan 2010 07:22:50 +0000 (07:22 +0000)]
(trunk libT) #2792 "since 1.80 update downloads failing" -- try to handle non-resolving tracker addresses without blocking in curl
Charles Kerr [Mon, 25 Jan 2010 07:35:38 +0000 (07:35 +0000)]
(trunk libT) make "tr_globalAddress" a private function
Charles Kerr [Mon, 25 Jan 2010 05:19:54 +0000 (05:19 +0000)]
(trunk libT) #2792 "Since 1.80 update downloads failing" -- a better fix than r10015...
Mitchell Livingston [Mon, 25 Jan 2010 05:06:54 +0000 (05:06 +0000)]
#2765 ignore case when ordering the file list in a newly-generated torrent file
Charles Kerr [Mon, 25 Jan 2010 04:54:04 +0000 (04:54 +0000)]
(trunk libT) #2792 "Since 1.80 update downloads failing" -- fixed in trunk for 1.83
Charles Kerr [Mon, 25 Jan 2010 04:26:08 +0000 (04:26 +0000)]
(trunk libT) fix typo from prev commit
Charles Kerr [Mon, 25 Jan 2010 04:24:48 +0000 (04:24 +0000)]
(trunk libT) extend the lifespan of the cached DNS entries
Charles Kerr [Mon, 25 Jan 2010 04:00:08 +0000 (04:00 +0000)]
(trunk libT) #2804 "segmentation fault add-by-url when url scheme is ftp" -- fixed in trunk for 1.83
Charles Kerr [Mon, 25 Jan 2010 02:19:20 +0000 (02:19 +0000)]
(trunk libT) (1) on startup, stagger new torrents' scrapes. (2) reduce the minimum number of block requests to peers.
Charles Kerr [Sun, 24 Jan 2010 23:32:49 +0000 (23:32 +0000)]
(trunk libT) increase the announce timeout from 30 seconds to 45 seconds.
Charles Kerr [Sun, 24 Jan 2010 19:22:22 +0000 (19:22 +0000)]
(trunk libT) #2783 "blocklist is empty" -- fix this 1.82 regression. apparently update.transmissionbt.com doesn't like it when you make the ":80" in the Host: header explicit instead of implicit... so probably other web servers have the same problem too.
Mitchell Livingston [Sat, 23 Jan 2010 21:51:04 +0000 (21:51 +0000)]
#2798 Disable "Verify Local Data" for magnetized transfers
Mitchell Livingston [Sat, 23 Jan 2010 14:55:09 +0000 (14:55 +0000)]
Add © to copyright string
Mitchell Livingston [Sat, 23 Jan 2010 14:54:50 +0000 (14:54 +0000)]
1.82+
Mitchell Livingston [Sat, 23 Jan 2010 14:22:21 +0000 (14:22 +0000)]
yay 1.82
Charles Kerr [Sat, 23 Jan 2010 07:51:51 +0000 (07:51 +0000)]
(trunk libT) when adding the Host: header by hand, make include the host's port
Mitchell Livingston [Sat, 23 Jan 2010 01:56:19 +0000 (01:56 +0000)]
update NEWS
Eric Petit [Sat, 23 Jan 2010 01:13:08 +0000 (01:13 +0000)]
Update my email address
Happy r10000 and kudos to charles, livings and all those who make T live on!
Charles Kerr [Sat, 23 Jan 2010 00:47:08 +0000 (00:47 +0000)]
(trunk gtk) update i18n files from rosetta
Mitchell Livingston [Sat, 23 Jan 2010 00:36:18 +0000 (00:36 +0000)]
fix magnet links when app is closed that I broke in r9996
Mitchell Livingston [Sat, 23 Jan 2010 00:30:04 +0000 (00:30 +0000)]
#2785 - generate the file list right away instead of lazily, since auto-grouping might rely on it
Mitchell Livingston [Sat, 23 Jan 2010 00:05:40 +0000 (00:05 +0000)]
#2787 allow dragging of URLs onto the dock icon once again
Charles Kerr [Sat, 23 Jan 2010 00:01:26 +0000 (00:01 +0000)]
(trunk) update NEWS, bump to 1.81.
Charles Kerr [Fri, 22 Jan 2010 07:32:02 +0000 (07:32 +0000)]
(trunk gtk) #2784 "Paused seeding torrents still display 'Remaining time unknown'" -- fixed in trunk for 1.81
Charles Kerr [Fri, 22 Jan 2010 07:27:19 +0000 (07:27 +0000)]
(trunk libT) #2783 "starting with r9992, IP blocklist is empty" -- when replacing a URL's hostname with an IP address before passing the URL to curl, manually set the Host: header to the original hostname. (Xref: #2781)
Charles Kerr [Fri, 22 Jan 2010 03:39:21 +0000 (03:39 +0000)]
(trunk libT) if we're calling evdns_init(), we probably ought to call evdns_shutdown() on exit...
Mitchell Livingston [Fri, 22 Jan 2010 02:47:30 +0000 (02:47 +0000)]
mac build, compile!
Charles Kerr [Fri, 22 Jan 2010 02:40:11 +0000 (02:40 +0000)]
(trunk libT) #2781 "1.80 freezes on startup" -- possible fix. implement nonblocking dns before we hand the URLs over to libcurl
Charles Kerr [Thu, 21 Jan 2010 20:51:48 +0000 (20:51 +0000)]
(trunk gtk) #2780 "for themability, T needs unique icon names for window, system tray, and popup icons" -- added to trunk for 1.81
Charles Kerr [Thu, 21 Jan 2010 05:10:00 +0000 (05:10 +0000)]
(trunk libT) #2777 "some magnet links get misparsed" -- fixed in trunk for 1.81
Charles Kerr [Thu, 21 Jan 2010 03:14:46 +0000 (03:14 +0000)]
(trunk libT) #2756 "32 byte leak in tr_threadNew()" -- fixed for 1.81
Mitchell Livingston [Thu, 21 Jan 2010 02:48:14 +0000 (02:48 +0000)]
flatten nibs regardless of build setting
Mitchell Livingston [Thu, 21 Jan 2010 02:47:52 +0000 (02:47 +0000)]
1.80+
Kevin Glowacz [Thu, 21 Jan 2010 01:43:12 +0000 (01:43 +0000)]
(trunk web) style the turtle button into the iPhone stylesheet
Kevin Glowacz [Thu, 21 Jan 2010 01:43:05 +0000 (01:43 +0000)]
(trunk web) work around a context bug in jquery14
Mitchell Livingston [Thu, 21 Jan 2010 00:50:46 +0000 (00:50 +0000)]
bug fix > bugfix
Charles Kerr [Thu, 21 Jan 2010 00:31:12 +0000 (00:31 +0000)]
(trunk gtk) update .po files from rosetta
Charles Kerr [Wed, 20 Jan 2010 23:58:09 +0000 (23:58 +0000)]
(trunk libT) fix some #include statements
Mitchell Livingston [Wed, 20 Jan 2010 23:54:49 +0000 (23:54 +0000)]
update NEWS and version information
Charles Kerr [Wed, 20 Jan 2010 21:27:00 +0000 (21:27 +0000)]
(trunk gtk) HiG consistency
Charles Kerr [Wed, 20 Jan 2010 20:25:13 +0000 (20:25 +0000)]
(trunk libT) fix tiny typo in previous commit... :/
Charles Kerr [Wed, 20 Jan 2010 20:15:23 +0000 (20:15 +0000)]
(trunk libT) still too wordy
Charles Kerr [Wed, 20 Jan 2010 20:08:12 +0000 (20:08 +0000)]
(trunk libT) #2676 "Transmission writes to non-existent drive in '/Volumes'" -- we're already stopping the torrent when the local data disappears, but let's add a more explicit and helpful error message to help users diagnoses the problem.
Charles Kerr [Wed, 20 Jan 2010 18:48:52 +0000 (18:48 +0000)]
(trunk libT) #2775 "Saving some memory/storage" -- committed for 1.80
Charles Kerr [Wed, 20 Jan 2010 18:41:22 +0000 (18:41 +0000)]
(trunk libT) tweak the last commit -- use strncmp() instead
Charles Kerr [Wed, 20 Jan 2010 18:15:09 +0000 (18:15 +0000)]
(trunk libT) #2771 "Unable to add magnet URI from Mininova via web interface" -- fixed for 1.80
Charles Kerr [Wed, 20 Jan 2010 17:43:00 +0000 (17:43 +0000)]
(trunk gtk) fix another small memory error in the gtk+ client found by valgrind
Charles Kerr [Wed, 20 Jan 2010 17:20:35 +0000 (17:20 +0000)]
(trunk gtk) fix another minor memory leak detected by valgrind
Charles Kerr [Wed, 20 Jan 2010 14:27:48 +0000 (14:27 +0000)]
(trunk gtk) oops, that last commit should've used g_free() instead of tr_free()
Charles Kerr [Wed, 20 Jan 2010 14:16:44 +0000 (14:16 +0000)]
(trunk gtk) fix a couple of small memory leaks in the gtk+ client, found by valgrind
Mitchell Livingston [Wed, 20 Jan 2010 05:14:47 +0000 (05:14 +0000)]
by request, remove from credits
Charles Kerr [Tue, 19 Jan 2010 19:37:00 +0000 (19:37 +0000)]
(trunk) No code changes here... filling in some of the blanks in the "peers" and "utils" doxygen groups' documentation.
Charles Kerr [Tue, 19 Jan 2010 17:29:42 +0000 (17:29 +0000)]
(trunk) tweak NEWS
Mitchell Livingston [Tue, 19 Jan 2010 04:16:40 +0000 (04:16 +0000)]
remove an unused field from the Simplified Chinese localization's tracker tab (how can a new localization already have this sort of issue?)
Charles Kerr [Mon, 18 Jan 2010 19:38:25 +0000 (19:38 +0000)]
(trunk) pull libevent from <svn://svn.transmissionbt.com/libevent/branches/patches-1.4/libevent>
Charles Kerr [Mon, 18 Jan 2010 19:36:06 +0000 (19:36 +0000)]
(trunk) messing around with libevent a little. this will break build.transmissionbt.com for a bit but don't worry about it