]> granicus.if.org Git - transmission/log
transmission
14 years ago(trunk web) #3624 "Web client very slow for large number of torrents" -- minor tweaks...
Charles Kerr [Tue, 12 Oct 2010 17:38:03 +0000 (17:38 +0000)]
(trunk web) #3624 "Web client very slow for large number of torrents" -- minor tweaks to avoid excessive string concatenation in javascript

14 years ago(trunk libT) remove dead variable pieceBytesRead from verify.c. Reported by Longinus00
Charles Kerr [Tue, 12 Oct 2010 15:52:20 +0000 (15:52 +0000)]
(trunk libT) remove dead variable pieceBytesRead from verify.c.  Reported by Longinus00

14 years agoupdate to 2.10+
Mitchell Livingston [Tue, 12 Oct 2010 02:17:00 +0000 (02:17 +0000)]
update to 2.10+

14 years ago(trunk) #3620 "syntax error in configure.ac" -- fixed.
Charles Kerr [Mon, 11 Oct 2010 22:53:46 +0000 (22:53 +0000)]
(trunk) #3620 "syntax error in configure.ac" -- fixed.

14 years ago(trunk) #3618 "FreeBSD 8.1 & GCC 4.2.1 compiler warnings" -- fix some compiler warnings.
Charles Kerr [Mon, 11 Oct 2010 21:44:46 +0000 (21:44 +0000)]
(trunk) #3618 "FreeBSD 8.1 & GCC 4.2.1 compiler warnings" -- fix some compiler warnings.

14 years ago(trunk libT) #3614 "Can't save benc files under uClibc 0.9.31" -- on some systems...
Charles Kerr [Mon, 11 Oct 2010 21:27:31 +0000 (21:27 +0000)]
(trunk libT) #3614 "Can't save benc files under uClibc 0.9.31" -- on some systems, calling unlink() on a file that doesn't exist returns 0 instead of -1 + ENOENT... so don't rely on that test.  Instead, call stat() before unlink()ing the file.

14 years ago(trunk libT) #3617 "1000+ warnings of 'inlining failed' in libtransmission when compi...
Charles Kerr [Mon, 11 Oct 2010 15:41:27 +0000 (15:41 +0000)]
(trunk libT) #3617 "1000+ warnings of 'inlining failed' in libtransmission when compiled with gcc 4.4.4" -- fixed.

14 years ago(trunk libT) #3521 "rounding issue in tr_truncd()" -- fixed.
Charles Kerr [Mon, 11 Oct 2010 15:05:24 +0000 (15:05 +0000)]
(trunk libT) #3521 "rounding issue in tr_truncd()" -- fixed.

14 years ago(trunk utils) #3611 "utils doesn't use LIBEVENT_CFLAGS during compilation" -- fixed
Charles Kerr [Sat, 9 Oct 2010 13:59:30 +0000 (13:59 +0000)]
(trunk utils) #3611 "utils doesn't use LIBEVENT_CFLAGS during compilation" -- fixed

14 years ago(trunk libT) remove unnecessary calls to time(NULL)
Charles Kerr [Fri, 8 Oct 2010 13:36:33 +0000 (13:36 +0000)]
(trunk libT) remove unnecessary calls to time(NULL)

14 years ago(trunk libT) remove 120 unused ints and 2 unused time_t fields per-peer, whoo
Charles Kerr [Fri, 8 Oct 2010 13:33:50 +0000 (13:33 +0000)]
(trunk libT) remove 120 unused ints and 2 unused time_t fields per-peer, whoo

14 years ago(trunk gtk) synchronize translations with rosetta 2.10
Charles Kerr [Fri, 8 Oct 2010 00:52:07 +0000 (00:52 +0000)]
(trunk gtk) synchronize translations with rosetta

14 years agobump version to 2.10
Mitchell Livingston [Fri, 8 Oct 2010 00:49:37 +0000 (00:49 +0000)]
bump version to 2.10

14 years agoupdate NEWS
Mitchell Livingston [Fri, 8 Oct 2010 00:47:48 +0000 (00:47 +0000)]
update NEWS

14 years ago(trunk) #3602 "GCC option not supported" -- only use -Wvariadic-macros if gcc >= 4.3
Charles Kerr [Tue, 5 Oct 2010 23:36:39 +0000 (23:36 +0000)]
(trunk) #3602 "GCC option not supported" -- only use -Wvariadic-macros if gcc >= 4.3

