Charles Kerr
|
d12af295c1
|
use tr_bool instead of C bitfields. (http://blogs.msdn.com/oldnewthing/archive/2008/11/26/9143050.aspx)
|
2008-11-28 22:11:41 +00:00 |
Charles Kerr
|
b3c4061b1c
|
(libT) fix potential underflow in bandwidth allocation code
|
2008-11-28 21:35:01 +00:00 |
Charles Kerr
|
ca433d44ae
|
(libT) make peer-io's output buffer size more flexible based on the peer's speed
|
2008-11-28 16:00:29 +00:00 |
Charles Kerr
|
516ba0564a
|
(libT) disable the so_sndbuf / so_rcvbuf code for now
|
2008-11-28 07:42:08 +00:00 |
Charles Kerr
|
b46375fd8c
|
(libT) #1527: don't send pex messages if we don't have any new information to send
|
2008-11-28 05:48:17 +00:00 |
Charles Kerr
|
dc72deac34
|
(libT) tweak the speed allocation a little more.
|
2008-11-27 18:56:58 +00:00 |
Charles Kerr
|
bc51d19c0d
|
(libT) #1491: json floats decimal separator depends on language settings
|
2008-11-27 18:35:26 +00:00 |
Charles Kerr
|
b8e9ef54fe
|
(daemon) #1520: "transmission-remote -l" doesn't show infinite ratio properly
|
2008-11-27 17:28:18 +00:00 |
Charles Kerr
|
924b9230f8
|
(libT) fix typo that prevented bandwidth.h from being included in the tarball
|
2008-11-27 10:23:54 +00:00 |
Charles Kerr
|
2e27756016
|
(libT) fix a compiler warning.
|
2008-11-26 18:54:35 +00:00 |
Charles Kerr
|
2690766076
|
(libT) make the the speed measurements a little more accurate
|
2008-11-26 18:00:37 +00:00 |
Charles Kerr
|
9de7ccf7da
|
(libT) slightly more accurate reporting of piece data vs. raw data
|
2008-11-26 15:58:26 +00:00 |
Charles Kerr
|
ff651209c8
|
(libT) remove debugging statement that got checked in by accident
|
2008-11-26 05:58:10 +00:00 |
Charles Kerr
|
628c574c07
|
(libT) performance tweaks
|
2008-11-26 02:57:32 +00:00 |
Charles Kerr
|
645610f995
|
(libT) fix cut and paste bug. I think this is the crash everyone in #transmission is chiming in about.
|
2008-11-26 02:56:04 +00:00 |
Mitchell Livingston
|
a70c922ab8
|
mac builds again
|
2008-11-25 22:21:14 +00:00 |
Charles Kerr
|
f44248a7d7
|
(libT) yet another stab at getting bandwidth management under control. this version may suck less than previous attempts. It also breaks the mac build until someone adds iobuf.[ch] to xcode...
|
2008-11-25 21:35:17 +00:00 |
Mitchell Livingston
|
a12715fc9a
|
#1029 show a warning dialog when removing a transfer's data if its directory contains extra files
|
2008-11-25 03:04:17 +00:00 |
Charles Kerr
|
8e6529ad8f
|
(libT) I wonder if this will have any affect on the bug reported by Wizardling.
|
2008-11-24 21:59:00 +00:00 |
Charles Kerr
|
a1cd6d85dc
|
(libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers.
|
2008-11-24 20:17:36 +00:00 |
Mitchell Livingston
|
dfd731c9a4
|
#1505 rearrange context menu's "Reveal Data File In Finder"
|
2008-11-24 06:05:24 +00:00 |
Mitchell Livingston
|
3380f231ec
|
update project to include bandwidth.[ch]
|
2008-11-24 05:53:48 +00:00 |
Charles Kerr
|
24deca88e4
|
oops, turn off a debugging message
|
2008-11-24 04:35:34 +00:00 |
Charles Kerr
|
be5e6774ad
|
(libT) #1468: another stab at getting the peer transfer speeds both fast and a little more consistent.
|
2008-11-24 04:21:23 +00:00 |
Charles Kerr
|
1d6710d150
|
(daemon) #1503: tr-remote debug prints wrong rpc post & response data
|
2008-11-23 20:38:08 +00:00 |
Charles Kerr
|
e99e3243a0
|
(gtk) #1504: when the details dialog's peers list is sorted, some rows are duplicated
|
2008-11-23 17:10:40 +00:00 |
Charles Kerr
|
aee1a0b9a0
|
(libT) revert r7099 based on forum feedback @ <http://forum.transmissionbt.com/viewtopic.php?f=4&t=6485>
|
2008-11-23 17:05:44 +00:00 |
Charles Kerr
|
9571f3b714
|
(libT) #1468: speed display is very jumpy
|
2008-11-23 16:31:28 +00:00 |
Charles Kerr
|
0bcff74d52
|
minor code cleanup
|
2008-11-23 16:30:09 +00:00 |
Charles Kerr
|
cf752710b2
|
(daemon) #1503: tr-remote debug prints wrong rpc post data
|
2008-11-23 15:38:44 +00:00 |
Charles Kerr
|
06b80ebc0e
|
(libT) silence a compiler warning
|
2008-11-21 16:53:58 +00:00 |
Charles Kerr
|
853a67fbfc
|
(libT) define peer connections' sockets' so_sndbuf size in the tr_session struct.
|
2008-11-21 16:32:55 +00:00 |
Charles Kerr
|
d7b3024dbc
|
(libT) #1488: peer port missing in json rpc interface
|
2008-11-20 20:39:19 +00:00 |
Charles Kerr
|
17f5503998
|
(libT) #1486: Large file support broken on Windows
|
2008-11-20 17:19:59 +00:00 |
Charles Kerr
|
f172e8f96e
|
(libT) another possible fix for #1468: Speed display is very jumpy
|
2008-11-20 03:07:26 +00:00 |
Charles Kerr
|
6116a00c0b
|
(libT) #1482: fix another win32-related preallocate bug. Thanks to Spry and Lubomir for fixing my bugs. ;)
|
2008-11-19 17:48:24 +00:00 |
Charles Kerr
|
ed95969380
|
(libT) #1480: RPC Server Deflated response
|
2008-11-19 16:12:00 +00:00 |
Charles Kerr
|
65ec586835
|
(libt) #1482: libtransmission/fdlimit.c preallocateFile uses undeclared desiredFileSize on WIN32
|
2008-11-19 16:06:31 +00:00 |
Charles Kerr
|
fa54f390ae
|
#1476: crash on exit when stats window is open
|
2008-11-17 05:05:11 +00:00 |
Charles Kerr
|
a0fd42c5c3
|
(libT) better possible fix for #1468: Speed display is very jumpy
|
2008-11-17 04:00:57 +00:00 |
Mitchell Livingston
|
9ee9a96b7d
|
trivial torrent table change
|
2008-11-17 03:20:15 +00:00 |
Charles Kerr
|
8b69cacc99
|
(gtk) I hate, hate, hate having the speed display at the bottom.
|
2008-11-17 01:22:48 +00:00 |
Charles Kerr
|
93b3dc5617
|
increase the socket's SNDBUF size
|
2008-11-16 21:16:14 +00:00 |
Charles Kerr
|
1619652997
|
revert 7120; it was not a fix
|
2008-11-16 21:15:37 +00:00 |
Charles Kerr
|
f385cd4e02
|
(libT) possible fix for #1468: Speed display is very jumpy
|
2008-11-16 17:47:42 +00:00 |
Charles Kerr
|
97e4efaa4d
|
(libT) #1474: lazy bitfields don't work quite right in 1.40
|
2008-11-16 08:56:18 +00:00 |
Charles Kerr
|
57b2ad5a28
|
(gtk) #996: the Gnome HIG requires the statusbar to be at the bottom of the main window.
|
2008-11-16 07:26:35 +00:00 |
Charles Kerr
|
79e546fe9c
|
(gtk) #1472: More detailed warning on removing active torrents
|
2008-11-16 07:11:34 +00:00 |
Charles Kerr
|
10714dc224
|
(libT) get file preallocation working on Windows by copying how fsutil does it. (source: http://social.msdn.microsoft.com/forums/en-US/vclanguage/thread/4dabec8e-2909-40b3-b398-66bd4c587b9b/)
|
2008-11-15 19:59:18 +00:00 |
Mitchell Livingston
|
3548135711
|
trivial cleanups
|
2008-11-15 19:47:57 +00:00 |