Commit Graph

2531 Commits

Author SHA1 Message Date
Charles Kerr c449a4665d fix shutdown error in the new tracker code, reported by joshe 2007-08-17 03:03:28 +00:00
Charles Kerr 0db6daab11 make the build quieter 2007-08-17 02:50:55 +00:00
Mitchell Livingston c8d88af6f2 don't resize the inspector unnecessarily 2007-08-17 01:29:46 +00:00
Mitchell Livingston 7fb27df36d again by popular demand, allow peers and files tabs to be resized vertically 2007-08-17 01:23:17 +00:00
Mitchell Livingston 20f33e82e2 allow folders of files to be enabled/disabled from the action button 2007-08-16 23:05:59 +00:00
Josh Elsasser 54cd26c409 Add new libevent files to xcode project. 2007-08-16 21:42:39 +00:00
Josh Elsasser d31b01fd85 Fix osx build. 2007-08-16 21:28:27 +00:00
Josh Elsasser 571e53b7ca Properly protect pidfile creation and deletion with the lockfile. 2007-08-16 21:17:02 +00:00
Charles Kerr 5c3d45767e fix crash-on-startup bug reported by Lacrocivious 2007-08-16 20:59:09 +00:00
Charles Kerr 5f5a743790 the new tracker code seems to be working, so now it's time for me to learn yet again how much better users are at noticing bugs than I am. :) 2007-08-16 20:00:06 +00:00
Charles Kerr 2ce4e9c7e3 no need for `verbose' mode, and no need to include paths that don't exist 2007-08-16 19:05:25 +00:00
Josh Elsasser 3d65dcd13e I'm an idiot. Base 2 is not the same thing as base 16. 2007-08-16 18:34:44 +00:00
Josh Elsasser 968504ab48 Catch up with version.sh renaming. 2007-08-16 17:43:35 +00:00
Charles Kerr 65d0781cdc move version.sh to the old mk folder 2007-08-16 16:16:55 +00:00
Charles Kerr 44a61eced1 Add $(LIBEVENT_CPPFLAGS) to daemon's Makefile.am 2007-08-16 16:03:01 +00:00
Charles Kerr 3f163dad88 Add pkg.m4 for PKG_CHECK_MODULES in case the platform doesn't have pkg-config installed 2007-08-16 15:54:23 +00:00
Josh Elsasser 2fcce9ca70 Fix autogen.sh on osx (and maybe elsewhere too). 2007-08-16 15:48:07 +00:00
Charles Kerr 235b89b658 Remove "make install" from the SVN instructions -- it's a bad idea to recommend users overwrite a real release with an SVN snapshot 2007-08-16 15:38:31 +00:00
Charles Kerr 9a00da4dda More autoconf work. Added instructions on building Transmission to README. autoconf might work out-of-the-box on OS X now. 2007-08-16 15:20:11 +00:00
Josh Elsasser 32083ba787 Doc update. 2007-08-16 04:22:34 +00:00
Mitchell Livingston 284f9830cc store only a single icon in the Torrent class instead of 2 2007-08-16 04:12:43 +00:00
Mitchell Livingston 75ec8bac79 keep one image for the table view instead of one for regular and one for minimal 2007-08-16 03:58:50 +00:00
Mitchell Livingston 91304ec1e6 streamline and improve action button placement code in TorrentTableView 2007-08-16 03:28:01 +00:00
Mitchell Livingston 7a96fcbb7f flip advanced bar overlay 2007-08-16 03:12:58 +00:00
Mitchell Livingston 02d0203a23 draw the progress bar straight onto the cell instead of using an image 2007-08-16 03:02:27 +00:00
Mitchell Livingston 71e3ffa3fc use colors and rects instead of images for creating the pieces view 2007-08-16 02:11:08 +00:00
Mitchell Livingston df0c5a8764 get About copyright info from the localized string file instead of the nib 2007-08-16 01:31:36 +00:00
Mitchell Livingston 835d333067 by popular demand, add option to sort by tracker 2007-08-16 00:54:50 +00:00
Mitchell Livingston f0162d0bc4 use #defines for filter and sort 2007-08-16 00:41:57 +00:00
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