]> granicus.if.org Git - transmission/log
transmission
15 years ago(trunk third-party) #2302: upgrade libdht to newer version
Charles Kerr [Sat, 19 Sep 2009 18:09:57 +0000 (18:09 +0000)]
(trunk third-party) #2302: upgrade libdht to newer version

15 years ago(trunk gtk) #2427: crash on quit when the Preferences window is open
Charles Kerr [Sat, 19 Sep 2009 11:35:27 +0000 (11:35 +0000)]
(trunk gtk) #2427: crash on quit when the Preferences window is open

15 years ago(trunk) forgot to add this image to the makefile
Kevin Glowacz [Sat, 19 Sep 2009 00:03:10 +0000 (00:03 +0000)]
(trunk) forgot to add this image to the makefile

15 years agowhen creating a torrent with a single piece, remove "each" from "X size each"
Mitchell Livingston [Fri, 18 Sep 2009 03:57:18 +0000 (03:57 +0000)]
when creating a torrent with a single piece, remove "each" from "X size each"

15 years agoin the off chance this ocurs, "1 byte" instead of "1 bytes"
Mitchell Livingston [Fri, 18 Sep 2009 03:49:55 +0000 (03:49 +0000)]
in the off chance this ocurs, "1 byte" instead of "1 bytes"

15 years agoremove unneeded group column resize code
Mitchell Livingston [Fri, 18 Sep 2009 02:18:22 +0000 (02:18 +0000)]
remove unneeded group column resize code

15 years agouse NSRectFillListWithColors on the pieces grid
Mitchell Livingston [Thu, 17 Sep 2009 23:33:50 +0000 (23:33 +0000)]
use NSRectFillListWithColors on the pieces grid

15 years ago(trunk libT) #2420 - Transmission should follow PEX conventions
Charles Kerr [Thu, 17 Sep 2009 19:05:18 +0000 (19:05 +0000)]
(trunk libT) #2420 - Transmission should follow PEX conventions

15 years ago#2421 Build fails on Mac OS X if special characters are in project path
Mitchell Livingston [Thu, 17 Sep 2009 13:23:52 +0000 (13:23 +0000)]
#2421 Build fails on Mac OS X if special characters are in project path

15 years agofix some flickering with the table row color drawing
Mitchell Livingston [Thu, 17 Sep 2009 11:53:56 +0000 (11:53 +0000)]
fix some flickering with the table row color drawing

15 years agoremove unnecessary alloca
Mitchell Livingston [Thu, 17 Sep 2009 04:52:17 +0000 (04:52 +0000)]
remove unnecessary alloca

15 years agosame for torrent table, and fix a code placement issue
Mitchell Livingston [Thu, 17 Sep 2009 04:36:09 +0000 (04:36 +0000)]
same for torrent table, and fix a code placement issue

15 years agouse NSRectFillList() to fill the tracker table's alternating row
Mitchell Livingston [Thu, 17 Sep 2009 04:29:07 +0000 (04:29 +0000)]
use NSRectFillList() to fill the tracker table's alternating row

15 years ago(trunk libT) use tr_torrentName() instead of tor->info.name
Charles Kerr [Thu, 17 Sep 2009 03:24:35 +0000 (03:24 +0000)]
(trunk libT) use tr_torrentName() instead of tor->info.name

15 years ago(trunk gtk) rewrite the 'create torrent' dialog
Charles Kerr [Thu, 17 Sep 2009 01:28:45 +0000 (01:28 +0000)]
(trunk gtk) rewrite the 'create torrent' dialog

15 years agoadd a way to tell the hig workarea which widget(s) to stretch vertically when the...
Charles Kerr [Thu, 17 Sep 2009 01:21:49 +0000 (01:21 +0000)]
add a way to tell the hig workarea which widget(s) to stretch vertically when the workarea is resized by the user

15 years agowhen creating a new torrent and a tracker announce URL can't be parsed, set a variabl...
Charles Kerr [Thu, 17 Sep 2009 01:18:59 +0000 (01:18 +0000)]
when creating a new torrent and a tracker announce URL can't be parsed, set a variable so that the client can learn which announce URL was the bad one

