2
0
Fork 0
Commit Graph

41 Commits (912976fe30b61252a6c9b52eb2eac550c0500e2e)

Author SHA1 Message Date
Thomas Porzelt e7c68e072b [waf] Add --with-profiler configure option 2010-05-15 12:43:42 +02:00
Thomas Porzelt de3515cd27 [waf] Add check for and link against libexecinfo on FreeBSD 2010-05-09 15:08:31 +02:00
Thomas Porzelt f285ad372e [core,waf,autoconf,cmake] Add check for execinfo.h and disable stacktraces in profiler if not available 2010-05-09 14:18:52 +02:00
Stefan Bühler faf2985a79 Use struct sockaddr_storage (in liSockAddr) as base for getsockname/getpeername 2010-01-24 11:47:58 +01:00
Thomas Porzelt 44b017edce [waf] Fix detection of ipv6 support 2009-11-22 10:39:56 +01:00
Stefan Bühler a14a709237 Add max-connections check, set to max-fds/4 2009-10-04 14:25:59 +02:00
Thomas Porzelt c73bb4cd85 [waf] Add mod_deflate along with --with-zlib and --with-bzip options 2009-09-28 19:25:46 +02:00
Thomas Porzelt 1df869edc3 [waf] Add missing checks for localtime_r() and gmtime_r() 2009-09-13 22:29:13 +02:00
Thomas Porzelt a94fee7b76 [waf] Add new *_lua.c files 2009-09-13 21:54:38 +02:00
Thomas Porzelt 097d2000a6 [waf] Enable openssl too if --with-all is specified 2009-09-09 10:33:35 +02:00
Thomas Porzelt 3b4014da9d [waf] Add '--with-openssl' option and mod_openssl 2009-09-08 23:48:45 +02:00
Thomas Porzelt e1193ec9f6 [waf] Add -g, -g2 and -O2 to default compile parameters 2009-09-05 12:01:34 +02:00
Thomas Porzelt ebedf9c981 [waf] Fix building with lua 2009-08-31 12:13:32 +02:00
Thomas Porzelt 0c875742d1 [waf] Fix pkg-config check for lua, needs different names on different platforms... 2009-08-31 11:03:11 +02:00
Thomas Porzelt 38e438fb94 [waf] Remove left over print 2009-08-19 17:02:16 +02:00
Thomas Porzelt 5c699f571a [waf] Fix includes so config.h gets found 2009-08-19 13:17:18 +02:00
Thomas Porzelt 8b7ea63cf9 [waf] Reenable waf and update to 1.5.8 2009-08-18 22:57:23 +02:00
Thomas Porzelt 92cef121fd [waf] Disable waf in favor of cmake for the time being. 2009-05-29 15:14:29 +02:00
Thomas Porzelt 67f35118ff add check for dirfd, pathconf and fpathconf to wscript 2009-03-04 02:47:08 +01:00
Thomas Porzelt 13f749aa74 along comes mod_vhost 2009-01-12 01:20:06 +01:00
Stefan Bühler 5feea39ae6 Remove '-Wmissing-prototypes' from extra warnings list
- we still have '-Wmissing-declarations', which allows
   void func() instead of void func(void).
2009-01-04 22:38:24 +01:00
Thomas Porzelt 55dd7e3060 add environment.c, mod_fastcgi and --extra-warnings to wscript 2009-01-01 17:47:23 +01:00
Thomas Porzelt 096e7667be add LIGHTTPD_REVISION define and output for -v when compiling from bzr (only waf for now) 2008-11-25 15:56:12 +01:00
Thomas Porzelt 172ddd69ee fix wrong define in wscript for writev 2008-11-23 22:36:00 +01:00
Thomas Porzelt f02689bafb remove mandatory parameter for libdl, some systems don't have a special lib for it (freebsd) 2008-11-21 02:25:10 +01:00
Thomas Porzelt 2fd657cb0b enable setting of CFLAGS via environment var in wscript 2008-11-21 02:00:13 +01:00
Thomas Porzelt 7096926d05 fix check for linux platform in wscript 2008-11-21 00:44:13 +01:00
Thomas Porzelt 928b8d52c1 update waf to 1.5, rewrite wscripts 2008-11-21 00:31:44 +01:00
Stefan Bühler 463d1c6435 Fix modules and waf for new include dir 2008-11-16 22:16:52 +01:00
Thomas Porzelt 59fdb03ee0 implement loading of modules 2008-10-22 16:54:44 +02:00
Stefan Bühler dbd9218150 Silence strict-alias warning again with redefining some macros 2008-09-07 15:33:11 +02:00
Stefan Bühler 90e566be80 Add --debug configure option to waf; if not given use -O2. Use -fno-strict-aliasing. 2008-09-02 20:29:21 +02:00
Stefan Bühler 1f0b3ac991 Fixed wscript so you can have CFLAGS in your environment while ./waf configure, e.g.
CFLAGS=-O2 ./waf configure --with-all
2008-08-07 21:38:08 +02:00
Stefan Bühler e6463f776b Enable static build. 2008-08-06 23:50:00 +02:00
Thomas Porzelt 88f6a30274 introduced a logging thread 2008-07-19 00:11:08 +02:00
Thomas Porzelt aa297fe7b2 added build date info to wscript and -v option 2008-07-18 00:30:02 +02:00
Stefan Bühler a6c4a50319 Add libev and fix wscripts 2008-07-17 17:35:50 +02:00
Stefan Bühler 33dd2691c1 Upgrade to new waf, run ragel in './waf dist' and make ragel optional if the needed files are already generated. 2008-07-15 22:12:33 +02:00
Stefan Bühler 18413d698a Renamed chunk sources, added request parser, header management, test file. 2008-07-01 20:56:59 +02:00
Stefan Bühler 503e8d7859 Basic ragel suport 2008-06-30 16:24:29 +02:00
Stefan Bühler 9372e41393 Initial commit 2008-06-24 21:19:20 +02:00