1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 18:18:10 +00:00
Commit graph

2352 commits

Author SHA1 Message Date
Charles Kerr
fd55e5e503 more autoconf hacking 2007-08-16 00:28:00 +00:00
Josh Elsasser
5fc5e06422 Unbreak daemon. 2007-08-16 00:10:56 +00:00
Josh Elsasser
7f5777a9f7 Fix -p option to be optional. Someone pass the dunce cap over this way. 2007-08-16 00:02:43 +00:00
Mitchell Livingston
37373317d9 get rid of an unneeded warning 2007-08-15 23:45:43 +00:00
Josh Elsasser
3d0e98b2c7 Save client name from azureus or extended handshake, overriding name deduced from peer id. 2007-08-15 23:03:50 +00:00
Josh Elsasser
7301b39c8b Rework utf-8 string concat function a little and make it more widely available. 2007-08-15 23:02:56 +00:00
Mitchell Livingston
4b97e604b1 (trunk) add updated Russian localization 2007-08-15 22:58:36 +00:00
Mitchell Livingston
234f0fc51e (trunk) remove Russian localization 2007-08-15 22:57:20 +00:00
Mitchell Livingston
4bccdef1fd (trunk) fix a problem when adding multiple torrents with "always ask" enabled 2007-08-15 22:30:54 +00:00
Josh Elsasser
455ce8b185 Move protocol extension docs to new doc directory to make them easier to find.
It would not be considered an affront to add more documentation here.
2007-08-15 21:35:15 +00:00
Josh Elsasser
8f6b8020bc Implement proposed extension to indicate which of azrueus or extended messaging are preferred.
This is disabled for now.
2007-08-15 21:26:24 +00:00
Charles Kerr
e41312cf22 the second call to autoreconf is redundant 2007-08-15 20:50:08 +00:00
Charles Kerr
1ab415a779 try to get autogen.sh playing nice on Darwin 2007-08-15 20:31:17 +00:00
Josh Elsasser
4c1c2667b6 Use macros instead of magic numbers when creating and parsing handshake.
Make it trivial to disable extended messaging or azureus protocol at compile-time, for debugging.
2007-08-15 19:44:13 +00:00
Charles Kerr
cc38142915 ensure that libevent is built as a static library, not a shared one 2007-08-15 06:44:28 +00:00
Mitchell Livingston
55cb6d24b1 optimize libevent when compiling 2007-08-15 04:01:43 +00:00
Mitchell Livingston
d836254dc7 get file tab working again 2007-08-15 03:43:54 +00:00
Charles Kerr
87496d2b48 avoid a race condition between msg_init and the libevent thread's tr_dbg() call 2007-08-15 03:26:55 +00:00
Mitchell Livingston
d6365184e7 missed this in the last commit 2007-08-15 03:15:13 +00:00
Mitchell Livingston
7633470496 get mac version building again 2007-08-15 03:12:54 +00:00
Charles Kerr
db7a354958 more work on getting our autoconf setup to play nice with libevent 2007-08-15 02:48:32 +00:00
Mitchell Livingston
f407e44edc rearrange some of the file viewer code 2007-08-14 22:55:06 +00:00
Mitchell Livingston
8ad6b7aa3b (trunk) when automatically opening a newly created torrent file, don't trash it regardless of prefs setting 2007-08-14 21:26:12 +00:00
Charles Kerr
2bf071543b get some pieces of the new tracker code into svn... 2007-08-14 20:45:23 +00:00
Charles Kerr
d2d7d01df2 use http:// rather than https:// for the libevent link 2007-08-14 20:29:48 +00:00
Charles Kerr
0ed0adcdfa use optimization level -Os in autoconf too 2007-08-14 20:15:55 +00:00
Charles Kerr
5989151ed5 (trunk) revert yesterday's tracker changes. 2007-08-14 20:08:57 +00:00
Mitchell Livingston
d8905329bb use optimization level -Os 2007-08-14 19:58:07 +00:00
Charles Kerr
d239665a02 remove the static build of libevent 2007-08-14 19:55:24 +00:00
Charles Kerr
6cf6dc9142 more hacking on making libevent build, and on making T pick it up in includes & library 2007-08-14 19:53:36 +00:00
Charles Kerr
4676cea866 get libevent building and playing nice with all the other apps 2007-08-14 19:26:49 +00:00
Charles Kerr
3b960b5001 added libevent to svn:externals 2007-08-14 16:05:51 +00:00
Charles Kerr
02606d6675 add populate and cleanup utils for tr_tracker_info_t, since bencode and the new tracker code will both use it 2007-08-14 15:24:48 +00:00
Charles Kerr
26dabf816e make list less error-prone by changing the API s.t. we're guaranteed to update the list's pointer correctly. 2007-08-14 14:18:54 +00:00
Charles Kerr
8f8100e4d8 minor wx work 2007-08-14 13:53:03 +00:00
Mitchell Livingston
7ddc2b64cd various negligible cleanup 2007-08-14 05:21:02 +00:00
Josh Elsasser
f69012d0e7 Add a pidfile command-line argument. 2007-08-14 04:02:50 +00:00
Mitchell Livingston
067afdf926 small adjustments to TorrentCell 2007-08-14 03:59:47 +00:00
Mitchell Livingston
b63ddf0676 a little extra drawing so that there are no gaps in the progress bar 2007-08-14 03:15:03 +00:00
Mitchell Livingston
9133c4b919 when checking/unchecking files update the table right away 2007-08-13 21:21:59 +00:00
Charles Kerr
3fe2dbe5d0 forgot to check this one in. thanks to nickshanks, webaake, et al 2007-08-13 18:41:19 +00:00
Charles Kerr
7254a96ce8 let fastresume remember which torrents are stopped and which are running. 2007-08-13 16:43:33 +00:00
Charles Kerr
ab57bfb2d2 (trunk) fix accidentally-swapped switch cases 2007-08-13 15:40:45 +00:00
Charles Kerr
d2ddd4cb4e (trunk) dead code removal. (ticket #286) 2007-08-13 14:35:37 +00:00
Charles Kerr
9acf79d665 (trunk) make torrent creation's piece size more flexible. (ticket #293 reported by matt) 2007-08-13 13:57:12 +00:00
Mitchell Livingston
74f430990b one less warning 2007-08-13 05:03:21 +00:00
Mitchell Livingston
e316c297c7 get rid of some warnings 2007-08-13 04:30:52 +00:00
Mitchell Livingston
1381610a56 (trunk) fix bug where downloads would not be added when dragging the url onto the window without a constant download location 2007-08-13 03:17:18 +00:00
Mitchell Livingston
8729aba95f when opening multiple copies of the app, after the warning don't make the first copy active (in case that copy has been quit in between checking and responding to the dialog) 2007-08-13 01:55:15 +00:00
Josh Elsasser
91910be7fb Add URL for some more documentation of the azureus protocol.
Fix typo.
2007-08-12 23:20:04 +00:00