| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing the default Options from All to FollowSymlinks. | Igor Galić | 2010-12-24 | 1 | -3/+3 |
* | The expression parser has moved. | Rainer Jung | 2010-12-15 | 1 | -0/+10 |
* | indentation + coding style fixes | Stefan Fritsch | 2010-12-11 | 1 | -151/+90 |
* | PR50349: Honor 'AcceptPathInfo OFF' during internal redirects, | Eric Covener | 2010-12-07 | 1 | -7/+12 |
* | simplify ServerName check with apr_fnmatch_test() | Eric Covener | 2010-12-04 | 1 | -10/+1 |
* | Remove useless 'const' to fix compiler warning | Stefan Fritsch | 2010-12-04 | 1 | -1/+1 |
* | Rename ap_expr's typedef names: | Stefan Fritsch | 2010-12-04 | 7 | -160/+170 |
* | core: Fail startup when the argument to ServerName looks like a glob | Eric Covener | 2010-12-04 | 1 | -0/+13 |
* | Fix warning about comparing signed/unsigned | Stefan Fritsch | 2010-12-01 | 1 | -1/+1 |
* | Correct constness fix to manipulate our copy | William A. Rowe Jr | 2010-12-01 | 1 | -1/+1 |
* | Fixed some win32 types. | Guenter Knauf | 2010-11-29 | 2 | -6/+7 |
* | PR50350: When no -k option is provided on the httpd command line, the server | Eric Covener | 2010-11-29 | 1 | -4/+7 |
* | update flex/bison autogenerated code | Stefan Fritsch | 2010-11-28 | 2 | -36/+37 |
* | - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_expr | Stefan Fritsch | 2010-11-28 | 3 | -59/+156 |
* | improve hack to not break if a fixed version of flex is used | Stefan Fritsch | 2010-11-26 | 1 | -1/+1 |
* | Remove some unused functions for which flex forgets to add prototypes, leading | Stefan Fritsch | 2010-11-26 | 2 | -20/+4 |
* | Fix another Windows build issue: Add a wrapper around ap_run_expr_lookup with | Stefan Fritsch | 2010-11-26 | 1 | -1/+5 |
* | Another Windows build fix | Stefan Fritsch | 2010-11-25 | 1 | -0/+4 |
* | Fix some Windows build issues | Stefan Fritsch | 2010-11-25 | 6 | -9/+9 |
* | Fix for picky compilers. | Guenter Knauf | 2010-11-22 | 1 | -4/+3 |
* | More ap_expr updates: | Stefan Fritsch | 2010-11-21 | 1 | -17/+48 |
* | ap_expr related fixes/enhancements: | Stefan Fritsch | 2010-11-21 | 8 | -483/+653 |
* | Don't compile expr_dump_tree() by default | Stefan Fritsch | 2010-11-20 | 1 | -5/+10 |
* | Check input lenght to avoid potential overflows | Stefan Fritsch | 2010-11-20 | 1 | -1/+10 |
* | Log errors/infos during expression evaluation and associate the message | Stefan Fritsch | 2010-11-20 | 2 | -4/+13 |
* | mod_proxy: Fix ProxyPassInterpolateEnv directive. | Stefan Fritsch | 2010-11-18 | 1 | -0/+12 |
* | 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 |