]> granicus.if.org Git - transmission/log
transmission
16 years agouse "1.0f" instead of "1f"
Charles Kerr [Tue, 10 Jun 2008 00:31:06 +0000 (00:31 +0000)]
use "1.0f" instead of "1f"

16 years agofix oops from previous commit. hi, titer
Charles Kerr [Tue, 10 Jun 2008 00:28:59 +0000 (00:28 +0000)]
fix oops from previous commit.  hi, titer

16 years agofix copy-and-paste error in the RPC spec. Thanks to KyleK for reporting this.
Charles Kerr [Tue, 10 Jun 2008 00:18:17 +0000 (00:18 +0000)]
fix copy-and-paste error in the RPC spec.  Thanks to KyleK for reporting this.

16 years ago(libT) make tr_torrentAmountFinished() look at the same pieces as tr_torrentAvailabil...
Charles Kerr [Mon, 9 Jun 2008 23:58:31 +0000 (23:58 +0000)]
(libT) make tr_torrentAmountFinished() look at the same pieces as tr_torrentAvailability() for consistency's sake as requested by BentMyWookie

16 years ago(daemon) #1008: tr-remote crash when using -a flag (connecting to mac client) [r6093]
Charles Kerr [Mon, 9 Jun 2008 23:34:52 +0000 (23:34 +0000)]
(daemon) #1008: tr-remote crash when using -a flag (connecting to mac client) [r6093]

16 years ago#1007: check_auth space delimiter bug
Charles Kerr [Mon, 9 Jun 2008 23:28:14 +0000 (23:28 +0000)]
#1007: check_auth space delimiter bug

16 years agomake the pieces view a bit more efficient in terms of not storing values when it...
Mitchell Livingston [Mon, 9 Jun 2008 23:23:55 +0000 (23:23 +0000)]
make the pieces view a bit more efficient in terms of not storing values when it's not shown

16 years ago(gtk) #1009 "Not available" ambiguous
Charles Kerr [Mon, 9 Jun 2008 23:21:02 +0000 (23:21 +0000)]
(gtk) #1009 "Not available" ambiguous

16 years ago(libT) make tr_torrentAvailability() a lot faster in the case where the torrent is...
Charles Kerr [Mon, 9 Jun 2008 23:11:15 +0000 (23:11 +0000)]
(libT) make tr_torrentAvailability() a lot faster in the case where the torrent is complete, and a little faster in the genral case too.

16 years ago(libT) make tr_torrentAmountFinished() much faster when the torrent is complete
Charles Kerr [Mon, 9 Jun 2008 23:05:14 +0000 (23:05 +0000)]
(libT) make tr_torrentAmountFinished() much faster when the torrent is complete

16 years agolibT: first cut at implementing the internal peers' request queues as pieces rather...
Charles Kerr [Mon, 9 Jun 2008 22:53:45 +0000 (22:53 +0000)]
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.

16 years agoaccidently committed some log statements
Mitchell Livingston [Mon, 9 Jun 2008 22:45:31 +0000 (22:45 +0000)]
accidently committed some log statements

16 years agomore adjustments to the pieces view
Mitchell Livingston [Mon, 9 Jun 2008 22:44:08 +0000 (22:44 +0000)]
more adjustments to the pieces view

16 years agosome maintenance on the pieces view
Mitchell Livingston [Mon, 9 Jun 2008 21:20:01 +0000 (21:20 +0000)]
some maintenance on the pieces view

16 years agofix hibernation bug reported by tonfa
Charles Kerr [Mon, 9 Jun 2008 15:23:09 +0000 (15:23 +0000)]
fix hibernation bug reported by tonfa

16 years ago#1004: update man pages FILES section
Charles Kerr [Mon, 9 Jun 2008 15:06:48 +0000 (15:06 +0000)]
#1004: update man pages FILES section

16 years agoemail addresses should start with "mailto:"
Mitchell Livingston [Mon, 9 Jun 2008 04:33:53 +0000 (04:33 +0000)]
email addresses should start with "mailto:"

16 years agoupdate email addresses; make links clickable in the Mac about box
Mitchell Livingston [Mon, 9 Jun 2008 04:26:53 +0000 (04:26 +0000)]
update email addresses; make links clickable in the Mac about box

16 years ago(libT) if there are webseeds, update the available amount accordingly
Charles Kerr [Mon, 9 Jun 2008 02:38:27 +0000 (02:38 +0000)]
(libT) if there are webseeds, update the available amount accordingly

