]> granicus.if.org Git - apache/history - server
update transforms
[apache] / server /
2010-12-28 Igor GalićApplying patch from PR 33078 (with slight changes to...
2010-12-28 Stefan FritschLog a trace message if we drop a header with an invalid...
2010-12-28 Stefan FritschMove duplicated code into utility functions
2010-12-28 Stefan FritschWhen exporting request headers to HTTP_* environment...
2010-12-28 Eric Covenerprefer exact port matches in ip-based VH lookup over...
2010-12-28 Eric CovenerRemove need for NameVirtualHost directive by implicitly...
2010-12-24 Igor GalićChanging the default Options from All to FollowSymlinks.
2010-12-15 Rainer JungThe expression parser has moved.
2010-12-11 Stefan Fritschindentation + coding style fixes
2010-12-07 Eric CovenerPR50349: Honor 'AcceptPathInfo OFF' during internal...
2010-12-04 Eric Covenersimplify ServerName check with apr_fnmatch_test()
2010-12-04 Stefan FritschRemove useless 'const' to fix compiler warning
2010-12-04 Stefan FritschRename ap_expr's typedef names:
2010-12-04 Eric Covenercore: Fail startup when the argument to ServerName...
2010-12-01 Stefan FritschFix warning about comparing signed/unsigned
2010-12-01 William A. Rowe JrCorrect constness fix to manipulate our copy
2010-11-29 Guenter KnaufFixed some win32 types.
2010-11-29 Eric CovenerPR50350: When no -k option is provided on the httpd...
2010-11-28 Stefan Fritschupdate flex/bison autogenerated code
2010-11-28 Stefan Fritsch- add -ipmatch, -str(c)match, -fnmatch, -R operators...
2010-11-26 Stefan Fritschimprove hack to not break if a fixed version of flex...
2010-11-26 Stefan FritschRemove some unused functions for which flex forgets...
2010-11-26 Stefan FritschFix another Windows build issue: Add a wrapper around...
2010-11-25 Stefan FritschAnother Windows build fix
2010-11-25 Stefan FritschFix some Windows build issues
2010-11-22 Guenter KnaufFix for picky compilers.
2010-11-21 Stefan FritschMore ap_expr updates:
2010-11-21 Stefan Fritschap_expr related fixes/enhancements:
2010-11-20 Stefan FritschDon't compile expr_dump_tree() by default
2010-11-20 Stefan FritschCheck input lenght to avoid potential overflows
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-18 Stefan Fritschmod_proxy: Fix ProxyPassInterpolateEnv directive.
2010-11-10 Stefan FritschWhen restarting, reset ap_server_config_defines to...
2010-11-10 Stefan FritschSupress generation of unused yy_top_state function...
2010-11-10 Ruediger Pluem* Fix parameter name as new is a reserved word in C...
2010-11-09 Stefan Fritschsupport error log id as variables
2010-11-08 Jeff TrawickAdd Error directive for aborting startup or htaccess...
2010-11-07 Stefan FritschSupport %{HANDLER} in ap_expr (required for mod_filter)
2010-11-07 Stefan FritschImplement "reqenv", "note", "-z", "-n" in ap_expr.
2010-11-07 Stefan FritschPort "file" function from ssl_expr
2010-11-07 Stefan FritschMore fixes for picky compilers
2010-11-06 Stefan FritschImplement "HTTPS" and "IPV6" vars in ap_expr
2010-11-06 Stefan FritschAnother ooops: properly return APR_SUCCESS
2010-11-06 Stefan FritschAdd a generic pool cleanup function that sets a pointer...
2010-11-06 Stefan FritschNetware build fixes
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-11-06 Stefan FritschFix hook sorting for the pre_config hook.
2010-11-05 Eric Covenercorrection to r1031776, retain OR_UNSET with default...
2010-11-05 Eric CovenerPR49823: Make the hardcoded default for AllowOverride...
2010-11-05 Eric CovenerPR#47782: compiled-in default for MaxConnectionsPerChil...
2010-11-04 Eric CovenerPR#45722: if we get EACCESS in the directory walk,...
2010-10-23 Stefan Fritschuse temp pool in some more places
2010-10-20 Stefan FritschBe extra careful to only pass the main server config to
2010-10-20 Guenter KnaufAdded header include for getpid() prototype on Win32.
2010-10-20 Guenter KnaufSome minor fixes to provide protos and build with Watcom.
2010-10-19 Stefan FritschSet the LogLevel of a newly initialized virtual hosts...
2010-10-19 Stefan Fritschrevert r1023227 as discussed on httpd-dev:
2010-10-18 Stefan FritschFix compiler warning in maintainer-mode
2010-10-16 Stefan Fritschcore: Log a warning if <Limit> or <LimitExcept> are...
2010-10-12 Stefan FritschRename MaxRequestsPerChild to MaxConnectionsPerChild...
2010-10-12 Stefan Fritschinfo.file, info.line, and info.status should not be...
2010-10-12 Jeff Trawickfix description of the change for PR43857; it is a...
2010-10-06 Stefan Fritschadd %v and %V to ErrorLogFormat
2010-10-04 Guenter KnaufRemoved duplicate global; removed obsolete cast.
2010-10-04 Guenter KnaufRenamed optarg -> opt_arg to avoid name clashes with...
2010-10-02 Stefan Fritschmerge if blocks
2010-10-02 Stefan FritschUse ptemp in some places to save some memory when parsi...
2010-10-02 Stefan Fritschcore: Speed up config parsing if using a very large...
2010-09-28 Nick KewAdd "IN" operator to expression parser, to evaluate...
2010-09-28 Stefan FritschThis is just too easy to not do it: Add an 'expr' authz...
2010-09-28 Stefan Fritschsave some memory by using cmd->temp_pool instead of...
2010-09-28 Stefan FritschAdd generate_log_id hook to allow to use the ID generat...
2010-09-26 Guenter KnaufSmall cleanup and macro rename to make clearer for...
2010-09-26 Stefan FritschIn ErrorLogFormat, make it possible to log an item...
2010-09-24 Jeff TrawickFix crash accessing pollset on worker thread when child...
2010-09-23 William A. Rowe JrBecause PATH and the library path are closely interrela...
2010-09-23 Jeff Trawickfix Sun Studio type mismatch warnings
2010-09-21 Nick KewMinor MMN bump for ap_rxplus API
2010-09-21 Nick KewRemove cruft that accidentally got into r999533
2010-09-21 Nick KewIntroduce ap_rxplus class: higher-level regexps support...
2010-09-12 Stefan Fritschadd errorlog formats for request notes and env vars
2010-09-10 Stefan Fritschreadability fix, as suggested by Ruediger Pluem
2010-09-06 Stefan Fritsch- Add another check during ErrorLogFormat parsing
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-09-04 Stefan FritschDisable sendfile by default, as discussed at
2010-09-01 Guenter KnaufAdded require prototypes conditionally to CFLAGS for...
2010-09-01 Jeff Trawickc isn't used after being set (Fortify)
2010-09-01 Jeff Trawickrunning_gen was only set to an interesting value on...
2010-08-30 Daniel Earl PoirierFail startup for vhost configuration problems, rather...
2010-08-27 Eric CovenerPR49809: Allow DirectoryMatch to match the EOL characte...
2010-08-22 Stefan FritschSimplify code as noted by Jeff.
2010-08-21 Stefan Fritschcore: Abort with sensible error message if no or more...
2010-08-20 Jeff Trawickfollow up r987629 with another similar issue
2010-08-20 Jeff Trawickremove useless check for current == NULL; if it is...
2010-08-19 Jeff TrawickFortify complains about an overflow of pad[], which...
2010-08-18 Stefan FritschPerform NULL check before dereferencing arg, not after.
2010-08-18 Jim JagielskiPull out "does request have a body" logic to a central
2010-08-18 Stefan FritschAdd the same r->user == NULL check in the Satisfy Any...
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-05 Daniel Earl PoirierWith -S, show ServerAlias values that go with the virtu...
next