Charles Kerr
|
550a183d16
|
(daemon) #1008: tr-remote crash when using -a flag (connecting to mac client) [r6093]
|
2008-06-09 23:34:52 +00:00 |
Charles Kerr
|
0fced3a431
|
#1007: check_auth space delimiter bug
|
2008-06-09 23:28:14 +00:00 |
Mitchell Livingston
|
9207316488
|
make the pieces view a bit more efficient in terms of not storing values when it's not shown
|
2008-06-09 23:23:55 +00:00 |
Charles Kerr
|
6d65981a83
|
(gtk) #1009 "Not available" ambiguous
|
2008-06-09 23:21:02 +00:00 |
Charles Kerr
|
51f1126a6d
|
(libT) make tr_torrentAvailability() a lot faster in the case where the torrent is complete, and a little faster in the genral case too.
|
2008-06-09 23:11:15 +00:00 |
Charles Kerr
|
52cd591d5c
|
(libT) make tr_torrentAmountFinished() much faster when the torrent is complete
|
2008-06-09 23:05:14 +00:00 |
Charles Kerr
|
dce24eb1f0
|
libT: first cut at implementing the internal peers' request queues as pieces rather than blocks, as discussed with erdgeist and denis, to avoid a couple of nasty CPU bottlenecks.
|
2008-06-09 22:53:45 +00:00 |
Mitchell Livingston
|
dd715ccaf6
|
accidently committed some log statements
|
2008-06-09 22:45:31 +00:00 |
Mitchell Livingston
|
41ff271f20
|
more adjustments to the pieces view
|
2008-06-09 22:44:08 +00:00 |
Mitchell Livingston
|
09db9d7f0c
|
some maintenance on the pieces view
|
2008-06-09 21:20:01 +00:00 |
Charles Kerr
|
1526065c3f
|
fix hibernation bug reported by tonfa
|
2008-06-09 15:23:09 +00:00 |
Charles Kerr
|
ebc3deeec8
|
#1004: update man pages FILES section
|
2008-06-09 15:06:48 +00:00 |
Mitchell Livingston
|
7c483044b2
|
email addresses should start with "mailto:"
|
2008-06-09 04:33:53 +00:00 |
Mitchell Livingston
|
84882eaff8
|
update email addresses; make links clickable in the Mac about box
|
2008-06-09 04:26:53 +00:00 |
Charles Kerr
|
9f2d7c2c67
|
(libT) if there are webseeds, update the available amount accordingly
|
2008-06-09 02:38:27 +00:00 |
Charles Kerr
|
ef3203a765
|
roll back the completion changes in r6072; it caused a crash
|
2008-06-09 00:59:33 +00:00 |
Mitchell Livingston
|
a7778f63fa
|
#991 fix typo in the cli usage text
|
2008-06-08 23:59:19 +00:00 |
Mitchell Livingston
|
457585252a
|
#990 - add hidden pref for DSCP support
|
2008-06-08 22:59:27 +00:00 |
Mitchell Livingston
|
4d834e098a
|
finish renaming "web seeders" to "web seeds"
|
2008-06-08 21:13:35 +00:00 |
Mitchell Livingston
|
c60c6b0e10
|
"web seeds", not "web seeders"
|
2008-06-08 18:02:16 +00:00 |
Mitchell Livingston
|
f205d28ffb
|
rephrase the remote preferences check, and add a description below it
|
2008-06-08 17:02:32 +00:00 |
Mitchell Livingston
|
31a467a790
|
make the web seed table a little more efficient
|
2008-06-08 16:38:15 +00:00 |
Mitchell Livingston
|
c83daab843
|
add a "DL" column to the web seed table (not yet functional)
|
2008-06-08 15:54:34 +00:00 |
Mitchell Livingston
|
2cbf55351d
|
another attempt to improve the animation reliability of the sliding web seeds table
|
2008-06-08 05:36:49 +00:00 |
Mitchell Livingston
|
1c00343a02
|
fix minor memory leak when setting the rpc acl
|
2008-06-08 04:23:56 +00:00 |
Mitchell Livingston
|
9bbd4bb5d4
|
put in placeholder (non-functional) proxy preferences
|
2008-06-08 04:16:06 +00:00 |
Mitchell Livingston
|
af27086420
|
re-implement animated resizing of the web seed table, this time in a safer and 10.4-compatable way
|
2008-06-08 04:11:29 +00:00 |
Mitchell Livingston
|
7012831928
|
get rid of the web seed table animation for now - it refuses to play well with others
|
2008-06-08 02:18:36 +00:00 |
Mitchell Livingston
|
0f9093cb7d
|
more chicanery to get the web seed table resizing in edge-case situations
|
2008-06-08 02:10:10 +00:00 |
Mitchell Livingston
|
e0e086b8cb
|
refinement to the resizing web seeds table code
|
2008-06-08 01:27:49 +00:00 |
Mitchell Livingston
|
0a9e5d6bad
|
first stab at animating the web seed table
|
2008-06-08 01:17:36 +00:00 |
Mitchell Livingston
|
651549d401
|
update the peer inspector tab to show web seeders
|
2008-06-07 23:38:05 +00:00 |
Mitchell Livingston
|
210412b4e8
|
mac build compiles again
|
2008-06-07 22:42:09 +00:00 |
Charles Kerr
|
7f8ef25acc
|
whoops, left some test scaffolding code in r6073
|
2008-06-07 21:28:47 +00:00 |
Charles Kerr
|
e3e3bee8b5
|
#800 initial support for GetRight-style fetching of data through http and ftp servers specified in the .torrent's "url-list" tag
|
2008-06-07 21:26:41 +00:00 |
Charles Kerr
|
e212eeceb7
|
add first draft of tr_bitfieldFindTrue() courtesy of erdgeist
|
2008-06-07 14:41:31 +00:00 |
Charles Kerr
|
041561f232
|
minor refactoring of tr_bitfield to (a) simplify the tests and (b) make things easier to read
|
2008-06-07 01:44:54 +00:00 |
Charles Kerr
|
8732aa3bbc
|
fix bitfield error reported by denis
|
2008-06-07 00:43:42 +00:00 |
Charles Kerr
|
7b88afdca7
|
(libT) 1. tweak tr_bitfieldTestFast(). 2. add tr_memdup()
|
2008-06-06 23:53:30 +00:00 |
Charles Kerr
|
17f686af57
|
(gtk) work on the proxy prefs UI a little more.
|
2008-06-06 23:48:17 +00:00 |
Mitchell Livingston
|
aa1bea4065
|
add Growl 1.1.3
|
2008-06-06 22:07:46 +00:00 |
Mitchell Livingston
|
31d1252221
|
remove Growl 1.1.2
|
2008-06-06 22:07:21 +00:00 |
Charles Kerr
|
ee59395c60
|
(gtk) rearrange the preferences dialog. add a `proxies' mockup.
|
2008-06-06 20:03:19 +00:00 |
Mitchell Livingston
|
7d9bc022e2
|
daemon should compile regardless of configuration setting
|
2008-06-06 16:59:42 +00:00 |
Mitchell Livingston
|
d0fde72674
|
remove defunct transmission-proxy target
|
2008-06-06 16:58:03 +00:00 |
Mitchell Livingston
|
d63e7181c3
|
daemon can be compiled in xcode
|
2008-06-06 16:54:37 +00:00 |
Mitchell Livingston
|
3bc2f91d2d
|
fix typo when updating session settings through rpc; update strings and appcast
|
2008-06-06 05:01:28 +00:00 |
Charles Kerr
|
dec4847b3f
|
(gtk) #998: gtk client crashes if you quit while the stats window is still up
|
2008-06-05 20:41:32 +00:00 |
Charles Kerr
|
db7b56e9f9
|
get the cli buildling again.
|
2008-06-05 20:26:46 +00:00 |
Charles Kerr
|
2878d0d32e
|
bitfield speedups written by denis__. Thanks!
|
2008-06-05 20:21:56 +00:00 |