]> granicus.if.org Git - apache/history - modules/metadata
Rename some variables for better readability:
[apache] / modules / metadata /
2010-12-04 Stefan FritschRename ap_expr's typedef names:
2010-11-28 Stefan FritschFix SetEnvIfExpr to work with expressions that do not...
2010-11-27 Stefan FritschFix segfault on parse error
2010-11-21 Stefan FritschMore ap_expr updates:
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-20 Stefan FritschAdd SetEnvIfExpr directive to set env var depending...
2010-11-09 Stefan Fritschuse temp_pool for some temporary regexps
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-11-05 Eric CovenerChange the default of the Header directive to apply...
2010-11-05 Eric Covenerrename the mod_headers variables used to track onsucces...
2010-10-23 Stefan Fritschmore temp pool usage and remove some useless apr_pstrdup()s
2010-10-23 Stefan Fritschuse temp_pool for version parsing, to save some memory
2010-10-19 Graham LeggettSimplify the initialisation before mod_env's fixup.
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-08-30 Ruediger Pluem* - temp_sa is already the correct pointer
2010-08-30 Ruediger Pluem* temp_sa is already the correct pointer.
2010-08-06 Jeff Trawickaxe unexpected ';' after end of block
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-03 Stefan Fritschremove some useless use of strlen()
2010-07-31 Stefan FritschCode cleanup: replace strncpy by apr_cpystrn or apr_pst...
2010-07-31 Stefan FritschUpdate docs and comment: the unique id is now 24 charac...
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-21 Nick KewFix omission in r894036 noted by rpluem.
2010-06-13 Stefan FritschAdd comment that using cur_unique_id.counter from all...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-05-24 Jeff Trawickodd assortment of spelling fixes
2010-05-19 Joe Orton* modules/metadata/mod_headers.c: Add a function pointe...
2010-01-21 William A. Rowe JrCorrectly align the behavior of headers_in to be consis...
2009-12-27 Nick Kewmod_headers: Enable multi-match-and-replace edit option
2009-12-26 Nick Kewmod_headers: align Header Edit with Header Set on Conte...
2009-12-10 Ruediger Pluem* Ensure that the new table values are allocated from...
2009-11-06 Sander TemmeRemove mod_unique_id from the default build.
2009-08-27 Nick Kewmod_headers: generalise the envclause to support condit...
2009-06-24 Guenter Knaufadded mod_remoteip to NetWare build.
2009-05-05 Jim Jagielskicomment change, no functional change
2009-04-29 Ruediger Pluem* Don't assign pointers to int's. This is a nightmare...
2009-04-23 William A. Rowe JrIntroduce mod_remoteip to trunk from httpd/sandbox...
2009-03-20 Rainer JungWhen trying to detect the content type of the
2009-03-20 Rainer JungSet the content encoding for compressed content
2009-03-20 Rainer JungCreating the external gzip process fails, because we
2009-03-20 Rainer JungCreation of external gzip process fails, if we
2009-03-20 Rainer JungWhitespace cleanup before doing other changes.
2009-02-12 Roy T. Fieldingmod_version needs to be compiled because the test frame...
2008-10-29 Jim JagielskiAvoid time traveling :)
2008-07-27 Issac GoldstandChange r->content_type when mod_headers sets the Conten...
2008-07-04 Ruediger Pluem* Prevent Header edit from processing only the first...
2008-04-06 William A. Rowe JrIf you study all of the directive implementations,...
2007-11-19 Ruediger Pluem* Convert request time to seconds before before storing...
2007-08-25 Nick Kewmod_expires - don't segfault on bad configuration.
2007-08-23 William A. Rowe JrSupress the warning for compilers which fold *end-...
2007-08-21 Chris Darrochadd merge option to avoid duplicate values within the...
2007-06-29 Joe Orton* modules/metadata/mod_mime_magic.c: Constify some...
2007-03-22 Guenter Knaufremoved obsolete -prefix; minor cosmetic changes.
2007-01-31 Bradley NicholesImplement a BASEDIR build environment variable to allow...
2007-01-24 Ruediger Pluem* Fix a off-by-one error in parse_format_tag in the...
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2006-12-25 Nick KewPR#36609 - permit % as the last character of a Header...
2006-10-03 Nick KewSupport regexp-based manipulation of HTTP headers
2006-10-02 Ruediger Pluem* Fix precedence problem.
2006-08-05 William A. Rowe Jr Observed by hunter - fix the cut n paste errors in...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-06 William A. Rowe JrRevert Revision 397647
2006-04-27 William A. Rowe Jr This resource /D syntax was pretty horridly imported...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 William A. Rowe Jr Remove a host of dependencies upon awk, using the...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-18 Jean-Frederic ClereC++ comments are not supported by some compilers ...
2005-09-18 David ReidCatch up with the changes to mod_ssl and rename the
2005-09-11 Jeff Trawickrewrite CR mitigation logic to wipe out any trailing
2005-08-19 Mladen TurkAdd ssl dir to include path.
2005-07-25 Joe Orton* modules/metadata/mod_setenvif.c: Unconditionally...
2005-07-22 Martin KraemerAllow extraction of the values of SSL certificate exten...
2005-06-14 Joe OrtonUpdate remaining 2004 copyright notices.
2005-06-02 Jeff Trawickmod_mime_magic: Handle CRLF-format magic files so that...
2005-05-15 William A. Rowe Jr Reintroduce stack frame construction with /Oy- (remov...
2005-04-18 Bradley NicholesLink to the correct socket library depending on which...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-11-30 Bradley NicholesAllow APR to exist and build outside of the httpd/srcli...
2004-11-19 Joe OrtonRemove the .cvsignore files.
2004-11-04 Paul QuernaJust a simple switch of mod_usertrack to run earlier...
2004-09-21 Justin ErenkrantzIn order for mod_expires to work with mod_cache, mod_ex...
2004-07-05 Nick KewImplement "Early" mode in mod_headers, and document it.
2004-06-11 André MaloDrop the ErrorHeader directive which turned out to...
2004-06-01 Bradley NicholesEliminate the redundant compiler rules
2004-04-18 André Maloallow %% to represent a literal %.
2004-04-18 André Maloallow env clauses also for 'echo' and 'unset'
2004-04-18 André MaloAllow ErrorHeader echo
2004-04-18 André Malodon't segfault, when setting an empty header value
2004-04-18 André Malosimplifications
2004-04-18 André Maloremove unused parameters and minor memory leak
2004-04-18 André Malo:retab
2004-04-18 André Malo:retab + other WS changes
2004-04-15 Bradley NicholesAdd mod_version to the NetWare build
2004-04-11 André Malonobody came up with another patch or objections and...
next