]> granicus.if.org Git - apache/history - modules
Updates with backported changes.
[apache] / modules /
2003-05-20 Sander Strikermod_dav providers define a 'can_be_activity' callback...
2003-05-19 William A. Rowe Jr Drop SSL_set_state() in favor of a proper SSL_renegot...
2003-05-19 William A. Rowe Jr Drop archiac notes - no special steps required once...
2003-05-19 William A. Rowe Jr Roll away the SSL_EXPERIMENTAL_ENGINE test in favor...
2003-05-19 William A. Rowe Jr First point out that we lost HAVE_SSL_SET_STATE and...
2003-05-19 André MaloPrevent the server from crashing when entering infinite...
2003-05-18 Bill StoddardNamespace protect the mod_expires filter
2003-05-17 André Malofix LA-U lookaheads in directory context.
2003-05-16 André MaloCheck also for r->content_encoding (now we should have...
2003-05-16 Justin ErenkrantzGet the AP_ and APR_ prefixes right.
2003-05-16 William A. Rowe Jr Why wouldn't this be a mod_ssl header?
2003-05-16 William A. Rowe Jr A few odd .dsp's to help testers and developers along...
2003-05-16 William A. Rowe Jr Assure that we block on the read BIO when we invoke...
2003-05-15 Bill StoddardRemove a useless and annoying debug message
2003-05-15 Aaron Bannertmod_so can only be built statically. If the user wants...
2003-05-14 Ken Coar if there are any ExpiresByType directives for the...
2003-05-14 Jeff Trawickfix a comment to explain how to log the thread id
2003-05-09 Martin KraemerPorting EBCDIC: headers wer incorrectly (i.e., not...
2003-05-08 Bradley NicholesAllow blind accept when converting the proxy client...
2003-05-06 André MaloUse generic whitespace character class when parsing
2003-05-04 André Malomake sure, the preferred language gets its chance,...
2003-05-04 André MaloMake sure that mod_rewrite's type checker is evaluated...
2003-05-02 Jeff TrawickFix a problem with namespace mappings being dropped...
2003-05-01 Jeff Trawicktweak the const-ness of MODSSL_INFO_CB_ARG_TYPE based...
2003-04-26 Jeff Trawickback out a recent change which causes the server to...
2003-04-22 Justin ErenkrantzFix a typo in the weak entity check. The prefix is...
2003-04-19 Jeff Trawickas Andre' pointed out, we don't need %{pid/tid}P since...
2003-04-18 Jeff Trawickchange the way that thread id is specified in the log...
2003-04-18 Jeff Trawickmod_log_config: Add the ability to log the id of the...
2003-04-17 Jeff TrawickFix a problem that caused httpd to linked with incorrec...
2003-04-16 Victor J. OrlikowskiSilence a compiler warning.
2003-04-15 Jeff Trawickfix some discrepancies between format strings and argum...
2003-04-15 Graham LeggettIf a Date response header was already set in the header...
2003-04-15 Graham LeggettClarify an error message
2003-04-15 Graham LeggettCorrect some indenting
2003-04-15 Graham LeggettFixed a segfault when multiple ProxyBlock directives...
2003-04-06 Justin ErenkrantzFurther breakage from r.1.131: MODSSL_INFO_CB_ARG_TYPE...
2003-04-06 Justin ErenkrantzFix compile breakage introduced in r1.131.
2003-04-05 William A. Rowe Jr Solve SSL-C breakage introduced in mod_ssl.h rev...
2003-04-05 William A. Rowe Jr Noop MS DevStudio IDE change\r to include ssl_toolkit_...
2003-04-05 William A. Rowe Jr Have some consistency! Fixes logic I introduced...
2003-04-05 William A. Rowe Jr Reapply the fix *intended* by rev 1.79 in a safer...
2003-04-05 William A. Rowe Jr EVP_PKEY_free() is refcounted on OpenSSL, but NOT...
2003-04-05 William A. Rowe Jr A cosmetic change to 1.79 - a real X509 *cert is...
2003-04-04 Jeff TrawickFix the inability to log errors like exec failure in
2003-04-04 Jeff Trawickfix a bungled comment style conversion
2003-04-04 Jeff Trawickget prototypes for str[n]casecmp
2003-04-04 Jeff TrawickI don't think we're ready for C++/c89 slash-slash comments
2003-04-04 Jeff Trawickget function prototypes for strcasecmp() and strncasecmp()
2003-04-04 Jeff TrawickFix a compile failure with recent OpenSSL and picky...
2003-04-03 William A. Rowe Jr Introduce a number of SSLC hints to mod_ssl, includin...
2003-04-03 William A. Rowe Jr We presume to HAVE_OPENSSL - we were falling into...
2003-04-03 William A. Rowe Jr HAVE_SSL_SET_STATE=1 is a product of autoconf for...
2003-03-31 Jim JagielskiMatch what we do with the ssl_scache_dbm
2003-03-31 William A. Rowe Jr Must fix - Win32 can't deal with this code, and...
2003-03-31 William A. Rowe Jr Fix a misterminated comment... noted by bpane
2003-03-31 William A. Rowe Jr Solve segfaults from unusual error exceptions in...
2003-03-29 André MaloFix mod_ssl.dsp and abs.dsp to use also the openssl...
2003-03-29 Jim JagielskiBecause SSL's child init is run *after* we change uid...
2003-03-28 William A. Rowe Jr Per JimJ's review - we prefer posix over semv, fcntl...
2003-03-28 William A. Rowe Jr Addendum to r1.74; Keep only the resulting filename...
2003-03-27 William A. Rowe Jr Addendum to r1.21... I missed the fact that we blew...
2003-03-27 William A. Rowe Jr Fix a serious bug where the 'next' generation of...
2003-03-27 William A. Rowe Jr Allow any mutex to accept a 'filename' ... and always...
2003-03-26 Jim Jagielskihelps to actually use it
2003-03-26 William A. Rowe Jr Apache uses strncasecmp - which we wrap to strnicmp...
2003-03-22 André MaloDo not bypass output filters when redirecting subreques...
2003-03-20 William A. Rowe Jr SECURITY: Eliminated leaks of several file descripto...
2003-03-14 Madhusudan MathihalliOpenSSL should be included as "openssl/ssl.h" and not...
2003-03-13 Bradley NicholesAdded the optional ssl_enable functions to allow mod_pr...
2003-03-13 Madhusudan MathihalliReplace the APACHE_CHECK_SSL_TOOLKIT method with a...
2003-03-12 Madhusudan MathihalliFix PR 17864, and also fixes a SEGV problem when SHMHT...
2003-03-11 Ian Holsmanreflect backport of mod_deflate.c r1.31
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-10 André Malomod_negotiation: quality values are now parsed independ...
2003-03-10 Graham LeggettAdd a note on building the LDAP stuff on AIX
2003-03-08 André MaloCheck also err_headers_out for an already set Content...
2003-03-08 Jeff Trawickuse APR_CHECK_APR_DEFINE() where possible
2003-03-06 André MaloMinor MMN bump:
2003-03-06 André Malomod_usertrack: don't set the cookie in subrequests...
2003-03-06 André MaloLet mod_logio be mostly included.
2003-03-06 William A. Rowe Jr DougM confirms Madhu's suspicions, this change was...
2003-03-05 Ian Holsmannew directive 'compressionlevel'
2003-03-02 André MaloUnescape the supplied wildcard pattern. Otherwise the...
2003-03-02 André Maloadd some comments and WS to make it better readable...
2003-03-02 André Maloemit and accept modern query string parameter delimiter...
2003-03-02 André Malobuhuh! use the correct target string and don't forget
2003-03-02 André MaloWS and style issues. No code changes.
2003-03-01 André MaloExtend mod_negotiation to evaluate the environment...
2003-03-01 André Malofix style and WS issues. No code changes.
2003-03-01 André MaloPrevent endless loops of internal redirects in mod_rewr...
2003-02-28 Jeff Trawickmod_rewrite: Fix some problems reporting errors with...
2003-02-27 André MaloFix mod_rewrite's abs_URI handling.
2003-02-25 André MaloWhen using Redirect in directory context, append reques...
2003-02-25 William A. Rowe Jr Confirmed by Milan Kosina that this code was still...
2003-02-25 Jeff Trawickfix some const-ness problems which break the compile...
2003-02-24 Bradley NicholesDon't try to use the LDAP cache if it has been turned...
2003-02-24 André MaloThis is part three.
2003-02-24 André MaloThis is part two.
2003-02-24 André MaloWell, here comes a major fix. I've splitted the patch...
next