Charles Kerr
|
37663cf9e3
|
(trunk libT) #3041 "Blocklist - bad peers decreases after update; corrupt error messages" -- fix r10533 oops. fggets() doesn't strip linefeeds, so when filtering out lines with nonprintable characters, a line shouldn't fail the test just because or \r or \n. :)
|
2010-04-28 14:51:38 +00:00 |
Mitchell Livingston
|
efb5a070c9
|
when downloading the blocklist, don't explicitly overwrite an existing file
|
2010-04-28 11:03:38 +00:00 |
Charles Kerr
|
ef2fd245cf
|
(trunk libT) #3078 "Transmission closes socket after SIGHUP" -- experimental fix
|
2010-04-28 04:57:21 +00:00 |
Charles Kerr
|
ceb95424c4
|
(trunk gtk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- don't use g_format_size_for_display(), since we can't control what units it uses
|
2010-04-28 01:38:20 +00:00 |
Charles Kerr
|
06f044680a
|
(trunk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- implemented for gtk, qt, daemon, cli, and web client
|
2010-04-28 01:26:46 +00:00 |
Charles Kerr
|
4b5044ad28
|
(trunk libT) #3117 "Tracker queries do not honor bind-address-ipv4" -- possible fix
|
2010-04-28 00:32:43 +00:00 |
Charles Kerr
|
efe648e2d7
|
(trunk libT) fix a new assertion error from the nightlies reported by Ryoujin
|
2010-04-27 13:43:03 +00:00 |
Charles Kerr
|
3845a60c2f
|
(trunk libT) #3041 "Blocklist - bad peers decreases after update; corrupt error messages" -- better error messages when fed unprintable characters
|
2010-04-27 03:58:25 +00:00 |
Charles Kerr
|
487783d1e2
|
(trunk qt) #2840 "opening magnets with qt client opens new instances" -- fixed in trunk for 2.00
|
2010-04-27 03:10:32 +00:00 |
Charles Kerr
|
04272a6c30
|
(trunk libT) remove debugging fprintf()
|
2010-04-26 22:00:34 +00:00 |
Charles Kerr
|
9c94512672
|
(trunk libT) don't escape the '/' character in json strings
|
2010-04-25 15:30:50 +00:00 |
Charles Kerr
|
c4d76cd8d0
|
(trunk libT) slightly better comment i tr_torrentFileCompleted()
|
2010-04-25 15:19:08 +00:00 |
Mitchell Livingston
|
63d3012005
|
refresh the tracker cell right when we get the favicon
|
2010-04-24 19:39:25 +00:00 |
Mitchell Livingston
|
99084a1190
|
eliminate a warning
|
2010-04-24 16:50:18 +00:00 |
Charles Kerr
|
52bad7b8a0
|
(trunk libT) #3164 "crash in tr_peerIoReconnect()" -- after attempting to reconnect, re-enable the libevent monitoring if the socket can't be created.
|
2010-04-23 23:48:52 +00:00 |
Charles Kerr
|
4f5670f9c0
|
(trunk libT) #2842 "Transmission crashes randomly on ARM-based Synology NAS" -- experimental commit based on giovannibajo's suggestion in comment:39 about the list struct's alignment
|
2010-04-23 23:45:44 +00:00 |
Charles Kerr
|
358bce52fd
|
(trunk gtk) #2999 "'Set Location' should support multiple torrents" -- implemented in trunk for 2.00
|
2010-04-23 19:37:13 +00:00 |
Charles Kerr
|
044823baf4
|
(trunk macosx) maybe fix the utils.h breakage?
|
2010-04-23 16:59:14 +00:00 |
Charles Kerr
|
74216be9df
|
(trunk libT) "transmission.h" should *always* be #included before any other libtransmission header
|
2010-04-23 16:36:16 +00:00 |
Charles Kerr
|
75d92bfb33
|
(trunk libT) remove obsolete #include -- clients.c doesn't need to #include <event.h>
|
2010-04-23 16:35:11 +00:00 |
Charles Kerr
|
75663defbc
|
(trunk libT) fix error in tr_ctorNew() when initializing the default/fallback ctor values
|
2010-04-23 14:13:18 +00:00 |
Charles Kerr
|
19d261fc40
|
(trunk libT) fix JSON_parser.c build failure when compiled against some versions of libevent 1.4.x. Reported by Lacrocivious in #transmission. This probably was introduced in r10492 when I updated the JSON_parser.c snapshot.
|
2010-04-23 14:10:39 +00:00 |
Mitchell Livingston
|
ade46abd95
|
add undo and redo menu items, allowing them to work in text fields
|
2010-04-23 11:50:35 +00:00 |
Charles Kerr
|
c568aa14ea
|
(trunk qt) #2935 "Changing the 'Keep incomplete files in' Directory" -- fixed in trunk for 2.00
|
2010-04-23 05:58:04 +00:00 |
Charles Kerr
|
ddda0f14e8
|
(trunk qt) #2564 "Confirm on torrent remove" -- committed Longinus00's patch to trunk for 2.00
|
2010-04-23 03:58:42 +00:00 |
Mitchell Livingston
|
fec2a18dd3
|
#3006 Allow Trackers to be copied in Create Window
|
2010-04-23 02:13:54 +00:00 |
Mitchell Livingston
|
3b38ec9205
|
#3006 Allow Trackers to be pasted in Create Window
|
2010-04-23 02:05:34 +00:00 |
Charles Kerr
|
1aa2a856c8
|
(trunk gtk) #3166 "Add Tracker Favicons to Tracker Tab in Properties Window." -- implemented in trunk for 2.00
|
2010-04-23 01:46:02 +00:00 |
Charles Kerr
|
921bb00d7c
|
(trunk libT) #3126 "Incomplete Dir. doesn't need to be auto created" -- have the default incomplete dir be the same as the default download dir. The Mac client already does it this way.
|
2010-04-22 04:15:49 +00:00 |
Charles Kerr
|
9d3e02ce5c
|
(trunk libT) #2993 '"Downloaded" much greater than "Have" or "verified"' -- tweak the download throttle algorithm a bit to try & address the slowness reported by Rolcol @ http://trac.transmissionbt.com/ticket/2993#comment:42
|
2010-04-22 03:12:31 +00:00 |
Charles Kerr
|
559af38e7b
|
(trunk libT) #3162 "allow optional end-user configuration of TCP_CONGESTION" -- minor tweak removing a little bit of code duplication in r10508
|
2010-04-22 02:04:43 +00:00 |
Charles Kerr
|
00f452d942
|
(trunk libT) #3162 "allow optional end-user configuration of TCP_CONGESTION" -- add jch's implementation of this to trunk for 2.00
|
2010-04-22 01:49:16 +00:00 |
Charles Kerr
|
b477d24222
|
(trunk gtk) add gtr_warn_if_fail(), a portability wrapper for systems too old for g_warn_if_fail()
|
2010-04-21 19:23:27 +00:00 |
Charles Kerr
|
25103d5198
|
(trunk libT) #3159 "better choosing of which peers to initiate new connections with" -- fix new bug in r10500 that was reported by Sharpshot in #3160
|
2010-04-21 04:44:35 +00:00 |
Charles Kerr
|
ceba9e6722
|
(trunk gtk) #3143 "remote RPC calls cause gtk+ API calls to be made from the wrong thread" -- fixed in trunk for 2.00
|
2010-04-21 04:38:54 +00:00 |
Charles Kerr
|
a0bc78a6dd
|
(trunk daemon) #3158 "Possible crash when using inotify" -- fixed in trunk for 2.00
|
2010-04-21 01:31:23 +00:00 |
Mitchell Livingston
|
717a1788c6
|
small rearrangement of help
|
2010-04-20 23:47:28 +00:00 |
Charles Kerr
|
3682466488
|
(trunk libT) #3136 "slashes in magnet names" -- fixed in trunk for 2.00
|
2010-04-20 23:14:00 +00:00 |
Mitchell Livingston
|
e648c6d64f
|
#3157 add hidden plist options "bind-address-ipv4/6"
|
2010-04-20 21:59:19 +00:00 |
Charles Kerr
|
546bca723b
|
(trunk libT) #3159 "better decision-making when choosing which peers to initiate new connections with" -- experimental commit
|
2010-04-20 21:54:03 +00:00 |
Charles Kerr
|
10fb49059f
|
(trunk libT) #3047 "Periodic disk access in idle state" -- added to trunk for 2.00 by committing a patch by klapaucjusz into this svn code repository
|
2010-04-20 03:44:45 +00:00 |
Charles Kerr
|
d3ac3b27e0
|
(trunk) #2960 "add torrent availability to web interface and remote" -- implemented via a patch from Longinus00
|
2010-04-20 01:48:40 +00:00 |
Charles Kerr
|
99a5412601
|
(trunk libT) #3105 "Torrentadd over rpc not files wanted/unwanted bug" -- fixed in trunk for 2.00
|
2010-04-19 23:10:30 +00:00 |
Charles Kerr
|
657a2a4588
|
(trunk libT) #3154 "crash when saving a blocklist to disk when the disk is full" -- fixed in trunk for 2.00
|
2010-04-19 16:18:12 +00:00 |
Mitchell Livingston
|
f939207703
|
make sure that the inspector is fully reloaded, specifically for when a transfer is demagnetized
|
2010-04-17 18:44:34 +00:00 |
Mitchell Livingston
|
adbda30491
|
make the verifying progress indicator in the "add transfer" window a bar
|
2010-04-17 14:01:55 +00:00 |
Charles Kerr
|
8a2c6c954d
|
(trunk libT) update our JSON_parser snapshot
|
2010-04-17 13:29:02 +00:00 |
Charles Kerr
|
997e747821
|
(trunk libT) #3145 "Log torrent deletion" -- Longinus00's patch applied to trunk for 2.00
|
2010-04-17 04:07:56 +00:00 |
Charles Kerr
|
c8ba63ca07
|
(trunk gtk) #3146 "Toggle state of 'toggle-main-window' not updated when window is shown after launch with running instance" -- fixed in trunk for 2.00 by a patch from qense
|
2010-04-17 00:41:24 +00:00 |
Charles Kerr
|
0723193fc7
|
(trunk qt) #3148 "command-line password argument isn't parsed correctly" -- fixed in trunk for 2.00. added backport-1.9x if/when we do 1.93.
|
2010-04-16 20:17:52 +00:00 |