Charles Kerr
|
1fd5f90a77
|
win32 cleanly compiles and starts now. (still doesn't atually *work*, but we're getting closer...)
|
2007-08-02 19:43:29 +00:00 |
|
Charles Kerr
|
0f85cc3297
|
continue whittling away at internal.h to reduce the global #include dependencies
|
2007-07-31 14:26:44 +00:00 |
|
Charles Kerr
|
d209052051
|
add portability wrapper for in_port_t...
|
2007-07-30 18:04:10 +00:00 |
|
Charles Kerr
|
e07d0220a9
|
this looks bug but it's not: just janitorial cleanup, moving #includes from headers into source file
|
2007-07-29 18:11:21 +00:00 |
|
Charles Kerr
|
a9fc478955
|
get both build systems (hand-written configure, and autoconf) to generate equivalent version.h headers
|
2007-07-28 04:10:09 +00:00 |
|
Charles Kerr
|
809ec63e95
|
new utility function for app startup: tr_loadTorrents()
|
2007-07-21 18:46:54 +00:00 |
|
Charles Kerr
|
bbac082af5
|
finish splitting the rate control from one state into two states as requested by BMW
|
2007-07-20 08:33:59 +00:00 |
|
Mitchell Livingston
|
091a56d4ca
|
identify dev builds of transmission correctly in the peers list
|
2007-07-16 21:57:22 +00:00 |
|
Charles Kerr
|
1d95bcc689
|
re-randomize peer_id each time we start a torrent. (ticket #257)
|
2007-07-16 11:19:44 +00:00 |
|
Charles Kerr
|
790476ac23
|
clean up #includes a bit.
|
2007-07-12 17:51:45 +00:00 |
|
Charles Kerr
|
5455df4373
|
update versioning scheme as per consensus between TMT, John_Clay, Gimp_, and charles_
|
2007-07-10 19:40:21 +00:00 |
|
Charles Kerr
|
b79beeff66
|
clean up #includes a bit.
|
2007-07-09 20:10:42 +00:00 |
|
Charles Kerr
|
3a4a0053ca
|
give the nightlies a peer id of 0079, to differentiate between the previous stable release (0072) and the next one (0080)
|
2007-07-09 05:40:35 +00:00 |
|
Charles Kerr
|
b1ab3968e7
|
add Transmission's SVN version number to the id string we send the tracker
|
2007-07-09 04:34:54 +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
|
3b8d1e13c4
|
uninteresting minor stuff like adding const. this commit is just to reduce the shear between trunk and what lands in the file-selection branch.
|
2007-06-09 15:36:46 +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
|
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
|
a5bf61534e
|
update peer id to include maintenance number
|
2007-04-11 20:27:41 +00:00 |
|
Josh Elsasser
|
40397dd9f2
|
Unbreak azureus peer protocol.
Add more peer debug messages.
Fix pex interval.
|
2007-03-28 06:28:34 +00:00 |
|
Josh Elsasser
|
09c87aad84
|
Merge PEX branch, I hope this works.
|
2007-03-23 08:28:01 +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
|
c4ad02aaf3
|
Remove natpmp and upnp locks and rely on the shared lock.
|
2007-02-06 05:37:48 +00:00 |
|
Josh Elsasser
|
f67ad8cf47
|
Add a new interface to make the public port available to the frontend.
|
2007-02-06 04:26:40 +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
|
adfd4e7ca7
|
Rework the port handling a bit to allow different bound and advertised ports.
|
2007-01-27 21:17:10 +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
|
09c096731c
|
Another split
|
2007-01-19 08:36:49 +00:00 |
|
Eric Petit
|
7fc607cf2a
|
When we count the peers we are UL to, just check whether they are chocked
|
2007-01-19 05:15:22 +00:00 |
|
Eric Petit
|
7a6401c7b4
|
Split transmission.c: everything related to the accept/upnp/choking
thread was moved to shared.c
|
2007-01-19 04:42:31 +00:00 |
|
Eric Petit
|
3e6d071e0d
|
clean up
|
2007-01-19 01:39:33 +00:00 |
|
Mitchell Livingston
|
348f35f505
|
retain/release arrays instead of using mutable arrays, and file table only shows files when a single torrent is selected
|
2007-01-17 02:43:07 +00:00 |
|
Mitchell Livingston
|
bd318306e9
|
remove unneeded cast
|
2007-01-17 01:32:45 +00:00 |
|
Eric Petit
|
e5e6a8b5df
|
Merge io branch into trunk
|
2007-01-14 12:00:21 +00:00 |
|
Mitchell Livingston
|
becb19f763
|
global bandwidth limits only apply to transfers that are not set to overide them
|
2007-01-08 21:53:55 +00:00 |
|
Mitchell Livingston
|
d6104b6f71
|
move ratio from mac code to libT code
|
2006-12-30 19:24:09 +00:00 |
|
Mitchell Livingston
|
ca2c729abd
|
support in libT for individual torrent speed caps
|
2006-12-27 01:04:30 +00:00 |
|
Mitchell Livingston
|
e880aa48a5
|
make function names a little more specific
|
2006-12-27 00:22:38 +00:00 |
|
Mitchell Livingston
|
804b04a41b
|
if torrent is active you can't update the announce info
|
2006-12-26 20:11:30 +00:00 |
|
Mitchell Livingston
|
dc4e0e212b
|
lock torrent when manual announcing
|
2006-12-26 20:01:16 +00:00 |
|
Mitchell Livingston
|
776153c126
|
better placement of manual announce
|
2006-12-26 18:40:51 +00:00 |
|
Eric Petit
|
e0ba0d8f8f
|
Fixes a crash and a race condition
|
2006-12-18 20:48:46 +00:00 |
|
Mitchell Livingston
|
01ebeae829
|
stop crashing
|
2006-12-18 06:16:27 +00:00 |
|
Mitchell Livingston
|
4201476099
|
never mind that
|
2006-12-18 05:32:32 +00:00 |
|
Mitchell Livingston
|
80bc8e022b
|
uncommit this for now until it can work
|
2006-12-18 05:28:10 +00:00 |
|
Mitchell Livingston
|
7274eebefc
|
store upload rate / download rate in peer struct
|
2006-12-18 05:04:35 +00:00 |
|
Josh Elsasser
|
343e51abbe
|
Add peer's port to tr_peer_stat_t.
|
2006-12-18 03:45:22 +00:00 |
|
Mitchell Livingston
|
5cdd717e22
|
use existing variable and remove redundant call
|
2006-12-17 17:23:21 +00:00 |
|