15 years agoremove a warning
Mitchell Livingston [Thu, 17 Sep 2009 01:15:00 +0000 (01:15 +0000)]
remove a warning

15 years agoshow a warning whenever removing any tracker, regardless of if it's built-in
Mitchell Livingston [Thu, 17 Sep 2009 01:10:18 +0000 (01:10 +0000)]
show a warning whenever removing any tracker, regardless of if it's built-in

15 years agoremove distinction between built-in trackers and custom-added trackers; add trackers...
Mitchell Livingston [Thu, 17 Sep 2009 00:33:39 +0000 (00:33 +0000)]
remove distinction between built-in trackers and custom-added trackers; add trackers to the end of the list instead of the beginning

15 years agouse 10.6's localizedStandardCompare: when sorting by name
Mitchell Livingston [Wed, 16 Sep 2009 02:18:23 +0000 (02:18 +0000)]
use 10.6's localizedStandardCompare: when sorting by name

15 years ago#2414 Upside-down dock icons in Inspector under Leopard
Mitchell Livingston [Wed, 16 Sep 2009 01:16:12 +0000 (01:16 +0000)]
#2414 Upside-down dock icons in Inspector under Leopard

15 years ago(trunk) silence manpage warnings reported by lintian and recorded at http://lintian...
Charles Kerr [Tue, 15 Sep 2009 14:11:46 +0000 (14:11 +0000)]
(trunk) silence manpage warnings reported by lintian and recorded at http://lintian.debian.org/full/costela@debian.org.html#transmission

15 years agoon 10.6 avoid some wizardry to work around a 10.5 bug when switching a table's image...
Mitchell Livingston [Tue, 15 Sep 2009 04:56:48 +0000 (04:56 +0000)]
on 10.6 avoid some wizardry to work around a 10.5 bug when switching a table's image's template setting

15 years agoreplace a deprecated method
Mitchell Livingston [Tue, 15 Sep 2009 04:20:41 +0000 (04:20 +0000)]
replace a deprecated method

15 years ago(trunk web) #2411: double-clicking torrent should open/close inspector
Charles Kerr [Mon, 14 Sep 2009 22:33:17 +0000 (22:33 +0000)]
(trunk web) #2411: double-clicking torrent should open/close inspector

15 years ago(trunk qt) fix DHT build issue reported and patched by DimStar
Charles Kerr [Mon, 14 Sep 2009 18:36:33 +0000 (18:36 +0000)]
(trunk qt) fix DHT build issue reported and patched by DimStar

15 years ago(trunk) update to 1.75; transfer NEWS and appcast from 1.7x branch
Mitchell Livingston [Mon, 14 Sep 2009 03:49:24 +0000 (03:49 +0000)]
(trunk) update to 1.75; transfer NEWS and appcast from 1.7x branch

15 years ago(trunk gtk) increase the temporary buffer size to avoid string truncations
Charles Kerr [Sat, 12 Sep 2009 07:26:13 +0000 (07:26 +0000)]
(trunk gtk) increase the temporary buffer size to avoid string truncations

15 years agoanother warning gone
Mitchell Livingston [Sat, 12 Sep 2009 02:48:57 +0000 (02:48 +0000)]
another warning gone

15 years agoone less warning
Mitchell Livingston [Sat, 12 Sep 2009 02:39:45 +0000 (02:39 +0000)]
one less warning

15 years agoremove comment
Mitchell Livingston [Sat, 12 Sep 2009 01:07:21 +0000 (01:07 +0000)]
remove comment

15 years ago(trunk) make sure the creator window size/placement is saved correctly
Mitchell Livingston [Sat, 12 Sep 2009 01:00:54 +0000 (01:00 +0000)]
(trunk) make sure the creator window size/placement is saved correctly

15 years ago(trunk) hopefull fix #2354 - end editing of the tracker table before attempting torre...
Mitchell Livingston [Sat, 12 Sep 2009 00:23:13 +0000 (00:23 +0000)]
(trunk) hopefull fix #2354 - end editing of the tracker table before attempting torrent creation

