Commit Graph

300 Commits

Author SHA1 Message Date
Mitchell Livingston 73ade7149b update version to 1.00 2008-01-03 20:32:36 +00:00
Mitchell Livingston 2a98bf39d1 trunk: get ready for .96 2007-12-11 02:48:12 +00:00
Charles Kerr 73ee11f233 Use libnatpmp for port mapping. rewrite the upnp/natpmp manager.
NOTE: this will break the xpjets build until SoftwareElves or a volunteer patches the xcode project file to make a libnatpmp library just like was done for libminiupnp.
2007-12-08 19:34:15 +00:00
Mitchell Livingston 6776413a19 merge 0.95 commit to trunk 2007-12-05 03:48:25 +00:00
Mitchell Livingston 1fe9d15e31 update trunk's appcast and version info 2007-11-26 00:08:43 +00:00
Mitchell Livingston ec024c569c update version info and news 2007-11-12 03:01:51 +00:00
Charles Kerr 9df263326d use Thomas Bernard's miniupnp library instead of rolling our own. 2007-11-06 16:02:50 +00:00
Mitchell Livingston a0f4f35620 fix oops 2007-11-05 21:53:14 +00:00
Mitchell Livingston 483c36589f update configure.ac to 0.92+ 2007-11-05 21:41:55 +00:00
Charles Kerr caa5c24cf3 fix the "./configure --without-gtk" --> "po/Makefile is not ready" issue (#389) 2007-11-01 19:14:40 +00:00
Charles Kerr e625b10d6d "corruption" fix part 3: cleanup. remove unneeded possible points of failure. 2007-10-31 18:10:55 +00:00
Charles Kerr 1c12dabaeb check to see if the OS needs large file support to be turned on automatically. (#431, svip) 2007-10-29 14:44:00 +00:00
Charles Kerr a0a9c8b2aa lower openssl's version prerequisite because Lacrocivious' computer is seriously crufty 2007-10-29 02:19:29 +00:00
Charles Kerr e36f9f7b42 bump trunk to 0.91+ 2007-10-28 23:54:02 +00:00
Charles Kerr e0965c3a63 better openssl detection & support: use openssl's pkg-config file. 2007-10-28 19:55:03 +00:00
Charles Kerr 92ac49d9c4 compatability with older C copmilers (ticket #422, patch by fizz) 2007-10-27 21:29:41 +00:00
Charles Kerr 82194a2f2f don't require the user to have svn installed when building from tarball 2007-10-24 19:57:47 +00:00
Charles Kerr f71319b90f get "make distcheck" working again 2007-10-24 17:20:50 +00:00
Charles Kerr f15acdceb9 trying to get "make distcheck" to work right 2007-10-24 15:25:43 +00:00
Charles Kerr 7bd54c66dd don't let po/Makefile.in stop configure when "./configure.sh --without-gtk" is being run. (#389, mezz) 2007-10-20 20:43:48 +00:00
Charles Kerr 50d488ebe2 (1) don't build the wx client unless the user tells configure.sh to. (2) rank NEWS items by priority 2007-10-11 15:16:38 +00:00
Charles Kerr f96cbd3ec3 * add intltool macros to make it easier to build from svn.
* minor error logging improvement in libtransmission
2007-10-09 02:49:24 +00:00
Charles Kerr add634ead9 make the gtk translation files play nicely with autoconf 2007-10-08 15:37:33 +00:00
Mitchell Livingston bcd8e6cd18 (trunk) update version to 0.82+ 2007-09-09 17:43:20 +00:00
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