16 years agoroll back the completion changes in r6072; it caused a crash
Charles Kerr [Mon, 9 Jun 2008 00:59:33 +0000 (00:59 +0000)]
roll back the completion changes in r6072; it caused a crash

16 years ago#991 fix typo in the cli usage text
Mitchell Livingston [Sun, 8 Jun 2008 23:59:19 +0000 (23:59 +0000)]
#991 fix typo in the cli usage text

16 years ago#990 - add hidden pref for DSCP support
Mitchell Livingston [Sun, 8 Jun 2008 22:59:27 +0000 (22:59 +0000)]
#990 - add hidden pref for DSCP support

16 years agofinish renaming "web seeders" to "web seeds"
Mitchell Livingston [Sun, 8 Jun 2008 21:13:35 +0000 (21:13 +0000)]
finish renaming "web seeders" to "web seeds"

16 years ago"web seeds", not "web seeders"
Mitchell Livingston [Sun, 8 Jun 2008 18:02:16 +0000 (18:02 +0000)]
"web seeds", not "web seeders"

16 years agorephrase the remote preferences check, and add a description below it
Mitchell Livingston [Sun, 8 Jun 2008 17:02:32 +0000 (17:02 +0000)]
rephrase the remote preferences check, and add a description below it

16 years agomake the web seed table a little more efficient
Mitchell Livingston [Sun, 8 Jun 2008 16:38:15 +0000 (16:38 +0000)]
make the web seed table a little more efficient

16 years agoadd a "DL" column to the web seed table (not yet functional)
Mitchell Livingston [Sun, 8 Jun 2008 15:54:34 +0000 (15:54 +0000)]
add a "DL" column to the web seed table (not yet functional)

16 years agoanother attempt to improve the animation reliability of the sliding web seeds table
Mitchell Livingston [Sun, 8 Jun 2008 05:36:49 +0000 (05:36 +0000)]
another attempt to improve the animation reliability of the sliding web seeds table

16 years agofix minor memory leak when setting the rpc acl
Mitchell Livingston [Sun, 8 Jun 2008 04:23:56 +0000 (04:23 +0000)]
fix minor memory leak when setting the rpc acl

16 years agoput in placeholder (non-functional) proxy preferences
Mitchell Livingston [Sun, 8 Jun 2008 04:16:06 +0000 (04:16 +0000)]
put in placeholder (non-functional) proxy preferences

16 years agore-implement animated resizing of the web seed table, this time in a safer and 10...
Mitchell Livingston [Sun, 8 Jun 2008 04:11:29 +0000 (04:11 +0000)]
re-implement animated resizing of the web seed table, this time in a safer and 10.4-compatable way

16 years agoget rid of the web seed table animation for now - it refuses to play well with others
Mitchell Livingston [Sun, 8 Jun 2008 02:18:36 +0000 (02:18 +0000)]
get rid of the web seed table animation for now - it refuses to play well with others

16 years agomore chicanery to get the web seed table resizing in edge-case situations
Mitchell Livingston [Sun, 8 Jun 2008 02:10:10 +0000 (02:10 +0000)]
more chicanery to get the web seed table resizing in edge-case situations

16 years agorefinement to the resizing web seeds table code
Mitchell Livingston [Sun, 8 Jun 2008 01:27:49 +0000 (01:27 +0000)]
refinement to the resizing web seeds table code

16 years agofirst stab at animating the web seed table
Mitchell Livingston [Sun, 8 Jun 2008 01:17:36 +0000 (01:17 +0000)]
first stab at animating the web seed table

16 years agoupdate the peer inspector tab to show web seeders
Mitchell Livingston [Sat, 7 Jun 2008 23:38:05 +0000 (23:38 +0000)]
update the peer inspector tab to show web seeders

16 years agomac build compiles again
Mitchell Livingston [Sat, 7 Jun 2008 22:42:09 +0000 (22:42 +0000)]
mac build compiles again

16 years agowhoops, left some test scaffolding code in r6073
Charles Kerr [Sat, 7 Jun 2008 21:28:47 +0000 (21:28 +0000)]
whoops, left some test scaffolding code in r6073

16 years ago#800 initial support for GetRight-style fetching of data through http and ftp servers...
Charles Kerr [Sat, 7 Jun 2008 21:26:41 +0000 (21:26 +0000)]
#800 initial support for GetRight-style fetching of data through http and ftp servers specified in the .torrent's "url-list" tag

16 years agoadd first draft of tr_bitfieldFindTrue() courtesy of erdgeist
Charles Kerr [Sat, 7 Jun 2008 14:41:31 +0000 (14:41 +0000)]
add first draft of tr_bitfieldFindTrue() courtesy of erdgeist

