1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00
Commit graph

8697 commits

Author SHA1 Message Date
Charles Kerr
cf95714968 (trunk libT) handle 404 errors more gracefully. error reported by Longinus00 in #transmission on freenode 2010-02-14 03:54:35 +00:00
Charles Kerr
617e80d767 (trunk libT) #2850 "tr_torrentSetAnnounceList() should not trigger reannounces to trackers" -- further revision to get newly-added tiers to announce 2010-02-14 03:40:39 +00:00
Charles Kerr
2ad6e06ea6 (trunk libT) #2850 "tr_torrentSetAnnounceList() should not trigger reannounces to trackers" -- tweak to r10193 2010-02-14 03:28:54 +00:00
Charles Kerr
057b80a9f9 (trunk libT) "tr_torrentSetAnnounceList() should not trigger reannounces to trackers" -- implemented in trunk for 1.90 2010-02-13 21:58:38 +00:00
Mitchell Livingston
48f3316926 update Traditional Chinese localization for 1.9 2010-02-13 14:39:35 +00:00
Charles Kerr
c0cf694b85 (trunk libT) optimize out some unnecessary cycles when there are missing files in a torrent being verified 2010-02-13 05:46:31 +00:00
Mitchell Livingston
4524029ab4 add the ability to remove trackers when multiple torrents are selected 2010-02-13 04:30:47 +00:00
Mitchell Livingston
3831b66375 slightly increase the Add window's minimum width 2010-02-12 22:27:42 +00:00
Mitchell Livingston
6d8843a3a1 update Spanish localization for 1.9 2010-02-12 22:26:06 +00:00
Charles Kerr
adc7d6f8a4 (trunk libT) minor tweak to verify: use tr_pread() instead of lseek+read 2010-02-12 21:06:21 +00:00
Charles Kerr
d3ae2cf696 (trunk libT) use valloc() and st.st_blksize when verifying local data 2010-02-12 19:59:30 +00:00
Charles Kerr
6958386ecd (trunk daemon) #2899: "watch.c reports matches for every file" -- fixed in trunk for 1.90 2010-02-12 12:50:36 +00:00
Charles Kerr
a694ac185c (trunk libT) #2982 "changing port number doesn't actually change until program restart" -- fixed in trunk for 1.90 2010-02-12 04:57:40 +00:00
Charles Kerr
8aa62240f8 (trunk libT) fix memory leak when trying to add duplicate torrents. thanks valgrind! 2010-02-12 04:13:51 +00:00
Mitchell Livingston
c5d184f56f update NEWS 2010-02-12 03:17:34 +00:00
Mitchell Livingston
16a8db4d8b update Dutch localization for 1.9 2010-02-12 01:51:47 +00:00
Mitchell Livingston
38a7ce5cc6 update NEWS 2010-02-12 01:34:42 +00:00
Mitchell Livingston
f885922a58 small adjustments to the file inspector's dnd/priority code 2010-02-12 01:32:09 +00:00
Charles Kerr
7bbdb14b50 (trunk) rough draft for 1.90's NEWS announcement 2010-02-11 21:07:33 +00:00
Charles Kerr
ce980afe50 (trunk) ...and, revert the last commit as promised 2010-02-11 19:54:27 +00:00
Charles Kerr
ad132f1510 (trunk) this is temporary commit to get hudson-t to build a copy of Transmission with a customized peer_id for testing 2010-02-11 19:47:50 +00:00
Charles Kerr
9de93d039b (trunk gtk) #2895 "'Set Location' doesn't tell the user when it fails" -- fixed in trunk for 1.90 2010-02-11 17:44:11 +00:00
Charles Kerr
b7b5a0e427 (trunk) #2894 "tr_torrentGetFileDL() and tr_torrentGetFilePriority() should go away" -- get rid of it in the mac client and libtransmission too 2010-02-11 15:05:07 +00:00
Charles Kerr
33e116f971 (trunk gtk) #2894 "tr_torrentGetFileDL() and tr_torrentGetFilePriority() should go away" -- finished removing them from the GTK+ client 2010-02-11 14:55:00 +00:00
Charles Kerr
c51611f202 (trunk gtk) make the GTK+ client's file list a little faster 2010-02-11 14:45:03 +00:00
Charles Kerr
13b03ba195 (trunk libT) #2892 "changing port number doesn't actually change until program restart" -- possible fix 2010-02-11 14:28:40 +00:00
Mitchell Livingston
b21fedd454 update Russian localization for 1.9 2010-02-11 13:12:55 +00:00
Charles Kerr
7c013c61c1 (trunk libT) tweak the shutdown code 2010-02-11 04:07:13 +00:00
Mitchell Livingston
f3633a81a9 trunk is 1.83+ 2010-02-11 03:27:50 +00:00
Mitchell Livingston
1440e61555 if the last announce resulted in no peers being retrieved, don't display info on the number of peers retrieved 2010-02-11 03:15:06 +00:00
Charles Kerr
5c9cd2c2db (trunk libT) revert part of r10064 at livings' request 2010-02-11 03:12:03 +00:00
Mitchell Livingston
9407b5f0f0 chop off a bit of text in an announce error message 2010-02-11 02:52:54 +00:00
Mitchell Livingston
8f78dfcb82 #2835 remove file selection in action menu - all localizations 2010-02-11 02:15:04 +00:00
Mitchell Livingston
395f652816 update localizable strings 2010-02-11 02:01:50 +00:00
Charles Kerr
ff2dd75d9f (trunk daemon) #2890 "Add option to specify logfile in transmission-daemon" -- implemented for 1.90 2010-02-11 01:37:59 +00:00
Mitchell Livingston
609527fbca #2846 Priority Selection in "Add" window 2010-02-11 01:34:32 +00:00
Charles Kerr
e03ad192c7 (trunk libT) demote the "Got N peers from tracker" and "Found N peers from DHT" messages from info to debug... there are just too many of them 2010-02-11 01:20:43 +00:00
Charles Kerr
7e28c375c9 (trunk libt) when generating json/benc strings, preallocate some space in the evbuffer to avoid excess realloc()s 2010-02-11 00:53:50 +00:00
Charles Kerr
c35d4696ee (trunk libT) re-add the supportcrypto, requirecrypto announce arguments that were removed during announce testing in r10090 2010-02-11 00:43:47 +00:00
Charles Kerr
9fffb2be35 (trunk libT) Yippie, plug a small memory leak reported by valgrind! 2010-02-10 05:27:14 +00:00
Charles Kerr
a95aae5591 (trunk) as promised, remove the announce logging code. now safe for general-purpose nightly build testing again. 2010-02-10 04:50:21 +00:00
Charles Kerr
42fcfbe804 (trunk libT) try to fix the mac build. This commit still has the announce logging code. 2010-02-10 04:42:34 +00:00
Charles Kerr
acc8e64102 (trunk) another test build that logs tracker announces to a file in /tmp, so you probably shouldn't use it unless I've asked you to. After hudson-t is done building a debug dmg of this, I'll commit r10155 to remove the logging code 2010-02-10 04:35:59 +00:00
Charles Kerr
7efdd92f86 (trunk libT) oops, a couple of debugging printf()s snuck into the commit 2010-02-10 03:57:41 +00:00
Charles Kerr
2cbfe53717 (trunk libT) #2887 "dangling pointer in 1.81" -- fixed in trunk for 1.90 / 1.8x 2010-02-10 03:26:19 +00:00
Charles Kerr
4f563c1fa4 (trunk) #2553 "autogen failure" -- fixed in trunk for 1.90 2010-02-10 03:20:17 +00:00
Charles Kerr
2472970c53 (trunk libT) fix 1.82 memory corruption error reported by john doe 2010-02-10 02:59:15 +00:00
Charles Kerr
8ba3442408 (trunk libT) fix the &event= key when telling the tracker that a partial seed is being stopped 2010-02-09 21:51:11 +00:00
Charles Kerr
23b24436dc (trunk, daemon) #2882 "transmission-remote's man-page not honest about -t option" -- fixed in trunk for 1.90(trunk, daemon) #2882 "transmission-remote's man-page not honest about -t option" -- fixed in trunk for 1.90(trunk, daemon) #2882 "transmission-remote's man-page not honest about -t option" -- fixed in trunk for 1.90(trunk, daemon) #2882 "transmission-remote's man-page not honest about -t option" -- fixed in trunk for 1.90(trunk, daemon) #2882 "transmission-remote's man-page not honest about -t option" -- fixed in trunk for 1.90(trunk, daemon) #2882 "transmission-remote's man-page not honest about -t option" -- fixed in trunk for 1.90(trunk, daemon) #2882 "transmission-remote's man-page not honest about -t option" -- fixed in trunk for 1.90(trunk, daemon) #2882 "transmission-remote's man-page not honest about -t option" -- fixed in trunk for 1.90(trunk, daemon) #2882 "transmission-remote's man-page not honest about -t option" -- fixed in trunk for 1.90 2010-02-09 15:25:05 +00:00
Mitchell Livingston
84f81d5d00 delay creation of the message log window until it is first opened 2010-02-09 13:15:52 +00:00