]> granicus.if.org Git - apache/history - modules
style fix only
[apache] / modules /
2004-07-03 Jeff Trawickstyle fix only
2004-06-30 Bradley NicholesAllow mod_deflate on NetWare to be compiled against...
2004-06-29 Martin KraemerUse the correct Apache-2.x EBCDIC conversion function...
2004-06-29 Martin Kraemer*** Patch for EBCDIC-host and HTTP/0.9 responses only ***
2004-06-29 Martin KraemerLet CGI daemon die if the network layer has been shut...
2004-06-29 Martin KraemerProxy requests are not converted by us. They should...
2004-06-29 Nick KewFix for multiple proxy bugs - review please:
2004-06-26 Bradley NicholesCheck for a NULL file name before trying to delete...
2004-06-25 Bradley NicholesReplace the thread reader/writer lock that protects...
2004-06-25 Bradley NicholesMake sure that the shared memory pointers are propagate...
2004-06-25 Nick KewUpdate inflate_out_filter to support gzip compression...
2004-06-24 Joe Orton* modules/generators/mod_status.c: Mark private global...
2004-06-21 Bradley NicholesAdded display code for the URL cache
2004-06-20 Jeff Trawickmod_log_config: Fix a bug which prevented request compl...
2004-06-17 Bradley NicholesGet rid of the race conditions by first checking to...
2004-06-16 Bradley NicholesEnhance the util_ldap cache-info page to display the...
2004-06-15 Joe Orton* modules/ssl/ssl_engine_io.c (bio_filter_out_flush...
2004-06-15 Joe Orton* modules/filters/mod_include.c (send_parsed_content...
2004-06-15 Joe Orton* modules/echo/mod_echo.c (process_echo_connection...
2004-06-14 Jean-Jacques ClarAdded new field in apr_procattr_t and cgi_exec_info_t...
2004-06-11 André MaloDrop the ErrorHeader directive which turned out to...
2004-06-11 Jean-Jacques ClarReplaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDR...
2004-06-11 Allan K. EdwardsDon't deflate responses with zero length e.g. proxied...
2004-06-09 Bradley NicholesAllow relative paths for LDAPTrustedCA to be resolved...
2004-06-04 André MaloNobody objected:
2004-06-03 Joe OrtonAdd "SSLUserName" directive to set r->user based on...
2004-06-03 Joe OrtonAdd "SSLHonorCipherOrder" directive to enable the OpenS...
2004-06-03 Joe OrtonDrop support for the "CompatEnvVars" argument to SSLOpt...
2004-06-01 Bradley NicholesEliminate the redundant compiler rules
2004-06-01 Joe Orton* modules/filters/mod_deflate.c (deflate_out_filter...
2004-05-29 Justin ErenkrantzFix bug in mod_deflate that unconditionally sent deflat...
2004-05-27 Joe Orton* modules/ssl/ssl_scache.c (ssl_scache_expire): Remove...
2004-05-26 Graham LeggettEnable the option to support anonymous shared memory...
2004-05-25 André Maloparse content-length correctly using apr_strtoff function
2004-05-25 André Malosave some cycles
2004-05-25 André Malothis should save one or two cycles
2004-05-25 André Maloparse byteranges correctly using the new apr_strtoff...
2004-05-25 André Maloparse apr_off_t correctly using new apr_strtoff function
2004-05-25 André Maloparse content-length correctly using new apr_strtoff...
2004-05-25 André Malouse new apr_strtoff function to parse PUT ranges correctly.
2004-05-25 Joe Orton* modules/http/http_protocol.c (ap_setup_client_block,
2004-05-25 Joe Orton* modules/ssl/ssl_util.c, modules/ssl/ssl_private.h...
2004-05-25 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck...
2004-05-23 Graham LeggettFix a segfault when requests for shared memory fails...
2004-05-22 Graham LeggettThrow an error message if an attempt is made to use...
2004-05-21 Graham LeggettSmall fix to allow reverse proxying to an ftp server...
2004-05-21 Joe Orton* modules/dav/main/mod_dav.c (dav_method_put): Fix...
2004-05-21 Graham LeggettFix a potential segfault if the bind password in the...
2004-05-21 Graham LeggettQuotes cannot be used around require group and require dn
2004-05-21 Graham LeggettFix a cut and paste, doh!
2004-05-21 Graham LeggettThe Microsoft LDAP SDK escapes filters for us, stop...
2004-05-20 Graham LeggettOverhaul handling of LDAP error conditions, so that...
2004-05-19 Jeff Trawickapr_pstrcat() needs NULL at end of parameter list to...
2004-05-19 Jeff TrawickFix handling of IPv6 numeric strings in mod_proxy.
2004-05-17 André Maloexternal map responses were cut at 2048 bytes (and...
2004-05-17 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_config_global_cr...
2004-05-13 Bradley Nicholesif the call to ldap_simple_bind_s() fails, the connecti...
2004-05-12 Madhusudan MathihalliFix SEGV in 'shmcb' session cache:
2004-05-12 Joe Orton* modules/experimental/util_ldap.c (util_ldap_cache_com...
2004-05-10 Jim Jagielski*** empty log message ***
2004-05-06 Joe Orton* modules/loggers/mod_log_config.c, server/log.c (open_...
2004-05-05 Joe Orton* modules/generators/mod_cgi.c (cgi_handler): Soak...
2004-05-05 Joe Orton* modules/generators/mod_cgi.c (cgi_handler): Combine...
2004-04-28 Bradley NicholesFix the XLFLAGS define in the NetWare makefiles so...
2004-04-28 Bradley NicholesFix up the DAV import/export files for the NetWare...
2004-04-26 Bradley NicholesAllow the memory address to change
2004-04-26 André Malofix build on systems without unistd.h
2004-04-25 André Malochanged the following APIs to return an error instead...
2004-04-21 André Malocontent-encoding needs to be unset.
2004-04-19 André Maloadd dsp and exp file for mod_log_forensic
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-18 Joe OrtonImplement the "CGI bucket" in mod_cgi to handle stderr...
2004-04-17 André Maloremove unused variables
2004-04-17 André Malodon't return forbidden, if the file was just not found.
2004-04-16 Ian Holsmanmod_deflate:
2004-04-15 Bradley NicholesAdd mod_version to the NetWare build
2004-04-14 Bradley NicholesDon't repeatedly allocate the binddn and bindpw from...
2004-04-11 André Malonobody came up with another patch or objections and...
2004-04-10 André Malofix cache confusion which happens if different virtualh...
2004-04-10 André Malocleanup log_header_out function:
2004-04-10 André MaloFix a bunch of cases where the return code of the regex...
2004-04-10 André Maloescape the cookie_name before pasting into the regexp.
2004-04-10 André Malolet's be more lenient, in what we accept.
2004-04-08 Bradley NicholesRemove the autoload dependancy on util_ldap in order...
2004-04-06 Bradley NicholesMake sure that if auth_ldap is loaded, mod_ldap is...
2004-04-05 Geoffrey YoungAllow Digest providers to return AUTH_DENIED to propaga...
2004-04-05 André Maloallow RequestHeader to be conditional
2004-04-03 André Malofix segfault, which occurs if no CT is set and wildcard...
2004-04-03 André Malono longer remove the EOS bucket
2004-04-03 André Malomod_rewrite no longer turns forward proxy requests...
2004-04-02 Bradley NicholesStop locking all of the connections while trying to...
2004-03-31 Bradley NicholesUpdate the DN information associated with each LDAP...
2004-03-30 Joe Orton* modules/generators/mod_cgid.c (cgid_server, set_scrip...
next