Mitchell Livingston
|
3852bbb6e6
|
some rewriting of the filter bar so it can dynamically place the buttons, and some extra, yet-to-be-used code
|
2007-05-29 02:00:23 +00:00 |
Mitchell Livingston
|
73c6c3324e
|
when pausing and then resuming a checking transfer, recheck from the start
|
2007-05-28 22:32:39 +00:00 |
Mitchell Livingston
|
78afc2f205
|
swap a condition in the io code
|
2007-05-28 16:51:18 +00:00 |
Mitchell Livingston
|
c8ac8e312b
|
make stalled check work for minutes, not seconds
|
2007-05-28 16:40:56 +00:00 |
Mitchell Livingston
|
0f9766145b
|
patch from Charles Kerr: perform file checking one at a time (fixes #124)
|
2007-05-28 15:23:28 +00:00 |
Mitchell Livingston
|
422fff124c
|
remove double malloc
|
2007-05-27 23:35:59 +00:00 |
Mitchell Livingston
|
0eca8679f8
|
patch to speed up io from denisx
|
2007-05-27 23:32:26 +00:00 |
Josh Elsasser
|
e24eea37a6
|
Prevent our __unused hack from breaking standard headers on linux.
|
2007-05-27 16:30:04 +00:00 |
Mitchell Livingston
|
3d48ed389d
|
swap download and upload activity checks
|
2007-05-25 21:44:26 +00:00 |
Mitchell Livingston
|
e5a199d813
|
set activity when actually uploading
|
2007-05-25 21:38:24 +00:00 |
Mitchell Livingston
|
5441c5e145
|
define as activity as when uploading/downloading occurs
|
2007-05-25 21:20:54 +00:00 |
Mitchell Livingston
|
b4d71e2e9a
|
store date of last activity
|
2007-05-25 19:14:42 +00:00 |
Mitchell Livingston
|
7b64d78751
|
fix some layout formatting
|
2007-05-25 16:21:59 +00:00 |
Mitchell Livingston
|
8696495ee2
|
patch from softwareelves that relaxes the requirements for activity for peers in low peer situations
|
2007-05-24 20:09:32 +00:00 |
Mitchell Livingston
|
07bc103001
|
this shouldn't have been committed
|
2007-05-24 16:01:20 +00:00 |
Mitchell Livingston
|
13ab13d0d0
|
fix bug where when a file location was changed the valid download amount would double
|
2007-05-24 15:57:04 +00:00 |
Josh Elsasser
|
8fbb4eab67
|
Move a macro.
|
2007-05-24 07:11:59 +00:00 |
Josh Elsasser
|
28a4d4544e
|
Rename ipc to ipcparse
|
2007-05-24 04:05:50 +00:00 |
Josh Elsasser
|
c52162219e
|
Silence some warnings.
|
2007-05-24 04:02:36 +00:00 |
Josh Elsasser
|
8d61b3e49e
|
Move ipc parsing code into libt.
|
2007-05-24 03:44:40 +00:00 |
Josh Elsasser
|
81a6d96d6e
|
Remove tr_handle_t argument from tr_torrentClose().
|
2007-05-23 04:45:20 +00:00 |
Mitchell Livingston
|
1e44ce5e13
|
show Blizzard Downloader actual version (this could become wrong in future versions)
|
2007-05-21 15:25:28 +00:00 |
Mitchell Livingston
|
c00208a8f6
|
add Blizzard Downloader to clients (still need to figure out the exact way version is shown)
|
2007-05-21 15:02:11 +00:00 |
Mitchell Livingston
|
913a83ed27
|
when seeding don't connect to seeders...it's just common sense
|
2007-05-16 03:05:25 +00:00 |
Mitchell Livingston
|
3f2861f0c7
|
determine upload/download rates the old way, which is not the most accurate way at a few points, but should have a positive overall impact
|
2007-05-16 02:03:18 +00:00 |
Mitchell Livingston
|
3af24be44e
|
separate code for determining if there is a download with same name and location
|
2007-05-11 18:56:59 +00:00 |
Josh Elsasser
|
5fe9d0fcea
|
Check error codes correctly in instead of reporting all errors as 'assert'.
Add TR_ERROR_IO_SPACE and TR_ERROR_IO_RESOURCES.
|
2007-05-09 18:41:22 +00:00 |
Josh Elsasser
|
a3ca76cced
|
Don't bencode signed integers as unsigned.
|
2007-05-09 07:00:08 +00:00 |
Mitchell Livingston
|
5aa4e9a664
|
differentiate old-style and new-style Transmission peer id (so version 1.01, etc is identified correctly)
|
2007-05-09 03:05:38 +00:00 |
Mitchell Livingston
|
d2d8f9cf3c
|
add BTQueue to clients
|
2007-05-09 02:55:10 +00:00 |
Mitchell Livingston
|
7e19df5444
|
only allow one active transfer with the same name in the same location
|
2007-05-05 14:43:52 +00:00 |
Mitchell Livingston
|
91e4607c64
|
remove inaccurate comments about announce interval
|
2007-05-04 17:44:31 +00:00 |
Mitchell Livingston
|
8345d49e29
|
add an option to reverse the sort order
|
2007-05-02 19:35:34 +00:00 |
Mitchell Livingston
|
7105312fba
|
add a missing function declaration
|
2007-04-30 19:43:43 +00:00 |
Mitchell Livingston
|
f09cc4c7f3
|
add Bitflu and FoxTorrent to clients
|
2007-04-30 01:29:00 +00:00 |
Mitchell Livingston
|
7100463899
|
ensure the download/upload rates that are sent to the tracker are reset when sending "started"
|
2007-04-29 15:28:56 +00:00 |
Mitchell Livingston
|
a8a2e03d13
|
use malloc instead of calloc
|
2007-04-28 03:44:09 +00:00 |
Mitchell Livingston
|
305ccf1cd5
|
add ability to remove torrent cache
|
2007-04-28 01:34:39 +00:00 |
Josh Elsasser
|
9aaa36a431
|
Fix a parsing bug which could be triggered by a truncated xml file.
|
2007-04-26 05:40:24 +00:00 |
Mitchell Livingston
|
8fdce9f5a7
|
send port info
|
2007-04-22 15:05:14 +00:00 |
Mitchell Livingston
|
16aad395e2
|
streamline eta calculation
|
2007-04-21 13:57:30 +00:00 |
Mitchell Livingston
|
83a565b5f1
|
simplify ratio calculation a little
|
2007-04-21 13:48:05 +00:00 |
Mitchell Livingston
|
d31d79b15b
|
determine ratio by using download amount as the larger of amount downloaded by T and percent times file size
|
2007-04-21 06:38:37 +00:00 |
Mitchell Livingston
|
ea839e8ca9
|
expand the last commit a bit so that ratio is calculated with the actual downloaded amount if amount downloaded in T is 0. This should eliminate ever showing infinity for ratio.
|
2007-04-20 23:51:15 +00:00 |
Mitchell Livingston
|
dbc1e1619e
|
if seeding without ever downloading with T, calculate ratio by using the file size as amount downloaded
|
2007-04-20 23:31:49 +00:00 |
Josh Elsasser
|
63bb617fa4
|
Add more I/O error codes.
|
2007-04-20 02:05:07 +00:00 |
Josh Elsasser
|
f9613c4dbc
|
Quick hack to get some PPP UPnP devices working.
|
2007-04-20 01:27:58 +00:00 |
Josh Elsasser
|
312fe89d7b
|
Add some debugging code that's handy for parsing upnp root files.
|
2007-04-20 00:39:52 +00:00 |
Mitchell Livingston
|
049e1dbebf
|
better identify some versions of Bits on Wheels
|
2007-04-19 06:22:37 +00:00 |
Josh Elsasser
|
5495191412
|
Fix paths on OSX.
|
2007-04-18 19:32:53 +00:00 |