]> granicus.if.org Git - transmission/log
transmission
16 years agowhen checking the previous tracker address for the torrent creator, don't use a...
Mitchell Livingston [Sun, 17 Aug 2008 22:50:02 +0000 (22:50 +0000)]
when checking the previous tracker address for the torrent creator,  don't use a blank address

16 years agoSend UTF-8 characters straight out in the JSON without encoding further
Mukund Sivaraman [Sun, 17 Aug 2008 21:53:24 +0000 (21:53 +0000)]
Send UTF-8 characters straight out in the JSON without encoding further

The code still handles escaping of control characters and double quotes.

Bugs #1089, #1169 and #1190 may be fixed by this commit.

16 years agoFixing dependency (tr-core.c: tr-core-dbus.h)
Mukund Sivaraman [Sun, 17 Aug 2008 21:43:39 +0000 (21:43 +0000)]
Fixing dependency (tr-core.c: tr-core-dbus.h)

16 years agoAdd UTF-8 charset to Content-Type HTTP headers
Mukund Sivaraman [Sun, 17 Aug 2008 21:16:22 +0000 (21:16 +0000)]
Add UTF-8 charset to Content-Type HTTP headers

16 years agoremove unused applescript
Mitchell Livingston [Sun, 17 Aug 2008 15:47:25 +0000 (15:47 +0000)]
remove unused applescript

16 years agoremove unneeded hardcoded default values
Mitchell Livingston [Sun, 17 Aug 2008 14:13:13 +0000 (14:13 +0000)]
remove unneeded hardcoded default values

16 years agoUse dbus even if the binding tool is not found
Mukund Sivaraman [Sun, 17 Aug 2008 12:39:37 +0000 (12:39 +0000)]
Use dbus even if the binding tool is not found

The bindings are shipped anyway.

16 years agoCheck for threads
Mukund Sivaraman [Sun, 17 Aug 2008 12:39:34 +0000 (12:39 +0000)]
Check for threads

16 years agoAdd tr-core-dbus.xml to EXTRA_DIST
Mukund Sivaraman [Sun, 17 Aug 2008 12:39:31 +0000 (12:39 +0000)]
Add tr-core-dbus.xml to EXTRA_DIST

16 years agoDon't show an error when transmission is run twice
Mukund Sivaraman [Sun, 17 Aug 2008 12:39:26 +0000 (12:39 +0000)]
Don't show an error when transmission is run twice

Instead, present the main window. This commit also auto-generates
the dbus bindings.

16 years agoupdate release notes url
Mitchell Livingston [Sun, 17 Aug 2008 01:12:56 +0000 (01:12 +0000)]
update release notes url

16 years agoupdate appcast a bit
Mitchell Livingston [Sat, 16 Aug 2008 23:54:46 +0000 (23:54 +0000)]
update appcast a bit

16 years ago#220: lazy bitfields
Charles Kerr [Sat, 16 Aug 2008 21:06:57 +0000 (21:06 +0000)]
#220: lazy bitfields

16 years agoadjustments to the releasenotes
Mitchell Livingston [Sat, 16 Aug 2008 19:52:22 +0000 (19:52 +0000)]
adjustments to the releasenotes

16 years agoupdate the appcast with a new look
Mitchell Livingston [Sat, 16 Aug 2008 19:45:38 +0000 (19:45 +0000)]
update the appcast with a new look

16 years agothe default is now to not limit upload and to have a default of 50 kb/s
Mitchell Livingston [Sat, 16 Aug 2008 18:05:48 +0000 (18:05 +0000)]
the default is now to not limit upload and to have a default of 50 kb/s

16 years agomore connection management changes
Charles Kerr [Sat, 16 Aug 2008 16:00:49 +0000 (16:00 +0000)]
more connection management changes

16 years ago(gtk) #1193: add a shadow to the torrent list
Charles Kerr [Sat, 16 Aug 2008 06:17:42 +0000 (06:17 +0000)]
(gtk) #1193: add a shadow to the torrent list

16 years ago(libT) some more peer connection management: (1) reset `numFails' to zero after a...
Charles Kerr [Sat, 16 Aug 2008 06:07:11 +0000 (06:07 +0000)]
(libT) some more peer connection management: (1) reset `numFails' to zero after a successful connect (2) tweak the reconnect intervals a bit

16 years agoa few attempts to reduce the "router death" load: lower the total number of connectio...
Charles Kerr [Sat, 16 Aug 2008 05:12:55 +0000 (05:12 +0000)]
a few attempts to reduce the "router death" load: lower the total number of connections made per second.  increase the intervals for reconnecting to some peers.  simplify the code a bit.

