1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
Commit graph

43 commits

Author SHA1 Message Date
Charles Kerr
0fb5d03514 d'oh! openssl has rc4 already. 2007-07-01 12:09:43 +00:00
Charles Kerr
bacc2dc445 I wonder what this is for. 2007-06-30 19:46:41 +00:00
Mitchell Livingston
0256f4616d Merge file selection and torrent creation into the main branch.
The new code for these features is under a new license.
2007-06-18 03:40:41 +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
Josh Elsasser
28a4d4544e Rename ipc to ipcparse 2007-05-24 04:05:50 +00:00
Josh Elsasser
8d61b3e49e Move ipc parsing code into libt. 2007-05-24 03:44:40 +00:00
Josh Elsasser
ea07c714d0 Revert this change from r1920, it wasn't intended to be committed. 2007-05-24 02:54:21 +00:00
Josh Elsasser
dfffdd17e4 Move torrent adding from callback in main.c to functions on TrCore. 2007-05-24 02:50:28 +00:00
Josh Elsasser
a19989c544 Merge TrBackend into TrCore. 2007-05-23 04:39:06 +00:00
Josh Elsasser
89cc48f0e8 Move main model into a new TrCore wrapper class. 2007-05-23 00:49:31 +00:00
Josh Elsasser
132e4f5c8c Merge daemon branch to trunk. 2007-04-18 16:39:10 +00:00
Josh Elsasser
4b5c3d329b Restore -omg-optimized CFLAGS. 2007-04-17 22:38:42 +00:00
Josh Elsasser
fffd302c2c Update transmissioncli manpage, add transmission-gtk manpage skeleton. 2007-04-04 01:20:45 +00:00
Josh Elsasser
acdb2d79d7 Clean up the build a tiny bit more. 2007-03-05 07:15:17 +00:00
Josh Elsasser
6ac35991e5 Prettify the BeOS build output. 2007-03-05 03:40:05 +00:00
Josh Elsasser
d1ea6d88d5 Turn off optimizations. I'm tired of having to edit this file and
rebuild to get a working core file.
2007-03-04 23:05:18 +00:00
Bryan Varner
4071b352e9 Brought BeOS GUI up to date with latest libtransmission. There's still some optimization that could be performed here, but the GUI is working again, and better than before thanks to the internal changes on libtransmission. 2007-02-22 12:49:34 +00:00
Josh Elsasser
4943058f72 Merge gtkmisc branch. 2007-02-19 22:09:05 +00:00
Josh Elsasser
60b7749385 Split off the window-related code into a new file.
Bump a couple copyright dates I forgot earlier.
2007-02-07 07:35:33 +00:00
Josh Elsasser
603a374a6b Add a .desktop file. Based on ticket #153. 2007-02-07 04:19:12 +00:00
Eric Petit
09c096731c Another split 2007-01-19 08:36:49 +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
47b7705efa Makes make happy with -j 2006-12-14 03:17:23 +00:00
Josh Elsasser
5ac768644e Revert a local change I accidentally committed back in rev 920. 2006-11-28 21:46:28 +00:00
Eric Petit
674391045a Adds Zsh completion file (by Arnaud De Turckheim) 2006-11-16 22:25:45 +00:00
Eric Petit
1acf830217 Clean up, generate Info.plist from version.sh as well 2006-11-11 02:02:44 +00:00
Eric Petit
0a08540b7f List libT.a before the -l* flags on the command line (otherwise this can cause problems with LDFLAGS=-Wl,--as-needed)
Patch by Daniel T. Lin
2006-09-28 16:04:06 +00:00
Josh Elsasser
0257761670 Merge nat-traversal branch to trunk. 2006-09-25 18:37:45 +00:00
Josh Elsasser
c5614964a3 Prefix install paths with optional DESTDIR variable. 2006-09-25 01:19:11 +00:00
Josh Elsasser
e332a8313d Add a debug output window. 2006-08-20 22:45:29 +00:00
Eric Petit
f291041fa4 Disables building of the BeOS UI for now 2006-08-18 18:37:53 +00:00
Josh Elsasser
e128a854ea Replace the old progress cell renderer with a new one for silly license reasons. 2006-08-13 00:22:05 +00:00
Eric Petit
f199e0a9d9 Revert [619] 2006-07-16 19:39:23 +00:00
Mitchell Livingston
5d36721a15 Remove old Sparkle... 2006-07-16 19:28:19 +00:00
Josh Elsasser
f4e0c4629c Use -pthread on OpenBSD as well, and add it to CFLAGS in addition to LDFLAGS. 2006-07-04 18:02:45 +00:00
Eric Petit
ae7f88452c Now 0.7-svn 2006-06-22 04:21:22 +00:00
Eric Petit
06936ccb7f 0.6 2006-06-22 03:43:44 +00:00
Eric Petit
eda6e833a3 Only put Transmission.app in the dmg 2006-06-22 03:41:19 +00:00
Eric Petit
9d49bdda41 Trying to spare some more space here and there 2006-06-15 22:28:34 +00:00
Eric Petit
96d62e8ca9 Don't follow links when building the OS X package, so the Sparkle
framework isn't copied 3 times
2006-06-15 14:05:34 +00:00
Josh Elsasser
db48cc5e28 Unbreak 'make install' 2006-06-01 17:18:13 +00:00
Eric Petit
0d7e35c4c2 This wasn't supposed to be commited 2006-05-31 13:05:04 +00:00
Eric Petit
e72c5580c6 Split and moved makefiles into a seperate folder, fixes and speed-up to
the retrieving of the SVN revision, OS X packages now show the revision
if this isn't a release build
2006-05-31 12:54:53 +00:00