14 years ago(qt) #3593:rpc authetication setting broken in qt client
Daniel Lee [Sat, 2 Oct 2010 15:18:07 +0000 (15:18 +0000)]
(qt) #3593:rpc authetication setting broken in qt client

14 years agofix a typo in the Dutch localization
Mitchell Livingston [Fri, 1 Oct 2010 22:25:53 +0000 (22:25 +0000)]
fix a typo in the Dutch localization

14 years ago(trunk) revert trunk's peer id & prefix to 2.04+
Charles Kerr [Fri, 1 Oct 2010 21:08:42 +0000 (21:08 +0000)]
(trunk) revert trunk's peer id & prefix to 2.04+

14 years ago(trunk) more "svn propset" tweaks for $Id$
Charles Kerr [Fri, 1 Oct 2010 20:22:51 +0000 (20:22 +0000)]
(trunk) more "svn propset" tweaks for $Id$

14 years ago(trunk libT) #3329 "connection problems when downloading" -- apply Longinus00's fixSl...
Charles Kerr [Fri, 1 Oct 2010 18:16:01 +0000 (18:16 +0000)]
(trunk libT) #3329 "connection problems when downloading" -- apply Longinus00's fixSlowStart.diff

14 years ago(trunk gtk) #3589 "drag-and-dropping a magnet link onto the GTK+ client doesn't work...
Charles Kerr [Fri, 1 Oct 2010 13:50:23 +0000 (13:50 +0000)]
(trunk gtk) #3589 "drag-and-dropping a magnet link onto the GTK+ client doesn't work" -- fixed.

14 years ago(trunk) fix svn properties on several files. Thanks ot Elbandi for suggesting this
Charles Kerr [Fri, 1 Oct 2010 13:33:39 +0000 (13:33 +0000)]
(trunk) fix svn properties on several files.  Thanks ot Elbandi for suggesting this

14 years agoupdate trunk to 2.10+
Mitchell Livingston [Fri, 1 Oct 2010 01:00:41 +0000 (01:00 +0000)]
update trunk to 2.10+

14 years agofix NEWS typo
Mitchell Livingston [Fri, 1 Oct 2010 00:10:22 +0000 (00:10 +0000)]
fix NEWS typo

14 years ago(trunk gtk) update translations, and add two new translations: Cebuano and Tagalog
Charles Kerr [Thu, 30 Sep 2010 23:36:57 +0000 (23:36 +0000)]
(trunk gtk) update translations, and add two new translations: Cebuano and Tagalog

14 years ago(libt) #3588:Torrents with non power 2 pieceSizes fail hashchecks
Daniel Lee [Thu, 30 Sep 2010 17:59:30 +0000 (17:59 +0000)]
(libt) #3588:Torrents with non power 2 pieceSizes fail hashchecks

14 years ago(libt) r11244 introduced a regression when making single file torrents
Daniel Lee [Thu, 30 Sep 2010 05:22:33 +0000 (05:22 +0000)]
(libt) r11244 introduced a regression when making single file torrents

14 years ago(trukn libT) call tr_close_file() instead of close() after saving a benc file to...
Charles Kerr [Wed, 29 Sep 2010 02:38:14 +0000 (02:38 +0000)]
(trukn libT) call tr_close_file() instead of close() after saving a benc file to disk

14 years agoupdate French localization
Mitchell Livingston [Tue, 28 Sep 2010 12:46:13 +0000 (12:46 +0000)]
update French localization

14 years agoupdate European Portuguese localization
Mitchell Livingston [Tue, 28 Sep 2010 11:23:09 +0000 (11:23 +0000)]
update European Portuguese localization

14 years ago(trunk gtk) #3585 "in torrent_cell_renderer_get_size(), set x_offset and y_offset...
Charles Kerr [Mon, 27 Sep 2010 23:10:54 +0000 (23:10 +0000)]
(trunk gtk) #3585 "in torrent_cell_renderer_get_size(), set x_offset and y_offset even if cell_area is NULL" -- fix r11267 oops

14 years ago(trunk gtk) #3585 -- in torrent_cell_renderer_get_size(), set x_offset and y_offset...
Charles Kerr [Mon, 27 Sep 2010 20:24:41 +0000 (20:24 +0000)]
(trunk gtk) #3585 -- in torrent_cell_renderer_get_size(), set x_offset and y_offset even if cell_area is NULL

