]>
granicus.if.org Git - transmission/log
Charles Kerr [Tue, 8 Dec 2009 20:34:46 +0000 (20:34 +0000)]
(trunk gtk) #2500 "Torrent details window should be single-instance per torrent" -- implemented for 1.80
Mitchell Livingston [Tue, 8 Dec 2009 03:36:26 +0000 (03:36 +0000)]
support pasting a list of trackers in the text field after pressing the tracker tab's + button
Charles Kerr [Mon, 7 Dec 2009 18:04:50 +0000 (18:04 +0000)]
(trunk gtk) #2324 "power management inhibition with gnome-session >= 2.26" -- fix 1.80b1 misimplementation bug reported & researched by kklimonda
Charles Kerr [Mon, 7 Dec 2009 04:06:14 +0000 (04:06 +0000)]
(trunk) fix warnings found by the clang static analyzer, reported & patched by wereHamster
Charles Kerr [Mon, 7 Dec 2009 03:57:55 +0000 (03:57 +0000)]
(trunk libT) remove unnecessary #includes
Mitchell Livingston [Mon, 7 Dec 2009 03:53:52 +0000 (03:53 +0000)]
avoid a potential crash when removing transfers
Eric Petit [Sun, 6 Dec 2009 16:21:29 +0000 (16:21 +0000)]
The IPv6 check could always fail because we did not specify a port when
trying to set up the UDP socket (was reproducible here on 10.6 at least)
Kevin Glowacz [Sun, 6 Dec 2009 03:21:16 +0000 (03:21 +0000)]
(trunk web) 'Start when added' checkbox when adding torrents. Patch from Grub (with fixes). Fixes #2295.
Kevin Glowacz [Sun, 6 Dec 2009 03:21:08 +0000 (03:21 +0000)]
(trunk web) Add Select / Deselect All buttons to the file listing. Patch from Grug. Fixes #2294
Charles Kerr [Sat, 5 Dec 2009 19:30:15 +0000 (19:30 +0000)]
(trunk libT) #2551 "when uploading to peers, prefetch local data from disk" -- prefetching performance tweak described in http://trac.transmissionbt.com/ticket/2551#comment:22 -- instead of prefetching [8..12] blocks, always prefetch 12 blocks
Mitchell Livingston [Sat, 5 Dec 2009 16:10:59 +0000 (16:10 +0000)]
Only reset the inspector when a magnetized transfer's metadata is retrieved if the transfer is selected
Mitchell Livingston [Sat, 5 Dec 2009 15:48:26 +0000 (15:48 +0000)]
fix pasting a url into the torrent window
Mitchell Livingston [Sat, 5 Dec 2009 15:42:14 +0000 (15:42 +0000)]
display a console message if setting default magnet link app fails
Mitchell Livingston [Sat, 5 Dec 2009 03:52:53 +0000 (03:52 +0000)]
tweak NEWS
Charles Kerr [Sat, 5 Dec 2009 02:19:24 +0000 (02:19 +0000)]
(trunk) update the copyright notices
Mitchell Livingston [Sat, 5 Dec 2009 01:28:42 +0000 (01:28 +0000)]
decrease the size of the buffer for logging
Mitchell Livingston [Sat, 5 Dec 2009 01:02:37 +0000 (01:02 +0000)]
remove a redundant level check in tr_msg()
Charles Kerr [Sat, 5 Dec 2009 00:35:58 +0000 (00:35 +0000)]
(trunk gtk) small string tweak
Mitchell Livingston [Fri, 4 Dec 2009 13:35:15 +0000 (13:35 +0000)]
#2625 Add a menu item to copy a magnet link to the clipboard
Charles Kerr [Fri, 4 Dec 2009 05:05:19 +0000 (05:05 +0000)]
(trunk, qt) #2096: show magnet links the same way the gtk+ client does
Kevin Glowacz [Fri, 4 Dec 2009 04:31:29 +0000 (04:31 +0000)]
(trunk web) show relevant status and progress bar for when a magnetized torrent is still waiting for metadata
Charles Kerr [Fri, 4 Dec 2009 00:14:12 +0000 (00:14 +0000)]
(trunk) #2638 'tweak news'
Charles Kerr [Thu, 3 Dec 2009 17:23:53 +0000 (17:23 +0000)]
(trunk Qt) #2096 "magnet links" -- fix crashes when displaying magnet links in Qt client
Charles Kerr [Thu, 3 Dec 2009 15:23:43 +0000 (15:23 +0000)]
(trunk, qt) #2096 "magnet links" -- Add the "Copy Magnet Link to Clipboard" feature to Qt client
Charles Kerr [Thu, 3 Dec 2009 14:46:54 +0000 (14:46 +0000)]
(trunk qt) #2616: "for the ratio mode button, use the yin/yang icon submitted by jimmac"
Charles Kerr [Thu, 3 Dec 2009 12:40:23 +0000 (12:40 +0000)]
(trunk) #2096 "magnet links" -- fix RPC typo introduced in r9655 and reported by KyleK
Charles Kerr [Thu, 3 Dec 2009 03:11:22 +0000 (03:11 +0000)]
(trunk libT) #2636: "wrong peer progress update" -- possible fix as described in comment:2
Mitchell Livingston [Thu, 3 Dec 2009 01:28:19 +0000 (01:28 +0000)]
update strings file
Charles Kerr [Wed, 2 Dec 2009 23:08:33 +0000 (23:08 +0000)]
(trunk third-party) #2636: "Fix stray printf in dht.c"
Charles Kerr [Wed, 2 Dec 2009 22:56:57 +0000 (22:56 +0000)]
(trunk cli(!)) #2096 "Magnet links - Extension for Peers to Send Metadata Files (BEP #9)" -- add support for adding magnet links as a command-line argument
Charles Kerr [Wed, 2 Dec 2009 20:05:19 +0000 (20:05 +0000)]
(trunk) #2096 "Magnet Links - Extension for Peers to Send Metadata Files (BEP #9)" -- publish tr_stat.metadataPecentComplete in the RPC so that kjg can use it in the web client
Charles Kerr [Wed, 2 Dec 2009 20:03:27 +0000 (20:03 +0000)]
(trunk libT)
11:59 < klapaucjusz> charles: net.c line 314.
11:59 < klapaucjusz> Please change the value to 8192.
12:00 < charles> okay but why?
12:00 < klapaucjusz> I'm not sure it will trigger, but having space for 4 full-sized segments is always a good idea.
12:01 < klapaucjusz> It means you have a better chance of recovering from a lost segment
Charles Kerr [Wed, 2 Dec 2009 19:44:01 +0000 (19:44 +0000)]
(trunk libT) fix implicit pointer conversion error when #included in C++
Charles Kerr [Wed, 2 Dec 2009 15:16:29 +0000 (15:16 +0000)]
(trunk libT) minor tweaks: make bencode's int parser code more consistent; make some comments more readable
Charles Kerr [Wed, 2 Dec 2009 05:30:46 +0000 (05:30 +0000)]
(trunk libT) experimental: Reduce SO_SNDBUF and SO_RCVBUF for tracker announce/scrape messages. Reduce SO_RCVBUF for outgoing peer connections on seeding torrents.
Mitchell Livingston [Wed, 2 Dec 2009 01:55:09 +0000 (01:55 +0000)]
10,000 log messages is enough for anyone
Mitchell Livingston [Wed, 2 Dec 2009 01:35:48 +0000 (01:35 +0000)]
significantly cleaner code (and more than likely just-as or more efficient) for the Mac message log cap - avoids sorting the whole thing, which is, I'm sure, more expensive than the search that it's being replaced with
Mitchell Livingston [Wed, 2 Dec 2009 00:27:07 +0000 (00:27 +0000)]
cap the message log count in the Mac UI
Mitchell Livingston [Tue, 1 Dec 2009 23:20:00 +0000 (23:20 +0000)]
cap libT's message log
Charles Kerr [Tue, 1 Dec 2009 07:43:21 +0000 (07:43 +0000)]
(trunk gtk) revert a couple of menu reorderings that were probably better off left alone
Charles Kerr [Tue, 1 Dec 2009 04:22:14 +0000 (04:22 +0000)]
(trunk gtk) #2324 "power management inhibition with gnome-session >= 2.26" -- fixed
Charles Kerr [Tue, 1 Dec 2009 00:07:18 +0000 (00:07 +0000)]
(trunk) #2119 "daemon should reload settings.json on SIGHUP" -- reload the blocklists, too. Suggested by nano- in irc.
Charles Kerr [Mon, 30 Nov 2009 15:37:50 +0000 (15:37 +0000)]
(trunk) #2222 "DHT support" -- remove "DHT support enabled/disabled" line from configure.ac, since it's always enabled now.
Charles Kerr [Mon, 30 Nov 2009 04:58:03 +0000 (04:58 +0000)]
(trunk) #1663 "crashes on shutdown if libevent loop doesn't exit soon enough" -- maybe crash less frequently now.
Charles Kerr [Mon, 30 Nov 2009 02:00:41 +0000 (02:00 +0000)]
(trunk daemon) fix minor text formatting error in transmission-remote
Mitchell Livingston [Mon, 30 Nov 2009 01:31:05 +0000 (01:31 +0000)]
inline tr_removeElementFromArray()
Mitchell Livingston [Mon, 30 Nov 2009 01:13:18 +0000 (01:13 +0000)]
tweak NEWS a little more
Mitchell Livingston [Sun, 29 Nov 2009 22:56:40 +0000 (22:56 +0000)]
update NEWS
Charles Kerr [Sun, 29 Nov 2009 22:38:42 +0000 (22:38 +0000)]
(trunk) first draft of 1.80 release notes
Mitchell Livingston [Sun, 29 Nov 2009 22:07:57 +0000 (22:07 +0000)]
#2629 Add a button to make Transmission the default app for magnet links
Charles Kerr [Sun, 29 Nov 2009 20:35:48 +0000 (20:35 +0000)]
(trunk gtk) #2096 "magnet links" -- if a user (or, more likely, web browser) starts up a second copy of Transmission to add a magnet link via its command line, delegate that magnet link back to the already-running copy of Transmission via DBus.
Charles Kerr [Sun, 29 Nov 2009 20:28:35 +0000 (20:28 +0000)]
(trunk gtk) #2629 "associate transmission with magnet links" -- implemented for GTK+ client on GNOME desktops with GConf2
Charles Kerr [Sun, 29 Nov 2009 18:35:02 +0000 (18:35 +0000)]
(trunk libT) #2607 "avoid unnecessary calls to getPeerCandidates(), wasted cycles in peerIsInUse()"
Charles Kerr [Sun, 29 Nov 2009 18:31:36 +0000 (18:31 +0000)]
(trunk libT) #2576 "IPv6 support for DHT (BEP #32)" -- silence message "IPv6 DHT not ready." Reported by KyleK; fixed by jch
Charles Kerr [Sun, 29 Nov 2009 18:23:06 +0000 (18:23 +0000)]
(trunk gtk) #2625: "ability to create a manget link" -- remove the magnet link from the properties dialog; add a "Copy _Magnet Link to Clipboard" menu & context menu item instead
Charles Kerr [Sun, 29 Nov 2009 17:49:58 +0000 (17:49 +0000)]
(trunk libT) #2631 "Add webseed support to magnet links"
Charles Kerr [Sun, 29 Nov 2009 08:53:14 +0000 (08:53 +0000)]
(trunk libT) add SO_SNDBUF, SO_RCVBUF logging messages
Charles Kerr [Sun, 29 Nov 2009 08:29:57 +0000 (08:29 +0000)]
(trunk gtk) fix r9625 oops on adding torrents by their raw 40 character hex hashcode from the commandline in the GTK+ client
Charles Kerr [Sun, 29 Nov 2009 08:27:55 +0000 (08:27 +0000)]
(trunk libT, gtk) #2625 "ability to create a magnet link" -- add hook for generating a magnet link from a tr_torrent, and use it in the Torrent Properties dialog in the GTK+ client
Charles Kerr [Sun, 29 Nov 2009 08:05:47 +0000 (08:05 +0000)]
(trunk libT) resolve "noslashes" vs "keep_slashes" variable name inconsistency between the declaration and the definition of tr_http_escape()
Charles Kerr [Sun, 29 Nov 2009 07:42:39 +0000 (07:42 +0000)]
(trunk gtk) support adding torrents by their raw 40 character hex hashcode
Charles Kerr [Sun, 29 Nov 2009 07:41:13 +0000 (07:41 +0000)]
(trunk gtk) the Torrent menu's getting crowded... split it into File and Torrent
Mitchell Livingston [Sun, 29 Nov 2009 02:17:11 +0000 (02:17 +0000)]
add a bit more safety to the message log code
Mitchell Livingston [Sun, 29 Nov 2009 00:04:29 +0000 (00:04 +0000)]
trivial change to array size
Mitchell Livingston [Sat, 28 Nov 2009 22:29:41 +0000 (22:29 +0000)]
set two blank functions as inline
Mitchell Livingston [Sat, 28 Nov 2009 22:10:30 +0000 (22:10 +0000)]
(hopefully) fix a potential crash in the message log window
Mitchell Livingston [Sat, 28 Nov 2009 21:44:27 +0000 (21:44 +0000)]
Mac message log: 1. when changing logging level, scroll to bottom, 2. free the message list taken from the core outside the lock
Mitchell Livingston [Sat, 28 Nov 2009 21:01:27 +0000 (21:01 +0000)]
add a lock to the message lock code
Mitchell Livingston [Sat, 28 Nov 2009 20:39:31 +0000 (20:39 +0000)]
#2624 Message Log's level filter should act as an actual filter, and all messages should be stored
Mitchell Livingston [Sat, 28 Nov 2009 17:51:47 +0000 (17:51 +0000)]
display an error for invalid magnet links
Mitchell Livingston [Sat, 28 Nov 2009 17:44:47 +0000 (17:44 +0000)]
apply auto-group custom locations for magnet links
Mitchell Livingston [Sat, 28 Nov 2009 17:04:03 +0000 (17:04 +0000)]
#2621 Percentage of retrieved metadata was between 0 and 1, not 0 and 100
Charles Kerr [Sat, 28 Nov 2009 16:51:47 +0000 (16:51 +0000)]
(trunk gtk) add ratio-icon.h to Makefile.am so that it will be included in the "make dist" tarballs. Reported in the forums by JakeS.
Charles Kerr [Sat, 28 Nov 2009 16:25:05 +0000 (16:25 +0000)]
(trunk libT) remove unnecessary code
Charles Kerr [Sat, 28 Nov 2009 07:15:31 +0000 (07:15 +0000)]
(trunk libT) performance improvements to peer-mgr.c's peerIsInUse()
Mitchell Livingston [Fri, 27 Nov 2009 20:47:03 +0000 (20:47 +0000)]
update some fields in the inspector and main window for magnetized transfers
Mitchell Livingston [Fri, 27 Nov 2009 18:13:36 +0000 (18:13 +0000)]
remove an unneeded static variable
Mitchell Livingston [Fri, 27 Nov 2009 17:55:09 +0000 (17:55 +0000)]
trivial cleanup in the logging code
Mitchell Livingston [Fri, 27 Nov 2009 16:55:36 +0000 (16:55 +0000)]
reload the inspector when the magnet link is retrieved
Mitchell Livingston [Fri, 27 Nov 2009 16:31:05 +0000 (16:31 +0000)]
#2611 Transmission doesn't recognize magnet dragged onto application window
Charles Kerr [Fri, 27 Nov 2009 15:32:11 +0000 (15:32 +0000)]
(trunk libT) remove unnecessary calls to tr_msgInit(). Suggested by BentMyWookie.
Charles Kerr [Fri, 27 Nov 2009 15:25:14 +0000 (15:25 +0000)]
(trunk libT) make tr_msgLoggingIsActive() an inlined function. suggested by BentMyWookie
Mitchell Livingston [Fri, 27 Nov 2009 14:59:12 +0000 (14:59 +0000)]
(mac) in the torrent info dialog, rename the "Tracker" tab to "Trackers".
Charles Kerr [Fri, 27 Nov 2009 14:55:52 +0000 (14:55 +0000)]
(trunk gtk) #2616: "for the ratio mode button, use the yin/yang icon submitted by jimmac"
Charles Kerr [Fri, 27 Nov 2009 14:50:44 +0000 (14:50 +0000)]
(trunk gtk) in the torrent info dialog, rename the "Tracker" tab to "Trackers". Reported by Rolcol.
Charles Kerr [Fri, 27 Nov 2009 14:27:44 +0000 (14:27 +0000)]
(trunk libT) tweak the debugging message for the atom manager
Charles Kerr [Fri, 27 Nov 2009 14:18:32 +0000 (14:18 +0000)]
(trunk) #2614: "incorrect memory usage when not using IPv6" -- accepted dht.c + tr-dht.c patches
Mitchell Livingston [Fri, 27 Nov 2009 04:28:06 +0000 (04:28 +0000)]
fix a crash when attempting to add invalid magnet links
Mitchell Livingston [Fri, 27 Nov 2009 03:44:00 +0000 (03:44 +0000)]
generate the file list when a magnetized transfer retrieves its metadata
Charles Kerr [Fri, 27 Nov 2009 03:21:21 +0000 (03:21 +0000)]
(trunk libT) #2551: "when uploading to peers, prefetch local data from disk" -- fix peer-msgs.c NULL pointer dereference introduced in r9514 for this ticket. Reported by Waldorf
Mitchell Livingston [Fri, 27 Nov 2009 03:20:19 +0000 (03:20 +0000)]
display progress of retrieving metadata on a magnetized transfer
Charles Kerr [Fri, 27 Nov 2009 02:24:48 +0000 (02:24 +0000)]
(trunk libT) #2610 "avoid unnecessary calls to time(NULL)" -- fix new assertion error reported by John Clay and tstevens
Charles Kerr [Thu, 26 Nov 2009 18:47:08 +0000 (18:47 +0000)]
(trunk libT) #2610 "avoid unnecessary calls to time(NULL)"
Charles Kerr [Thu, 26 Nov 2009 18:38:37 +0000 (18:38 +0000)]
(trunk libT) #2430 "peer atom pool grows too large" -- tweak the default atom shelf lives based on discussion in the ticket's comments section
Charles Kerr [Thu, 26 Nov 2009 17:58:44 +0000 (17:58 +0000)]
(trunk libT) #2096 "magnet links" -- add a callback for clients to know when a magnet torrent's metainfo is finished downloading.
Mitchell Livingston [Thu, 26 Nov 2009 16:58:44 +0000 (16:58 +0000)]
magnetized transfers always get a red progress bar
Charles Kerr [Thu, 26 Nov 2009 16:53:45 +0000 (16:53 +0000)]
(trunk libT) fix variable name oops
Mitchell Livingston [Thu, 26 Nov 2009 16:41:58 +0000 (16:41 +0000)]
update strings file
Mitchell Livingston [Thu, 26 Nov 2009 16:38:21 +0000 (16:38 +0000)]
register to automatically accept when a user clicks a magnet link
Mitchell Livingston [Thu, 26 Nov 2009 06:33:35 +0000 (06:33 +0000)]
instead of showing a bunch of zeros, the progress string should say it's a magnet torrent