]>
granicus.if.org Git - transmission/log
Charles Kerr [Fri, 23 Jan 2009 18:44:15 +0000 (18:44 +0000)]
(trunk libT) fix some code that the newly-added gcc warnings didn't like
Mitchell Livingston [Fri, 23 Jan 2009 03:50:09 +0000 (03:50 +0000)]
remove unnecessary header from the RPC white list table
Mitchell Livingston [Fri, 23 Jan 2009 02:39:34 +0000 (02:39 +0000)]
(trunk) #1736 Text for unknown error in torrent creator
Mitchell Livingston [Thu, 22 Jan 2009 22:47:09 +0000 (22:47 +0000)]
(trunk) update NEWS
Charles Kerr [Thu, 22 Jan 2009 21:43:46 +0000 (21:43 +0000)]
(trunk libT) when deleting a torrent's local data -- folders and files -- use remove() instead of unlink() because the former handles both folders and files gracefully
Charles Kerr [Thu, 22 Jan 2009 20:46:21 +0000 (20:46 +0000)]
(trunk gtk) use g_remove() instead of g_unlink() so that folders can be deleted too
Charles Kerr [Thu, 22 Jan 2009 15:05:22 +0000 (15:05 +0000)]
#1728: lower the minimum libnotify version from 0.4.4 to 0.4.3
Charles Kerr [Thu, 22 Jan 2009 14:32:29 +0000 (14:32 +0000)]
(trunk libT) #1734: encrypted peers' outgoing RC4 stream can be corrupted by sending protocol messages out-of-order
Charles Kerr [Thu, 22 Jan 2009 04:20:30 +0000 (04:20 +0000)]
(trunk libT) well, maybe it's not a problem with sending the pex messages, but with parsing it...
Charles Kerr [Wed, 21 Jan 2009 04:02:39 +0000 (04:02 +0000)]
(trunk libT) add a couple of simple debugging messages
Charles Kerr [Tue, 20 Jan 2009 16:16:11 +0000 (16:16 +0000)]
(trunk daemon) #1718: -f and -p? do not agree on first file index
Charles Kerr [Tue, 20 Jan 2009 15:47:25 +0000 (15:47 +0000)]
(trunk libT) better implementation of r7761 to take into account feedback from repattila in the forums
Charles Kerr [Tue, 20 Jan 2009 05:45:03 +0000 (05:45 +0000)]
(trunk libT) bah, fix r7761 oops
Duncan Beevers [Tue, 20 Jan 2009 03:41:19 +0000 (03:41 +0000)]
Add upload torrent by url to web interface
Charles Kerr [Tue, 20 Jan 2009 03:32:54 +0000 (03:32 +0000)]
(trunk libT) when pruning out slow peers, don't prune if we don't have good candidates to replace them.
Charles Kerr [Tue, 20 Jan 2009 02:43:21 +0000 (02:43 +0000)]
(trunk libT) fix uninitialized variable in bandwidth code
Charles Kerr [Tue, 20 Jan 2009 02:03:09 +0000 (02:03 +0000)]
(trunk libT) fix crash-on-add-torrent-from-clutch reported by anf6
Mitchell Livingston [Mon, 19 Jan 2009 22:28:25 +0000 (22:28 +0000)]
(trunk) last filter button resizing adjustment, I swear
Mitchell Livingston [Mon, 19 Jan 2009 22:16:11 +0000 (22:16 +0000)]
(trunk) streamline the filter button resize code a bit
Mitchell Livingston [Mon, 19 Jan 2009 22:08:21 +0000 (22:08 +0000)]
(trunk) filter button shrinking will now scale proportionally based on button size - a big improvement for localizations
Charles Kerr [Mon, 19 Jan 2009 21:37:34 +0000 (21:37 +0000)]
(trunk libT) fix two bugs introduced yesterday's add-torrent changes and uncovered/reported by anf6
Charles Kerr [Mon, 19 Jan 2009 21:17:29 +0000 (21:17 +0000)]
(trunk libT) #1715: More stats information in rpc session-stats command
Charles Kerr [Mon, 19 Jan 2009 18:11:47 +0000 (18:11 +0000)]
(trunk libT) put ful's theory to the test wrt function pointers
Charles Kerr [Mon, 19 Jan 2009 14:10:39 +0000 (14:10 +0000)]
(trunk libT) s/function_done/tr_idle_function_done/
Charles Kerr [Mon, 19 Jan 2009 14:05:43 +0000 (14:05 +0000)]
(trunk libT) prefer `int' over `ssize_t'
Charles Kerr [Mon, 19 Jan 2009 13:55:41 +0000 (13:55 +0000)]
(trunk libT) possible fix for the `few peers' errors reported on OS X. denis_, merlyn3d, give this a spin...
Charles Kerr [Sun, 18 Jan 2009 15:29:22 +0000 (15:29 +0000)]
(trunk gtk) make hudson-t happy
Charles Kerr [Sun, 18 Jan 2009 15:27:12 +0000 (15:27 +0000)]
(trunk libT) annotate the help & man page to note that URLs are accepted by the --add argument
Charles Kerr [Sun, 18 Jan 2009 15:24:26 +0000 (15:24 +0000)]
(trunk libT) In RPC, add general support for nonblocking methods, and specific support for adding a torrent via its URL and fetching it via curl without blocking.
Charles Kerr [Sun, 18 Jan 2009 15:15:41 +0000 (15:15 +0000)]
(trunk libT) have tr_strndup() take an ssize_t instead of an int
Charles Kerr [Sun, 18 Jan 2009 15:15:10 +0000 (15:15 +0000)]
(trunk libT) fix a minor memory leak.
Charles Kerr [Sat, 17 Jan 2009 23:14:35 +0000 (23:14 +0000)]
(trunk libT) discard peers from the tracker or pex that have a port of 0 or a multicast address.
Charles Kerr [Sat, 17 Jan 2009 23:12:35 +0000 (23:12 +0000)]
(trunk) in configure.ac, make debugging support automatic for nightly & beta builds
Charles Kerr [Sat, 17 Jan 2009 22:49:15 +0000 (22:49 +0000)]
(trunk libT) minor cleanup
Charles Kerr [Sat, 17 Jan 2009 16:44:16 +0000 (16:44 +0000)]
(trunk daemon) #1707: Show peer progress in --peers view
Charles Kerr [Sat, 17 Jan 2009 15:08:20 +0000 (15:08 +0000)]
(trunk libT) check in some of the extra error logging messages developed last night while chasing down the problem denis found
Charles Kerr [Sat, 17 Jan 2009 14:58:50 +0000 (14:58 +0000)]
(trunk daemon) #1704: --info and/or --files should show the download directory
Mitchell Livingston [Sat, 17 Jan 2009 14:22:30 +0000 (14:22 +0000)]
Get rid of peer-mgr-private.h in Xcode
Charles Kerr [Fri, 16 Jan 2009 23:17:31 +0000 (23:17 +0000)]
(trunk libT) fix IPv6 reported & solved by erdgeist. add debugging message to help track down any future problems.
Mitchell Livingston [Fri, 16 Jan 2009 22:26:16 +0000 (22:26 +0000)]
allow checking for betas when autoupdate is off
Charles Kerr [Fri, 16 Jan 2009 21:29:49 +0000 (21:29 +0000)]
(trunk) sync xcode & autoconf idioms for determining if a build is stable, beta, or nightly
Charles Kerr [Fri, 16 Jan 2009 18:03:49 +0000 (18:03 +0000)]
(trunk) #1700: A bug in check-openssl.m4 for not teach Makefile about OPENSSL_*.
Charles Kerr [Fri, 16 Jan 2009 17:29:42 +0000 (17:29 +0000)]
(trunk libT) minor tweaks to reduce libtransmission shear between trunk and 1.5x
Charles Kerr [Fri, 16 Jan 2009 16:38:16 +0000 (16:38 +0000)]
(trunk libT) make file preallocation optional via settings.json. choices are: full, sparse, and none
Erick Turnquist [Fri, 16 Jan 2009 06:40:23 +0000 (06:40 +0000)]
(trunk libT) fix r7717
Charles Kerr [Fri, 16 Jan 2009 04:36:36 +0000 (04:36 +0000)]
(trunk libT) fix tracker IPv6 error reported by the earth spirit
Charles Kerr [Fri, 16 Jan 2009 01:03:33 +0000 (01:03 +0000)]
(trunk) add interface versioning to the RPC spec
Charles Kerr [Wed, 14 Jan 2009 13:30:51 +0000 (13:30 +0000)]
(trunk libT) #1698: RunTime Check failure
Charles Kerr [Wed, 14 Jan 2009 01:37:24 +0000 (01:37 +0000)]
(trunk libT) Remove tr_peerMgrHasConnections, it isn't used anywhere
Charles Kerr [Tue, 13 Jan 2009 21:06:07 +0000 (21:06 +0000)]
(trunk libT) fix an r7707 bug in tr_sessionGetActiveTorrentCount()
Charles Kerr [Tue, 13 Jan 2009 21:00:05 +0000 (21:00 +0000)]
(trunk libT) peerMgr: operate directly on tr_torrent and not peerMgr+torrentHash
Charles Kerr [Tue, 13 Jan 2009 16:51:38 +0000 (16:51 +0000)]
(trunk libT) minor torrent iteration cleanup. (wereHamster, charles)
Charles Kerr [Tue, 13 Jan 2009 16:50:23 +0000 (16:50 +0000)]
(trunk gtk) make hudson-t happy
Charles Kerr [Tue, 13 Jan 2009 16:39:19 +0000 (16:39 +0000)]
(trunk libT) Remove tr_torrentNext() from the public libT API (wereHamster)
Charles Kerr [Tue, 13 Jan 2009 16:35:06 +0000 (16:35 +0000)]
(trunk libT) Clean up RPC server initialization (wereHamster)
Charles Kerr [Tue, 13 Jan 2009 16:32:43 +0000 (16:32 +0000)]
(trunk libT) Get rid of peer-mgr-private.h (from wereHamster)
Charles Kerr [Tue, 13 Jan 2009 05:32:06 +0000 (05:32 +0000)]
(trunk daemon) #1671: transmission-remote --get option not including all files
Mitchell Livingston [Tue, 13 Jan 2009 05:26:47 +0000 (05:26 +0000)]
re-enable ability to check for beta releases
Mitchell Livingston [Tue, 13 Jan 2009 05:13:56 +0000 (05:13 +0000)]
(trunk) add custom Sparkle (with tag support)
Mitchell Livingston [Tue, 13 Jan 2009 05:12:00 +0000 (05:12 +0000)]
(trunk) remove old Sparkle
Mitchell Livingston [Tue, 13 Jan 2009 04:51:11 +0000 (04:51 +0000)]
make beta support use upcoming Sparkle "tag" functionality - beta autoupdate is disabled for now
Charles Kerr [Tue, 13 Jan 2009 04:43:38 +0000 (04:43 +0000)]
(trunk libT) #1655: rpc-spec 4.2: "session-stats" returns a new object instead of the response arguments
Mitchell Livingston [Tue, 13 Jan 2009 04:33:10 +0000 (04:33 +0000)]
fix whoops in the appcast
Charles Kerr [Tue, 13 Jan 2009 01:44:59 +0000 (01:44 +0000)]
(trunk gtk) #1690: Torrent is completed without ever starting (because there's nothing to download)
Charles Kerr [Mon, 12 Jan 2009 21:59:53 +0000 (21:59 +0000)]
(trunk libT) close open files immediately after they're done downloading
Charles Kerr [Mon, 12 Jan 2009 21:15:14 +0000 (21:15 +0000)]
(trunk gtk) #1689: notify bild errors
Charles Kerr [Mon, 12 Jan 2009 20:01:37 +0000 (20:01 +0000)]
(trunk libT) #1619: remove an unnecessary preprocessor check
Charles Kerr [Mon, 12 Jan 2009 19:58:16 +0000 (19:58 +0000)]
(trunk libT) #1427: Files are kept open in read/write mode after a torrent finishes
Charles Kerr [Mon, 12 Jan 2009 19:30:34 +0000 (19:30 +0000)]
(trunk gtk) #1341: show the number of verified pieces in the Inspector
Charles Kerr [Mon, 12 Jan 2009 18:48:20 +0000 (18:48 +0000)]
(trunk gtk) #1666: Option to disable notification bubbles
Charles Kerr [Mon, 12 Jan 2009 18:02:28 +0000 (18:02 +0000)]
(trunk libT) #1592: file priorities are not preserved after exiting & starting a new session
Mitchell Livingston [Mon, 12 Jan 2009 00:24:48 +0000 (00:24 +0000)]
clean up Info.plist
Mitchell Livingston [Sun, 11 Jan 2009 21:49:17 +0000 (21:49 +0000)]
use the torrent file's UTI in open/save dialogs
Mitchell Livingston [Sun, 11 Jan 2009 21:30:38 +0000 (21:30 +0000)]
add minimum system version
Mitchell Livingston [Sun, 11 Jan 2009 18:19:06 +0000 (18:19 +0000)]
(trunk) update NEWS
Charles Kerr [Sun, 11 Jan 2009 17:02:04 +0000 (17:02 +0000)]
(trunk libT) win32 portability patch from Alexey
Mitchell Livingston [Sun, 11 Jan 2009 16:58:14 +0000 (16:58 +0000)]
add support for auto-updating to beta releases
Mitchell Livingston [Sun, 11 Jan 2009 00:45:42 +0000 (00:45 +0000)]
update NEWS
Mitchell Livingston [Sat, 10 Jan 2009 23:37:37 +0000 (23:37 +0000)]
update the Mac code's copyright dates
Charles Kerr [Sat, 10 Jan 2009 23:09:07 +0000 (23:09 +0000)]
(trunk) update the GPL code's copyright dates
Charles Kerr [Sat, 10 Jan 2009 22:56:26 +0000 (22:56 +0000)]
(trunk libT) #1634: better utf8 validation of metainfo "files" field
Charles Kerr [Sat, 10 Jan 2009 22:48:58 +0000 (22:48 +0000)]
(trunk libT) #1675: better utf8 validation of metainfo name, creator, and comment fields
Charles Kerr [Sat, 10 Jan 2009 19:29:01 +0000 (19:29 +0000)]
(trunk libT) fix minor compiler warning that cropped up when upgrading our ConvertUTF8
Charles Kerr [Sat, 10 Jan 2009 17:59:49 +0000 (17:59 +0000)]
(trunk libT) upgrade our copy of Unicode Inc's freeware ConvertUTF.[ch]
Charles Kerr [Sat, 10 Jan 2009 14:23:58 +0000 (14:23 +0000)]
(trunk libT) handle the special-case tracker timestamps in "transmission-remote --info"
Charles Kerr [Sat, 10 Jan 2009 02:22:13 +0000 (02:22 +0000)]
(trunk libT) win32 portability fixes, reported by Alexey
Charles Kerr [Fri, 9 Jan 2009 19:24:40 +0000 (19:24 +0000)]
(trunk libT) undo r7645 based on feedback that the experimental code did improve performance.
Charles Kerr [Fri, 9 Jan 2009 19:16:52 +0000 (19:16 +0000)]
(trunk libT) fix getConfigDir() bug reported by wereHamster
Charles Kerr [Fri, 9 Jan 2009 18:39:30 +0000 (18:39 +0000)]
(trunk libT) fix downloadDir error reported & tracked down by wereHamster
Charles Kerr [Fri, 9 Jan 2009 17:55:48 +0000 (17:55 +0000)]
(trunk libT) annotate tr_cpBlockBitfieldSet() as suggested by wereHamster.
Charles Kerr [Fri, 9 Jan 2009 15:45:44 +0000 (15:45 +0000)]
(trunk libT) finally get around to making upload-slots-per-torrent a settings.json option, thanks to friendly prodding from ful in #transmission
Charles Kerr [Thu, 8 Jan 2009 20:35:10 +0000 (20:35 +0000)]
(trunk libT) clear out the experimental code that accumulated while trying to find the fix to the tracker-announces-never-finish bug. This revision is 1.42's version plus bugfixes.
Charles Kerr [Thu, 8 Jan 2009 20:33:33 +0000 (20:33 +0000)]
(trunk libT) fix evbuffer oops
Charles Kerr [Thu, 8 Jan 2009 19:20:24 +0000 (19:20 +0000)]
(trunk libT) make the default number of open files 32 rather than 16, and make it configurable via settings.json. (Reported by Lucius Windschuh via denis_)
Charles Kerr [Thu, 8 Jan 2009 14:05:30 +0000 (14:05 +0000)]
(trunk libT) The buffer is static anyway, no need to malloc it
Charles Kerr [Thu, 8 Jan 2009 04:43:00 +0000 (04:43 +0000)]
(trunk libT) remove a small number of redundant or unnecessary asserts
Mitchell Livingston [Thu, 8 Jan 2009 02:55:56 +0000 (02:55 +0000)]
make credits match authors
Mitchell Livingston [Thu, 8 Jan 2009 02:37:18 +0000 (02:37 +0000)]
#1668 Groups: filter torrents by evalutating a multivalue property (any tracker and any file)
Malcolm Jarvis [Thu, 8 Jan 2009 02:09:03 +0000 (02:09 +0000)]
my bike shed is colored with an "L".
Charles Kerr [Thu, 8 Jan 2009 01:57:15 +0000 (01:57 +0000)]
(trunk) what color is your bike shed?