Charles Kerr
|
995c1cdbb1
|
fix r2210 oops
|
2007-06-28 00:04:42 +00:00 |
Charles Kerr
|
63fce9cf06
|
simplify tr_torrentParse() based on BWM's feedback
|
2007-06-27 23:22:09 +00:00 |
Charles Kerr
|
8e401729cd
|
Modified tr_torrentCanAdd() to give the new functionality BMW suggests
|
2007-06-27 14:54:31 +00:00 |
Charles Kerr
|
47a5ff4120
|
add tr_torrentCanAdd() as per BentMyWookie's request... clear tracker error string when restarting... fix r2202 "completed" announce bug.
|
2007-06-27 05:14:38 +00:00 |
Charles Kerr
|
7e09d157cd
|
Thread safety improvements. Also, stopping/starting/rechecking/etc. torrents no longer blocks the calling thread. Since this a big commit, it will probably create some short-term pain via new bugs.
|
2007-06-26 18:45:03 +00:00 |
Charles Kerr
|
ab85deaf51
|
add color-coded lines to the gtk debug window -- info is black, debug is grey, errors are red...
|
2007-06-22 20:59:23 +00:00 |
Charles Kerr
|
e161544761
|
adding experimental implementation of Tamilmani's `Swift' tit-for-tat algorithm for testing. To tweak or disable, change the values around line 50 of libtransmission/peer.c
|
2007-06-21 14:47:26 +00:00 |
Mitchell Livingston
|
a4d5dfa328
|
avoid ridiculously rate divide-by-0
|
2007-06-19 00:08:06 +00:00 |
Charles Kerr
|
932438eba5
|
Fix very large file error reported by Gimp_
|
2007-06-18 05:05:16 +00:00 |
Mitchell Livingston
|
0256f4616d
|
Merge file selection and torrent creation into the main branch.
The new code for these features is under a new license.
|
2007-06-18 03:40:41 +00:00 |
Mitchell Livingston
|
4ada334f57
|
patches from Charles Kerr to update the Inspector in GTK and fix some memory leaks
|
2007-06-06 00:30:13 +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
|
b4d71e2e9a
|
store date of last activity
|
2007-05-25 19:14:42 +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
|
81a6d96d6e
|
Remove tr_handle_t argument from tr_torrentClose().
|
2007-05-23 04:45:20 +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 |
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
|
305ccf1cd5
|
add ability to remove torrent cache
|
2007-04-28 01:34:39 +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
|
498cbddb2e
|
Add remaining file download to tr_stat_t.
|
2007-04-04 00:55:53 +00:00 |
Josh Elsasser
|
58333068e8
|
Cache peer client name.
Don't create an 'unknown client' name with nonprintable characters.
|
2007-04-03 18:22:58 +00:00 |
Josh Elsasser
|
7e03349f76
|
Merge r1634 to trunk.
|
2007-04-02 20:38:23 +00:00 |
Josh Elsasser
|
b8d03e5958
|
Add API function to disable PEX for a torrent.
|
2007-03-31 19:19:09 +00:00 |
Josh Elsasser
|
66cb8d5835
|
Move debug message, we don't want to see it 30 times a second.
|
2007-03-29 01:09:03 +00:00 |
Josh Elsasser
|
367426b51b
|
Show peers found and used when adding new peers.
Accept --without-foo in addition to --disable-foo in the configure script.
|
2007-03-29 00:19:09 +00:00 |
Josh Elsasser
|
3394f8d2a4
|
Revert unintended changes.
|
2007-03-26 19:21:25 +00:00 |
Josh Elsasser
|
d390c4c871
|
Don't save or load cached peers for private torrents.
|
2007-03-26 19:19:33 +00:00 |
Josh Elsasser
|
09c87aad84
|
Merge PEX branch, I hope this works.
|
2007-03-23 08:28:01 +00:00 |
Josh Elsasser
|
92637d591e
|
Optionally return the info hash after attempting to load a duplicate torrent.
|
2007-03-22 18:07:22 +00:00 |
Josh Elsasser
|
494ca91fd6
|
Append a frontend-specific tag to saved torrents.
This prevents one frontend from deleting a saved torrent used by another.
|
2007-03-13 06:56:50 +00:00 |
Josh Elsasser
|
5a62e83689
|
Don't use sprintf, strcpy, or strcat.
|
2007-03-12 00:04:11 +00:00 |
Josh Elsasser
|
0e79140f26
|
Don't clobber the private flag during torrent initialization.
Display if the private flag is set in transmissioncli -i
|
2007-03-06 01:58:14 +00:00 |
Josh Elsasser
|
67826df085
|
Use a tr_tracker_info_t * directly in tr_info_t and tr_tracker_t.
|
2007-02-27 04:00:38 +00:00 |
Josh Elsasser
|
963a4fdc81
|
Clamp file progress to 0.0-1.0
Clear focus when opening files dialog.
|
2007-02-23 11:49:18 +00:00 |
Josh Elsasser
|
efdc43ebb7
|
Add function to return the progress of each file in a torrent.
|
2007-02-23 11:26:48 +00:00 |
Mitchell Livingston
|
5d2ae4eb61
|
simplify options for download limits in inspector with 3 check states: mixed for system defaults, checked for override with limit, and no check for no limit
|
2007-02-02 17:33:32 +00:00 |
Mitchell Livingston
|
370e9ab355
|
do the same calculation one time per loop
|
2007-01-31 16:23:07 +00:00 |
Eric Petit
|
ddcfa59c96
|
Always take the global lock when accessing the torrent list (fixes a race condition crash)
|
2007-01-29 08:24:09 +00:00 |
Josh Elsasser
|
263bf6ff0c
|
Check for private flag in main dict too.
|
2007-01-27 22:37:10 +00:00 |
Josh Elsasser
|
adfd4e7ca7
|
Rework the port handling a bit to allow different bound and advertised ports.
|
2007-01-27 21:17:10 +00:00 |
Eric Petit
|
1634595bb0
|
Compile before you commit
|
2007-01-21 07:32:31 +00:00 |
Eric Petit
|
09c277257b
|
Mark a peer as uploading if we are unchoked *and* interested
|
2007-01-21 07:27:57 +00:00 |
Eric Petit
|
14aa4e5ab0
|
Officially give up on making libT reentrant, and simplify our code instead
|
2007-01-21 07:16:18 +00:00 |
Eric Petit
|
e63e4ab38f
|
Reorganizes a few things, don't accept two connections from the same IP
|
2007-01-21 06:42:05 +00:00 |
Eric Petit
|
da84461d9c
|
Don't let tr_torrentStop return until files are closed, so that the UI can trash them safely if requested (fixes #186)
|
2007-01-19 15:24:20 +00:00 |
Eric Petit
|
4a567871bb
|
clean up
|
2007-01-19 11:19:20 +00:00 |
Eric Petit
|
918c083618
|
Fix warnings
|
2007-01-19 08:40:06 +00:00 |
Eric Petit
|
09c096731c
|
Another split
|
2007-01-19 08:36:49 +00:00 |