Eric Petit
769629499e
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)
2009-12-06 16:21:29 +00:00
Kevin Glowacz
7132dfda94
(trunk web) 'Start when added' checkbox when adding torrents. Patch from Grub (with fixes). Fixes #2295 .
2009-12-06 03:21:16 +00:00
Kevin Glowacz
a53de0d430
(trunk web) Add Select / Deselect All buttons to the file listing. Patch from Grug. Fixes #2294
2009-12-06 03:21:08 +00:00
Charles Kerr
d370222113
(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
2009-12-05 19:30:15 +00:00
Mitchell Livingston
b9eb407af0
Only reset the inspector when a magnetized transfer's metadata is retrieved if the transfer is selected
2009-12-05 16:10:59 +00:00
Mitchell Livingston
f0e1db9c68
fix pasting a url into the torrent window
2009-12-05 15:48:26 +00:00
Mitchell Livingston
65b8835e1f
display a console message if setting default magnet link app fails
2009-12-05 15:42:14 +00:00
Mitchell Livingston
5756097288
tweak NEWS
2009-12-05 03:52:53 +00:00
Charles Kerr
78ead8c3dd
(trunk) update the copyright notices
2009-12-05 02:19:24 +00:00
Mitchell Livingston
5fb643431e
decrease the size of the buffer for logging
2009-12-05 01:28:42 +00:00
Mitchell Livingston
8efe3f7cce
remove a redundant level check in tr_msg()
2009-12-05 01:02:37 +00:00
Charles Kerr
162c2f0f64
(trunk gtk) small string tweak
2009-12-05 00:35:58 +00:00
Mitchell Livingston
db4b1959aa
#2625 Add a menu item to copy a magnet link to the clipboard
2009-12-04 13:35:15 +00:00
Charles Kerr
299f3d1906
(trunk, qt) #2096 : show magnet links the same way the gtk+ client does
2009-12-04 05:05:19 +00:00
Kevin Glowacz
900b8d966f
(trunk web) show relevant status and progress bar for when a magnetized torrent is still waiting for metadata
2009-12-04 04:31:29 +00:00
Charles Kerr
1efceb021c
(trunk) #2638 'tweak news'
2009-12-04 00:14:12 +00:00
Charles Kerr
bc25b7591e
(trunk Qt) #2096 "magnet links" -- fix crashes when displaying magnet links in Qt client
2009-12-03 17:23:53 +00:00
Charles Kerr
31a3ed1684
(trunk, qt) #2096 "magnet links" -- Add the "Copy Magnet Link to Clipboard" feature to Qt client
2009-12-03 15:23:43 +00:00
Charles Kerr
c6899aa1eb
(trunk qt) #2616 : "for the ratio mode button, use the yin/yang icon submitted by jimmac"
2009-12-03 14:46:54 +00:00
Charles Kerr
79154bac8a
(trunk) #2096 "magnet links" -- fix RPC typo introduced in r9655 and reported by KyleK
2009-12-03 12:40:23 +00:00
Charles Kerr
7537f02589
(trunk libT) #2636 : "wrong peer progress update" -- possible fix as described in comment:2
2009-12-03 03:11:22 +00:00
Mitchell Livingston
f1da30ceb3
update strings file
2009-12-03 01:28:19 +00:00
Charles Kerr
e64fb64da7
(trunk third-party) #2636 : "Fix stray printf in dht.c"
2009-12-02 23:08:33 +00:00
Charles Kerr
7ece5ed6d2
(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
2009-12-02 22:56:57 +00:00
Charles Kerr
bb44a31423
(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
2009-12-02 20:05:19 +00:00
Charles Kerr
d1935a4812
(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
2009-12-02 20:03:27 +00:00
Charles Kerr
560ecbe9bb
(trunk libT) fix implicit pointer conversion error when #included in C++
2009-12-02 19:44:01 +00:00
Charles Kerr
6d008257c8
(trunk libT) minor tweaks: make bencode's int parser code more consistent; make some comments more readable
2009-12-02 15:16:29 +00:00
Charles Kerr
6eec59008c
(trunk libT) experimental: Reduce SO_SNDBUF and SO_RCVBUF for tracker announce/scrape messages. Reduce SO_RCVBUF for outgoing peer connections on seeding torrents.
2009-12-02 05:30:46 +00:00
Mitchell Livingston
5392b262d7
10,000 log messages is enough for anyone
2009-12-02 01:55:09 +00:00
Mitchell Livingston
e6a77b0306
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
2009-12-02 01:35:48 +00:00
Mitchell Livingston
25c8e4f0d0
cap the message log count in the Mac UI
2009-12-02 00:27:07 +00:00
Mitchell Livingston
ad06c660c8
cap libT's message log
2009-12-01 23:20:00 +00:00
Charles Kerr
419b80c7df
(trunk gtk) revert a couple of menu reorderings that were probably better off left alone
2009-12-01 07:43:21 +00:00
Charles Kerr
336be914b2
(trunk gtk) #2324 "power management inhibition with gnome-session >= 2.26" -- fixed
2009-12-01 04:22:14 +00:00
Charles Kerr
9f347f8df1
(trunk) #2119 "daemon should reload settings.json on SIGHUP" -- reload the blocklists, too. Suggested by nano- in irc.
2009-12-01 00:07:18 +00:00
Charles Kerr
f286a24abb
(trunk) #2222 "DHT support" -- remove "DHT support enabled/disabled" line from configure.ac, since it's always enabled now.
2009-11-30 15:37:50 +00:00
Charles Kerr
12bfde0c2b
(trunk) #1663 "crashes on shutdown if libevent loop doesn't exit soon enough" -- maybe crash less frequently now.
2009-11-30 04:58:03 +00:00
Charles Kerr
66ab7bff4a
(trunk daemon) fix minor text formatting error in transmission-remote
2009-11-30 02:00:41 +00:00
Mitchell Livingston
0563580dda
inline tr_removeElementFromArray()
2009-11-30 01:31:05 +00:00
Mitchell Livingston
ad58089864
tweak NEWS a little more
2009-11-30 01:13:18 +00:00
Mitchell Livingston
2ad6dd6826
update NEWS
2009-11-29 22:56:40 +00:00
Charles Kerr
53510ba817
(trunk) first draft of 1.80 release notes
2009-11-29 22:38:42 +00:00
Mitchell Livingston
3055720231
#2629 Add a button to make Transmission the default app for magnet links
2009-11-29 22:07:57 +00:00
Charles Kerr
7d0cd82014
(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.
2009-11-29 20:35:48 +00:00
Charles Kerr
ce7cda7a66
(trunk gtk) #2629 "associate transmission with magnet links" -- implemented for GTK+ client on GNOME desktops with GConf2
2009-11-29 20:28:35 +00:00
Charles Kerr
03351e9a4e
(trunk libT) #2607 "avoid unnecessary calls to getPeerCandidates(), wasted cycles in peerIsInUse()"
2009-11-29 18:35:02 +00:00
Charles Kerr
33658647d6
(trunk libT) #2576 "IPv6 support for DHT (BEP #32 )" -- silence message "IPv6 DHT not ready." Reported by KyleK; fixed by jch
2009-11-29 18:31:36 +00:00
Charles Kerr
a87c15b389
(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
2009-11-29 18:23:06 +00:00
Charles Kerr
5c3fd1b5cc
(trunk libT) #2631 "Add webseed support to magnet links"
2009-11-29 17:49:58 +00:00