14 years ago(trunk utils) fix minor memory leak in transmission-create
Charles Kerr [Mon, 27 Sep 2010 15:07:57 +0000 (15:07 +0000)]
(trunk utils) fix minor memory leak in transmission-create

14 years ago(libt) remove jump discontinuities in getMaxAtomCount
Daniel Lee [Sat, 25 Sep 2010 00:38:49 +0000 (00:38 +0000)]
(libt) remove jump discontinuities in getMaxAtomCount

14 years ago(libT) #3453:Torrent does not stop when set per torrent seed ratio is reached before...
Daniel Lee [Sat, 25 Sep 2010 00:34:15 +0000 (00:34 +0000)]
(libT) #3453:Torrent does not stop when set per torrent seed ratio is reached before torrent is completed
(libT) #3578:Interested flag isn't cleared when transitioning from leeching to seeding

14 years ago(trunk) #3577 -- replace gear icon for GTK+, Qt clients
Charles Kerr [Fri, 24 Sep 2010 15:22:53 +0000 (15:22 +0000)]
(trunk) #3577 -- replace gear icon for GTK+, Qt clients

14 years ago(trunk daemon) #3508 "transmission-remote --download-dir doesn't work properly" ...
Charles Kerr [Fri, 24 Sep 2010 14:23:58 +0000 (14:23 +0000)]
(trunk daemon) #3508 "transmission-remote --download-dir doesn't work properly" -- fixed.

14 years ago(trunk gtk) #3554 "turtle speed button doesn't update when toggled via RPC" -- fix...
Charles Kerr [Fri, 24 Sep 2010 14:21:08 +0000 (14:21 +0000)]
(trunk gtk) #3554 "turtle speed button doesn't update when toggled via RPC" -- fix minor bug introduced in r11215

14 years agoupdate Simplified Chinese localization
Mitchell Livingston [Fri, 24 Sep 2010 11:26:06 +0000 (11:26 +0000)]
update Simplified Chinese localization

14 years ago(trunk gtk) fix minor memory leak that may or may not be related to https://bugs...
Charles Kerr [Thu, 23 Sep 2010 17:20:05 +0000 (17:20 +0000)]
(trunk gtk) fix minor memory leak that may or may not be related to https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/630679

14 years ago(trunk gtk) fix a minor UMR error that Valgrind found
Charles Kerr [Thu, 23 Sep 2010 17:05:40 +0000 (17:05 +0000)]
(trunk gtk) fix a minor UMR error that Valgrind found

14 years agoadd an #include guard to keep tr-lpd.h package-visible
Charles Kerr [Thu, 23 Sep 2010 13:29:41 +0000 (13:29 +0000)]
add an #include guard to keep tr-lpd.h package-visible

14 years ago(web) Fix some spacing in the tracker display
Daniel Lee [Thu, 23 Sep 2010 04:21:18 +0000 (04:21 +0000)]
(web) Fix some spacing in the tracker display

14 years agoupdate Dutch localization
Mitchell Livingston [Thu, 23 Sep 2010 00:36:06 +0000 (00:36 +0000)]
update Dutch localization

14 years ago(trunk daemon) #3511 "setting TR_DEBUG environment variable has no effect" -- rename...
Charles Kerr [Wed, 22 Sep 2010 22:19:21 +0000 (22:19 +0000)]
(trunk daemon) #3511 "setting TR_DEBUG environment variable has no effect" -- rename --log-err as --log-error for consistency

14 years ago(trunk gtk) #3543 'wrong link in the about window' -- separate gtr_open_file() from...
Charles Kerr [Wed, 22 Sep 2010 16:44:38 +0000 (16:44 +0000)]
(trunk gtk) #3543 'wrong link in the about window' -- separate gtr_open_file() from gtr_open_uri()

14 years ago(trunk libT) #3521 "rounding issue in tr_truncd()" -- fixed.
Charles Kerr [Wed, 22 Sep 2010 16:09:36 +0000 (16:09 +0000)]
(trunk libT) #3521 "rounding issue in tr_truncd()" -- fixed.

14 years ago(trunk daemon) #3511 -- companion to r11249: document these three new arguments in...
Charles Kerr [Wed, 22 Sep 2010 15:23:44 +0000 (15:23 +0000)]
(trunk daemon) #3511 -- companion to r11249: document these three new arguments in the manpage

