]>
granicus.if.org Git - transmission/log
Jordan Lee [Tue, 11 Oct 2011 04:17:54 +0000 (04:17 +0000)]
(trunk) #4550 "no way to build with GTK+ 3" -- fixed. We now use GTK+ 3 if available; GTK+ 2 if it's not.
Jordan Lee [Tue, 11 Oct 2011 04:11:08 +0000 (04:11 +0000)]
(trunk gtk) add portability wrappers for gtk_hbox_new() and gtk_vbox_new(), which are deprecated now in GTK+ 3.2
Jordan Lee [Mon, 10 Oct 2011 20:23:24 +0000 (20:23 +0000)]
(trunk) #4490 "transmission fails to build: undefined references" -- reopened. r12954's solution generated a new problem in "make distclean."
Mitchell Livingston [Mon, 10 Oct 2011 11:25:46 +0000 (11:25 +0000)]
cli, daemon, and remote can compile again
Mitchell Livingston [Mon, 10 Oct 2011 11:17:59 +0000 (11:17 +0000)]
use our own curl instead of the systems, since 10.6 and 10.7 curls don't get along
Mitchell Livingston [Sun, 9 Oct 2011 18:19:47 +0000 (18:19 +0000)]
remove redundant copies of libcurl and lib crypto
Jordan Lee [Sun, 9 Oct 2011 14:51:13 +0000 (14:51 +0000)]
(trunk libT) #4323 "allow usage of system miniupnpc" -- possibly fix OS X regression caused by r12957
Jordan Lee [Sun, 9 Oct 2011 02:05:52 +0000 (02:05 +0000)]
(trunk libT) #4323 "Allow usage of system miniupnpc" -- fixed.
Jordan Lee [Sun, 9 Oct 2011 00:21:36 +0000 (00:21 +0000)]
(trunk libT) #4530 "lastAnnounceResult is not properly set" -- fixed.
Jordan Lee [Sun, 9 Oct 2011 00:18:18 +0000 (00:18 +0000)]
(trunk libT) #4526 "do not skip scrape unless all three scrape fields came with announce" -- fixed.
Jordan Lee [Sat, 8 Oct 2011 23:53:27 +0000 (23:53 +0000)]
(trunk) #4490 "Transmission 2.40b1 fails to build: undefined references" -- fixed.
Mitchell Livingston [Sat, 8 Oct 2011 21:38:10 +0000 (21:38 +0000)]
(trunk) bump to 2.41+
Mitchell Livingston [Sat, 8 Oct 2011 18:38:01 +0000 (18:38 +0000)]
correct 2.40's release date
Mitchell Livingston [Thu, 6 Oct 2011 12:35:52 +0000 (12:35 +0000)]
fix Xcode builds of the cli, daemon, and remote
Mitchell Livingston [Thu, 6 Oct 2011 03:16:06 +0000 (03:16 +0000)]
replace 'fldr' with kGenericFolderIcon
Mitchell Livingston [Thu, 6 Oct 2011 02:27:23 +0000 (02:27 +0000)]
remove another call to filenames
Mitchell Livingston [Thu, 6 Oct 2011 02:16:19 +0000 (02:16 +0000)]
remove most instances of deprecated filename and filenames methods
Mitchell Livingston [Thu, 6 Oct 2011 00:36:54 +0000 (00:36 +0000)]
bump to 2.40+
Mitchell Livingston [Thu, 6 Oct 2011 00:35:09 +0000 (00:35 +0000)]
use AutoLayout with GlobalOptionsPopover.xib, since it's 10.7-only
Mitchell Livingston [Thu, 6 Oct 2011 00:30:40 +0000 (00:30 +0000)]
We now require Mac OS X 10.6 or later. Make that change and all the nice little adjustments that go with it.
Mitchell Livingston [Wed, 5 Oct 2011 04:01:44 +0000 (04:01 +0000)]
bump to 2.40
Mitchell Livingston [Mon, 3 Oct 2011 01:38:55 +0000 (01:38 +0000)]
replace the deprecated setRequiredFileType: with setAllowedFileTypes:
Mitchell Livingston [Sat, 1 Oct 2011 03:36:44 +0000 (03:36 +0000)]
update the Creator window's tracker-tier informative text the full length of the window
Jordan Lee [Thu, 29 Sep 2011 02:43:07 +0000 (02:43 +0000)]
bump to 2.40 beta 3
Jordan Lee [Wed, 28 Sep 2011 18:06:04 +0000 (18:06 +0000)]
parsing uris is expensive, so cache the results.
Jordan Lee [Wed, 28 Sep 2011 16:07:35 +0000 (16:07 +0000)]
#4506 'crash from memory corruption somewhere called from tr_handshakeDone()' -- possible fix.
Jordan Lee [Wed, 28 Sep 2011 16:06:19 +0000 (16:06 +0000)]
munge tr_torrent's memory immediately before freeing it.
Mitchell Livingston [Tue, 27 Sep 2011 22:34:52 +0000 (22:34 +0000)]
#4524 Redirects with https are broken
Jordan Lee [Tue, 27 Sep 2011 16:44:35 +0000 (16:44 +0000)]
#4521 '(web) Make urls in comments clickable' -- done.
Jordan Lee [Tue, 27 Sep 2011 16:19:08 +0000 (16:19 +0000)]
#4522 'svn link in README outdated' -- fixed.
Jordan Lee [Tue, 27 Sep 2011 02:44:07 +0000 (02:44 +0000)]
remove redundant assertion
Mitchell Livingston [Tue, 27 Sep 2011 02:34:04 +0000 (02:34 +0000)]
#4517 mark "add torrent" and "blacklist" url fields as html5 url fields
Mitchell Livingston [Tue, 27 Sep 2011 01:49:09 +0000 (01:49 +0000)]
warnings--
Mitchell Livingston [Tue, 27 Sep 2011 01:40:17 +0000 (01:40 +0000)]
update NEWS
Mitchell Livingston [Tue, 27 Sep 2011 01:37:41 +0000 (01:37 +0000)]
#4512 Groups-based custom locations over RPC
Jordan Lee [Mon, 26 Sep 2011 23:22:51 +0000 (23:22 +0000)]
#4515 'load jquery-ui via https' -- done.
Jordan Lee [Mon, 26 Sep 2011 22:50:42 +0000 (22:50 +0000)]
(trunk libt) in tr_bitfieldSetRaw(), add a `bounded' argument for cases where we know how large the final bitfield will be. This can be used ensure that the excess bits at the end of the array are zeroed out and safe for bitfield.c's countArray() function.
Jordan Lee [Mon, 26 Sep 2011 22:48:50 +0000 (22:48 +0000)]
peer.have was being initialized to the block count, rather than the piece count, resulting in wasted overhead.
Jordan Lee [Mon, 26 Sep 2011 20:49:26 +0000 (20:49 +0000)]
(trunk libT) #4511 "fromLpd in rpc" -- add to torrent-get's "peersFrom" response.
Jordan Lee [Mon, 26 Sep 2011 06:18:48 +0000 (06:18 +0000)]
(trunk libT) add several more tr_completion assertions to smoke out the (sizeWhenDone() < sizeNow()) error reported in the forums
Jordan Lee [Mon, 26 Sep 2011 05:57:03 +0000 (05:57 +0000)]
in freeTorrent(), don't destruct the torrent's completion field until after calling tr_announceRemoveTorrent()
Jordan Lee [Sun, 25 Sep 2011 21:56:11 +0000 (21:56 +0000)]
(trunk qt) #4510 "Lithuanian (lt) translation for the Qt Client" -- added.
Jordan Lee [Sun, 25 Sep 2011 21:51:50 +0000 (21:51 +0000)]
(trunk libT) #4504 "crash when adding malformed magnet link" -- fixed.
Jordan Lee [Sun, 25 Sep 2011 21:48:34 +0000 (21:48 +0000)]
(trunk libT) #4507 "scrape min_request_interval no longer working" -- fixed.
Mitchell Livingston [Sun, 25 Sep 2011 15:37:47 +0000 (15:37 +0000)]
increase the default width of the inspector -> peers's IP address, dl, and ul columns
Mitchell Livingston [Sun, 25 Sep 2011 01:55:48 +0000 (01:55 +0000)]
Remove duplicate "Copy bundle resources" for PriorityNone.png, again
Mitchell Livingston [Sun, 25 Sep 2011 01:53:16 +0000 (01:53 +0000)]
update Dutch localization for 2.4
Mitchell Livingston [Sat, 24 Sep 2011 19:38:04 +0000 (19:38 +0000)]
trivial tweak to betterComponentsSeparatedByCharactersInSet:
Jordan Lee [Sat, 24 Sep 2011 05:54:47 +0000 (05:54 +0000)]
(trunk libT) #4502 "allow verbose scrape" -- patch by reardon.
Jordan Lee [Fri, 23 Sep 2011 05:57:03 +0000 (05:57 +0000)]
bump version to 2.40 beta 2
Jordan Lee [Wed, 21 Sep 2011 23:04:39 +0000 (23:04 +0000)]
#4496 'freeze when having a huge torrent' -- more tweaks based on Shark reports from MechMK1
Jordan Lee [Wed, 21 Sep 2011 20:17:36 +0000 (20:17 +0000)]
#4496 'freeze when having a huge torrent' -- remove redundant debug calls to countArray(). This is a second iteration of optimizations based on MechMK1's Shark report.
Jordan Lee [Wed, 21 Sep 2011 00:20:02 +0000 (00:20 +0000)]
#4344 'zero peers observed with 2.32' -- experimental change suggested by gunzip
Jordan Lee [Tue, 20 Sep 2011 23:39:40 +0000 (23:39 +0000)]
#4496 'freeze when having a huge torrent' -- add a bitfield helper function to init the bitfield from an array of flags.
Mitchell Livingston [Mon, 19 Sep 2011 02:00:52 +0000 (02:00 +0000)]
even more work on betterComponentsSeparatedByCharactersInSet:
Mitchell Livingston [Mon, 19 Sep 2011 01:55:52 +0000 (01:55 +0000)]
improvements to betterComponentsSeparatedByCharactersInSet:
Mitchell Livingston [Mon, 19 Sep 2011 01:38:01 +0000 (01:38 +0000)]
whoops, comment
Mitchell Livingston [Mon, 19 Sep 2011 01:37:43 +0000 (01:37 +0000)]
roll my own method to separate a string into components
Mitchell Livingston [Mon, 19 Sep 2011 00:48:30 +0000 (00:48 +0000)]
#4493 improve search filter behavior
Mitchell Livingston [Sun, 18 Sep 2011 23:19:46 +0000 (23:19 +0000)]
#4491 add ieAll.css to the makefile
Mitchell Livingston [Sun, 18 Sep 2011 23:12:31 +0000 (23:12 +0000)]
update jquery.form.min
Mitchell Livingston [Sun, 18 Sep 2011 21:14:33 +0000 (21:14 +0000)]
the Italian MainMenu.xib was the Portuguese version. Whoops.
Mitchell Livingston [Sun, 18 Sep 2011 16:36:57 +0000 (16:36 +0000)]
set version to 2.40b1
Jordan Lee [Sun, 18 Sep 2011 16:13:21 +0000 (16:13 +0000)]
updated Spanish translation of the Qt client. Thanks to rb07 for the update
Mitchell Livingston [Sat, 17 Sep 2011 18:08:12 +0000 (18:08 +0000)]
update French localization for 2.4
Mitchell Livingston [Sat, 17 Sep 2011 13:58:02 +0000 (13:58 +0000)]
tweak NEWS
Jordan Lee [Sat, 17 Sep 2011 04:14:44 +0000 (04:14 +0000)]
second go at adding NEWS for 2.40
Mitchell Livingston [Sat, 17 Sep 2011 02:49:51 +0000 (02:49 +0000)]
first go at updating NEWS for 2.40
Jordan Lee [Fri, 16 Sep 2011 23:08:35 +0000 (23:08 +0000)]
(trunk libT) add a magnet link check to deleteLocalData(). Thanks to plaes for reporting this issue.
Jordan Lee [Fri, 16 Sep 2011 22:55:58 +0000 (22:55 +0000)]
(trunk libT) #4473 'underflow from malformed ssha1 can crash tr_ssha1_matches()' -- bah, fix oops in r12884.
Jordan Lee [Fri, 16 Sep 2011 22:53:26 +0000 (22:53 +0000)]
(trunk libT) #4473 "underflow from malformed ssha1 can crash tr_ssha1_matches()" -- fixed. Thanks to Volfram for finding this crash and tracking down the cause.
Jordan Lee [Fri, 16 Sep 2011 03:33:53 +0000 (03:33 +0000)]
#4486 (trunk, web) 'filter bar no longer displays selected option' -- possible fix
Jordan Lee [Thu, 15 Sep 2011 15:28:06 +0000 (15:28 +0000)]
(trunk web) since disabling context menu items doesn't work anyway, don't bother trying. (Xref: #4485)
Jordan Lee [Thu, 15 Sep 2011 05:27:22 +0000 (05:27 +0000)]
(trunk web) ...and, also make sure that the three dialogs all use the same effects
Jordan Lee [Thu, 15 Sep 2011 05:20:26 +0000 (05:20 +0000)]
give the 'about' dialog's titlebar the title 'about'
Jordan Lee [Thu, 15 Sep 2011 05:16:39 +0000 (05:16 +0000)]
add an 'about' dialog to show the server's version number
Jordan Lee [Thu, 15 Sep 2011 04:40:38 +0000 (04:40 +0000)]
when no torrents are selected, have the inspector's piece info show 'N/A'
Jordan Lee [Thu, 15 Sep 2011 03:13:50 +0000 (03:13 +0000)]
on startup, init the inspector's fields to 'N/A' where appropriate
Jordan Lee [Thu, 15 Sep 2011 00:52:39 +0000 (00:52 +0000)]
minor cleanup -- group a few related functions together.
Mitchell Livingston [Wed, 14 Sep 2011 22:42:56 +0000 (22:42 +0000)]
update Italian localization's MainMenu.xib
Jordan Lee [Wed, 14 Sep 2011 18:35:31 +0000 (18:35 +0000)]
add thousands formatting in the filter list
Jordan Lee [Wed, 14 Sep 2011 17:40:37 +0000 (17:40 +0000)]
#4482 'Sections in Prefs window make no sense' -- rearranged as per livings suggesion.
Jordan Lee [Wed, 14 Sep 2011 17:22:54 +0000 (17:22 +0000)]
#4479 'magnet links are not included in filter results' -- fixed.
Jordan Lee [Wed, 14 Sep 2011 17:17:03 +0000 (17:17 +0000)]
(trunk web) #4480 "Bottom bar looks bad on iPhone" -- fixed.
Jordan Lee [Wed, 14 Sep 2011 16:29:24 +0000 (16:29 +0000)]
(trunk web) #4481 "preference window no longer provides version info" -- add server version information to the server statistics dialog.
Jordan Lee [Wed, 14 Sep 2011 16:26:13 +0000 (16:26 +0000)]
fix pluralization bug in formatter.timeInterval()
Jordan Lee [Wed, 14 Sep 2011 15:38:54 +0000 (15:38 +0000)]
fix resize issue in web client's prefs dialog.
Jordan Lee [Wed, 14 Sep 2011 15:32:12 +0000 (15:32 +0000)]
(trunk web) minor code cleanup: formatting consistency, move var declarations to the beginning of functions, fit better in 80 columns.
Mitchell Livingston [Wed, 14 Sep 2011 12:21:58 +0000 (12:21 +0000)]
(trunk web) rephrase idle limit text
Jordan Lee [Wed, 14 Sep 2011 05:10:51 +0000 (05:10 +0000)]
(trunk web) refactor the preferences dialog into its own class. Make the prefs dialog invokable on iPhones/Androids (#1131) and add stop ratio functionality (#2006).
Mitchell Livingston [Wed, 14 Sep 2011 03:31:34 +0000 (03:31 +0000)]
before applying the gradient to the status and filter bars, check that the remaining rect is not empty
Mitchell Livingston [Wed, 14 Sep 2011 03:15:58 +0000 (03:15 +0000)]
when drawing gradients in the status and filter bar, always draw the full height
Mitchell Livingston [Tue, 13 Sep 2011 22:49:03 +0000 (22:49 +0000)]
update jQuery to 1.6.4
Mitchell Livingston [Tue, 13 Sep 2011 00:44:36 +0000 (00:44 +0000)]
(trunk web) rename "duration" to "running time"; align the started count with the other fields
Jordan Lee [Mon, 12 Sep 2011 21:46:15 +0000 (21:46 +0000)]
(trunk web) small refactoring of webseed's batch processing.
1. move the callback structs' declarations next to the callback functions where they're used.
2. rename the callback structs to clarify their link to the callback functions.
3. constify some of the callback functions' local variables.
4. clarify some of the comments.
Jordan Lee [Mon, 12 Sep 2011 20:41:28 +0000 (20:41 +0000)]
tr_free() already checks for null, so no need for the caller to wrap it in an 'if not null' test
Jordan Lee [Mon, 12 Sep 2011 20:40:09 +0000 (20:40 +0000)]
remove two redundant variables from tr_webseed_task
Jordan Lee [Mon, 12 Sep 2011 20:37:02 +0000 (20:37 +0000)]
(trunk web) normalize the prefs tabs' borders
Jordan Lee [Mon, 12 Sep 2011 06:11:04 +0000 (06:11 +0000)]
(trunk gtk) #4470 "Search in torrent list is broken" -- fixed.
Jordan Lee [Mon, 12 Sep 2011 05:39:27 +0000 (05:39 +0000)]
(trunk libT) #4445 "transmission only downloads partially from webseeds with redirections" -- fixed with patch from alexat.