15 years ago(trunk T) possible fix for gtk crash reported by Michael Stoykov
Charles Kerr [Fri, 11 Sep 2009 23:43:42 +0000 (23:43 +0000)]
(trunk T) possible fix for gtk crash reported by  Michael Stoykov

15 years ago(trunk gtk) fix clang build issue reported by Tronic
Charles Kerr [Fri, 11 Sep 2009 14:34:36 +0000 (14:34 +0000)]
(trunk gtk) fix clang build issue reported by Tronic

15 years agolast commit would break 10.5-compatibility if it weren't already broken
Mitchell Livingston [Fri, 11 Sep 2009 03:16:33 +0000 (03:16 +0000)]
last commit would break 10.5-compatibility if it weren't already broken

15 years agothe quick look window shouldn't zoom onto a missing window when quitting
Mitchell Livingston [Fri, 11 Sep 2009 03:15:04 +0000 (03:15 +0000)]
the quick look window shouldn't zoom onto a missing window when quitting

15 years ago(trunk gtk) add a Donate item to the Help menu
Charles Kerr [Thu, 10 Sep 2009 17:39:44 +0000 (17:39 +0000)]
(trunk gtk) add a Donate item to the Help menu

15 years ago#2396 move donation menu item to the main Transmission menu; remove some redundant...
Mitchell Livingston [Thu, 10 Sep 2009 04:19:35 +0000 (04:19 +0000)]
#2396 move donation menu item to the main Transmission menu; remove some redundant "Transmission _______" from the Help menu items

15 years ago(trunk libT) fix a couple of compiler warnings from the last commit.
Charles Kerr [Thu, 10 Sep 2009 03:28:55 +0000 (03:28 +0000)]
(trunk libT) fix a couple of compiler warnings from the last commit.

15 years ago(trunk libT) fix oops
Charles Kerr [Thu, 10 Sep 2009 03:07:54 +0000 (03:07 +0000)]
(trunk libT) fix oops

15 years ago(trunk libT) #2395: caching too many peers between sessions makes startup slow and...
Charles Kerr [Thu, 10 Sep 2009 02:20:35 +0000 (02:20 +0000)]
(trunk libT) #2395: caching too many peers between sessions makes startup slow and uses too much memory (KyleK, stdisease, et al)

15 years agoadd missing #include
Mitchell Livingston [Thu, 10 Sep 2009 00:15:35 +0000 (00:15 +0000)]
add missing #include

15 years agoanother 10.6 check
Mitchell Livingston [Thu, 10 Sep 2009 00:14:22 +0000 (00:14 +0000)]
another 10.6 check

15 years ago(trunk, libT) #2390: when you add a new torrent while one is verifying local data...
Charles Kerr [Wed, 9 Sep 2009 12:44:11 +0000 (12:44 +0000)]
(trunk, libT) #2390: when you add a new torrent while one is verifying local data, the new torrent will be added on wait list, rather than download automatically. (Reported by Adys in irc)

15 years ago(trunk libT) a test commit -- possible fseek fix for Rabbitbunny
Charles Kerr [Wed, 9 Sep 2009 03:23:50 +0000 (03:23 +0000)]
(trunk libT) a test commit -- possible fseek fix for Rabbitbunny

15 years agofix r9073 oops; I committed a few debugging changes by accident too
Charles Kerr [Tue, 8 Sep 2009 20:02:51 +0000 (20:02 +0000)]
fix r9073 oops; I committed a few debugging changes by accident too

15 years agodelete the obsolete zsh bindings
Charles Kerr [Tue, 8 Sep 2009 20:01:12 +0000 (20:01 +0000)]
delete the obsolete zsh bindings

15 years ago(trunk gtk) #2389: Sort by Time Left broken in the GTK client
Charles Kerr [Tue, 8 Sep 2009 18:59:49 +0000 (18:59 +0000)]
(trunk gtk) #2389: Sort by Time Left broken in the GTK client