16 years agominor refactoring of tr_bitfield to (a) simplify the tests and (b) make things easier...
Charles Kerr [Sat, 7 Jun 2008 01:44:54 +0000 (01:44 +0000)]
minor refactoring of tr_bitfield to (a) simplify the tests and (b) make things easier to read

16 years agofix bitfield error reported by denis
Charles Kerr [Sat, 7 Jun 2008 00:43:42 +0000 (00:43 +0000)]
fix bitfield error reported by denis

16 years ago(libT) 1. tweak tr_bitfieldTestFast(). 2. add tr_memdup()
Charles Kerr [Fri, 6 Jun 2008 23:53:30 +0000 (23:53 +0000)]
(libT) 1. tweak tr_bitfieldTestFast().  2. add tr_memdup()

16 years ago(gtk) work on the proxy prefs UI a little more.
Charles Kerr [Fri, 6 Jun 2008 23:48:17 +0000 (23:48 +0000)]
(gtk) work on the proxy prefs UI a little more.

16 years agoadd Growl 1.1.3
Mitchell Livingston [Fri, 6 Jun 2008 22:07:46 +0000 (22:07 +0000)]
add Growl 1.1.3

16 years agoremove Growl 1.1.2
Mitchell Livingston [Fri, 6 Jun 2008 22:07:21 +0000 (22:07 +0000)]
remove Growl 1.1.2

16 years ago(gtk) rearrange the preferences dialog. add a `proxies' mockup.
Charles Kerr [Fri, 6 Jun 2008 20:03:19 +0000 (20:03 +0000)]
(gtk) rearrange the preferences dialog.  add a `proxies' mockup.

16 years agodaemon should compile regardless of configuration setting
Mitchell Livingston [Fri, 6 Jun 2008 16:59:42 +0000 (16:59 +0000)]
daemon should compile regardless of configuration setting

16 years agoremove defunct transmission-proxy target
Mitchell Livingston [Fri, 6 Jun 2008 16:58:03 +0000 (16:58 +0000)]
remove defunct transmission-proxy target

16 years agodaemon can be compiled in xcode
Mitchell Livingston [Fri, 6 Jun 2008 16:54:37 +0000 (16:54 +0000)]
daemon can be compiled in xcode

16 years agofix typo when updating session settings through rpc; update strings and appcast
Mitchell Livingston [Fri, 6 Jun 2008 05:01:28 +0000 (05:01 +0000)]
fix typo when updating session settings through rpc; update strings and appcast

16 years ago(gtk) #998: gtk client crashes if you quit while the stats window is still up
Charles Kerr [Thu, 5 Jun 2008 20:41:32 +0000 (20:41 +0000)]
(gtk) #998: gtk client crashes if you quit while the stats window is still up

16 years agoget the cli buildling again.
Charles Kerr [Thu, 5 Jun 2008 20:26:46 +0000 (20:26 +0000)]
get the cli buildling again.

16 years agobitfield speedups written by denis__. Thanks!
Charles Kerr [Thu, 5 Jun 2008 20:21:56 +0000 (20:21 +0000)]
bitfield speedups written by denis__.  Thanks!

16 years agoupdate port status strings and creator "no tracker" string
Mitchell Livingston [Thu, 5 Jun 2008 19:26:35 +0000 (19:26 +0000)]
update port status strings and creator "no tracker" string

16 years ago(gtk) #992: Button icons cut off in New Torrent dialog
Charles Kerr [Thu, 5 Jun 2008 18:59:07 +0000 (18:59 +0000)]
(gtk) #992: Button icons cut off in New Torrent dialog

16 years agoadd authentication support to daemon & remote
Charles Kerr [Thu, 5 Jun 2008 18:16:59 +0000 (18:16 +0000)]
add authentication support to daemon & remote

16 years agofix some stub code
Charles Kerr [Thu, 5 Jun 2008 17:32:36 +0000 (17:32 +0000)]
fix some stub code

16 years agoadd fields for rpc username and password
Mitchell Livingston [Thu, 5 Jun 2008 16:50:39 +0000 (16:50 +0000)]
add fields for rpc username and password

16 years agomaybe fix the tracker authentication problems reported by demio
Charles Kerr [Thu, 5 Jun 2008 16:35:33 +0000 (16:35 +0000)]
maybe fix the tracker authentication problems reported by demio

