| Commit message (Expand) | Author | Age | Files | Lines |
* | When restarting, reset ap_server_config_defines to what was set on the command | Stefan Fritsch | 2010-11-10 | 1 | -0/+18 |
* | Supress generation of unused yy_top_state function, to avoid a compiler | Stefan Fritsch | 2010-11-10 | 2 | -57/+49 |
* | * Fix parameter name as new is a reserved word in C++ which makes compiling | Ruediger Pluem | 2010-11-10 | 1 | -9/+9 |
* | support error log id as variables | Stefan Fritsch | 2010-11-09 | 1 | -0/+6 |
* | Add Error directive for aborting startup or htaccess processing | Jeff Trawick | 2010-11-08 | 1 | -0/+21 |
* | Support %{HANDLER} in ap_expr (required for mod_filter) | Stefan Fritsch | 2010-11-07 | 1 | -0/+3 |
* | Implement "reqenv", "note", "-z", "-n" in ap_expr. | Stefan Fritsch | 2010-11-07 | 1 | -26/+64 |
* | Port "file" function from ssl_expr | Stefan Fritsch | 2010-11-07 | 1 | -0/+46 |
* | More fixes for picky compilers | Stefan Fritsch | 2010-11-07 | 3 | -10/+6 |
* | Implement "HTTPS" and "IPV6" vars in ap_expr | Stefan Fritsch | 2010-11-06 | 1 | -5/+57 |
* | Another ooops: properly return APR_SUCCESS | Stefan Fritsch | 2010-11-06 | 1 | -0/+1 |
* | Add a generic pool cleanup function that sets a pointer to NULL and use | Stefan Fritsch | 2010-11-06 | 4 | -25/+10 |
* | Netware build fixes | Stefan Fritsch | 2010-11-06 | 1 | -1/+1 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 12 | -1294/+6469 |
* | Fix hook sorting for the pre_config hook. | Stefan Fritsch | 2010-11-06 | 1 | -2/+2 |
* | correction to r1031776, retain OR_UNSET with default AllowOverride None | Eric Covener | 2010-11-05 | 1 | -1/+1 |
* | PR49823: Make the hardcoded default for AllowOverride match the default confi... | Eric Covener | 2010-11-05 | 1 | -1/+1 |
* | PR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the | Eric Covener | 2010-11-05 | 4 | -4/+4 |
* | PR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3 | Eric Covener | 2010-11-04 | 1 | -1/+3 |
* | use temp pool in some more places | Stefan Fritsch | 2010-10-23 | 2 | -15/+16 |
* | Be extra careful to only pass the main server config to | Stefan Fritsch | 2010-10-20 | 1 | -1/+17 |
* | Added header include for getpid() prototype on Win32. | Guenter Knauf | 2010-10-20 | 2 | -0/+6 |
* | Some minor fixes to provide protos and build with Watcom. | Guenter Knauf | 2010-10-20 | 3 | -12/+18 |
* | Set the LogLevel of a newly initialized virtual hosts to UNSET. Otherwise | Stefan Fritsch | 2010-10-19 | 1 | -1/+1 |
* | revert r1023227 as discussed on httpd-dev: | Stefan Fritsch | 2010-10-19 | 1 | -8/+2 |
* | Fix compiler warning in maintainer-mode | Stefan Fritsch | 2010-10-18 | 1 | -1/+1 |
* | core: Log a warning if <Limit> or <LimitExcept> are used. They are | Stefan Fritsch | 2010-10-16 | 1 | -2/+8 |
* | Rename MaxRequestsPerChild to MaxConnectionsPerChild, which | Stefan Fritsch | 2010-10-12 | 6 | -10/+19 |
* | info.file, info.line, and info.status should not be defined for per-request or | Stefan Fritsch | 2010-10-12 | 1 | -6/+9 |
* | fix description of the change for PR43857; it is a work-around | Jeff Trawick | 2010-10-12 | 1 | -1/+1 |
* | add %v and %V to ErrorLogFormat | Stefan Fritsch | 2010-10-06 | 1 | -0/+21 |
* | Removed duplicate global; removed obsolete cast. | Guenter Knauf | 2010-10-04 | 1 | -5/+1 |
* | Renamed optarg -> opt_arg to avoid name clashes with system-own optarg. | Guenter Knauf | 2010-10-04 | 1 | -11/+11 |
* | merge if blocks | Stefan Fritsch | 2010-10-02 | 1 | -3/+1 |
* | Use ptemp in some places to save some memory when parsing included config | Stefan Fritsch | 2010-10-02 | 1 | -7/+7 |
* | core: Speed up config parsing if using a very large number of config | Stefan Fritsch | 2010-10-02 | 1 | -0/+19 |
* | Add "IN" operator to expression parser, to evaluate membership of | Nick Kew | 2010-09-29 | 1 | -1/+30 |
* | This is just too easy to not do it: Add an 'expr' authz provider that allows | Stefan Fritsch | 2010-09-28 | 1 | -2/+2 |
* | save some memory by using cmd->temp_pool instead of cmd->pool in some places | Stefan Fritsch | 2010-09-28 | 1 | -3/+3 |
* | Add generate_log_id hook to allow to use the ID generated by mod_unique_id as | Stefan Fritsch | 2010-09-28 | 2 | -24/+43 |
* | Small cleanup and macro rename to make clearer for what it is. | Guenter Knauf | 2010-09-26 | 1 | -3/+3 |
* | In ErrorLogFormat, make it possible to log an item only if the loglevel | Stefan Fritsch | 2010-09-26 | 2 | -4/+33 |
* | Fix crash accessing pollset on worker thread when child process is exiting. | Jeff Trawick | 2010-09-24 | 1 | -18/+21 |
* | Because PATH and the library path are closely interrelated, and the cause | William A. Rowe Jr | 2010-09-23 | 1 | -6/+26 |
* | fix Sun Studio type mismatch warnings | Jeff Trawick | 2010-09-23 | 1 | -2/+8 |
* | Minor MMN bump for ap_rxplus API | Nick Kew | 2010-09-21 | 1 | -1/+0 |
* | Remove cruft that accidentally got into r999533 | Nick Kew | 2010-09-21 | 1 | -56/+0 |
* | Introduce ap_rxplus class: higher-level regexps supporting perl-style | Nick Kew | 2010-09-21 | 3 | -1/+263 |
* | add errorlog formats for request notes and env vars | Stefan Fritsch | 2010-09-12 | 1 | -19/+37 |
* | readability fix, as suggested by Ruediger Pluem | Stefan Fritsch | 2010-09-10 | 1 | -6/+3 |