summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-081-4/+4
* worker, event, prefork: Correct several issues when built asJeff Trawick2011-03-053-190/+187
* zap needless reinitialization of is_graceful on the 2ndJeff Trawick2011-03-053-5/+0
* sanity check use of volatile in prefork, worker, and eventJeff Trawick2011-03-043-14/+15
* event: child_main() never returns, so remove some dead code afterJeff Trawick2011-03-031-2/+2
* worker: child_main() never returns, so remove some dead code afterJeff Trawick2011-03-031-2/+2
* prefork in ONE_PROCESS mode:Jeff Trawick2011-03-031-8/+5
* prefork: store pid in scoreboard for ONE_PROCESS modeJeff Trawick2011-03-021-0/+1
* fix some logging calls to include the server_recJeff Trawick2011-02-264-17/+17
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-14/+14
* Expose "new" ap_parse_form_data() function instead of requiringJim Jagielski2011-02-181-3/+219
* typo in format string for 1070660Eric Covener2011-02-141-1/+1
* Log a hint about the directory needing to be executableEric Covener2011-02-141-2/+3
* New hook: ap_run_pre_read_request()Jim Jagielski2011-02-141-0/+6
* Create new ap_state_query() function that allows modules to determineStefan Fritsch2011-02-122-23/+50
* * server/mpm/prefork/prefork.c (stop_listening, sig_term, restart):Joe Orton2011-02-081-0/+3
* test_char.h is a dependency, not a source. This seems to fix the occasionalStefan Fritsch2011-02-051-1/+1
* revert r1066944, r1067177 for nowStefan Fritsch2011-02-051-22/+1
* Until this is fixed to link in lresolv, exclude.Jim Jagielski2011-02-041-2/+2
* Reload resolv.conf on graceful restartsStefan Fritsch2011-02-031-0/+21
* Optimize memory access pattern of ap_merge_per_dir_configs()Stefan Fritsch2011-02-031-7/+18
* Revert an old (~10yr) change to the fd Q; move back toJim Jagielski2011-01-274-8/+30
* Make ap_pstr2_alnum accept const char destStefan Fritsch2011-01-211-4/+6
* * Only unset if we have a table. This can happen if undefine occurs before de...Ruediger Pluem2011-01-211-1/+3
* Add support to set variables with the 'Define' directive. ChangeStefan Fritsch2011-01-201-30/+53
* Move ap_resolve_env to core.c, in preparation for adding mod_define-likeStefan Fritsch2011-01-202-89/+89
* Fix compile errorStefan Fritsch2011-01-191-1/+1
* Make it clear that '_' is a possible char and acceptedJim Jagielski2011-01-191-2/+2
* Make the balancer shared memory slot more human readable. But we needJim Jagielski2011-01-191-0/+24
* Fix some warnings with Visual Studio reported by Gregg L. SmithStefan Fritsch2011-01-181-0/+6
* Initialize the core_dir_config->sec_files and ->sec_if only if needed.Stefan Fritsch2011-01-182-12/+32
* remove some redundant NULL assignmentsStefan Fritsch2011-01-181-13/+11
* Check for s->module_config before using it, as the faked server_rec fromStefan Fritsch2011-01-181-21/+24
* Merge the <If> sections in a separate step ap_if_walk, after ap_location_walk.Stefan Fritsch2011-01-172-18/+147
* Add server directory to INCLUDES.Rainer Jung2011-01-171-0/+4
* config: report error and exit cleanly if getaddrinfo fails at startupNick Kew2011-01-161-1/+9
* whitespaceJim Jagielski2011-01-131-1/+1
* OK... a good commit point (we don't quite compile yet though...)Jim Jagielski2011-01-131-40/+1
* Save a useless check:Stefan Fritsch2011-01-121-3/+1
* comment on where multiple headers with same name get mergedJeff Trawick2011-01-101-0/+3
* Fix ap_mpm_query results:Stefan Fritsch2011-01-091-2/+2
* eliminate another var named 'c' which is not a conn_recStefan Fritsch2010-12-301-4/+2
* Add mod_rewrite's SCRIPT_USER/SCRIPT_GROUP vars to ap_exprStefan Fritsch2010-12-301-0/+16
* Make the REQUEST_SCHEME variable available to scripts and mod_rewriteStefan Fritsch2010-12-301-0/+1
* Add -T operator to allow easy evaluation of on/off, 1/0, ... variablesStefan Fritsch2010-12-301-0/+22
* Applying patch from PR 33078 (with slight changes to its return values)Igor Galić2010-12-281-1/+25
* Log a trace message if we drop a header with an invalid nameStefan Fritsch2010-12-281-3/+6
* Move duplicated code into utility functionsStefan Fritsch2010-12-281-70/+42
* When exporting request headers to HTTP_* environment variables, drop variablesStefan Fritsch2010-12-281-4/+7
* prefer exact port matches in ip-based VH lookup over wildcards.Eric Covener2010-12-281-6/+18