]>
granicus.if.org Git - transmission/log
Kevin Glowacz [Fri, 15 Jan 2010 04:34:42 +0000 (04:34 +0000)]
(trunk web) make sure the Download Directory field in the Inspector is N/A when no torrents are selected
Kevin Glowacz [Fri, 15 Jan 2010 03:41:57 +0000 (03:41 +0000)]
(trunk web) update to jQuery 1.4
Kevin Glowacz [Fri, 15 Jan 2010 03:41:51 +0000 (03:41 +0000)]
(trunk web) there is really no reason to keep the unminified jquery around
Kevin Glowacz [Fri, 15 Jan 2010 03:41:46 +0000 (03:41 +0000)]
(trunk web) These tags shouln't be self closing and then also closed
Kevin Glowacz [Fri, 15 Jan 2010 03:41:39 +0000 (03:41 +0000)]
(trunk web) use public jQuery functions. private ones can change or be removed at any time (like in 1.4)
Charles Kerr [Fri, 15 Jan 2010 00:20:48 +0000 (00:20 +0000)]
(trunk libT) remove the r9933 assertions and maybe fix Yada's bug
Charles Kerr [Thu, 14 Jan 2010 21:37:27 +0000 (21:37 +0000)]
(trunk libT) add in some assertions to try & smoke out Yada's crash
Charles Kerr [Thu, 14 Jan 2010 14:22:43 +0000 (14:22 +0000)]
(trunk libt) #2755 "assert( session->fdInfo != NULL ) in tr_fdTorrentClose() is failing" -- fixed for 1.80
Charles Kerr [Thu, 14 Jan 2010 14:20:49 +0000 (14:20 +0000)]
(trunk) housekeeping: (1) add standard svn properties for $Id$ substitution in some files (2) add #include guards in a couple of libtransmission headers (3) refresh build instructions in README
Charles Kerr [Thu, 14 Jan 2010 07:03:29 +0000 (07:03 +0000)]
(trunk gtk) HIG: reorganize the menu items in the tray icon
Mitchell Livingston [Thu, 14 Jan 2010 00:25:03 +0000 (00:25 +0000)]
add to RPC info for peers from DHT and LTEP
Charles Kerr [Wed, 13 Jan 2010 22:46:22 +0000 (22:46 +0000)]
(trunk) second half of r9927.... :/
Charles Kerr [Wed, 13 Jan 2010 22:40:07 +0000 (22:40 +0000)]
(trunk) add tr_torrent_stat.id to RPC documentation. Rename tr_tracker_stat.identifier as tr_tracker_stat.id for consistency with tr_torrent.id
Charles Kerr [Wed, 13 Jan 2010 22:32:46 +0000 (22:32 +0000)]
(trunk) try to help packagers a bit by adding annotation to say which prerequisites are mandatory and which are optional
Charles Kerr [Wed, 13 Jan 2010 04:48:50 +0000 (04:48 +0000)]
(trunk macosx) tweak the automake file
Mitchell Livingston [Wed, 13 Jan 2010 03:05:03 +0000 (03:05 +0000)]
eliminate a couple of compiler warnings
Charles Kerr [Wed, 13 Jan 2010 01:21:26 +0000 (01:21 +0000)]
(trunk libT) fix assertion-on-shutdown failure reported by livings
Charles Kerr [Wed, 13 Jan 2010 01:06:34 +0000 (01:06 +0000)]
(trunk gtk) sync GTK+ client translations from https://translations.launchpad.net/transmission/trunk/+pots/transmission
Charles Kerr [Tue, 12 Jan 2010 20:17:22 +0000 (20:17 +0000)]
(trunk libT) #2705 "speeding up request queue management" -- committed v1.1.diff for 1.80
Charles Kerr [Tue, 12 Jan 2010 16:43:37 +0000 (16:43 +0000)]
(trunk) add a log message telling the user which configDir is being used and whether or not its settings.json was used
Charles Kerr [Tue, 12 Jan 2010 15:48:51 +0000 (15:48 +0000)]
(trunk gtk) sync with http://svn.chipx86.com/trunk/libsexy/libsexy/sexy-icon-entry.c
Charles Kerr [Tue, 12 Jan 2010 14:16:19 +0000 (14:16 +0000)]
(trunk gtk) remove two more minor memory leaks in the GTK+ client found by valgrind
Charles Kerr [Mon, 11 Jan 2010 21:54:54 +0000 (21:54 +0000)]
(trunk gtk) remove a few very minor memory leaks in the GTK+ client
Charles Kerr [Mon, 11 Jan 2010 18:26:29 +0000 (18:26 +0000)]
(trunk libT) #2750 "Crash on quit r9862 in TrCloseFile" -- fixed for 1.80
Charles Kerr [Mon, 11 Jan 2010 16:11:28 +0000 (16:11 +0000)]
(trunk) update NEWS
Mitchell Livingston [Mon, 11 Jan 2010 14:24:12 +0000 (14:24 +0000)]
whoops
Mitchell Livingston [Mon, 11 Jan 2010 14:23:46 +0000 (14:23 +0000)]
remove Turkish localization - the translator is MIA
Charles Kerr [Sun, 10 Jan 2010 20:15:56 +0000 (20:15 +0000)]
(trunk libT) reinstate proxies in the http announce
Charles Kerr [Sun, 10 Jan 2010 19:52:01 +0000 (19:52 +0000)]
(trunk libT) #2416 "crash in event_queue_insert" -- I think this is happening if we queue up two changes, one to listen for read/write, and then a second one to delete the polling, in kqueue's event mechanism, at libcurl's request. Let's try disabling kqueue in libevent and use poll/select instead.
Mitchell Livingston [Sun, 10 Jan 2010 16:26:56 +0000 (16:26 +0000)]
take a shot at #2715 - modular division on a negative number doesn't return a positive
Mitchell Livingston [Sun, 10 Jan 2010 16:26:30 +0000 (16:26 +0000)]
assorted small cleanup and log removal
Mitchell Livingston [Sun, 10 Jan 2010 14:56:04 +0000 (14:56 +0000)]
random code optimization: when escaping http, use an if with a lot less comparisons rather than a switch
Mitchell Livingston [Sun, 10 Jan 2010 14:36:53 +0000 (14:36 +0000)]
revert r9505, which appears to cause a crash on launch
Charles Kerr [Sun, 10 Jan 2010 08:53:17 +0000 (08:53 +0000)]
(trunk libT) #2416 "crash in event_queue_insert" -- another guess, based on the idea that we might queue two actions (one to insert, one to delete) on the same event before libevent's dispatcher is invoked
Mitchell Livingston [Sun, 10 Jan 2010 04:23:09 +0000 (04:23 +0000)]
add rpc fields for the tracker identifier stats
Charles Kerr [Sun, 10 Jan 2010 02:40:22 +0000 (02:40 +0000)]
(trunk libT) #2740 "sefault in torrent creating" -- fixed for 1.80
Mitchell Livingston [Sun, 10 Jan 2010 02:34:00 +0000 (02:34 +0000)]
add an identifier to trackers, for use by the ui's (this should hopefully fix the problem for removing trackers with "invisible" trackers)
Charles Kerr [Sun, 10 Jan 2010 02:19:08 +0000 (02:19 +0000)]
(trunk gtk) remove debugging message I accidentally left in the last commit
Charles Kerr [Sun, 10 Jan 2010 01:43:04 +0000 (01:43 +0000)]
(trunk gtk) #2739 "the status bar oscillates ostensibly" -- implemented for 1.80
Charles Kerr [Sat, 9 Jan 2010 07:27:45 +0000 (07:27 +0000)]
(trunk libT) #2416 "crash in event_queue_insert" -- see if we can get the program to crash in a different way.
Charles Kerr [Sat, 9 Jan 2010 07:24:47 +0000 (07:24 +0000)]
(trunk libT) add <stdarg.h> call before <evutil.h> to get 1.80 building on Fedora 11
Mitchell Livingston [Sat, 9 Jan 2010 04:43:54 +0000 (04:43 +0000)]
even more logs!
Mitchell Livingston [Sat, 9 Jan 2010 00:57:30 +0000 (00:57 +0000)]
even more logs
Charles Kerr [Fri, 8 Jan 2010 21:45:56 +0000 (21:45 +0000)]
(trunk libT) #2416 "crash in event_queue_insert" -- continue throwing the kitchen sink at this ticket. (1) disable proxies to see if that makes any difference (2) rearrange the sequencing in sock_cb() to unconditionally delete the active event before doing anything else (3) use a libevent timer instead of CURLOPT_TIMEOUT to workaround curl bug http://tinyurl.com/ycm5d3e
Mitchell Livingston [Fri, 8 Jan 2010 02:48:08 +0000 (02:48 +0000)]
add some NSLogs to help smoke out http://forum.transmissionbt.com/viewtopic.php?f=1&t=9105&start=105#p43232
Charles Kerr [Thu, 7 Jan 2010 17:30:34 +0000 (17:30 +0000)]
(trunk gtk) #2733 "add "Add URL..." to GTK+ dock menu
Mitchell Livingston [Thu, 7 Jan 2010 01:52:15 +0000 (01:52 +0000)]
change the code for determining which trackers to remove
Charles Kerr [Wed, 6 Jan 2010 00:18:33 +0000 (00:18 +0000)]
(trunk libT) more documentation and doxygen markup
Charles Kerr [Tue, 5 Jan 2010 23:47:50 +0000 (23:47 +0000)]
(trunk) one of the less-interesting commits in a while: remove trailing spaces from lines
Charles Kerr [Tue, 5 Jan 2010 23:23:26 +0000 (23:23 +0000)]
(trunk gtk) #2728 "Creates auto-download dir when non-existant" -- fixed for 1.80
Mitchell Livingston [Tue, 5 Jan 2010 04:34:31 +0000 (04:34 +0000)]
fix pluralization of "got 1 peer"
Charles Kerr [Mon, 4 Jan 2010 23:38:42 +0000 (23:38 +0000)]
(trunk) update NEWS
Mitchell Livingston [Mon, 4 Jan 2010 23:35:58 +0000 (23:35 +0000)]
update NEWS
Charles Kerr [Mon, 4 Jan 2010 21:00:47 +0000 (21:00 +0000)]
happy new year!
Charles Kerr [Mon, 4 Jan 2010 20:55:42 +0000 (20:55 +0000)]
(trunk) update NEWS for 1.80 beta 4
Charles Kerr [Mon, 4 Jan 2010 20:28:54 +0000 (20:28 +0000)]
(trunk libT) #2711 "no metadata exchange when using magnet links and trackerless torrents" -- fixed
Charles Kerr [Mon, 4 Jan 2010 20:21:01 +0000 (20:21 +0000)]
(trunk mac) that's what I get for messing with mac code w/o a compiler...
Charles Kerr [Mon, 4 Jan 2010 20:18:21 +0000 (20:18 +0000)]
(trunk) sync mac, gtk clients with r9863
Charles Kerr [Mon, 4 Jan 2010 20:14:25 +0000 (20:14 +0000)]
(trunk libT) remove dead code: tr_announce_list_err
Charles Kerr [Mon, 4 Jan 2010 20:06:39 +0000 (20:06 +0000)]
(trunk libT) make sure to restart curl's periodic timer
Charles Kerr [Mon, 4 Jan 2010 19:34:01 +0000 (19:34 +0000)]
(trunk gtk) #2723 "'save' in log viewer should be 'save as'" - fixed
Charles Kerr [Mon, 4 Jan 2010 09:11:27 +0000 (09:11 +0000)]
(trunk libT) #2722 "crash when removing/modifying trackers" -- fixed
Charles Kerr [Mon, 4 Jan 2010 09:05:02 +0000 (09:05 +0000)]
(trunk libT) consistency tweak: rename tr_global{Lock,Unlock,IsLocked} as tr_session{Lock,Unlock,IsLocked}
Charles Kerr [Sun, 3 Jan 2010 17:58:33 +0000 (17:58 +0000)]
(trunk gtk) #2707 "add confirmation dialog when resetting statistics" -- implemented
Charles Kerr [Sun, 3 Jan 2010 17:38:24 +0000 (17:38 +0000)]
(trunk gtk) #2708 "missing tooltips" -- add previously-missing tooltips to two of the statusbar buttons
Charles Kerr [Sun, 3 Jan 2010 17:33:22 +0000 (17:33 +0000)]
(trunk gtk) #2706 "Statistics window Delete button label" -- rename the "Delete" button as "Reset"
Charles Kerr [Sun, 3 Jan 2010 17:21:10 +0000 (17:21 +0000)]
(trunk libT) #2709 "RPC files-unwanted" out-of-bounds access
Mitchell Livingston [Sat, 2 Jan 2010 18:50:59 +0000 (18:50 +0000)]
should've alphabetized by peer id, not client name
Mitchell Livingston [Sat, 2 Jan 2010 18:47:59 +0000 (18:47 +0000)]
add "OneSwarm" to client list
Mitchell Livingston [Sat, 2 Jan 2010 02:50:22 +0000 (02:50 +0000)]
create file lists lazily
Charles Kerr [Fri, 1 Jan 2010 22:40:54 +0000 (22:40 +0000)]
(trunk libT) sync the tr_wait_msec() calls in daemon/ and cli/
Charles Kerr [Fri, 1 Jan 2010 22:35:49 +0000 (22:35 +0000)]
(trunk libT) resolve thread condition in libtransmission by moving the `waiting' state variable to the stack in tr_sessionSet() and tr_sessionInit()
Charles Kerr [Fri, 1 Jan 2010 22:30:36 +0000 (22:30 +0000)]
(trunk libT) rename tr_wait() tr_wait_msec()
Charles Kerr [Fri, 1 Jan 2010 22:28:50 +0000 (22:28 +0000)]
(trunk libT) unset DHT's ip4 and ip6 sockets on shutdown so that the libtransmission thread doesn't block on tr_dhtStatus() during shutdown
Charles Kerr [Fri, 1 Jan 2010 22:26:35 +0000 (22:26 +0000)]
(trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway
Charles Kerr [Fri, 1 Jan 2010 22:14:50 +0000 (22:14 +0000)]
(trunk libT) fix <assert.h> #includes
Charles Kerr [Fri, 1 Jan 2010 22:13:27 +0000 (22:13 +0000)]
(trunk libT) improved API documentation / commenting for doxygen
Mitchell Livingston [Fri, 1 Jan 2010 21:12:04 +0000 (21:12 +0000)]
happy new year!
Mitchell Livingston [Thu, 31 Dec 2009 18:55:14 +0000 (18:55 +0000)]
avoid copying file paths when unnecessary
Mitchell Livingston [Thu, 31 Dec 2009 03:19:54 +0000 (03:19 +0000)]
some more insignificant changes I have sitting around locally
Eric Petit [Wed, 30 Dec 2009 09:56:46 +0000 (09:56 +0000)]
Temporary fix for the libevent svn:externals
Charles Kerr [Tue, 29 Dec 2009 21:14:53 +0000 (21:14 +0000)]
(trunk) update NEWS for 1.80 beta 4
Mitchell Livingston [Tue, 29 Dec 2009 01:35:52 +0000 (01:35 +0000)]
fix bug from r9820 where file progress was either 0.0 or 1.0
Charles Kerr [Tue, 29 Dec 2009 00:00:33 +0000 (00:00 +0000)]
(trunk libT) #2416 "crash in event_queue_insert" -- I am really quite sick of this bug. It's not reproducible at all under Linux and appears to be a bug in libevent's kqueue implementation. In this commit, we leak the event object on OS X.
Charles Kerr [Mon, 28 Dec 2009 23:29:59 +0000 (23:29 +0000)]
(trunk libT) #2416 "crash in event_queue_insert" -- instead of freeing libevent's event objects, pool and reuse them. *sigh*
Charles Kerr [Mon, 28 Dec 2009 23:27:17 +0000 (23:27 +0000)]
(trunk libT) fix various minor compiler warnings that show up when you build libtransmission with NDEBUG defined
Charles Kerr [Mon, 28 Dec 2009 23:25:50 +0000 (23:25 +0000)]
(trunk libT) fix minor bug in r9651 "Reduce SO_SNDBUF and SO_RCVBUF for tracker announce/scrape messages" -- libcurl's CURLOPT_SOCKOPTFUNCTION doesn't return void; it returns an int that is nonzero if an error occurs.
Charles Kerr [Mon, 28 Dec 2009 23:24:00 +0000 (23:24 +0000)]
(trunk libT) fix minor bug in r9651 "Reduce SO_RCVBUF for outgoing peer connections on seeding torrents" -- remember the "isSeed" attribute so that we can use it on reconnects
Charles Kerr [Mon, 28 Dec 2009 23:11:26 +0000 (23:11 +0000)]
(trunk libT) remove dead code -- tr_assert()
Mitchell Livingston [Mon, 28 Dec 2009 20:05:33 +0000 (20:05 +0000)]
might as well dump a bunch of small changes/optimizations I have sitting locally
Mitchell Livingston [Mon, 28 Dec 2009 20:03:36 +0000 (20:03 +0000)]
update French localization
Charles Kerr [Mon, 28 Dec 2009 00:35:29 +0000 (00:35 +0000)]
(trunk libT) https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/500625
Mitchell Livingston [Sun, 27 Dec 2009 19:30:20 +0000 (19:30 +0000)]
avoid needlessly copying the folder icon
Mitchell Livingston [Sun, 27 Dec 2009 07:21:13 +0000 (07:21 +0000)]
update Traditional Chinese localization
Charles Kerr [Sat, 26 Dec 2009 23:57:25 +0000 (23:57 +0000)]
(trunk libT) #2416 "crash in event_queue_insert" -- maybe this will finally fix it...
Charles Kerr [Sat, 26 Dec 2009 23:52:59 +0000 (23:52 +0000)]
(trunk libT) fix crash in tr_fdSocketClose() reported by agsystem in the forums @ http://forum.transmissionbt.com/viewtopic.php?p=42993&f=1#p42993
Mitchell Livingston [Sat, 26 Dec 2009 16:43:55 +0000 (16:43 +0000)]
add Simplified Chinese localization
Mitchell Livingston [Sat, 26 Dec 2009 00:12:52 +0000 (00:12 +0000)]
update Dutch strings
Mitchell Livingston [Sat, 26 Dec 2009 00:02:20 +0000 (00:02 +0000)]
assorted code cleanup
Mitchell Livingston [Sat, 26 Dec 2009 00:01:55 +0000 (00:01 +0000)]
update Dutch localization