]> granicus.if.org Git - apache/history - modules
* modules/experimental/mod_mem_cache.c (decrement_refcount,
[apache] / modules /
2004-01-09 Joe Orton* modules/experimental/mod_mem_cache.c (decrement_refcount,
2004-01-09 Jean-Jacques Clarreving back to 102
2004-01-09 Joe Orton* modules/loggers/config.m4: Fix --enable-mods-shared...
2004-01-09 Bill Stoddardmod_proxy hangs when both KeepAlive and ProxyErrorOverr...
2004-01-08 Joe OrtonUse -export-dynamic only when linking an httpd which...
2004-01-08 Joe Orton* modules/ssl/ssl_scache_dc.c: Add the Apache Software...
2004-01-08 Joe OrtonAdd support to mod_ssl for a distributed session cache...
2004-01-08 Joe Orton* modules/dav/main/mod_dav.c (dav_handler): Reject...
2004-01-07 Jean-Jacques ClarFix for Bug 21287.
2004-01-06 Jean-Jacques Clarremoved deprecated fields cache_size and object_cnt...
2004-01-06 Ian Holsmanremove email address in the hopes ppl stop emailing...
2004-01-06 Bradley NicholesRemoved the #if #system(bs2000) condition since it...
2004-01-05 Martin KraemerUndo last change in order not to break Netware builds...
2004-01-05 Martin KraemerUgly hack to get this module to compile. The path to...
2004-01-04 Joe Orton* modules/filters/config.m4: Fix typo which wiped INCLU...
2004-01-03 Joe Orton* modules/loggers/config.m4: Add 'server' directory...
2004-01-03 Bradley NicholesAdd mod_log_forensic to the NetWare build
2004-01-03 Bradley NicholesDon't hardcode the location of the test_char.h header...
2004-01-03 Erik AbeleAdd missing apr_ to size_t.
2004-01-03 Joe Orton* modules/loggers/mod_log_forensic.c (struct hlog,...
2004-01-03 Ben LaurieMake forensic logging EBCDIC-safe.
2004-01-03 Ben LaurieUse ap_assert().
2004-01-02 André Malofix a rewrite mistake: restore the ability to expand...
2004-01-02 André Maloprevent module from segfaulting when not configured.
2004-01-02 André Maloremove superfluous assignment
2004-01-01 Ben LaurieAdd forensic logging.
2004-01-01 André Maloupdate license to 2004.
2003-12-18 Bill StoddardFix segfault in mod_mem_cache when caching streaming...
2003-12-16 Bradley NicholesFix the initial cache structure allocation. Since...
2003-12-15 Bill StoddardPick up declaration for insert_error_filter hook
2003-12-15 Ian Holsmanmod_proxy with ProxyErrorOverride On in a reverse-proxy...
2003-12-15 Ken CoarAllow retention of header fields on non-200 responses
2003-12-15 Martin KraemerWe need the error strings loaded as early as possible
2003-12-15 Martin KraemerFlame bait: mod_charset_lite would decide in the mime...
2003-12-15 Jeff Trawickget mod_ssl.dsp to load again
2003-12-13 Jeff Trawickchange the way the cgid daemon restart logic determines...
2003-12-13 Jeff Trawickfix cut-n-paste errors in the logging of the current...
2003-12-12 Paul J. Reder *) Add a hook (insert_error_filter) to allow filters...
2003-12-12 Joe OrtonFix format string warnings from gcc on amd64:
2003-12-10 Jeff TrawickFix memory leak in handling of request bodies during...
2003-12-10 Cliff Woolley"Thanks for checking in the changes to mod_mem_cache.
2003-12-10 Stas Bekmanupdate the misconfigured INCLUDES skipping code to...
2003-12-09 Stas Bekman complain via error_log when mod_include's INCLUDES...
2003-12-05 Jeff Trawickstop using apr_sockaddr_port_get() accessor function...
2003-12-04 Bradley NicholesAllow for binary CGI's to have file extensions other...
2003-12-04 Bradley NicholesFix up the types used for atomics
2003-12-02 Cliff WoolleyFixed mod_mem_cache so that it doesn't misfile entries...
2003-11-26 Joe Orton* modules/ssl/mod_ssl.h: Remove prototypes for shmht.
2003-11-25 Joe OrtonExtend mod_status output to include SSL session cache...
2003-11-25 Joe OrtonRemove shmht session cache in favour of shmcb; shmht...
2003-11-25 Joe Orton* modules/dav/main/mod_dav.c (dav_method_copymove)...
2003-11-25 Joe Orton* modules/dav/main/util.c (dav_validate_resource_state...
2003-11-25 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x...
2003-11-25 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup): Only...
2003-11-25 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_ver...
2003-11-25 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs...
2003-11-24 Bradley NicholesHook the default_port so that mod_nw_ssl will return...
2003-11-23 André Maloadd another space, for the sake of Netscape 4
2003-11-23 André Malorestore the space which broke all tests :-)
2003-11-23 Jeff Trawickswitch to new pollset api
2003-11-23 Jeff Trawickswitch to new pollset api
2003-11-22 Paul J. RederA better solution than my previous commit as pointed...
2003-11-21 Paul J. Redermod_expires: Don't report an Internal Server error...
2003-11-21 Jeff TrawickFix a problem with the display of empty variables ...
2003-11-20 Ian Holsmanmod_autoindex: new directive IndexStyleSheet
2003-11-16 Justin ErenkrantzSync with APR-util deprecated functions.
2003-11-16 Cliff Woolleyget rid of _FOREACH
2003-11-16 Jeff Trawickstop using deprecated apr_atomic functions
2003-11-15 Jeff Trawickfix the EBCDIC path in send_all_header_fields() to...
2003-11-11 Bradley NicholesUpdated the latest LDAP cache changes to support platfo...
2003-11-10 André Malostyle
2003-11-09 André Malore-add explaining comment
2003-11-09 André Maloallow any user id when configured with 'anonymous *'
2003-11-09 André Maloless confusion with identifiers && style
2003-11-07 Jeff TrawickFix a long delay with CGI requests and keepalive connec...
2003-11-07 Jeff Trawickfix another segfault condition in ldap cache code
2003-11-07 Bradley NicholesAllow translation of generated output such as mod_autoi...
2003-11-06 Jeff Trawickmod_auth_ldap: Fix some segfaults in the cache logic.
2003-11-05 Joe Orton* modules/loggers/mod_log_config.c (log_request_time...
2003-11-03 André Malodarn, the patch for bug 9587 (wrong icon for directorie...
2003-11-02 André Malono longer allow an ETag header in 304 responses.
2003-11-02 André Malo- add XHTML doctypes to httpd.h
2003-11-02 André Maloadd a comment
2003-11-02 André Malofix optimizer to not throw away a regex if it stumbles...
2003-11-02 Astrid Maloimprove some module descriptions
2003-11-01 André MaloDon't omit the initial <tr> if SuppressIcon is set.
2003-11-01 André Maloimprove readability a (little) bit
2003-10-30 Thom May* modules/generators/mod_info.c:
2003-10-30 Joe Orton* ssl_engine_log.c (ssl_log_ssl_error): Use the thread...
2003-10-30 Joe OrtonFix missing human-readable error information in SSL...
2003-10-29 Jeff Trawickmod_status: Report total CPU time accurately when using...
2003-10-26 Sander StrikerForward port from 2.0:
2003-10-24 Sander StrikerFold in the CAN-2003-0542 regex patch.
2003-10-23 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_c...
2003-10-22 Jeff TrawickSet the scoreboard state to indicate logging prior...
2003-10-22 Joe Orton* proxy_http.c (ap_proxy_http_process_response): Send...
2003-10-22 Joe OrtonFix a cosmetic issue where OpenSSL 0.9.7 will dump...
2003-10-15 André Malofix segfault which occured if the filename was not
2003-10-10 Jeff Trawickadd map_to_storage hook to mod_example
2003-10-02 Jeff Trawickmod_cgid: fix a hash table corruption problem which...
next