2
0
Fork 0
Commit Graph

39 Commits

Author SHA1 Message Date
Thomas Porzelt 86e039e6d2 [core] Add --module-resident commandline parameter to prevent module unloading. Useful for valgrind or tcmalloc 2010-05-06 22:42:47 +02:00
Stefan Bühler c89c194deb Fix module path handling in angel 2010-03-26 13:33:47 +01:00
Stefan Bühler cdb615293c [autobuild] Fix dependency problem with automake (automake doesn't like it if ../dir/ is cwd) 2010-01-24 11:47:58 +01:00
Stefan Bühler edd74a0e3c Rename lighttpd to lighttpd2 2010-01-03 19:53:48 +01:00
Stefan Bühler 4fd27aca81 autotools: Fix linking 2009-12-25 22:38:52 +01:00
Stefan Bühler 79ae4427f3 autotools: install angel in sbin, support pkglibdir configuration 2009-12-23 01:30:28 +01:00
Stefan Bühler 63eadd22fa Fix buildsystems 2009-12-21 21:07:27 +01:00
Stefan Bühler 4d257fd79c angel: Fix detecting failed replace, log successful instance replace 2009-12-13 21:05:43 +01:00
Stefan Bühler 56f01bbc7f angel: listen: Use ntohs for port in debug output 2009-11-22 21:28:24 +01:00
Stefan Bühler b2f2863af4 angel: Add log output for SIGHUP instance restart 2009-11-22 14:48:18 +01:00
Stefan Bühler d949d65110 Add signal number to log 2009-11-22 14:48:18 +01:00
Stefan Bühler 0d4077652f angel: Fix exec problems (NULL-terminate environment) 2009-11-18 20:22:10 +01:00
Stefan Bühler 92904247d6 angel: support for restaring instance with SIGHUP 2009-10-17 23:50:41 +02:00
Stefan Bühler ba40590df6 angel: use rlim_core/rlim_nofile options 2009-10-10 20:34:13 +02:00
Stefan Bühler a151eeac2f Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
Stefan Bühler 8a180de100 fix limits: call setrlimit in the child 2009-10-07 16:26:37 +02:00
Stefan Bühler e3393ce2f5 angel: add support for setting RLIMIT_CORE / RLIMIT_NOFILE 2009-10-04 14:26:18 +02:00
Stefan Bühler f9efd8a5ab Fix problem with memcpy-macros 2009-10-03 21:51:24 +02:00
Stefan Bühler 3222d42bba Use larger buffer for stderr pipe reads 2009-10-03 21:50:55 +02:00
Stefan Bühler 8ac057d3d5 angel: Add wrapper, env and copy-env to instance config 2009-10-03 21:14:34 +02:00
Stefan Bühler 96e505bea7 Fix server.tag and version output 2009-09-16 00:19:06 +02:00
Stefan Bühler b61013d9e0 Fix automake to build shared libraries 2009-09-09 00:12:34 +02:00
Stefan Bühler 007e5e040c Add listen mask checks to angel 2009-09-04 15:56:52 +02:00
Stefan Bühler 56ff7ca32a angel/lighty now synchronize the server state 2009-08-30 20:43:13 +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
Stefan Bühler df96167362 Add automake 2009-07-31 20:36:37 +02:00
Stefan Bühler 4f9a695051 Compile common source as static lib 2009-07-26 16:28:19 +02:00
Stefan Bühler 0087b8cfc2 Better error message if spawn failed 2009-07-26 16:18:47 +02:00
Stefan Bühler 6a6c1c0511 Remove usage of "environ" 2009-07-26 16:05:30 +02:00
Stefan Bühler b364b09790 Fix some error reporting in angel 2009-07-26 15:32:14 +02:00
Stefan Bühler 534a0f2d3a New instance state machine 2009-07-26 15:01:08 +02:00
Stefan Bühler baa78b1ebb Handle multi-lines for error-pipe logging 2009-07-25 21:39:13 +02:00
Stefan Bühler e02d2efea1 Remove path in angel_proc logging 2009-07-25 18:13:16 +02:00
Stefan Bühler 766fcd4bfc Add liProc and liErrorPipe for angel 2009-07-25 17:37:45 +02:00
Stefan Bühler ab1387d4ba Move and add some common log helpers to utils 2009-07-17 12:19:25 +02:00
Stefan Bühler a061745193 Fix bugs found with the static clang analyzer (http://clang-analyzer.llvm.org/) 2009-07-16 22:13:40 +02:00
Stefan Bühler f4f2bd1f38 Poison non-thread-safe functions and fix errors 2009-07-16 22:10:41 +02:00
Stefan Bühler 540ff7db02 Split sources into subdirs 2009-07-15 11:57:52 +02:00