Mitchell Livingston
|
6a55271ae1
|
#3642 Website URL in Credits.rtf should be clickable
|
2010-10-17 03:53:53 +00:00 |
|
Mitchell Livingston
|
5e908d0662
|
fix jquery makefile
|
2010-10-17 03:09:22 +00:00 |
|
Mitchell Livingston
|
bc6648a06b
|
update json2.js to 2010-08-25
|
2010-10-17 03:07:37 +00:00 |
|
Mitchell Livingston
|
f42031891f
|
update jquery.form to 2.47
|
2010-10-17 02:57:32 +00:00 |
|
Mitchell Livingston
|
f0786efc40
|
bump jquery to 1.43
|
2010-10-17 02:46:46 +00:00 |
|
Mitchell Livingston
|
37358169a9
|
#3582 Quicklook command should work when inspector window is focused
|
2010-10-17 01:54:40 +00:00 |
|
Mitchell Livingston
|
320163417f
|
set version to 2.11+
|
2010-10-17 01:54:27 +00:00 |
|
Mitchell Livingston
|
cae3ae52cd
|
get ready for 2.11
|
2010-10-17 00:13:44 +00:00 |
|
Mitchell Livingston
|
455684a756
|
tweak NEWS
|
2010-10-17 00:10:52 +00:00 |
|
Charles Kerr
|
7d7ee1db4f
|
update NEWS for 2.11
|
2010-10-16 22:52:44 +00:00 |
|
Charles Kerr
|
f6d39aad04
|
(trunk daemon) #3324 "'transmission-remote --add' has no output/status messages" -- fixed.
|
2010-10-16 16:08:40 +00:00 |
|
Mitchell Livingston
|
81f5f82330
|
#3630 rename and reorder homepage link in the web client
|
2010-10-16 00:12:14 +00:00 |
|
Mitchell Livingston
|
a56daa2b97
|
rejigger
|
2010-10-15 23:39:14 +00:00 |
|
Mitchell Livingston
|
9be5d37de0
|
#3637 Swipe to change inspector tab
|
2010-10-15 23:38:11 +00:00 |
|
Charles Kerr
|
d908c7fc9e
|
(trunk gtk) #3635 "transient children of the main window aren't hidden when the main window is hidden to the notification area" -- fixed in trunk for 2.11.
|
2010-10-15 23:23:57 +00:00 |
|
Charles Kerr
|
47fac6bc97
|
(trunk libT) #3631 "crash in tr_ioFindFileLocation" -- possible fix
|
2010-10-14 19:43:18 +00:00 |
|
Charles Kerr
|
b51b6b14ae
|
(trunk libT) #3631 "crash in tr_ioFindFileLocation" -- more tracer messages for the testers @ https://forum.transmissionbt.com/viewtopic.php?p=49625#p49625
|
2010-10-14 17:12:12 +00:00 |
|
Charles Kerr
|
74cff042ea
|
(trunk libT) silence minor compiler warning
|
2010-10-14 17:03:04 +00:00 |
|
Charles Kerr
|
dbed40ff5a
|
(trunk libT) #3631 "crash in tr_ioFindFileLocation" -- add tracer messages to try & smoke out the error
|
2010-10-14 04:21:14 +00:00 |
|
Charles Kerr
|
35ac787457
|
(trunk web) #3630 "add a link to the Transmission homepage from the web client" -- added.
|
2010-10-13 19:28:55 +00:00 |
|
Daniel Lee
|
3f8748edfc
|
change 'v' field in dht to use major/minor version instead of svn revision
|
2010-10-13 17:09:05 +00:00 |
|
Charles Kerr
|
1f9e305e30
|
(trunk libT) #3596 "optimistic unchoke timer is too short" -- fixed.
|
2010-10-13 03:56:25 +00:00 |
|
Charles Kerr
|
4b70747592
|
(trunk qt) #3627 "off-by-one in FileTreeView causes potential invalid memory read / crash" -- fixed.
|
2010-10-13 00:43:54 +00:00 |
|
Charles Kerr
|
7ab8aec224
|
(trunk web) #3624 "Web client very slow for large number of torrents" -- minor tweaks to avoid excessive string concatenation in javascript
|
2010-10-12 17:38:03 +00:00 |
|
Charles Kerr
|
5c46cdb161
|
(trunk libT) remove dead variable pieceBytesRead from verify.c. Reported by Longinus00
|
2010-10-12 15:52:20 +00:00 |
|
Mitchell Livingston
|
b91ddc4a27
|
update to 2.10+
|
2010-10-12 02:17:00 +00:00 |
|
Charles Kerr
|
e413bf7af7
|
(trunk) #3620 "syntax error in configure.ac" -- fixed.
|
2010-10-11 22:53:46 +00:00 |
|
Charles Kerr
|
6c3d651ffe
|
(trunk) #3618 "FreeBSD 8.1 & GCC 4.2.1 compiler warnings" -- fix some compiler warnings.
|
2010-10-11 21:44:46 +00:00 |
|
Charles Kerr
|
0cf643f8c3
|
(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.
|
2010-10-11 21:27:31 +00:00 |
|
Charles Kerr
|
8d15c48a3f
|
(trunk libT) #3617 "1000+ warnings of 'inlining failed' in libtransmission when compiled with gcc 4.4.4" -- fixed.
|
2010-10-11 15:41:27 +00:00 |
|
Charles Kerr
|
de4ab85030
|
(trunk libT) #3521 "rounding issue in tr_truncd()" -- fixed.
|
2010-10-11 15:05:24 +00:00 |
|
Charles Kerr
|
eb31da8fad
|
(trunk utils) #3611 "utils doesn't use LIBEVENT_CFLAGS during compilation" -- fixed
|
2010-10-09 13:59:30 +00:00 |
|
Charles Kerr
|
f29cda25bc
|
(trunk libT) remove unnecessary calls to time(NULL)
|
2010-10-08 13:36:33 +00:00 |
|
Charles Kerr
|
1eb2b44b75
|
(trunk libT) remove 120 unused ints and 2 unused time_t fields per-peer, whoo
|
2010-10-08 13:33:50 +00:00 |
|
Charles Kerr
|
a999e60a3f
|
(trunk gtk) synchronize translations with rosetta
|
2010-10-08 00:52:07 +00:00 |
|
Mitchell Livingston
|
2efc6f75d8
|
bump version to 2.10
|
2010-10-08 00:49:37 +00:00 |
|
Mitchell Livingston
|
f16de55301
|
update NEWS
|
2010-10-08 00:47:48 +00:00 |
|
Charles Kerr
|
99566443fd
|
(trunk) #3602 "GCC option not supported" -- only use -Wvariadic-macros if gcc >= 4.3
|
2010-10-05 23:36:39 +00:00 |
|
Daniel Lee
|
0b7d2b25a1
|
(qt) #3593:rpc authetication setting broken in qt client
|
2010-10-02 15:18:07 +00:00 |
|
Mitchell Livingston
|
3983e94c45
|
fix a typo in the Dutch localization
|
2010-10-01 22:25:53 +00:00 |
|
Charles Kerr
|
efe506cade
|
(trunk) revert trunk's peer id & prefix to 2.04+
|
2010-10-01 21:08:42 +00:00 |
|
Charles Kerr
|
56e90f1457
|
(trunk) more "svn propset" tweaks for $Id$
|
2010-10-01 20:22:51 +00:00 |
|
Charles Kerr
|
91cc3f4a2d
|
(trunk libT) #3329 "connection problems when downloading" -- apply Longinus00's fixSlowStart.diff
|
2010-10-01 18:16:01 +00:00 |
|
Charles Kerr
|
f3ab57e082
|
(trunk gtk) #3589 "drag-and-dropping a magnet link onto the GTK+ client doesn't work" -- fixed.
|
2010-10-01 13:50:23 +00:00 |
|
Charles Kerr
|
80f69ee7d3
|
(trunk) fix svn properties on several files. Thanks ot Elbandi for suggesting this
|
2010-10-01 13:33:39 +00:00 |
|
Mitchell Livingston
|
efc6a7d715
|
update trunk to 2.10+
|
2010-10-01 01:00:41 +00:00 |
|
Mitchell Livingston
|
073b9c135c
|
fix NEWS typo
|
2010-10-01 00:10:22 +00:00 |
|
Charles Kerr
|
41d3e09700
|
(trunk gtk) update translations, and add two new translations: Cebuano and Tagalog
|
2010-09-30 23:36:57 +00:00 |
|
Daniel Lee
|
04a9add256
|
(libt) #3588:Torrents with non power 2 pieceSizes fail hashchecks
|
2010-09-30 17:59:30 +00:00 |
|
Daniel Lee
|
9cc56f3c7c
|
(libt) r11244 introduced a regression when making single file torrents
|
2010-09-30 05:22:33 +00:00 |
|