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

26 commits

Author SHA1 Message Date
Mitchell Livingston
13232b3c28 update version info 2007-08-24 17:44:53 +00:00
Charles Kerr
633ade8004 added mirek's slovakian translation. added mirek, Niels Provos, and TooMuchTime to the `thanks' sectio of AUTHORS 2007-08-18 18:33:47 +00:00
Charles Kerr
39a43cbc08 * more work on the tracker... getting closer.
* oops!  make sure autoconf is giving the `0.80+' in the User-Agent header.
2007-08-18 08:28:57 +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
Charles Kerr
0db6daab11 make the build quieter 2007-08-17 02:50:55 +00:00
Charles Kerr
fd55e5e503 more autoconf hacking 2007-08-16 00:28:00 +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
Charles Kerr
db7a354958 more work on getting our autoconf setup to play nice with libevent 2007-08-15 02:48:32 +00:00
Charles Kerr
0ed0adcdfa use optimization level -Os in autoconf too 2007-08-14 20:15:55 +00:00
Charles Kerr
4676cea866 get libevent building and playing nice with all the other apps 2007-08-14 19:26:49 +00:00
Josh Elsasser
2ead51f79d Use __BEOS__ to test for beos instead of relying on the build to set SYS_BEOS.
Add missing headers and other miscellaneous fixes for beos.
2007-08-04 01:17:39 +00:00
Charles Kerr
f0b4524fbe bump autoconf version 2007-08-02 03:03:55 +00:00
Charles Kerr
ba3dc008fc get the socket/net code working on win32 too 2007-07-31 16:55:47 +00:00
Charles Kerr
ded2db6287 second attempt at getting autoconf to be aware of the macosx directories 2007-07-31 02:58:53 +00:00
Charles Kerr
88fa592a6e first stab at getting autoconf to know about the macosx hierarchy 2007-07-31 01:18:50 +00:00
Charles Kerr
7ba03d40b7 sync the two build systems w.r.t. dirname() and basename() 2007-07-30 14:31:03 +00:00
Charles Kerr
b9076b9f0d add libgen test to configure.ac 2007-07-30 14:11:32 +00:00
Charles Kerr
a9fc478955 get both build systems (hand-written configure, and autoconf) to generate equivalent version.h headers 2007-07-28 04:10:09 +00:00
Charles Kerr
01d5f761ff update the configure script's directory list 2007-07-19 14:53:21 +00:00
Charles Kerr
ca3c07012c first baby steps of wx client. currently just a window with menus and a toolbar, and unusuable. 2007-07-19 14:06:50 +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
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
c10e7c3288 Build on solaris. 2007-07-19 00:21:26 +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