summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changing the default Options from All to FollowSymlinks.Igor Galić2010-12-241-3/+3
* The expression parser has moved.Rainer Jung2010-12-151-0/+10
* indentation + coding style fixesStefan Fritsch2010-12-111-151/+90
* PR50349: Honor 'AcceptPathInfo OFF' during internal redirects,Eric Covener2010-12-071-7/+12
* simplify ServerName check with apr_fnmatch_test()Eric Covener2010-12-041-10/+1
* Remove useless 'const' to fix compiler warningStefan Fritsch2010-12-041-1/+1
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-047-160/+170
* core: Fail startup when the argument to ServerName looks like a globEric Covener2010-12-041-0/+13
* Fix warning about comparing signed/unsignedStefan Fritsch2010-12-011-1/+1
* Correct constness fix to manipulate our copyWilliam A. Rowe Jr2010-12-011-1/+1
* Fixed some win32 types.Guenter Knauf2010-11-292-6/+7
* PR50350: When no -k option is provided on the httpd command line, the serverEric Covener2010-11-291-4/+7
* update flex/bison autogenerated codeStefan Fritsch2010-11-282-36/+37
* - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_exprStefan Fritsch2010-11-283-59/+156
* improve hack to not break if a fixed version of flex is usedStefan Fritsch2010-11-261-1/+1
* Remove some unused functions for which flex forgets to add prototypes, leadingStefan Fritsch2010-11-262-20/+4
* Fix another Windows build issue: Add a wrapper around ap_run_expr_lookup withStefan Fritsch2010-11-261-1/+5
* Another Windows build fixStefan Fritsch2010-11-251-0/+4
* Fix some Windows build issuesStefan Fritsch2010-11-256-9/+9
* Fix for picky compilers.Guenter Knauf2010-11-221-4/+3
* More ap_expr updates:Stefan Fritsch2010-11-211-17/+48
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-218-483/+653
* Don't compile expr_dump_tree() by defaultStefan Fritsch2010-11-201-5/+10
* Check input lenght to avoid potential overflowsStefan Fritsch2010-11-201-1/+10
* Log errors/infos during expression evaluation and associate the messageStefan Fritsch2010-11-202-4/+13
* mod_proxy: Fix ProxyPassInterpolateEnv directive.Stefan Fritsch2010-11-181-0/+12
* When restarting, reset ap_server_config_defines to what was set on the commandStefan Fritsch2010-11-101-0/+18
* Supress generation of unused yy_top_state function, to avoid a compilerStefan Fritsch2010-11-102-57/+49
* * Fix parameter name as new is a reserved word in C++ which makes compilingRuediger Pluem2010-11-101-9/+9
* support error log id as variablesStefan Fritsch2010-11-091-0/+6
* Add Error directive for aborting startup or htaccess processingJeff Trawick2010-11-081-0/+21
* Support %{HANDLER} in ap_expr (required for mod_filter)Stefan Fritsch2010-11-071-0/+3
* Implement "reqenv", "note", "-z", "-n" in ap_expr.Stefan Fritsch2010-11-071-26/+64
* Port "file" function from ssl_exprStefan Fritsch2010-11-071-0/+46
* More fixes for picky compilersStefan Fritsch2010-11-073-10/+6
* Implement "HTTPS" and "IPV6" vars in ap_exprStefan Fritsch2010-11-061-5/+57
* Another ooops: properly return APR_SUCCESSStefan Fritsch2010-11-061-0/+1
* Add a generic pool cleanup function that sets a pointer to NULL and useStefan Fritsch2010-11-064-25/+10
* Netware build fixesStefan Fritsch2010-11-061-1/+1
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-0612-1294/+6469
* Fix hook sorting for the pre_config hook.Stefan Fritsch2010-11-061-2/+2
* correction to r1031776, retain OR_UNSET with default AllowOverride NoneEric Covener2010-11-051-1/+1
* PR49823: Make the hardcoded default for AllowOverride match the default confi...Eric Covener2010-11-051-1/+1
* PR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the Eric Covener2010-11-054-4/+4
* PR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3Eric Covener2010-11-041-1/+3
* use temp pool in some more placesStefan Fritsch2010-10-232-15/+16
* Be extra careful to only pass the main server config toStefan Fritsch2010-10-201-1/+17
* Added header include for getpid() prototype on Win32.Guenter Knauf2010-10-202-0/+6
* Some minor fixes to provide protos and build with Watcom.Guenter Knauf2010-10-203-12/+18
* Set the LogLevel of a newly initialized virtual hosts to UNSET. OtherwiseStefan Fritsch2010-10-191-1/+1