16 years ago(libT) route all outbound peer protocol messages through the outMessages buffer,...
Charles Kerr [Sat, 16 Aug 2008 05:11:28 +0000 (05:11 +0000)]
(libT) route all outbound peer protocol messages through the outMessages buffer, to ensure that they're sent in sequence.  previously the outbound pex message wasn't queued in this way.

16 years agoSparkled
Mitchell Livingston [Fri, 15 Aug 2008 23:12:58 +0000 (23:12 +0000)]
Sparkled

16 years agotrunk: update NEWS
Mitchell Livingston [Fri, 15 Aug 2008 22:57:07 +0000 (22:57 +0000)]
trunk: update NEWS

16 years ago#1196: configure switch --enable-darwin is dubious
Charles Kerr [Fri, 15 Aug 2008 21:01:02 +0000 (21:01 +0000)]
#1196: configure switch --enable-darwin is dubious

16 years ago(libT) fix a couple of compiler warnings from gcc -Wmissing-prototypes -Wdeclaration...
Charles Kerr [Fri, 15 Aug 2008 20:28:43 +0000 (20:28 +0000)]
(libT) fix a couple of compiler warnings from gcc -Wmissing-prototypes -Wdeclaration-after-statement

16 years agofix shttpd issue reported by Gimp_
Charles Kerr [Fri, 15 Aug 2008 19:45:46 +0000 (19:45 +0000)]
fix shttpd issue reported by Gimp_

16 years agoEnable checking of deprecated GTK usage (in beta/unstable releases only)
Mukund Sivaraman [Fri, 15 Aug 2008 19:31:59 +0000 (19:31 +0000)]
Enable checking of deprecated GTK usage (in beta/unstable releases only)

16 years agoMake URL clickable in about dialog
Mukund Sivaraman [Fri, 15 Aug 2008 17:45:18 +0000 (17:45 +0000)]
Make URL clickable in about dialog

16 years agoAdd autogen.sh to EXTRA_DIST
Mukund Sivaraman [Fri, 15 Aug 2008 15:50:35 +0000 (15:50 +0000)]
Add autogen.sh to EXTRA_DIST

16 years agoinitial Sparkle 1.5 b5 commit
Mitchell Livingston [Fri, 15 Aug 2008 01:44:46 +0000 (01:44 +0000)]
initial Sparkle 1.5 b5 commit

16 years agoremove Sparkle 1.1
Mitchell Livingston [Fri, 15 Aug 2008 01:43:30 +0000 (01:43 +0000)]
remove Sparkle 1.1

16 years agoremove a nonexistent cli file from the xcode project
Mitchell Livingston [Thu, 14 Aug 2008 21:54:02 +0000 (21:54 +0000)]
remove a nonexistent cli file from the xcode project

16 years agoremove potentially invalid tracker url's in the creator window
Mitchell Livingston [Thu, 14 Aug 2008 21:47:23 +0000 (21:47 +0000)]
remove potentially invalid tracker url's in the creator window

16 years agopossible quick-fix for the "wasted data due to collisions" bug reported in http:...
Charles Kerr [Thu, 14 Aug 2008 20:17:55 +0000 (20:17 +0000)]
possible quick-fix for the "wasted data due to collisions" bug reported in http://forum.transmissionbt.com/viewtopic.php?f=3&t=5643.  surely it's not this easy, but let's see

16 years agoRemove obsolete macro call
Mukund Sivaraman [Thu, 14 Aug 2008 17:47:23 +0000 (17:47 +0000)]
Remove obsolete macro call

16 years ago(libT) add unit tests for tr_bitfieldAddRange()
Charles Kerr [Thu, 14 Aug 2008 14:38:13 +0000 (14:38 +0000)]
(libT) add unit tests for tr_bitfieldAddRange()

16 years ago(libT) don't use goto when we don't have to :)
Charles Kerr [Thu, 14 Aug 2008 11:45:12 +0000 (11:45 +0000)]
(libT) don't use goto when we don't have to :)

16 years agoOptimize tr_bitFieldAddRange()
Mukund Sivaraman [Thu, 14 Aug 2008 11:31:25 +0000 (11:31 +0000)]
Optimize tr_bitFieldAddRange()

Also add comments documenting the usage of these functions.

16 years agoFix leak; err is not used anyway
Mukund Sivaraman [Thu, 14 Aug 2008 11:23:16 +0000 (11:23 +0000)]
Fix leak; err is not used anyway