14 years ago(trunk daemon) #3511, part 2 of 2: get rid of the TR_DEBUG environment variable
Charles Kerr [Wed, 22 Sep 2010 15:17:16 +0000 (15:17 +0000)]
(trunk daemon) #3511, part 2 of 2: get rid of the TR_DEBUG environment variable

14 years ago(trunk daemon) #3511, part 1 of 2: add command-line options to the daemon to set...
Charles Kerr [Wed, 22 Sep 2010 15:16:42 +0000 (15:16 +0000)]
(trunk daemon) #3511, part 1 of 2: add command-line options to the daemon to set verbosity level

14 years agoremove a harmless, but accidental, paste error
Charles Kerr [Wed, 22 Sep 2010 14:20:42 +0000 (14:20 +0000)]
remove a harmless, but accidental, paste error

14 years agoupdate Spanish localization
Mitchell Livingston [Wed, 22 Sep 2010 11:54:22 +0000 (11:54 +0000)]
update Spanish localization

14 years ago(trunk) #3574:Potential crash in tracker view when changing options
Daniel Lee [Wed, 22 Sep 2010 02:22:03 +0000 (02:22 +0000)]
(trunk) #3574:Potential crash in tracker view when changing options

14 years ago(trunk daemon) #3506 "transmission-remote --tracker-add feature not working" -- fixed.
Charles Kerr [Wed, 22 Sep 2010 00:01:58 +0000 (00:01 +0000)]
(trunk daemon) #3506 "transmission-remote --tracker-add feature not working" -- fixed.

14 years ago(trunk libT) #3562 ".torrent files are created incorrectly when the content is a...
Charles Kerr [Tue, 21 Sep 2010 16:58:15 +0000 (16:58 +0000)]
(trunk libT) #3562 ".torrent files are created incorrectly when the content is a single file inside a subdirectory" -- fixed.

14 years ago(trunk libT) #3571 "Torrent done script clears important env vars" -- fixed.
Charles Kerr [Tue, 21 Sep 2010 16:26:48 +0000 (16:26 +0000)]
(trunk libT) #3571 "Torrent done script clears important env vars" -- fixed.

14 years ago(trunk Qt) update Russian i18n
Charles Kerr [Mon, 20 Sep 2010 20:40:40 +0000 (20:40 +0000)]
(trunk Qt) update Russian i18n

14 years ago(trunk libT) fix unchoke regression
Charles Kerr [Mon, 20 Sep 2010 20:32:40 +0000 (20:32 +0000)]
(trunk libT) fix unchoke regression

14 years ago(trunk qt) silence a couple of gcc warnings by adding reasonable defaults at the...
Charles Kerr [Mon, 20 Sep 2010 13:46:08 +0000 (13:46 +0000)]
(trunk qt) silence a couple of gcc warnings by adding reasonable defaults at the bottom of a switch statement in case bad tr_ratiolimits or FilterModes get used in the switch

14 years agotweak the valgrind script
Charles Kerr [Sun, 19 Sep 2010 22:21:36 +0000 (22:21 +0000)]
tweak the valgrind script

14 years agoupdate Brazilian Portuguese localization
Mitchell Livingston [Sun, 19 Sep 2010 21:33:28 +0000 (21:33 +0000)]
update Brazilian Portuguese localization

14 years ago(trunk libT) #3539 "Transmission sending corrupt data in metadata exchange" -- fixed...
Charles Kerr [Sun, 19 Sep 2010 21:07:57 +0000 (21:07 +0000)]
(trunk libT) #3539 "Transmission sending corrupt data in metadata exchange" -- fixed.  Thanks to The_8472 of Vuze fame for reporting this. :)

14 years ago(trunk) bounds check trackerIds passed over rpc
Daniel Lee [Sun, 19 Sep 2010 20:36:31 +0000 (20:36 +0000)]
(trunk) bounds check trackerIds passed over rpc

14 years agoupdate Russian localization
Mitchell Livingston [Sun, 19 Sep 2010 19:50:03 +0000 (19:50 +0000)]
update Russian localization

14 years ago(trunk qt,gtk) #3549 "torrent properties window doesn't fix netbook screen" -- merge...
Charles Kerr [Sun, 19 Sep 2010 17:33:25 +0000 (17:33 +0000)]
(trunk qt,gtk) #3549 "torrent properties window doesn't fix netbook screen" -- merge the "Uploaded" and "Ratio" rows to save a little vertical space

