]>
granicus.if.org Git - transmission/log
Mitchell Livingston [Wed, 5 Nov 2008 12:42:03 +0000 (12:42 +0000)]
streamline the check for enough remaining space
Charles Kerr [Wed, 5 Nov 2008 05:56:06 +0000 (05:56 +0000)]
(libT) #849: preallocate files when possible to prevent disk fragmentation
Charles Kerr [Wed, 5 Nov 2008 04:50:03 +0000 (04:50 +0000)]
(libT) optimize tr_cpHaveValid(), which according to cachegrind is the biggest remaining hotspot function
Mitchell Livingston [Wed, 5 Nov 2008 02:34:44 +0000 (02:34 +0000)]
fix a small occasional memory leak reported by m1b & clang
Mitchell Livingston [Wed, 5 Nov 2008 02:02:44 +0000 (02:02 +0000)]
update appcast notes
Mitchell Livingston [Wed, 5 Nov 2008 01:57:37 +0000 (01:57 +0000)]
fix a small potential leak reported by m1b & clang
Charles Kerr [Wed, 5 Nov 2008 00:21:30 +0000 (00:21 +0000)]
(libT) remove another dead store reported by m1b & clang
Mitchell Livingston [Tue, 4 Nov 2008 22:43:54 +0000 (22:43 +0000)]
update Dutch strings
Mitchell Livingston [Tue, 4 Nov 2008 22:33:37 +0000 (22:33 +0000)]
Dutch Mac localization for 1.4
Mitchell Livingston [Tue, 4 Nov 2008 22:29:57 +0000 (22:29 +0000)]
Russian Mac localization for 1.4
Charles Kerr [Tue, 4 Nov 2008 21:33:24 +0000 (21:33 +0000)]
(libT) #1417: revert r7039
Charles Kerr [Tue, 4 Nov 2008 20:53:37 +0000 (20:53 +0000)]
(gtk) fix mnemonic collision in Edit > Preferences > Desktop, reported by Nemo @ http://forum.transmissionbt.com/viewtopic.php?f=1&t=6310&p=30583#p30578
Charles Kerr [Tue, 4 Nov 2008 19:40:18 +0000 (19:40 +0000)]
(libT) fix a pair of dead store warnings from m1b & clang
Charles Kerr [Tue, 4 Nov 2008 17:37:51 +0000 (17:37 +0000)]
(libT) #1417: overhead should be counted in the global stats
Charles Kerr [Tue, 4 Nov 2008 17:04:41 +0000 (17:04 +0000)]
(daemon) #1420: transmission-remote --peers doesn't work right
Mitchell Livingston [Tue, 4 Nov 2008 13:18:05 +0000 (13:18 +0000)]
seeding eta better matches libT's calculation
Charles Kerr [Tue, 4 Nov 2008 06:26:54 +0000 (06:26 +0000)]
rewind the trunk builds back to -TR134Z- as they should be
Charles Kerr [Tue, 4 Nov 2008 06:24:17 +0000 (06:24 +0000)]
bump the version to 1.40b1
Charles Kerr [Tue, 4 Nov 2008 02:28:22 +0000 (02:28 +0000)]
tweak configure.ac again to get it right
Charles Kerr [Tue, 4 Nov 2008 02:09:51 +0000 (02:09 +0000)]
simplify the configure script a little
Mitchell Livingston [Tue, 4 Nov 2008 01:31:24 +0000 (01:31 +0000)]
even more type changes
Charles Kerr [Tue, 4 Nov 2008 01:24:03 +0000 (01:24 +0000)]
(libT) change the bandwidth pulse from 8x per second to 4x per second... 8x is overkill
Mitchell Livingston [Tue, 4 Nov 2008 00:34:13 +0000 (00:34 +0000)]
add some missed type changes
Charles Kerr [Mon, 3 Nov 2008 18:56:40 +0000 (18:56 +0000)]
(gtk) #1381: Transmission doesn't resize properly
Charles Kerr [Mon, 3 Nov 2008 18:19:00 +0000 (18:19 +0000)]
(gtk) update the gtk+ client's translations from launchpad
Charles Kerr [Mon, 3 Nov 2008 17:01:08 +0000 (17:01 +0000)]
(libT) micro-optimizations suggested by cachegrind
Mitchell Livingston [Mon, 3 Nov 2008 13:11:28 +0000 (13:11 +0000)]
French Mac localization for 1.4
Mitchell Livingston [Mon, 3 Nov 2008 03:43:15 +0000 (03:43 +0000)]
enable loop unrolling
Mitchell Livingston [Mon, 3 Nov 2008 03:41:49 +0000 (03:41 +0000)]
use NSIntegerMax and NSUIntegerMax
Mitchell Livingston [Sun, 2 Nov 2008 23:18:26 +0000 (23:18 +0000)]
Spanish Mac localization for 1.4
Mitchell Livingston [Sun, 2 Nov 2008 23:01:45 +0000 (23:01 +0000)]
update Italian localization for 1.4
Charles Kerr [Sun, 2 Nov 2008 22:21:59 +0000 (22:21 +0000)]
(libT) tr_handle --> tr_session
Charles Kerr [Sun, 2 Nov 2008 20:16:08 +0000 (20:16 +0000)]
(gtk) #1407: gtk client doesn't support --version
Charles Kerr [Sun, 2 Nov 2008 15:58:30 +0000 (15:58 +0000)]
(libT) fix bug in getting win32 home directory
Mitchell Livingston [Sun, 2 Nov 2008 14:04:57 +0000 (14:04 +0000)]
now that the types have been converted, revert some that shouldn't have been
Mitchell Livingston [Sun, 2 Nov 2008 13:52:45 +0000 (13:52 +0000)]
more type conversions
Mitchell Livingston [Sun, 2 Nov 2008 01:07:01 +0000 (01:07 +0000)]
more type changes
Charles Kerr [Sat, 1 Nov 2008 22:56:45 +0000 (22:56 +0000)]
(macosx) sync the Makefile.am with the source tree s.t. all the macosx source files will be included in the tarball
Charles Kerr [Sat, 1 Nov 2008 22:09:16 +0000 (22:09 +0000)]
(daemon) when serving deflated output, strip off the first 2 and last 4 bytes from deflate()'s output, for reasons described at http://carsten.codimi.de/gzip.yaws/
Mitchell Livingston [Sat, 1 Nov 2008 22:08:02 +0000 (22:08 +0000)]
trivial changes
Mitchell Livingston [Sat, 1 Nov 2008 17:52:25 +0000 (17:52 +0000)]
fix an text alignment issue in the file inspector table
Mitchell Livingston [Sat, 1 Nov 2008 17:37:41 +0000 (17:37 +0000)]
from Waldorf: show svn number in Get Info Finder window
Mitchell Livingston [Sat, 1 Nov 2008 17:08:49 +0000 (17:08 +0000)]
remove some pretty pointless steps in the release builder
Charles Kerr [Sat, 1 Nov 2008 16:39:57 +0000 (16:39 +0000)]
(libT) #1402: T constantly maps and unmaps the NAT-PMP port
Mitchell Livingston [Sat, 1 Nov 2008 15:58:21 +0000 (15:58 +0000)]
Waldorf - make Creator's progress view visible in the xib; update NEWS
Mitchell Livingston [Sat, 1 Nov 2008 15:22:32 +0000 (15:22 +0000)]
update NEWS; trivial changes
Charles Kerr [Sat, 1 Nov 2008 14:59:49 +0000 (14:59 +0000)]
bah, futz with the remote strings a little more.
Mitchell Livingston [Sat, 1 Nov 2008 14:26:51 +0000 (14:26 +0000)]
trivial code changes
Mitchell Livingston [Sat, 1 Nov 2008 14:26:36 +0000 (14:26 +0000)]
update Chinese localization for 1.4
Charles Kerr [Sat, 1 Nov 2008 06:22:14 +0000 (06:22 +0000)]
(daemon) make getStatusStr() pass the smell test a little better
Charles Kerr [Sat, 1 Nov 2008 04:28:07 +0000 (04:28 +0000)]
(daemon) tweak the r7000 text a bit
Charles Kerr [Fri, 31 Oct 2008 23:58:34 +0000 (23:58 +0000)]
(gtk) #1401: libverify's headers break when -DGTK_DISABLE_SINGLE_INCLUDES is defined, so don't define it...
Charles Kerr [Fri, 31 Oct 2008 23:56:14 +0000 (23:56 +0000)]
(daemon) add more descriptive states for the --list feature for easy grepping
Charles Kerr [Fri, 31 Oct 2008 19:01:27 +0000 (19:01 +0000)]
(libT) #1399: No tracker response result in error: 0 in the log
Charles Kerr [Fri, 31 Oct 2008 18:25:21 +0000 (18:25 +0000)]
(gtk) don't use code marked as deprecated in gtk 2.14
Charles Kerr [Fri, 31 Oct 2008 04:16:44 +0000 (04:16 +0000)]
fix indentation damage & force hudson to rebuild
Mitchell Livingston [Fri, 31 Oct 2008 00:27:20 +0000 (00:27 +0000)]
missed with the last commit
Mitchell Livingston [Fri, 31 Oct 2008 00:13:50 +0000 (00:13 +0000)]
CTGradientAdditions is now ProgressGradients
Charles Kerr [Thu, 30 Oct 2008 20:01:29 +0000 (20:01 +0000)]
get "make distcheck" working again after the miniupnp update
Charles Kerr [Thu, 30 Oct 2008 19:47:00 +0000 (19:47 +0000)]
(libT) fix a tr_buildPath() bug reported by pea_
Charles Kerr [Thu, 30 Oct 2008 14:01:52 +0000 (14:01 +0000)]
(rpc) fix r6861 regression: if libt can't find the Clutch files, give a helpful 404 message for end-users and binary packagers about how to use CLUTCH_HOME and PACKAGE_DATA_DIR.
Charles Kerr [Thu, 30 Oct 2008 03:41:45 +0000 (03:41 +0000)]
(libT) fix unlimited-upload-speed bug reported by Gimp_ and Lacrocivious
Mitchell Livingston [Thu, 30 Oct 2008 01:47:25 +0000 (01:47 +0000)]
make the displaying of multiple trackers in the web ui a bit nicer
Mitchell Livingston [Thu, 30 Oct 2008 01:37:46 +0000 (01:37 +0000)]
for the "torrent file" in the inspector, don't give information about the internal torrent file
Charles Kerr [Wed, 29 Oct 2008 20:51:57 +0000 (20:51 +0000)]
(libT) oops, fix a couple of new gcc "unused variable" warnings. Hi, titer.
Charles Kerr [Wed, 29 Oct 2008 20:18:56 +0000 (20:18 +0000)]
#1389 test #3
Charles Kerr [Wed, 29 Oct 2008 20:06:44 +0000 (20:06 +0000)]
#1389 test #2
Charles Kerr [Wed, 29 Oct 2008 19:30:17 +0000 (19:30 +0000)]
(libT) possible fix for #1389: bitcomet handshake with TransmissionBT failed
Malcolm Jarvis [Wed, 29 Oct 2008 18:06:33 +0000 (18:06 +0000)]
#1390 - Download limits in preferences are shown using megabytes
Charles Kerr [Wed, 29 Oct 2008 16:06:14 +0000 (16:06 +0000)]
(libT) #1359: Transmission shows no tracker error when unable to contact the tracker
Charles Kerr [Wed, 29 Oct 2008 12:08:26 +0000 (12:08 +0000)]
(libT) fix r6981 signed/unsigned compiler warning
Charles Kerr [Wed, 29 Oct 2008 11:56:55 +0000 (11:56 +0000)]
(libT) one more low-hanging fruit from softwareelves' Shark reports: simplify tr_buildPath() to shave off another few %
Mitchell Livingston [Wed, 29 Oct 2008 02:33:20 +0000 (02:33 +0000)]
hardcode the max group constant; trivial changes
Mitchell Livingston [Wed, 29 Oct 2008 01:18:03 +0000 (01:18 +0000)]
update NEWS; trivial changes
Charles Kerr [Tue, 28 Oct 2008 19:49:33 +0000 (19:49 +0000)]
janitorial: tr_handle -> tr_session
Charles Kerr [Tue, 28 Oct 2008 16:39:35 +0000 (16:39 +0000)]
fix daemon bug: TRANSMISSION_HOME, when set, wasn't correctly honored
Charles Kerr [Tue, 28 Oct 2008 16:39:03 +0000 (16:39 +0000)]
tweak NEWS
Charles Kerr [Tue, 28 Oct 2008 15:13:07 +0000 (15:13 +0000)]
#1308: Transmission forgets it's verifying data
Mitchell Livingston [Tue, 28 Oct 2008 00:08:49 +0000 (00:08 +0000)]
more trivial type changes
Mitchell Livingston [Mon, 27 Oct 2008 22:13:02 +0000 (22:13 +0000)]
compiles on Mac again
Charles Kerr [Mon, 27 Oct 2008 20:12:53 +0000 (20:12 +0000)]
(gtk) minor hack: when adding a duplicate torrent, don't pop up a warning dialog iff the duplicate was in the watch directory. otherwise if users don't clean out their watch directory we'd be nagging them every time they restart Transmission. :/
Charles Kerr [Mon, 27 Oct 2008 18:09:15 +0000 (18:09 +0000)]
janitorial.
(1) re-enable `deflate' in transmission-remote iff libz is installed
(2) change c++-style comments to c-style comments
(3) add positional arguments to a couple of libT strings marked for translation
Charles Kerr [Mon, 27 Oct 2008 18:00:03 +0000 (18:00 +0000)]
(libT) #1359: Transmission shows no tracker error when unable to contact the tracker
Charles Kerr [Mon, 27 Oct 2008 17:35:22 +0000 (17:35 +0000)]
fix tab damage
Charles Kerr [Mon, 27 Oct 2008 16:46:15 +0000 (16:46 +0000)]
one-liner to maybe get the mac build to work with the new libnatpmp snapshot
Charles Kerr [Mon, 27 Oct 2008 16:08:28 +0000 (16:08 +0000)]
update to miniupnpc-1.2 and libnatpmp-
20081009
Charles Kerr [Mon, 27 Oct 2008 04:39:30 +0000 (04:39 +0000)]
fix r6965 oops
Charles Kerr [Mon, 27 Oct 2008 04:27:55 +0000 (04:27 +0000)]
(libT) fold together some redundant sanity tests that were taking up 6.6% in softwareelves' profile
Charles Kerr [Mon, 27 Oct 2008 04:12:42 +0000 (04:12 +0000)]
(libT) eliminate some duplicate calls to time(NULL) that showed a spike on vraa & softwareelves' shark profiles
Charles Kerr [Sun, 26 Oct 2008 22:58:57 +0000 (22:58 +0000)]
(gtk) #1386: Difference between de/selecting files vs. folders
Charles Kerr [Sun, 26 Oct 2008 16:25:45 +0000 (16:25 +0000)]
(gtk) #1382: Double clicking tray icon causes window to disappear
Charles Kerr [Sun, 26 Oct 2008 15:39:04 +0000 (15:39 +0000)]
(libT) low-hanging fruit discovered from softwareelves' shark profile.
Mitchell Livingston [Sat, 25 Oct 2008 21:49:06 +0000 (21:49 +0000)]
clean up the string additions class
Mitchell Livingston [Sat, 25 Oct 2008 21:34:30 +0000 (21:34 +0000)]
update some floats to CGFloats; append "f" to some float constants
Mitchell Livingston [Sat, 25 Oct 2008 20:54:09 +0000 (20:54 +0000)]
eliminate all "warning: implicit declaration of function..." messages when compiling
Charles Kerr [Sat, 25 Oct 2008 15:19:46 +0000 (15:19 +0000)]
(libT) minor code cleanup for r6954
Charles Kerr [Sat, 25 Oct 2008 15:08:29 +0000 (15:08 +0000)]
Added clients: BitTorrent Pro, LeechCraft, QVOD, BitWombat, OmegaTorrent, BT Next Evolution
Mitchell Livingston [Sat, 25 Oct 2008 02:34:43 +0000 (02:34 +0000)]
one less special case for Tiger (trivial change)
Charles Kerr [Sat, 25 Oct 2008 02:20:16 +0000 (02:20 +0000)]
new & improved fix for #617: Transmission goes above the set bandwidth limits
Charles Kerr [Sat, 25 Oct 2008 02:15:37 +0000 (02:15 +0000)]
(libT) a small, simple memory optimization