Charles Kerr
|
36c8843ba5
|
(trunk libT) #3867 "memmem(3) in Solaris 11 doesn't work as expected" -- fixed.
|
2011-01-02 07:56:20 +00:00 |
Charles Kerr
|
3192dae8c0
|
(trunk libT) #3868 "util tests fail on Solaris 11 because sqrt(-1) is '-nan'" -- fixed.
|
2011-01-02 07:49:30 +00:00 |
Mitchell Livingston
|
25ee42d68d
|
update the copyright years in the Mac code to 2011
|
2011-01-01 20:42:14 +00:00 |
Charles Kerr
|
19c043ed84
|
(trunk qt) #3836 "libevent2 support" -- add a mechanism to make it easier to build the Qt client with custom installs of libevent2
|
2010-12-31 19:44:51 +00:00 |
Mitchell Livingston
|
60c5ebb4be
|
#3853 fix adding torrents in the web ui
|
2010-12-31 14:07:27 +00:00 |
Charles Kerr
|
21ca9e7770
|
(trunk libT) since messageLevel is a global variable, giving it a unique "tr_" prefix is a nice safeguard
|
2010-12-31 01:30:35 +00:00 |
Mitchell Livingston
|
20cdf0162a
|
#3851 use an autorelease pool when the completeness callback is called; revert the unnecessary r11607
|
2010-12-31 01:25:03 +00:00 |
Charles Kerr
|
a17962d5fc
|
(trunk libT) #3528 "TR_PREFS_KEY_BIND_ADDRESS_IPV4 breaks IPv6-only trackers" -- Implement suggestion #2 from Harry
|
2010-12-30 19:15:47 +00:00 |
Charles Kerr
|
1f0c916469
|
(trunk libT) #2955 "jit verify" -- undo r11606. the old error message was longer, but more helpful
|
2010-12-30 18:35:18 +00:00 |
Mitchell Livingston
|
d42017ba10
|
adjust the status bar's color when inactive
|
2010-12-30 17:36:09 +00:00 |
Mitchell Livingston
|
1fb6eaa34e
|
use autorelease pools when handling downloading/seeding state changes
|
2010-12-30 12:33:37 +00:00 |
Charles Kerr
|
efcbab893f
|
(trunk, libT) #2955 "jit verify" -- shorten the error message for torrents whose files disappeared.
|
2010-12-30 07:42:14 +00:00 |
Charles Kerr
|
123ad33ce4
|
(trunk libT) #3860 "memory leak in torrentCallScript" -- patched.
|
2010-12-29 21:00:07 +00:00 |
Charles Kerr
|
770ab426f6
|
(trunk libt) #3859 "Transmission unnecessarily writes .resume messages to Console Logs" -- fixed.
|
2010-12-29 04:54:06 +00:00 |
Charles Kerr
|
d16a424f76
|
(trunk libT) more fdlimit futzing
|
2010-12-28 08:38:55 +00:00 |
Charles Kerr
|
a04f92729e
|
(trunk libT) refactor libtransmission's file cache
|
2010-12-28 07:24:10 +00:00 |
Charles Kerr
|
992623756c
|
(trunk gtk) #3847 "GTK+ 3 transition: use accessor functions unstead of direct access" -- use GTK_CELL_RENDERER() macro for casting a TorrentCellRenderer to a GtkCellRenderer. Thanks to ijuxda for the suggestion.
|
2010-12-27 23:49:45 +00:00 |
Charles Kerr
|
c011fe527b
|
(trunk libT) #3852 "Removing data from an active torrent doesn't stop activity" -- possible fix.
|
2010-12-27 21:34:12 +00:00 |
Charles Kerr
|
e5bb3205a1
|
(trunk) Join the 21st century and use only 1 space at the end sentences. This commit is nearly as important as the semi-annual ones that remove trailing spaces from the ends of lines of code... :)
|
2010-12-27 19:18:17 +00:00 |
Charles Kerr
|
44f25c27dc
|
(trunk daemon) tweak the "transmission-remote --info" display for downloading/seeding time
|
2010-12-27 02:08:45 +00:00 |
Charles Kerr
|
b6dde3dff6
|
(trunk) #1408 (Total downloading and seeding time per torrent) -- add to rpc spec and to transmission-remote --info
|
2010-12-27 02:01:25 +00:00 |
Charles Kerr
|
0a160aec49
|
(trunk gtk) GTK_DIALOG_NO_SEPARATOR will be removed in GTK 3, so don't use it.
|
2010-12-25 02:05:15 +00:00 |
Mitchell Livingston
|
f3e089a56e
|
remove more "third-party/libevent" search paths
|
2010-12-25 01:23:17 +00:00 |
Charles Kerr
|
a5e2b244dd
|
(trunk daemon) get the non-inotify chunks of code working with libevent2
|
2010-12-24 15:41:10 +00:00 |
Mitchell Livingston
|
a3a7b1548d
|
#3489 Transfers queue limits unchangeable in Spanish translation
|
2010-12-24 14:26:55 +00:00 |
Mitchell Livingston
|
6134758afb
|
remove some libevent header search paths
|
2010-12-24 14:18:39 +00:00 |
Charles Kerr
|
5c53e35dbf
|
(trunk gtk) #3836 "libevent2 support" -- remove "#include <evhttp.h>" from gtk/ client
|
2010-12-24 09:23:57 +00:00 |
Charles Kerr
|
b07d0db82b
|
(trunk daemon) #3836 "libevent2 support" -- fix libevent #includes in the daemon/ directory
|
2010-12-24 09:11:23 +00:00 |
Charles Kerr
|
f5b13c46dc
|
(trunk gtk) #3847 "GTK+ 3 transition: Use accessor functions instead direct access" -- don't directly access GtkCellRenderer.xpad, GtkCellRenderer.ypad, or GtkWidget.window.
|
2010-12-24 09:04:52 +00:00 |
Charles Kerr
|
ae84dc70dd
|
(trunk libT) #3836 "libevent2 support" -- finish moving to the libevent2 API mode. don't include the backwards-compatable API headers.
|
2010-12-24 08:58:41 +00:00 |
Mitchell Livingston
|
7ffca5e709
|
update the Message window's date formatter to use default formats
|
2010-12-24 00:22:45 +00:00 |
Charles Kerr
|
ba2e18b0c3
|
(trunk, gtk) some code cleanup: (1) details dialog handler, (2) selection change handler
|
2010-12-23 22:31:28 +00:00 |
Charles Kerr
|
bf2835c557
|
(trunk gtk) remove unused code: tr_core_quit()
|
2010-12-23 21:50:09 +00:00 |
Mitchell Livingston
|
cb99607614
|
#1408 display elapsed time in the Mac UI
|
2010-12-23 20:07:41 +00:00 |
Charles Kerr
|
16a5fa4073
|
(trunk) #1408 "total downloading and seeding time per torrent" -- add patch to track how long a torrent has been seeding or downloading
|
2010-12-23 19:32:59 +00:00 |
Charles Kerr
|
70c634878e
|
don't use the nonportable comma formatter in remote.c's printf statements. (that is, use %d instead of %'d)
|
2010-12-23 19:04:44 +00:00 |
Charles Kerr
|
96cbfa635b
|
(trunk daemon) fix compiler warnings on mac
|
2010-12-23 19:02:21 +00:00 |
Mitchell Livingston
|
f0d8930a1e
|
get the daemon and remote compiling on Mac
|
2010-12-23 19:02:07 +00:00 |
Mitchell Livingston
|
cf6866b7e8
|
follow the convention ftw
|
2010-12-23 02:39:03 +00:00 |
Mitchell Livingston
|
8c4f3549c7
|
#3595 Allow promotion of the "from" value in peer_atom (and still show where it was first discovered)
|
2010-12-23 02:35:21 +00:00 |
Mitchell Livingston
|
f8ea720ba9
|
update miniupnp to 1.4.20101221
|
2010-12-22 16:10:14 +00:00 |
Charles Kerr
|
81cb2276c8
|
(trunk gtk) #3844 "error popup when adding a relative path" -- fixed. initial patch by ijuxda.
|
2010-12-22 07:04:11 +00:00 |
Charles Kerr
|
a297cd328a
|
(trunk gtk) add GTR_UNICODE_BULLET
|
2010-12-22 07:00:25 +00:00 |
Charles Kerr
|
057487d18e
|
(trunk gtk) more gtr_ naming cleanup
|
2010-12-22 06:25:30 +00:00 |
Charles Kerr
|
b86e1e1056
|
(trunk gtk) kill "pref_flag_t" in a burlap sack and throw it off the cliff into the freezing water below
|
2010-12-22 06:11:49 +00:00 |
Charles Kerr
|
28ec370476
|
(trunk libt) experimental fix for the updated torrent issue reported by Lacrocivious
|
2010-12-22 04:29:41 +00:00 |
Charles Kerr
|
168fb2a45d
|
(trunk daemon) #3842 "typo in manpage: abbreviated form of --tracker-remove is listed as -ta instead of -tr" -- fixed.
|
2010-12-22 03:26:50 +00:00 |
Charles Kerr
|
6627aade08
|
(trunk gtk) don't use the GSEAL'ed variable vbox GtkDialog directly... use gtk_dialog_get_content_area() instead
|
2010-12-22 03:12:47 +00:00 |
Charles Kerr
|
1b7a8cdc68
|
(trunk gtk) fix r11563 bug that stopped showing the Torrent Options dialog
|
2010-12-22 03:06:06 +00:00 |
Charles Kerr
|
6b7babde5c
|
(trunk libT) remove some of the lazy-verify debug messages.
|
2010-12-21 23:09:26 +00:00 |