]> granicus.if.org Git - apache/history - modules
Update votes...
[apache] / modules /
2002-11-19 Jeff Trawickbucket length parameter is apr_size_t, which isn't...
2002-11-18 Jeff Trawickuse memcpy() instead of strncpy() since strncpy() is...
2002-11-17 Brian PaneWhen storing the response headers in mod_cache, omit...
2002-11-15 Jeff Trawickmod_cgid: Handle environment variables containing newlines.
2002-11-14 Jeff Trawickremove mod_ext_filter from experimental
2002-11-14 Jeff TrawickMove mod_ext_filter out of experimental and into filters.
2002-11-14 Cliff WoolleyFix a memory leak in mod_deflate with dynamic content...
2002-11-14 Paul J. RederThis fixes a problem where the underlying cache code
2002-11-12 Ken Coar Add a SERVER_ADDR keyword to match the CGI environment...
2002-11-12 Jeff Trawickwatch out for the should-not-occur condition where...
2002-11-11 Jeff Trawickmod_cgid: Terminate CGI scripts when the client connection
2002-11-11 Jeff TrawickRearrange OpenSSL engine initialization to support...
2002-11-11 William A. Rowe Jr Fix several cut 'n paste errors identified by Juergen...
2002-11-10 Justin ErenkrantzAlways emit Vary header if mod_deflate is involved...
2002-11-09 William A. Rowe Jr Stop unsetting the 'empty' query string result with
2002-11-09 William A. Rowe Jr mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSI...
2002-11-08 Paul J. RederImproves the user friendliness of the CacheRoot processing
2002-11-08 Brian PaneWhen doing a GET of a proxied URL as a subrequest within
2002-11-07 Paul J. RederAdded code to process min and max file size directives...
2002-11-07 William A. Rowe Jr Turn DOWN the volume of these errors... they are...
2002-11-06 Paul J. RederSince the directives CacheIgnoreCacheControl and CacheI...
2002-11-06 William A. Rowe Jr Per Justin's feedback, this still needed a little...
2002-11-06 William A. Rowe Jr Rule one of winsock and other one-offs (even unix...
2002-11-06 William A. Rowe Jr errno? EINTR? what planet was this code on :-?...
2002-11-05 William A. Rowe Jr Merge the last of the 'filtering' functions into...
2002-11-05 William A. Rowe Jr Actually, the APR_ECONNABORTED (EOS-only brigade...
2002-11-05 William A. Rowe Jr With a last little bit of help from Justin, this...
2002-11-05 William A. Rowe Jr At least one doc I've seen says EOF+bytes is valid...
2002-11-04 William A. Rowe Jr Appears we forgot to check the possibility of errors...
2002-11-04 Bill StoddardDetabbify
2002-11-04 Bill StoddardDetabbify
2002-11-04 William A. Rowe Jr Rename the many flavors of filter_ctx (pRec, fctx...
2002-11-04 William A. Rowe Jr Fix for PR 10216 ... we should not return the status...
2002-11-01 William A. Rowe Jr Well that was a little borked, if you were having...
2002-11-01 William A. Rowe Jr Inject logio into the win32 build
2002-11-01 Justin ErenkrantzAdd some waypoints to understanding this code
2002-11-01 Justin ErenkrantzAdd some commentary on how we *think* the input filteri...
2002-11-01 Justin ErenkrantzI don't see how *len > wanted, but leave the check...
2002-11-01 William A. Rowe Jr Clean up the read pattern for cases when some data...
2002-11-01 William A. Rowe Jr Distinguish inctx, outctx, frec [and b ??? looked...
2002-11-01 William A. Rowe Jr More nits spotted by Justin, and catch all the errors...
2002-11-01 William A. Rowe Jr Suggestions by Justin, implemention by Will. Rename...
2002-11-01 William A. Rowe Jr Completely refactor the BIO-side client input handlin...
2002-10-31 Jeff TrawickTerminate CGI scripts when the client connection drops...
2002-10-31 Jeff Trawickadd a comment lamenting the lack of a cleanup for the...
2002-10-30 Bill StoddardUse r->request_time in lieu of apr_time_now() in cache...
2002-10-29 William A. Rowe Jr Fix memory leak in mod_ssl from internal SSL library...
2002-10-29 William A. Rowe Jr Detabbify. With extreme prejudice.
2002-10-29 William A. Rowe Jr On an errno rampage... ap_log_error takes an apr_status_t
2002-10-29 William A. Rowe Jr Close several small leaks in SSL.
2002-10-27 William A. Rowe Jr Outch. No freeing consts. Fortunately, the fn's...
2002-10-25 Jeff Trawickfix the interface to PEM_read_bio_X509() with OpenSSL...
2002-10-25 Jeff Trawickmod_ssl uses free() inappropriately in several places...
2002-10-25 Bill StoddardFix a segfault when the client closes the connection...
2002-10-25 Greg Amesdon't apply byte ranges to redirects, error documents...
2002-10-25 Brian Panemod_logio modification: count bytes-sent after the...
2002-10-25 Jeff Trawickstylistic improvements
2002-10-24 Paul J. RederChange the CacheRoot processing to check for a required
2002-10-22 Jim Jagielski2 silly bugs. First of all, make the code match the...
2002-10-19 Bill StoddardFix breakage in mod_mem_cache caused by the EnableSendF...
2002-10-17 Jim JagielskiUgg. We need to use '%pp' not '%p' since ap_log_error...
2002-10-16 Bradley NicholesAdding the current version string to the link of each NLM
2002-10-16 Bradley NicholesUpdating the NLM descriptions in the NetWare make files
2002-10-15 Greg SteinCode a bit more defensively. If dav_lookup_uri() ever...
2002-10-14 Bradley Nicholesimport the proxy_module system for the NetWare project...
2002-10-14 Bradley NicholesNeed to import the proxy_module symbol
2002-10-14 Jim JagielskiHaven't heard any vetoes regarding this, so might as...
2002-10-14 Ryan BloomThis stuff shouldn't have been committed. This is...
2002-10-14 William A. Rowe Jr A couple of observations
2002-10-13 William A. Rowe Jr Temporary fix for the len type discrepancy, with...
2002-10-12 William A. Rowe Jr Some good casts - mem_cache cannot overflow with...
2002-10-12 Brian Panerewrite of ap_cache_liststr
2002-10-12 Brian PaneFix a mismatch of data types: apr_time_t vs intervals...
2002-10-11 Bradley NicholesNetWare makefile changes to facilitate building the...
2002-10-11 Bradley NicholesFixed a problem with the NetWare command line builder...
2002-10-11 Ryan BloomFix a compile of compiler warnings. I don't know how...
2002-10-09 Sander StrikerOne line fix to get HTMLTable to validate.
2002-10-09 Graham LeggettUpdate README.ldap file for Windows build instructions.
2002-10-09 Graham LeggettChange the LDAP modules to export their symbols correctly
2002-10-07 Brian PaneFixed the new send_all_header_fields() function to...
2002-10-07 Brian PaneSimpler, faster code for generating HTTP response headers:
2002-10-04 Jeff TrawickFix a bug with dbm rewrite maps which caused the wrong...
2002-10-03 Jeff TrawickFix a problem with streaming script output and mod_cgid...
2002-10-03 Bradley NicholesFixed the import and export lists between authldap...
2002-10-03 Bradley NicholesAdd mod_logio to the NetWare build
2002-10-02 Paul J. RederFix a core dump in mod_cache when it attemtped to store...
2002-10-01 Jeff TrawickFix a mutex problem in mod_ssl session cache support...
2002-09-30 Ryan Bloomback out the stuff from mod_ssl that shouldn't have...
2002-09-30 Ryan BloomCall out the success cases when we don't get APR_SUCCES...
2002-09-30 Ryan BloomAllow CGI scripts that use POST and mod_dav to exist...
2002-09-28 Ryan BloomBack out some changes that should't have been committed.
2002-09-28 Ryan BloomAllow the UserDir directive to accept a list of directo...
2002-09-28 Ian HolsmanNew Module -- mod_logio.
2002-09-27 Graham LeggettGet mod_auth_ldap to retry connections on LDAP_SERVER_DOWN
2002-09-26 Jeff Trawickadd some parens to quiet a gcc warning:
2002-09-26 Graham LeggettMake sure the contents of the WWW-Authenticate header is
2002-09-25 Brian PaneFix the per-server config merge function in mod_cache to
2002-09-22 Brian PaneRemoved an extra apr_atomic_init() call from the mem_cache
2002-09-22 Roy T. Fieldingkill a warning
2002-09-22 Brian PaneSwitch the most frequent apr_brigade_write() and apr_br...
next