16 years agoReplace values.h with limits.h
Mukund Sivaraman [Thu, 14 Aug 2008 11:14:57 +0000 (11:14 +0000)]
Replace values.h with limits.h

16 years agoReplace random number generation code
Mukund Sivaraman [Thu, 14 Aug 2008 11:11:25 +0000 (11:11 +0000)]
Replace random number generation code

16 years agoFix leaks of dbus proxy and conn
Mukund Sivaraman [Thu, 14 Aug 2008 10:58:37 +0000 (10:58 +0000)]
Fix leaks of dbus proxy and conn

16 years agoFix leak of torrents
Mukund Sivaraman [Thu, 14 Aug 2008 10:39:27 +0000 (10:39 +0000)]
Fix leak of torrents

16 years agoRespect non-standard install paths for web interface files
Mukund Sivaraman [Thu, 14 Aug 2008 10:35:11 +0000 (10:35 +0000)]
Respect non-standard install paths for web interface files

16 years ago(gtk) #826: Transmission doesn't open torrents via web browser
Charles Kerr [Thu, 14 Aug 2008 03:37:02 +0000 (03:37 +0000)]
(gtk) #826: Transmission doesn't open torrents via web browser

16 years agoalways manually remove torrents from libT, even when removed through rpc
Mitchell Livingston [Thu, 14 Aug 2008 02:18:14 +0000 (02:18 +0000)]
always manually remove torrents from libT, even when removed through rpc

16 years ago#1156: make the RPC callbacks a little more flexible to make thread issues easier...
Charles Kerr [Thu, 14 Aug 2008 02:12:29 +0000 (02:12 +0000)]
#1156: make the RPC callbacks a little more flexible to make thread issues easier on the mac client

16 years ago#1125 - If a torrent has 0% completed, the progressbar is 1 pixel long
Malcolm Jarvis [Thu, 14 Aug 2008 01:40:08 +0000 (01:40 +0000)]
#1125 - If a torrent has 0% completed, the progressbar is 1 pixel long

16 years ago#1124 - Make progress bars match that of the transmission client
Malcolm Jarvis [Thu, 14 Aug 2008 01:36:20 +0000 (01:36 +0000)]
#1124 - Make progress bars match that of the transmission client

16 years ago(libT) tr_bitfieldRemRange speedup. (muks)
Charles Kerr [Wed, 13 Aug 2008 19:25:08 +0000 (19:25 +0000)]
(libT) tr_bitfieldRemRange speedup. (muks)

16 years agoupdate the regression tests to hammer tr_bitfieldRemRange() a little harder
Charles Kerr [Wed, 13 Aug 2008 18:55:27 +0000 (18:55 +0000)]
update the regression tests to hammer tr_bitfieldRemRange() a little harder

16 years agofix a cut/paste error in the spec.
Charles Kerr [Wed, 13 Aug 2008 17:02:51 +0000 (17:02 +0000)]
fix a cut/paste error in the spec.

16 years agofix an error in the rpc spec's example: "sort-method" didn't make the final cut,...
Charles Kerr [Wed, 13 Aug 2008 16:57:12 +0000 (16:57 +0000)]
fix an error in the rpc spec's example: "sort-method" didn't make the final cut, so remove it.

16 years ago#1186: crash by maliciously-crafted .torrent files w/piece length of zero
Charles Kerr [Wed, 13 Aug 2008 14:19:25 +0000 (14:19 +0000)]
#1186: crash by maliciously-crafted .torrent files w/piece length of zero

16 years ago(gtk) #1185: crash by maliciously-crafted .torrent files "creator" field
Charles Kerr [Wed, 13 Aug 2008 03:05:51 +0000 (03:05 +0000)]
(gtk) #1185: crash by maliciously-crafted .torrent files "creator" field

16 years ago(libT) recognize BitSpirit peer-ids.
Charles Kerr [Tue, 12 Aug 2008 17:33:36 +0000 (17:33 +0000)]
(libT) recognize BitSpirit peer-ids.

16 years agoreadability tweak: remove thread names. (muks)
Charles Kerr [Tue, 12 Aug 2008 14:03:03 +0000 (14:03 +0000)]
readability tweak: remove thread names. (muks)

16 years agofix r6496 oops: common.css wasn't supposed to be checked in
Charles Kerr [Tue, 12 Aug 2008 13:53:10 +0000 (13:53 +0000)]
fix r6496 oops: common.css wasn't supposed to be checked in