14 years agotweak German inspector views for spacing fixes
Mitchell Livingston [Sun, 19 Sep 2010 16:44:07 +0000 (16:44 +0000)]
tweak German inspector views for spacing fixes

14 years agosmall alignment fix in the inspector's options view
Mitchell Livingston [Sun, 19 Sep 2010 14:11:30 +0000 (14:11 +0000)]
small alignment fix in the inspector's options view

14 years agoupdate German localization
Mitchell Livingston [Sun, 19 Sep 2010 13:18:51 +0000 (13:18 +0000)]
update German localization

14 years agoupdate Italian localization
Mitchell Livingston [Sun, 19 Sep 2010 13:17:28 +0000 (13:17 +0000)]
update Italian localization

14 years ago(trunk libT) #3568 "don't optimistically unchoke torrents when our bandwidth is maxed...
Charles Kerr [Sun, 19 Sep 2010 01:04:49 +0000 (01:04 +0000)]
(trunk libT) #3568 "don't optimistically unchoke torrents when our bandwidth is maxed out" -- fixed.

14 years ago(trunk) #3547 "Wrong speed display in web UI" -- fixed
Charles Kerr [Sat, 18 Sep 2010 23:06:03 +0000 (23:06 +0000)]
(trunk) #3547 "Wrong speed display in web UI" -- fixed

14 years ago(trunk libT) #3567 "Minor memory leak in pthread_create()" -- fixed
Charles Kerr [Sat, 18 Sep 2010 22:13:46 +0000 (22:13 +0000)]
(trunk libT) #3567 "Minor memory leak in pthread_create()" -- fixed

14 years ago(trunk libT) #3566 "Memory leak in libtransmission/torrent.c: refreshCurrentDir(...
Charles Kerr [Sat, 18 Sep 2010 21:57:22 +0000 (21:57 +0000)]
(trunk libT) #3566 "Memory leak in libtransmission/torrent.c: refreshCurrentDir()" -- fixed.

14 years agoone less localizable string
Mitchell Livingston [Sat, 18 Sep 2010 19:49:34 +0000 (19:49 +0000)]
one less localizable string

14 years agoupdate strings file
Mitchell Livingston [Sat, 18 Sep 2010 19:40:12 +0000 (19:40 +0000)]
update strings file

14 years agoanother NEWS tweak
Mitchell Livingston [Sat, 18 Sep 2010 16:00:00 +0000 (16:00 +0000)]
another NEWS tweak

14 years ago(qt) Don't lose selection when changing to and from compact mode.
Daniel Lee [Sat, 18 Sep 2010 15:51:38 +0000 (15:51 +0000)]
(qt) Don't lose selection when changing to and from compact mode.

14 years agoweb changes in NEWS were a bit overzealous
Daniel Lee [Sat, 18 Sep 2010 15:45:04 +0000 (15:45 +0000)]
web changes in NEWS were a bit overzealous

14 years agoremove "Seed ratio support" from NEWS
Mitchell Livingston [Sat, 18 Sep 2010 15:08:25 +0000 (15:08 +0000)]
remove "Seed ratio support" from NEWS

14 years agotweak NEWS
Mitchell Livingston [Fri, 17 Sep 2010 21:53:32 +0000 (21:53 +0000)]
tweak NEWS

14 years agoadd first draft of 2.10 NEWS
Charles Kerr [Fri, 17 Sep 2010 18:50:57 +0000 (18:50 +0000)]
add first draft of 2.10 NEWS

14 years ago(trunk gtk) #3529 "slow priority-sorting in file list" -- fixed
Charles Kerr [Fri, 17 Sep 2010 13:23:20 +0000 (13:23 +0000)]
(trunk gtk) #3529 "slow priority-sorting in file list" -- fixed

14 years ago(trunk) #3549 "torrent properties window does not fit netbook screen" -- fixed
Charles Kerr [Fri, 17 Sep 2010 05:43:06 +0000 (05:43 +0000)]
(trunk) #3549 "torrent properties window does not fit netbook screen" -- fixed

14 years ago(trunk gtk) #3554 "alternate speed (turtle) button does not update when toggled via...
Charles Kerr [Fri, 17 Sep 2010 02:27:03 +0000 (02:27 +0000)]
(trunk gtk) #3554 "alternate speed (turtle) button does not update when toggled via RPC" -- fixed.

