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

1976 commits

Author SHA1 Message Date
Charles Kerr
05d88f2c48 remove the TR_HTONL macro 2007-07-19 10:49:44 +00:00
Charles Kerr
6d21f2fb16 remove TR_NTOHL macro 2007-07-19 10:37:30 +00:00
Josh Elsasser
6dd7c2fac2 Clean up unused cflags.
Add the right include directory to build the daemon.
Maybe break something, who knows!
2007-07-19 05:20:33 +00:00
Josh Elsasser
373e6dd519 Include stdio.h a couple places where it could be needed. 2007-07-19 03:55:00 +00:00
Mitchell Livingston
5c82fa8798 small string change 2007-07-19 03:49:24 +00:00
Charles Kerr
615afaa445 add extra state change checks 2007-07-19 03:48:27 +00:00
Charles Kerr
ad63c84b47 on second glance, there are even more issues that keep us from working w/2.4. still, 2.6 was released in 2004, so it's not like we're on the bleeding edge here. 2007-07-19 03:36:29 +00:00
Josh Elsasser
4febc1a0dc Check for socket and dns library in a better way. 2007-07-19 03:17:49 +00:00
Charles Kerr
93ea89eba3 Transmission won't be as pretty and shiny for gtk+ 2.4 users, but it will compile and work for them 2007-07-19 03:16:30 +00:00
Josh Elsasser
f04f6933f6 Run xcodebuild from the right directory. 2007-07-19 02:04:52 +00:00
Josh Elsasser
7428b48010 A couple autoconf fixes for osx. 2007-07-19 01:30:45 +00:00
Josh Elsasser
ceb66c2de7 Add compat code for if daemon() function isn't available. 2007-07-19 01:27:52 +00:00
Josh Elsasser
32e3f9a8e6 Conditionally define a couple of macros that may be missing.
Remove a few stray ; that can cause problems.
2007-07-19 01:27:11 +00:00
Josh Elsasser
4ab0a93807 Apparently "sun" is a bad choice for a variable name on solaris. 2007-07-19 01:25:36 +00:00
Mitchell Livingston
12f377fc6e get mac build compiling again 2007-07-19 01:21:13 +00:00
Josh Elsasser
65dba27217 bzero -> memset 2007-07-19 00:57:26 +00:00
Josh Elsasser
c10e7c3288 Build on solaris. 2007-07-19 00:21:26 +00:00
Charles Kerr
0939d13a72 almost done reverting. 2007-07-19 00:09:09 +00:00
Charles Kerr
a90b2aeb90 revert to the old makefile 2007-07-19 00:04:06 +00:00
Charles Kerr
69915a8907 more backpedaling 2007-07-18 23:59:14 +00:00
Charles Kerr
b257fe5ad6 until we have some way of auto-generating tarballs, automake is going to make life harder for svn users. so in the interim, restore the old configure script and remove the auto-generated files. 2007-07-18 23:50:04 +00:00
Charles Kerr
0540d9861d fun 2007-07-18 23:34:26 +00:00
Charles Kerr
f5880b19dd wheee 2007-07-18 23:22:53 +00:00
Charles Kerr
f071fba6ef add these for the same reason 2007-07-18 23:21:34 +00:00
Charles Kerr
3b656dfc9e update configure and aclocal.m4 to make it easier to use the automake configure script from svn 2007-07-18 23:20:27 +00:00
Charles Kerr
9c0959d27c required files 2007-07-18 23:13:30 +00:00
Charles Kerr
73cfb2605d include version.h.in, not version.h, in "make dist" 2007-07-18 23:05:38 +00:00
Charles Kerr
2a9ab2a7d9 add version.h.in 2007-07-18 23:04:50 +00:00
Charles Kerr
bd3ce76fa5 part one of moving the build environment over to automake/autoconf. beware! 2007-07-18 23:04:26 +00:00
Charles Kerr
b73297e799 sync with r2397 2007-07-18 22:59:29 +00:00
Josh Elsasser
77de71ae5e Don't build asprintf compat code on osx. 2007-07-18 22:12:08 +00:00
Charles Kerr
3c60fb0ded remove unused variable 2007-07-18 22:11:47 +00:00
Josh Elsasser
99e471f05d Replace nice readable bitshifts with ugly hex constants
to avoid the compiler warning about our weird error codes.
2007-07-18 18:09:03 +00:00
Josh Elsasser
e542807018 I'm an idiot. 2007-07-18 17:58:16 +00:00
Josh Elsasser
c3de527978 Fix cli so that it can exit. 2007-07-18 17:31:00 +00:00
Josh Elsasser
65ff7e43c2 Minor compatibility fix for awk. 2007-07-18 17:29:27 +00:00
Josh Elsasser
a3e790f403 Replace bzero() with memset().
Define AF_LOCAL and SUN_LEN for systems that lack them.
Don't mix function and non function pointers without casting.
Fix a potential type mismatch in assignment.
2007-07-18 17:28:25 +00:00
Josh Elsasser
900aff7beb Include trcompat.h for asprintf()
Don't mix function and non function pointers without casting.
Replace a couple bzero()s with memset()s.
Remove a stray ;
Include a missing header.
2007-07-18 17:25:42 +00:00
Josh Elsasser
adc0d4ac92 Add asprintf implementation for systems which lack it. 2007-07-18 17:19:14 +00:00
Charles Kerr
ffeef6083a remove debugging statements that accidentally got checked in r2388 2007-07-18 05:33:20 +00:00
Charles Kerr
dbe96a9e82 fold per-torrent ul/dl speed cap settings into libtransmission. synchronize gtk+ client with this change. breaks os x client. 2007-07-18 05:27:45 +00:00
Charles Kerr
04af3493d5 maybe fix ticket #256. or maybe not. I'd need the osx client to tell, so BentMyWookie gets to test my code as usual. 2007-07-18 03:30:57 +00:00
Mitchell Livingston
491da292f8 set another ipc method 2007-07-18 02:57:44 +00:00
Mitchell Livingston
f0a4860166 add basic add torrent ability for ipc 2007-07-18 01:29:26 +00:00
Mitchell Livingston
be99468373 when it's time to change, you have to rearrange 2007-07-18 01:23:37 +00:00
Mitchell Livingston
53d15b5483 images for priorities, courtesy of BigBossman 2007-07-18 00:59:08 +00:00
Josh Elsasser
80beee3d81 Display torrent error correctly. 2007-07-17 21:11:51 +00:00
Charles Kerr
d182f5b4b6 test fix tr_getDone() for BentMyWookie 2007-07-17 00:31:38 +00:00
Charles Kerr
d640972ed2 update the gtk client's translatable strings 2007-07-17 00:02:56 +00:00
Charles Kerr
9c7a913cdc r2377 cleanup 2007-07-16 23:52:05 +00:00