15 years ago(trunk libT) sync the announce/scrape timeout intervals in trunk with those in 1.7x
Charles Kerr [Tue, 8 Sep 2009 18:39:20 +0000 (18:39 +0000)]
(trunk libT) sync the announce/scrape timeout intervals in trunk with those in 1.7x

15 years ago(trunk gtk) #2387: transmission doesn't start; gives message 'err: Did not receive...
Charles Kerr [Tue, 8 Sep 2009 14:58:27 +0000 (14:58 +0000)]
(trunk gtk) #2387: transmission doesn't start; gives message 'err: Did not receive a reply'

15 years agoadd better logging to track down tr_ioRead() error messages reported by Rabbitbunny
Charles Kerr [Tue, 8 Sep 2009 06:25:40 +0000 (06:25 +0000)]
add better logging to track down tr_ioRead() error messages reported by Rabbitbunny

15 years agodecide at runtime, rather than compile time, whether to use curl_multi_action
Charles Kerr [Tue, 8 Sep 2009 05:18:46 +0000 (05:18 +0000)]
decide at runtime, rather than compile time, whether to use curl_multi_action

15 years ago(trunk libT) make tr_ptrArrayErase() private
Charles Kerr [Mon, 7 Sep 2009 21:57:15 +0000 (21:57 +0000)]
(trunk libT) make tr_ptrArrayErase() private

15 years agomake sure the "move data" context option actually works
Mitchell Livingston [Mon, 7 Sep 2009 21:37:58 +0000 (21:37 +0000)]
make sure the "move data" context option actually works

15 years ago#2371 move "Move Data File To..." to the contextual menu, and add "Save Torrent File...
Mitchell Livingston [Mon, 7 Sep 2009 15:21:26 +0000 (15:21 +0000)]
#2371 move "Move Data File To..." to the contextual menu, and add "Save Torrent File As..."

15 years agodisable QuickLook button/menu item on 10.6
Mitchell Livingston [Mon, 7 Sep 2009 15:07:00 +0000 (15:07 +0000)]
disable QuickLook button/menu item on 10.6

15 years agoadd some 10.6 checks for quick look
Mitchell Livingston [Mon, 7 Sep 2009 14:54:22 +0000 (14:54 +0000)]
add some 10.6 checks for quick look

15 years ago#2337 Include Mac OS X 10.5's libcurl and libcrypto in our repo to build/link against...
Mitchell Livingston [Mon, 7 Sep 2009 14:46:25 +0000 (14:46 +0000)]
#2337 Include Mac OS X 10.5's libcurl and libcrypto in our repo to build/link against. This is the first step for restoring 10.5 compatibility.

15 years ago(trunk, libT) sibling to r9027, remove more unused code
Charles Kerr [Mon, 7 Sep 2009 06:23:15 +0000 (06:23 +0000)]
(trunk, libT) sibling to r9027, remove more unused code

15 years agoonly use integral numbers for the height of the pieces bar
Mitchell Livingston [Mon, 7 Sep 2009 06:05:48 +0000 (06:05 +0000)]
only use integral numbers for the height of the pieces bar

15 years agoseems that drawing non-integer bound rects isn't kosher after all
Mitchell Livingston [Mon, 7 Sep 2009 05:40:09 +0000 (05:40 +0000)]
seems that drawing non-integer bound rects isn't kosher after all

15 years ago(trunk libT) disable the sorted ptrArray assertions in non-mac release builds
Charles Kerr [Sun, 6 Sep 2009 22:52:13 +0000 (22:52 +0000)]
(trunk libT) disable the sorted ptrArray assertions in non-mac release builds

15 years agowhoops
Mitchell Livingston [Sun, 6 Sep 2009 21:19:19 +0000 (21:19 +0000)]
whoops

15 years agoSimplify the progress bar drawing code using NSDivideRect(). This also allows the...
Mitchell Livingston [Sun, 6 Sep 2009 21:09:33 +0000 (21:09 +0000)]
Simplify the progress bar drawing code using NSDivideRect(). This also allows the bars to have non-integer lengths

15 years ago(trunk libT) #2383: Faster verification for local data with small piece size
Charles Kerr [Sun, 6 Sep 2009 14:05:06 +0000 (14:05 +0000)]
(trunk libT) #2383: Faster verification for local data with small piece size