14 years ago(trunk gtk) #3555 "disambiguate the string 'None' for better i18n" -- fixed
Charles Kerr [Thu, 16 Sep 2010 17:45:24 +0000 (17:45 +0000)]
(trunk gtk) #3555 "disambiguate the string 'None' for better i18n" -- fixed

14 years ago(trunk daemon) #3547 "Regression: wrong speed display in transmission-remote and...
Charles Kerr [Thu, 16 Sep 2010 02:13:14 +0000 (02:13 +0000)]
(trunk daemon) #3547 "Regression: wrong speed display in transmission-remote and web ui" -- fix peer-info regression reported by gunzip

14 years ago(trunk) revert downloadSpeed and uploadSpeed in session stats to Bps
Daniel Lee [Thu, 16 Sep 2010 02:01:49 +0000 (02:01 +0000)]
(trunk) revert downloadSpeed and uploadSpeed in session stats to Bps

14 years ago(trunk) don't display "Got a list of 0 peers" for currently paused torrents
Daniel Lee [Thu, 16 Sep 2010 02:00:54 +0000 (02:00 +0000)]
(trunk) don't display "Got a list of 0 peers" for currently paused torrents

14 years ago(trunk) check for duplicate ids when removing trackers
Daniel Lee [Tue, 14 Sep 2010 18:07:42 +0000 (18:07 +0000)]
(trunk) check for duplicate ids when removing trackers

14 years agoswitch trackerRemove and trackerReplace rpc calls to use tracker id instead of announ...
Daniel Lee [Tue, 14 Sep 2010 06:23:48 +0000 (06:23 +0000)]
switch trackerRemove and trackerReplace rpc calls to use tracker id instead of announce urls as identifiers

14 years agofix last activity display in qt client
Daniel Lee [Tue, 14 Sep 2010 04:08:24 +0000 (04:08 +0000)]
fix last activity display in qt client

14 years ago#3518 Snow Leopard systems should show file sizes and speeds in base 10
Mitchell Livingston [Sun, 12 Sep 2010 22:20:19 +0000 (22:20 +0000)]
#3518 Snow Leopard systems should show file sizes and speeds in base 10

14 years agofix a display issue with the idle time for a split second after the transfer starts...
Mitchell Livingston [Sun, 12 Sep 2010 19:49:06 +0000 (19:49 +0000)]
fix a display issue with the idle time for a split second after the transfer starts, since the transfer would be marked as downloading but would not yet have a start time

14 years ago(trunk daemon) #3547: "regression: wrong speed display in transission-remote and...
Charles Kerr [Sun, 12 Sep 2010 19:35:53 +0000 (19:35 +0000)]
(trunk daemon) #3547: "regression: wrong speed display in transission-remote and web ui" -- apply KyleK's patch for transmission-remote

14 years ago#3513 inactive limit should set torrent state as finished, not stopped
Mitchell Livingston [Sun, 12 Sep 2010 18:58:49 +0000 (18:58 +0000)]
#3513 inactive limit should set torrent state as finished, not stopped

14 years ago(trunk daemon) sync transmission-remote with r11194: fix speed up/down speed units
Charles Kerr [Sun, 12 Sep 2010 02:18:37 +0000 (02:18 +0000)]
(trunk daemon) sync transmission-remote with r11194: fix speed up/down speed units

14 years ago(trunk, web) we were appending lots and lots of strings. instead, use array.join()
Charles Kerr [Sun, 12 Sep 2010 02:07:43 +0000 (02:07 +0000)]
(trunk, web) we were appending lots and lots of strings.  instead, use array.join()

14 years ago(trunk, web client) fix speed display
Charles Kerr [Sun, 12 Sep 2010 01:13:38 +0000 (01:13 +0000)]
(trunk, web client) fix speed display

14 years ago(trunk libT) #3077 "add support for cookies files"
Charles Kerr [Thu, 9 Sep 2010 18:28:20 +0000 (18:28 +0000)]
(trunk libT) #3077 "add support for cookies files"

14 years ago(trunk) fix clutch Makefiles
Charles Kerr [Thu, 9 Sep 2010 18:23:06 +0000 (18:23 +0000)]
(trunk) fix clutch Makefiles