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 |