15 years agofix another 'make distcheck' error in the macox/ directory
Charles Kerr [Sat, 5 Sep 2009 17:38:03 +0000 (17:38 +0000)]
fix another 'make distcheck' error in the macox/ directory

15 years agofix autoconf 'make distcheck' error in macosx/ introduced in r9034
Charles Kerr [Sat, 5 Sep 2009 17:00:50 +0000 (17:00 +0000)]
fix autoconf 'make distcheck' error in macosx/ introduced in r9034

15 years ago(trunk libT) #2284: crashes when some invalid torrents are added. reported by Flemza...
Charles Kerr [Sat, 5 Sep 2009 16:51:22 +0000 (16:51 +0000)]
(trunk libT) #2284: crashes when some invalid torrents are added.  reported by Flemzard in irc

15 years agozoom from the inspectors file table when quick looking
Mitchell Livingston [Sat, 5 Sep 2009 01:58:13 +0000 (01:58 +0000)]
zoom from the inspectors file table when quick looking

15 years agoremove unneeded calls to sharedPreviewPanel
Mitchell Livingston [Fri, 4 Sep 2009 23:58:27 +0000 (23:58 +0000)]
remove unneeded calls to sharedPreviewPanel

15 years agokill some warnings
Mitchell Livingston [Fri, 4 Sep 2009 22:59:24 +0000 (22:59 +0000)]
kill some warnings

15 years agospacebar in the Inspector file table will toggle QuickLook
Mitchell Livingston [Fri, 4 Sep 2009 22:42:03 +0000 (22:42 +0000)]
spacebar in the Inspector file table will toggle QuickLook

15 years agosome cleanup of inspector QuickLook
Mitchell Livingston [Fri, 4 Sep 2009 22:21:47 +0000 (22:21 +0000)]
some cleanup of inspector QuickLook

15 years agobuild using NATIVE_ARCH_ACTUAL
Mitchell Livingston [Fri, 4 Sep 2009 13:08:24 +0000 (13:08 +0000)]
build using NATIVE_ARCH_ACTUAL

15 years agodraft #1 of #2369 - use public API for QuickLook on 10.6 (and drop the hack for 10...
Mitchell Livingston [Fri, 4 Sep 2009 04:10:46 +0000 (04:10 +0000)]
draft #1 of #2369 - use public API for QuickLook on 10.6 (and drop the hack for 10.5-support)

15 years agoQt 4.4 is still pretty new, so don't use QList.removeOne() yet. (build error reporte...
Charles Kerr [Wed, 2 Sep 2009 15:34:18 +0000 (15:34 +0000)]
Qt 4.4 is still pretty new, so don't use QList.removeOne() yet.  (build error reported by kklimonda)

15 years ago(trunk, libT) fix code in the UTF8-to-JSON serializer that could fall into an infinit...
Charles Kerr [Wed, 2 Sep 2009 15:26:34 +0000 (15:26 +0000)]
(trunk, libT) fix code in the UTF8-to-JSON serializer that could fall into an infinite loop when fed some inputs.  This may be ticket #2326 or may get its own retroactive ticket, depending on feedback from #2326's reporter

15 years ago(trunk web) rpc returns true and false for this, no need for 1 and 0. reported by...
Kevin Glowacz [Wed, 2 Sep 2009 01:03:38 +0000 (01:03 +0000)]
(trunk web) rpc returns true and false for this, no need for 1 and 0. reported by mwarning

15 years agoone less delegate compiler warning
Mitchell Livingston [Tue, 1 Sep 2009 12:26:56 +0000 (12:26 +0000)]
one less delegate compiler warning

15 years agogive the Clang compiler a try
Mitchell Livingston [Tue, 1 Sep 2009 11:27:31 +0000 (11:27 +0000)]
give the Clang compiler a try

15 years ago(trunk libT) revert r9026 from ticket #2357
Charles Kerr [Tue, 1 Sep 2009 03:42:16 +0000 (03:42 +0000)]
(trunk libT) revert r9026 from ticket #2357