16 years agofix mac breakage
Mitchell Livingston [Thu, 5 Jun 2008 16:32:44 +0000 (16:32 +0000)]
fix mac breakage

16 years agofix handshake.c crash reported by wereHamster
Charles Kerr [Thu, 5 Jun 2008 16:25:22 +0000 (16:25 +0000)]
fix handshake.c crash reported by wereHamster

16 years agoget RPC password protections working in libT and the gtk+ client. mac, daemon, and...
Charles Kerr [Thu, 5 Jun 2008 16:23:03 +0000 (16:23 +0000)]
get RPC password protections working in libT and the gtk+ client.  mac, daemon, and cli need to be synced.

16 years agohandle all settings changed by rpc (previously download location was missing)
Mitchell Livingston [Thu, 5 Jun 2008 15:22:18 +0000 (15:22 +0000)]
handle all settings changed by rpc (previously download location was missing)

16 years agoavoid unnecessary memory allocation when updating the rpc access list
Mitchell Livingston [Thu, 5 Jun 2008 05:00:24 +0000 (05:00 +0000)]
avoid unnecessary memory allocation when updating the rpc access list

16 years ago(rpc server) fix ACL error reported by pea_
Charles Kerr [Thu, 5 Jun 2008 04:02:46 +0000 (04:02 +0000)]
(rpc server) fix ACL error reported by pea_

16 years agosome small simplifications to the group code
Mitchell Livingston [Thu, 5 Jun 2008 02:46:39 +0000 (02:46 +0000)]
some small simplifications to the group code

16 years agominor efficiency improvements
Mitchell Livingston [Thu, 5 Jun 2008 02:16:33 +0000 (02:16 +0000)]
minor efficiency improvements

16 years ago(libT RPC server): poll more frequently for new commands after we've received the...
Charles Kerr [Thu, 5 Jun 2008 02:07:17 +0000 (02:07 +0000)]
(libT RPC server): poll more frequently for new commands after we've received the first one.

16 years agofix tracker crash caused by the new add/remove tracker code reported by BentMyWookie
Charles Kerr [Wed, 4 Jun 2008 23:46:32 +0000 (23:46 +0000)]
fix tracker crash caused by the new add/remove tracker code reported by BentMyWookie

16 years agoadjust the placement of the port status indicator
Mitchell Livingston [Wed, 4 Jun 2008 23:03:46 +0000 (23:03 +0000)]
adjust the placement of the port status indicator

16 years agoupdate strings file; remove commented-out code
Mitchell Livingston [Wed, 4 Jun 2008 21:18:42 +0000 (21:18 +0000)]
update strings file; remove commented-out code

16 years agominor update to the creator window
Mitchell Livingston [Wed, 4 Jun 2008 21:09:42 +0000 (21:09 +0000)]
minor update to the creator window

16 years agoability to create torrent files with multiple trackers
Mitchell Livingston [Wed, 4 Jun 2008 20:55:38 +0000 (20:55 +0000)]
ability to create torrent files with multiple trackers

16 years ago#991: Add "--tos" command line option to CLI
Charles Kerr [Wed, 4 Jun 2008 20:04:19 +0000 (20:04 +0000)]
#991: Add "--tos" command line option to CLI

16 years ago(gtk) more work on the RPC preferences tab: the ACL editor works now & is wired up...
Charles Kerr [Wed, 4 Jun 2008 19:46:37 +0000 (19:46 +0000)]
(gtk) more work on the RPC preferences tab: the ACL editor works now & is wired up...

16 years agodisable rpc controls when rpc is disabled
Mitchell Livingston [Wed, 4 Jun 2008 19:22:38 +0000 (19:22 +0000)]
disable rpc controls when rpc is disabled

16 years agoadd a note about wildcards to the rpc prefs
Mitchell Livingston [Wed, 4 Jun 2008 18:06:16 +0000 (18:06 +0000)]
add a note about wildcards to the rpc prefs

16 years agoaccurately test the rpc acl's ip address
Mitchell Livingston [Wed, 4 Jun 2008 17:25:51 +0000 (17:25 +0000)]
accurately test the rpc acl's ip address

16 years agoon Tiger attempt to show the group filter image at the correct size
Mitchell Livingston [Wed, 4 Jun 2008 17:15:24 +0000 (17:15 +0000)]
on Tiger attempt to show the group filter image at the correct size

