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

2352 commits

Author SHA1 Message Date
Charles Kerr
3a45686c3f push event_del() through the libevent pipe too. 2007-08-18 06:59:20 +00:00
Charles Kerr
9cb2dcb63d better error reporting in the new tracker code 2007-08-18 06:06:53 +00:00
Mitchell Livingston
af833c7593 disable top-level file items when applicable 2007-08-18 05:59:01 +00:00
Mitchell Livingston
596525d89a dynamically show the files for file selection in the top-level action menu 2007-08-18 05:46:20 +00:00
Mitchell Livingston
10fb72281b move scrape info in inspector a bit more to the left to allow display of an extra digit 2007-08-18 03:25:16 +00:00
Mitchell Livingston
68b171f7c3 get mac version building again 2007-08-18 03:22:03 +00:00
Charles Kerr
3f777e3cb9 before the first scrape, set leechers/seeders/downloads to -1 to represent n/a 2007-08-18 03:11:08 +00:00
Charles Kerr
35b727788e do all the libevent enqueuing from a single thread. 2007-08-18 03:02:32 +00:00
Mitchell Livingston
9f78eda964 attempt to fix stuck overlay window 2007-08-18 02:11:45 +00:00
Mitchell Livingston
41d5f3c8f5 clean code up a little 2007-08-18 01:56:10 +00:00
Mitchell Livingston
5c2f4e5fd1 add ratio settings to the individual torrent menu 2007-08-18 00:53:28 +00:00
Mitchell Livingston
4bcc5fa687 add preset limits to torrent action menu speed limits 2007-08-18 00:12:26 +00:00
Mitchell Livingston
f0f61ddd2b preliminary support for setting speed limits through the action menu 2007-08-17 23:58:21 +00:00
Mitchell Livingston
2a8f9eb1f9 update credits 2007-08-17 14:52:27 +00:00
Charles Kerr
8713d3468c don't cache the connection; these are one-shot requests 2007-08-17 05:00:59 +00:00
Charles Kerr
d5cfbf9426 this seems to fix the double-start bug reported by joshe 2007-08-17 04:50:45 +00:00
Charles Kerr
e6eaf4ff20 try backing out from -Os to -O3 and seeing if that changes anything 2007-08-17 04:33:57 +00:00
Josh Elsasser
aafd6488af Shut down ipc server on fatal signal, not just torrent client. 2007-08-17 03:57:26 +00:00
Charles Kerr
78f65331f2 fix tr_init() 2007-08-17 03:39:41 +00:00
Charles Kerr
34e8174ee8 shut down the libevent thread gracefully on shutdown 2007-08-17 03:37:45 +00:00
Charles Kerr
0c60e29934 whee 2007-08-17 03:13:42 +00:00
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