15 years agoremove unused code
Charles Kerr [Mon, 31 Aug 2009 23:31:43 +0000 (23:31 +0000)]
remove unused code

15 years ago(trunk libT) #2357: the "upload_only" key sent in PEX should also be sent to trackers
Charles Kerr [Mon, 31 Aug 2009 18:33:25 +0000 (18:33 +0000)]
(trunk libT) #2357: the "upload_only" key sent in PEX should also be sent to trackers

15 years ago(trunk libT) #2373: Handle HTTP redirects more gracefully
Charles Kerr [Mon, 31 Aug 2009 17:18:58 +0000 (17:18 +0000)]
(trunk libT) #2373: Handle HTTP redirects more gracefully

15 years ago(trunk libT) #2372: 'Unregistered Torrent Pass' Pauses Download
Charles Kerr [Mon, 31 Aug 2009 16:41:54 +0000 (16:41 +0000)]
(trunk libT) #2372: 'Unregistered Torrent Pass' Pauses Download

15 years ago(trunk, libT) #2365: Peer settings for an individual torrent should override the...
Charles Kerr [Mon, 31 Aug 2009 15:59:43 +0000 (15:59 +0000)]
(trunk, libT) #2365: Peer settings for an individual torrent should override the global limit.

15 years agoUse a mirror of libevent's repo rather than sourceforge's
Eric Petit [Mon, 31 Aug 2009 09:46:26 +0000 (09:46 +0000)]
Use a mirror of libevent's repo rather than sourceforge's

15 years agoon 10.6 use localizedStringFromDate:dateStyle:timeStyle: for formatting the blocklist...
Mitchell Livingston [Sun, 30 Aug 2009 19:23:20 +0000 (19:23 +0000)]
on 10.6 use localizedStringFromDate:dateStyle:timeStyle: for formatting the blocklist update date

15 years agodon't use a custom date format in the inspector's "date created" field
Mitchell Livingston [Sun, 30 Aug 2009 19:18:51 +0000 (19:18 +0000)]
don't use a custom date format in the inspector's "date created" field

15 years agoadd a missing import statement
Mitchell Livingston [Sun, 30 Aug 2009 18:38:56 +0000 (18:38 +0000)]
add a missing import statement

15 years agomissed one in the last commit
Mitchell Livingston [Sun, 30 Aug 2009 17:52:03 +0000 (17:52 +0000)]
missed one in the last commit

15 years ago#2370 On 10.6, revaling files in Finder will select multiple files in the same directory
Mitchell Livingston [Sun, 30 Aug 2009 17:50:05 +0000 (17:50 +0000)]
#2370 On 10.6, revaling files in Finder will select multiple files in the same directory

15 years agoon 10.6 get the modifier keys from NSEvent's class method
Mitchell Livingston [Sun, 30 Aug 2009 16:22:51 +0000 (16:22 +0000)]
on 10.6 get the modifier keys from NSEvent's class method

15 years agocall setFlipped: one less time on 10.6
Mitchell Livingston [Sat, 29 Aug 2009 23:16:25 +0000 (23:16 +0000)]
call setFlipped: one less time on 10.6

15 years agoremove redundant copy and a deprecated method
Mitchell Livingston [Sat, 29 Aug 2009 23:13:04 +0000 (23:13 +0000)]
remove redundant copy and a deprecated method

15 years agode-flip priority images in the inspector
Mitchell Livingston [Sat, 29 Aug 2009 23:10:53 +0000 (23:10 +0000)]
de-flip priority images in the inspector

15 years agoon 10.6, use the built-in caution image when there's a torrent error
Mitchell Livingston [Sat, 29 Aug 2009 20:37:29 +0000 (20:37 +0000)]
on 10.6, use the built-in caution image when there's a torrent error

15 years agorequire 10.6 (and Xcode 3.2) for development, and kill some more deprecated methods too
Mitchell Livingston [Sat, 29 Aug 2009 20:28:52 +0000 (20:28 +0000)]
require 10.6 (and Xcode 3.2) for development, and kill some more deprecated methods too