16 years agoreadability improvments #1, #2, #3, #4. (muks)
Charles Kerr [Tue, 12 Aug 2008 13:51:11 +0000 (13:51 +0000)]
readability improvments #1, #2, #3, #4. (muks)

16 years ago* Possible fix for 1183
Malcolm Jarvis [Tue, 12 Aug 2008 04:01:56 +0000 (04:01 +0000)]
* Possible fix for 1183
* Standardise the type of quotes used in index file.

16 years ago(web) #1116: clean the remainings of php
Charles Kerr [Tue, 12 Aug 2008 01:28:50 +0000 (01:28 +0000)]
(web) #1116: clean the remainings of php

16 years ago(web) #1160: web ui inconsistent names
Charles Kerr [Tue, 12 Aug 2008 01:06:16 +0000 (01:06 +0000)]
(web) #1160: web ui inconsistent names

16 years ago(gtk) #1182: "Untranslatable" strings
Charles Kerr [Tue, 12 Aug 2008 00:52:34 +0000 (00:52 +0000)]
(gtk) #1182: "Untranslatable" strings

16 years agolots of C correctness tweaks suggested by sparse/cgcc
Charles Kerr [Mon, 11 Aug 2008 19:05:02 +0000 (19:05 +0000)]
lots of C correctness tweaks suggested by sparse/cgcc

16 years ago(libT) safer environmental variable handling (muks)
Charles Kerr [Mon, 11 Aug 2008 18:33:59 +0000 (18:33 +0000)]
(libT) safer environmental variable handling (muks)

16 years ago(libT) #1179: when creating a torrent, don't add an announce-list if there's only...
Charles Kerr [Mon, 11 Aug 2008 17:29:53 +0000 (17:29 +0000)]
(libT) #1179: when creating a torrent, don't add an announce-list if there's only one tracker

16 years ago(libT) #1176: memory leaks in libtransmission
Charles Kerr [Mon, 11 Aug 2008 17:00:23 +0000 (17:00 +0000)]
(libT) #1176: memory leaks in libtransmission

16 years ago(daemon) #1177: transmission-remote -a segaults on nonexistent filenames
Charles Kerr [Mon, 11 Aug 2008 16:04:46 +0000 (16:04 +0000)]
(daemon) #1177: transmission-remote -a segaults on nonexistent filenames

16 years ago(libT) #1178: Add missing va_end()s
Charles Kerr [Mon, 11 Aug 2008 04:40:29 +0000 (04:40 +0000)]
(libT) #1178: Add missing va_end()s

16 years agochange "Former" to "Previous"
Mitchell Livingston [Sun, 10 Aug 2008 21:02:30 +0000 (21:02 +0000)]
change "Former" to "Previous"

16 years agoupdate Credits to match AUTHORS
Mitchell Livingston [Sun, 10 Aug 2008 20:18:23 +0000 (20:18 +0000)]
update Credits to match AUTHORS

16 years agoUpdate the AUTHORS credits to include the Clutch devs
Charles Kerr [Sun, 10 Aug 2008 20:08:44 +0000 (20:08 +0000)]
Update the AUTHORS credits to include the Clutch devs

16 years ago(web) #1171: bugs in viewing torrent info and progress bar
Charles Kerr [Sun, 10 Aug 2008 19:24:26 +0000 (19:24 +0000)]
(web) #1171: bugs in viewing torrent info and progress bar

16 years ago(gtk) show "remaining time unknown" instead of "data not fully available"
Charles Kerr [Sun, 10 Aug 2008 19:11:59 +0000 (19:11 +0000)]
(gtk) show "remaining time unknown" instead of "data not fully available"

16 years agoshow "remaining time unknown" instead of "data not fully available" (sigh...)
Mitchell Livingston [Sun, 10 Aug 2008 17:59:16 +0000 (17:59 +0000)]
show "remaining time unknown" instead of "data not fully available" (sigh...)

16 years ago#1167: minor help discrepancy
Mitchell Livingston [Sun, 10 Aug 2008 16:46:08 +0000 (16:46 +0000)]
#1167: minor help discrepancy

16 years ago(clutch) #1161: hiding the web ui's filter bar should clear the filters
Charles Kerr [Sun, 10 Aug 2008 15:48:14 +0000 (15:48 +0000)]
(clutch) #1161: hiding the web ui's filter bar should clear the filters

16 years ago(web) fix r6459 error
Charles Kerr [Sun, 10 Aug 2008 15:30:03 +0000 (15:30 +0000)]
(web) fix r6459 error

16 years ago#1168: reading past the end of KTorrent's pex added.f strings
Charles Kerr [Sun, 10 Aug 2008 14:58:11 +0000 (14:58 +0000)]
#1168: reading past the end of KTorrent's pex added.f strings

