Mitchell Livingston
a42d42bf59
change the base SDK to 10.7
2011-07-21 02:33:41 +00:00
Mitchell Livingston
68dd9c5ccd
add a temporary custom version of evutil_rand.c
2011-07-21 02:22:56 +00:00
Mitchell Livingston
01a585d144
re-enable "Sort by Size"
2011-07-21 00:13:45 +00:00
Mitchell Livingston
8eacadb85d
bump version to 2.33+
2011-07-21 00:01:52 +00:00
Jordan Lee
9729834f1d
Set release date in NEWS; bump version to 2.33
2011-07-20 23:37:38 +00:00
Jordan Lee
1bf6b884b5
(trunk gtk) #4366 -- wrap register_magnet_link_handler()'s body in #if HAVE_GIO ... #endif
2011-07-20 23:33:38 +00:00
Jordan Lee
e495a579d3
(trunk gtk) #4366 "Use GAppInfo, rather than GConf2, for mime-type registration" -- done.
2011-07-20 23:31:39 +00:00
Jordan Lee
7595a7b026
#3765 : update the .es translation of transmission-qt
2011-07-20 13:07:39 +00:00
Mitchell Livingston
1d6a3b1257
blocklist, not blacklist
2011-07-19 22:39:39 +00:00
Mitchell Livingston
89f487a2d5
update NEWS
2011-07-19 22:35:04 +00:00
Mitchell Livingston
df27df041c
temporarily disable "Sort by Size" for 2.33 (it'll be back for 2.4)
2011-07-19 22:31:23 +00:00
Jordan Lee
5216da50bd
(trunk qt) #4369 "Typing text into the main window's filter field causes high CPU" -- fixed.
2011-07-19 21:19:18 +00:00
Mitchell Livingston
37f9835e7d
#4365 enforce window size for auto-resizing by setting min/max size
2011-07-18 00:48:00 +00:00
Jordan Lee
bd6aaf9a12
(trunk libT) remove trailing spaces from a couple of lines of code
2011-07-17 18:11:34 +00:00
Jordan Lee
f8c92d06e6
(trunk libT) fix minor compiler warning when compiling with assertions disabled
2011-07-17 14:34:33 +00:00
Jordan Lee
dcd7bed20a
(trunk libT) fix minor compiler warning when compiling with assertions disabled
2011-07-17 14:33:20 +00:00
Jordan Lee
b4960a3f29
(trunk libT) fix minor compiler warning when compiling with assertions disabled
2011-07-17 14:32:51 +00:00
Jordan Lee
efc306a8d3
(trunk libT) truncate the fractions when formatting KB/s speeds
2011-07-17 14:15:02 +00:00
Jordan Lee
2863ee49c9
(trunk gtk, qt) "It is unobvious if test port feature tests UDP port status as well" -- fixed.
2011-07-17 14:12:00 +00:00
Jordan Lee
8d254af2b8
(trunk qt) #4357 "Wrong torrent count on tracker filterbar" -- handle special case described @ https://trac.transmissionbt.com/ticket/4357#comment:5
2011-07-15 02:17:33 +00:00
Jordan Lee
d634396f98
(trunk gtk, qt) #4165 "__FD_SETSIZE impact on open-file-limit and peer-limit-global" -- cap the per-torrent and per-session peer limits at FD_SETSIZE.
2011-07-13 19:22:10 +00:00
Jordan Lee
25db229fa0
(trunk qt) #4357 "wrong torrent count on tracker filterbar" -- fixed.
2011-07-13 17:43:25 +00:00
Jordan Lee
355722ad8d
(trunk qt) fix high CPU load on startup caused by frequent updates to the u/d speed tooltips
2011-07-13 17:22:01 +00:00
Jordan Lee
de34a0545b
(trunk libT) minor #include cleanups
2011-07-13 03:23:37 +00:00
Jordan Lee
a4e095b26f
(trunk libT) #4016 "blocklists loaded in Transmission should be used to filter DHT communication." -- fixed.
2011-07-12 12:30:17 +00:00
Jordan Lee
7b71470ea0
(trunk libT) #4351 "DHT can't be uninitialized during a session" -- don't process incoming DHT messages if DHT is disabled. Don't process incoming UTP messages if UTP is disabled.
2011-07-12 12:26:24 +00:00
Jordan Lee
731ee3640c
(trunk libT) remove unnecessary "UNUSED" attribute
2011-07-12 12:24:41 +00:00
Jordan Lee
2c69c42554
(trunk libT) restore setrlimit(), although in an non-configurable mode.
2011-07-11 20:48:06 +00:00
Jordan Lee
9b208d2777
(trunk libT) possible fix for three related tickets. still needs more testing.
...
#3732 "Delete system files when removing torrent data"
#4224 "Folders don't get deleted"
#3871 "torrent-set-location does not delete old folder if only one file in torrent"
2011-07-10 17:34:03 +00:00
Jordan Lee
2317f08d38
(trunk libT) #4338 "improved webseed support" -- patch by alexat
2011-07-10 15:24:51 +00:00
Mitchell Livingston
2dd5c5c611
#4346 items in the status bar aren't set at launch
2011-07-06 23:22:21 +00:00
Juliusz Chroboczek
d20a492e0c
Import dht-0.20.
...
This fixes compilation on systems that have memmem, but don't define
HAVE_MEMMEM.
2011-07-06 22:23:39 +00:00
Mitchell Livingston
d75b57c7e2
increase the info file view's scroller size to "Regular"
2011-07-05 01:46:45 +00:00
Mitchell Livingston
d99648eb5a
explicitly set the filter bar's state filter buttons' background styles
2011-07-04 21:26:23 +00:00
Mitchell Livingston
622297cc5d
explicitly set the status bar's "status button"'s background style
2011-07-04 20:51:54 +00:00
Mitchell Livingston
fa63ffbdc7
#4225 Sort torrents by size
2011-07-04 19:47:15 +00:00
Mitchell Livingston
179022bb8f
update jQuery to 1.6.2
2011-07-04 18:03:33 +00:00
Jordan Lee
fdec244f04
(trunk libT) #4336 "availablility nonsense" -- fix bug in tr_cpMissingBytesInPiece() introduced last week by r12515 for #4332 . Add assertions to the nightly build to watch for regressions of this fix.
...
The bug was that I fixed #4332 's off-by-one improperly in tr_cpMissingBlocksInPiece(). The piece's last block has to be calculated separately because its byte size may be different than the other blocks, The mistake in r12515 was that the last block could wind up being counted twice.
2011-07-02 13:20:17 +00:00
Jordan Lee
5f5cc9b533
(trunk qt) #3765 "spanish translation" -- updated Spanish translation from rb07.
2011-06-30 23:27:21 +00:00
Mitchell Livingston
79ff5bcc62
bump version to 2.32+
2011-06-30 01:16:04 +00:00
Mitchell Livingston
afe904c443
trivial NEWS tweak
2011-06-29 11:13:04 +00:00
Jordan Lee
357a405098
(trunk) tell automake to use the POSIX 1003.1-2001 tar format instead of the POSIX 1003.1-1988 format. We need the newer version in order to reliably support the long pathnames that exist in the macosx/ directory.
2011-06-29 01:33:07 +00:00
Jordan Lee
af69f9a5ff
bump the release date
2011-06-29 01:13:42 +00:00
Jordan Lee
6d5defe253
tweak the "idle-seeding-limit" documentation in extras/rpc-spec.txt
2011-06-29 01:08:48 +00:00
Mitchell Livingston
4b8c6b8a34
bump version to 2.32
2011-06-28 02:44:34 +00:00
Mitchell Livingston
ace8a619a9
minor NEWS tweaks
2011-06-28 01:39:30 +00:00
Jordan Lee
23adb55d2e
(trunk libT) #4101 "RPC method blocklist-update is broken" -- use lower-level zlib API calls so that we can skip writing a temporary gzipped file to disk
2011-06-26 17:05:17 +00:00
Mitchell Livingston
36fd690e8a
tweak NEWS
2011-06-26 07:10:44 +00:00
Jordan Lee
cf2bc87e8c
Update NEWS
2011-06-25 23:59:13 +00:00
Jordan Lee
6717816c2c
(trunk qt) #4316 "Transmission 2.31 crashes (segfaults) immediately after launch" -- sync the Qt client to the changes made in r12514
2011-06-25 19:56:48 +00:00