16 years agoRPC ACL: (1) add a new call for testing ACLs (2) add wildcard notation support (3...
Charles Kerr [Wed, 4 Jun 2008 17:14:58 +0000 (17:14 +0000)]
RPC ACL: (1) add a new call for testing ACLs (2) add wildcard notation support (3) add regression tests for the ACL tester and wildcard handler

16 years agoprint the rpc access list error message to Console
Mitchell Livingston [Wed, 4 Jun 2008 16:24:49 +0000 (16:24 +0000)]
print the rpc access list error message to Console

16 years agomodify the torrent-list response as per Gimp_'s request
Charles Kerr [Wed, 4 Jun 2008 07:06:47 +0000 (07:06 +0000)]
modify the torrent-list response as per Gimp_'s request

16 years agoactually hook up the rpc port field
Mitchell Livingston [Wed, 4 Jun 2008 06:44:21 +0000 (06:44 +0000)]
actually hook up the rpc port field

16 years agosort ip addresses in the rpc access table; other cleanup with this table code
Mitchell Livingston [Wed, 4 Jun 2008 06:40:50 +0000 (06:40 +0000)]
sort ip addresses in the rpc access table; other cleanup with this table code

16 years agofix the error message leak reported by BentMyWookie in the new ACL code
Charles Kerr [Wed, 4 Jun 2008 06:36:50 +0000 (06:36 +0000)]
fix the error message leak reported by BentMyWookie in the new ACL code

16 years ago(libT) handle a NULL third argument to tr_sessionSetRPCACL()
Charles Kerr [Wed, 4 Jun 2008 04:49:45 +0000 (04:49 +0000)]
(libT) handle a NULL third argument to tr_sessionSetRPCACL()

16 years agoadd ability to add and remove to the rpc access list
Mitchell Livingston [Wed, 4 Jun 2008 04:48:17 +0000 (04:48 +0000)]
add ability to add and remove to the rpc access list

16 years agoadd rpc access control table to prefs
Mitchell Livingston [Wed, 4 Jun 2008 03:50:10 +0000 (03:50 +0000)]
add rpc access control table to prefs

16 years ago(gtk) a little more progress on the RPC permissions editor, but it's not functional...
Charles Kerr [Tue, 3 Jun 2008 20:59:57 +0000 (20:59 +0000)]
(gtk) a little more progress on the RPC permissions editor, but it's not functional yet.

16 years agoattempt to eliminate an unused view item
Mitchell Livingston [Tue, 3 Jun 2008 20:47:33 +0000 (20:47 +0000)]
attempt to eliminate an unused view item

16 years ago(gtk) #930: Patch to reorder format string args for translation
Charles Kerr [Tue, 3 Jun 2008 20:13:22 +0000 (20:13 +0000)]
(gtk) #930: Patch to reorder format string args for translation

16 years agouse date added, date completed, and date of last activity from libT, setting the...
Mitchell Livingston [Tue, 3 Jun 2008 19:47:07 +0000 (19:47 +0000)]
use date added, date completed, and date of last activity from libT, setting the old Mac values on first run

16 years agoadd tr_torrentSetDoneDate() too
Charles Kerr [Tue, 3 Jun 2008 19:42:54 +0000 (19:42 +0000)]
add tr_torrentSetDoneDate() too

16 years agoadd tr_torrentSetAddedDate() and tr_torrentSetActivityDate()
Charles Kerr [Tue, 3 Jun 2008 19:22:22 +0000 (19:22 +0000)]
add tr_torrentSetAddedDate() and tr_torrentSetActivityDate()

16 years ago(1) add a doneDate to tr_torrent and tr_stat. (2) save tr_torrent.doneDate and tr_tor...
Charles Kerr [Tue, 3 Jun 2008 19:16:12 +0000 (19:16 +0000)]
(1) add a doneDate to tr_torrent and tr_stat. (2) save tr_torrent.doneDate and tr_torrent.activityDate between sessions in the .resume file.

16 years agoinitial rpc pref pane
Mitchell Livingston [Tue, 3 Jun 2008 19:11:43 +0000 (19:11 +0000)]
initial rpc pref pane

16 years agoget rid of an unnecessary warning
Mitchell Livingston [Tue, 3 Jun 2008 18:00:51 +0000 (18:00 +0000)]
get rid of an unnecessary warning

16 years agoimplement most of the rpc preferences updating
Mitchell Livingston [Tue, 3 Jun 2008 17:55:43 +0000 (17:55 +0000)]
implement most of the rpc preferences updating

16 years agoonly update the options window when the updated torrent is already selected
Mitchell Livingston [Tue, 3 Jun 2008 16:28:09 +0000 (16:28 +0000)]
only update the options window when the updated torrent is already selected