]> granicus.if.org Git - transmission/log
transmission
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

16 years agore-update appcast
Mitchell Livingston [Wed, 6 Aug 2008 22:06:42 +0000 (22:06 +0000)]
re-update appcast

16 years agoget ready for 1.31
Mitchell Livingston [Wed, 6 Aug 2008 21:58:38 +0000 (21:58 +0000)]
get ready for 1.31

16 years ago#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when addin...
Charles Kerr [Wed, 6 Aug 2008 11:39:30 +0000 (11:39 +0000)]
#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero#1143: crash in 1.30 when adding torrents: div by zero

16 years agoadd "dozens of new translations" to the gtk NEWS
Charles Kerr [Wed, 6 Aug 2008 01:22:40 +0000 (01:22 +0000)]
add "dozens of new translations" to the gtk NEWS

16 years ago(gtk) update translations from launchpad for 1.30
Charles Kerr [Wed, 6 Aug 2008 01:20:07 +0000 (01:20 +0000)]
(gtk) update translations from launchpad for 1.30

16 years agoupdate appcast file size/version
Mitchell Livingston [Wed, 6 Aug 2008 00:59:17 +0000 (00:59 +0000)]
update appcast file size/version

16 years agoready for 1.30
Mitchell Livingston [Wed, 6 Aug 2008 00:53:55 +0000 (00:53 +0000)]
ready for 1.30

16 years ago#1129 alternate fix: / should redirect to, not replace, /transmission/web
Charles Kerr [Wed, 6 Aug 2008 00:24:05 +0000 (00:24 +0000)]
#1129 alternate fix: / should redirect to, not replace, /transmission/web

16 years ago#1135: crashes when adding torrent, with "assert( ( info->pieceSize % tor->blockSize...
Charles Kerr [Tue, 5 Aug 2008 20:27:40 +0000 (20:27 +0000)]
#1135: crashes when adding torrent, with "assert( ( info->pieceSize % tor->blockSize ) == 0 );"

16 years ago1129: You must add "/transmission/web/" to your IP to view web interface
Charles Kerr [Tue, 5 Aug 2008 16:41:09 +0000 (16:41 +0000)]
1129: You must add "/transmission/web/" to your IP to view web interface

16 years agorevert to the previos clutch progress bar images
Mitchell Livingston [Sat, 2 Aug 2008 19:06:15 +0000 (19:06 +0000)]
revert to the previos clutch progress bar images

16 years ago(clutch) #1124: update progressbar for clutch
Charles Kerr [Fri, 1 Aug 2008 17:12:16 +0000 (17:12 +0000)]
(clutch) #1124: update progressbar for clutch

16 years agominor text cleanup
Charles Kerr [Fri, 1 Aug 2008 16:43:22 +0000 (16:43 +0000)]
minor text cleanup

16 years ago#1126: crash on quit
Charles Kerr [Fri, 1 Aug 2008 13:46:03 +0000 (13:46 +0000)]
#1126: crash on quit

16 years agodead code removal
Charles Kerr [Fri, 1 Aug 2008 04:05:22 +0000 (04:05 +0000)]
dead code removal

16 years agoupdate "remote" help
Mitchell Livingston [Fri, 1 Aug 2008 00:24:33 +0000 (00:24 +0000)]
update "remote" help

16 years ago#1126: crash on quit
Charles Kerr [Thu, 31 Jul 2008 13:06:59 +0000 (13:06 +0000)]
#1126: crash on quit

16 years agoMake it a little easier to trace backwards from "Unspecified I/O error" to find out...
Charles Kerr [Wed, 30 Jul 2008 14:46:45 +0000 (14:46 +0000)]
Make it a little easier to trace backwards from "Unspecified I/O error" to find out what the real problem is.

16 years agotransmission-remote should compile in xcode
Mitchell Livingston [Wed, 30 Jul 2008 03:20:45 +0000 (03:20 +0000)]
transmission-remote should compile in xcode

16 years agoRemoving Extranious PHP from index file and Javascript. Add Conditional CSS links...
Malcolm Jarvis [Wed, 30 Jul 2008 00:13:51 +0000 (00:13 +0000)]
Removing Extranious PHP from index file and Javascript. Add Conditional CSS links to iphone css.

16 years ago#1117: crash on exit in curl_multi_socket_action()
Charles Kerr [Tue, 29 Jul 2008 18:53:41 +0000 (18:53 +0000)]
#1117: crash on exit in curl_multi_socket_action()

16 years ago(gtk) synchronize translations for 1.30b3
Charles Kerr [Tue, 29 Jul 2008 04:33:07 +0000 (04:33 +0000)]
(gtk) synchronize translations for 1.30b3

16 years ago#1123: unreachable peers need to be handled better
Charles Kerr [Tue, 29 Jul 2008 00:52:02 +0000 (00:52 +0000)]
#1123: unreachable peers need to be handled better

16 years ago#1122: faster http processing
Charles Kerr [Tue, 29 Jul 2008 00:51:07 +0000 (00:51 +0000)]
#1122: faster http processing

16 years ago(gtk) fix build breakage by including <locale.h> explicitly
Charles Kerr [Mon, 28 Jul 2008 22:06:53 +0000 (22:06 +0000)]
(gtk) fix build breakage by including <locale.h> explicitly

16 years agorename `pulse' as peerPulse() and trackerPulse() to make backtraces easier to read
Charles Kerr [Mon, 28 Jul 2008 19:47:16 +0000 (19:47 +0000)]
rename `pulse' as peerPulse() and trackerPulse() to make backtraces easier to read

16 years agothe "Cancel" button in the blocklist download sheet resizes to fit the localized...
Mitchell Livingston [Mon, 28 Jul 2008 00:49:15 +0000 (00:49 +0000)]
the "Cancel" button in the blocklist download sheet resizes to fit the localized string

16 years agoRussian localization
Mitchell Livingston [Sun, 27 Jul 2008 23:47:11 +0000 (23:47 +0000)]
Russian localization

16 years ago(daemon) fix typo in daemon's help page.
Charles Kerr [Sun, 27 Jul 2008 19:04:29 +0000 (19:04 +0000)]
(daemon) fix typo in daemon's help page.

16 years ago* fix minor error in the rpc spec's examples
Charles Kerr [Sun, 27 Jul 2008 14:31:18 +0000 (14:31 +0000)]
* fix minor error in the rpc spec's examples
* refresh the display more often in the cli client

16 years ago(daemon) #1107: transmission-remote -t[n] -i should display webseeding info
Charles Kerr [Sun, 27 Jul 2008 14:29:43 +0000 (14:29 +0000)]
(daemon) #1107: transmission-remote -t[n] -i should display webseeding info

16 years ago(daemon) #1107: transmission-remote -t[n] -i should display webseeding info
Charles Kerr [Sun, 27 Jul 2008 14:10:32 +0000 (14:10 +0000)]
(daemon) #1107: transmission-remote -t[n] -i should display webseeding info

16 years ago(daemon) #1115: there are two “--help” entries in transmission-remote help page
Charles Kerr [Sat, 26 Jul 2008 17:18:16 +0000 (17:18 +0000)]
(daemon) #1115: there are two “--help” entries in transmission-remote help page