16 years agothat's the trouble with quick fixes.
Charles Kerr [Sat, 9 Aug 2008 23:44:31 +0000 (23:44 +0000)]
that's the trouble with quick fixes.

16 years agowarnings--
Mitchell Livingston [Sat, 9 Aug 2008 20:20:21 +0000 (20:20 +0000)]
warnings--

16 years ago#1163: Minor wording inconsistency between Help and Preferences
Mitchell Livingston [Sat, 9 Aug 2008 20:09:41 +0000 (20:09 +0000)]
#1163: Minor wording inconsistency between Help and Preferences

16 years agosilence the logspam described in http://forum.transmissionbt.com/viewtopic.php?f...
Charles Kerr [Sat, 9 Aug 2008 16:17:59 +0000 (16:17 +0000)]
silence the logspam described in http://forum.transmissionbt.com/viewtopic.php?f=4&t=5588&

16 years agothe web ui in 1.4 won't be beta
Mitchell Livingston [Sat, 9 Aug 2008 13:51:59 +0000 (13:51 +0000)]
the web ui in 1.4 won't be beta

16 years agorearrange the proxy settings
Mitchell Livingston [Sat, 9 Aug 2008 12:45:21 +0000 (12:45 +0000)]
rearrange the proxy settings

16 years agoFinally cave in to BentMyWookie's demands
Malcolm Jarvis [Sat, 9 Aug 2008 06:10:46 +0000 (06:10 +0000)]
Finally cave in to BentMyWookie's demands

16 years ago1.32+
Mitchell Livingston [Sat, 9 Aug 2008 05:09:35 +0000 (05:09 +0000)]
1.32+

16 years agoGet rid of grey text in filter input in safari.
Malcolm Jarvis [Sat, 9 Aug 2008 04:44:08 +0000 (04:44 +0000)]
Get rid of grey text in filter input in safari.

16 years agoFix filter text box bugs reported by BentMyWookie and a bit more cleanup
Malcolm Jarvis [Sat, 9 Aug 2008 04:38:51 +0000 (04:38 +0000)]
Fix filter text box bugs reported by BentMyWookie and a bit more cleanup

16 years agoupdate appcast and NEWS for 1.32 1.32
Mitchell Livingston [Sat, 9 Aug 2008 03:55:11 +0000 (03:55 +0000)]
update appcast and NEWS for 1.32

16 years agoget ready for 1.32
Mitchell Livingston [Sat, 9 Aug 2008 02:26:36 +0000 (02:26 +0000)]
get ready for 1.32

16 years agoback out the changes from r6415.
Charles Kerr [Fri, 8 Aug 2008 22:44:32 +0000 (22:44 +0000)]
back out the changes from r6415.

16 years ago(web) #1147: remove "add torrent by URL" from web client
Charles Kerr [Thu, 7 Aug 2008 19:41:33 +0000 (19:41 +0000)]
(web) #1147: remove "add torrent by URL" from web client

16 years ago#1155: when creating new torrents > 2 GiB, piece size should be 2 MiB
Charles Kerr [Thu, 7 Aug 2008 19:25:19 +0000 (19:25 +0000)]
#1155: when creating new torrents > 2 GiB, piece size should be 2 MiB

16 years agopossible fix for #1149
Charles Kerr [Thu, 7 Aug 2008 05:55:40 +0000 (05:55 +0000)]
possible fix for #1149

16 years agoupdate NEWS; version is 1.31+
Mitchell Livingston [Thu, 7 Aug 2008 02:54:49 +0000 (02:54 +0000)]
update NEWS; version is 1.31+

16 years ago#1145 on startup, proxy type would change from SOCKS5 to SOCKS4
Mitchell Livingston [Thu, 7 Aug 2008 02:50:30 +0000 (02:50 +0000)]
#1145 on startup, proxy type would change from SOCKS5 to SOCKS4

16 years agopossible fix for #1134: revert libtransmission/web.c back to r6354
Charles Kerr [Wed, 6 Aug 2008 23:33:29 +0000 (23:33 +0000)]
possible fix for #1134: revert libtransmission/web.c back to r6354

16 years agoupdate nl's creator window 1.31
Mitchell Livingston [Wed, 6 Aug 2008 22:14:35 +0000 (22:14 +0000)]
update nl's creator window

16 years agorevert news
Mitchell Livingston [Wed, 6 Aug 2008 22:06:55 +0000 (22:06 +0000)]
revert news