]> granicus.if.org Git - apache/history - modules
Phrase that sentence even better.
[apache] / modules /
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...
2002-09-20 Bradley NicholesClean up some left over garbage in the NetWare make...
2002-09-20 Justin ErenkrantzAdd missing includes in mod_authn_file and mod_authn_dbm.
2002-09-20 Justin ErenkrantzTake a stab in the dark at fixing up the Netware build...
2002-09-20 Justin ErenkrantzFix up Win32 build.
2002-09-20 Justin ErenkrantzAxe unused file.
2002-09-20 Justin ErenkrantzAdd ap_register_provider and ap_lookup_provider functio...
2002-09-19 Greg SteinIf a body arrives with an OPTIONS request, and it conta...
2002-09-18 Bradley NicholesIf the user passed invalid credentials (user id or...
2002-09-18 Justin ErenkrantzAdd ability to use multiple providers for basic and...
2002-09-18 Justin ErenkrantzRemove Authoritative functionality from the authn provi...
2002-09-17 Brian PaneRemoved unused variable
2002-09-17 Greg SteinWe need to set r->handler to indicate that we'll be...
2002-09-16 Bradley NicholesMoving the auth_provider APIs into the core binary...
2002-09-16 Jeff Trawickstatic-ize a function which is not supposed to be exported
2002-09-15 William A. Rowe Jr Revisit the code that Ian and I discussed on list...
2002-09-15 Justin ErenkrantzRemove warnings seen with Sun's Forte compiler.
2002-09-14 William A. Rowe Jr Return mismatches... this solution simply won't work...
2002-09-14 William A. Rowe Jr At least follow the proper failure path for failure...
2002-09-14 Brian PaneRemove the setting of the status line from the cache...
2002-09-13 Justin ErenkrantzRevert the examples to use AuthGroupFile
2002-09-13 Justin ErenkrantzUpon further review, it seems silly to add z the here...
2002-09-13 William A. Rowe Jr A quick-n-dirty hack. Expose the auth_provider api...
2002-09-13 Bradley NicholesNetWare make files and .def to build the new auth modules
2002-09-13 Bradley NicholesNetWare Auth module .def files that are no longer neede...
2002-09-13 Bradley NicholesNetWare auth_digest make file that is no longer needed
2002-09-13 William A. Rowe Jr Axe unused variable 'res'
2002-09-13 William A. Rowe Jr Welcome to the new schema. Multiply defined symbols...
2002-09-12 Paul J. Redermod_cache: cache_storage.c. Add the hostname and any...
2002-09-12 Bill StoddardDo not cache responses to GET requests with query
2002-09-10 Jeff Trawickmake sure we always set return_code when converting...
2002-09-10 Jeff Trawickpick up prototypes for apr_base64_* and, on some platfo...
2002-09-10 Jeff Trawickfix a syntax error in an enum (as far as some non-gcc...
2002-09-10 Jeff Trawickfix a bad parameter to ap_log_rerror()
2002-09-10 Justin ErenkrantzStage #2 of aaa rewrite: Add provider support so that...
2002-09-10 Justin ErenkrantzStage #1 of the aaa rewrite - refactoring modules.
2002-09-08 Brian PaneCheck that r->filename is non-null before trying to use
2002-09-06 Bradley NicholesAdded the LDAP module dependancies to the link
2002-09-06 Brian PaneMore calloc->malloc optimizations
2002-09-06 Brian PaneOptimization: use apr_table_addn instead of apr_table_s...
2002-09-06 Brian PaneOptimize away some strlen and memset calls
2002-09-06 Ian Holsmanchange the log_writer declaration so that it takes...
2002-09-06 Brian PaneClean up the temporary brigade in error cases in ap_dis...
2002-09-06 Brian PaneFixed some bucket memory leaks in ap_http_filter()
2002-09-06 Greg SteinSimplify mod_dav's handler.
2002-09-05 Jeff Trawickdon't lose const when calling strrchr()
2002-09-05 Justin ErenkrantzAdd ModMimeUsePathInfo directive.
2002-09-05 Justin ErenkrantzSwitch hook from type_checker to fixups.
2002-09-05 Justin ErenkrantzAllow mod_dav to be involved with sub-requests.
2002-09-05 Brian PaneFree the temporary working brigade upon exit from ap_ge...
2002-09-04 Brian PaneFormatting cleanup only (this is the large indent that...
2002-09-04 Brian PaneAdded optional support for caching streamed responses...
2002-09-01 Brian PaneResolve filter handles at startup to eliminate a filter
2002-09-01 Justin ErenkrantzFix FileETag None directive.
2002-08-30 Jeff Trawickupdate README.ldap and config.m4 to reflect new location of
2002-08-30 Bradley NicholesAdding the LDAP README file
2002-08-30 Bradley NicholesMake files for building the LDAP module for NetWare
2002-08-30 Ian Holsmanactuall fix the bug
2002-08-30 Ian Holsmandeflate's filter removal was reversed for non-html...
2002-08-30 Justin ErenkrantzThe style police just get really annoyed with this...
2002-08-30 Jeff Trawickfix a type mismatch
next