]> granicus.if.org Git - apache/history - modules
remove charset turds left by last commit
[apache] / modules /
2006-03-31 Garrett RooneyClean up some stuff found by Coverity.
2006-03-31 Ruediger Pluem* As per discussion on the list: Return error code...
2006-03-30 Jim JagielskiDocument the removal of the flushing bandaid to a
2006-03-29 Ruediger Pluem* Check return value of apr_bucket_read when storing...
2006-03-22 Bradley Nicholesrevert the LDAPConnectionTimeout and LDAPVerifyServerCe...
2006-03-18 William A. Rowe Jr Eliminate last win32-isms, SetLastError becomes apr...
2006-03-18 William A. Rowe Jr Escape from casting purgatory, which the Solaris...
2006-03-17 Bradley NicholesRemove the global only flag from the LDAPConnectionTime...
2006-03-17 Bradley NicholesFix the server_merge so that the memory pools and mutex...
2006-03-17 Bradley NicholesAdd mod_authz_dbd to the NetWare build
2006-03-16 Bradley Nicholesremove the race condition when creating the connection...
2006-03-16 Jeff TrawickClean up some string manipulation.
2006-03-16 Nick KewLog a better error message if initialisation fails...
2006-03-10 William A. Rowe Jr Unsure why win32 never noticed this, but the value...
2006-03-09 William A. Rowe Jr Not an extern; correct a build failure, static sugges...
2006-03-09 Bradley NicholesDrop the LogLevel of the messages for the deprecated...
2006-03-09 Jim JagielskiMake AJP flushing admin configurable.
2006-03-09 Joe Orton* modules/aaa/mod_auth_digest.c (hdr): Remove function.
2006-03-05 Ruediger Pluem* Crosscheck the length of the body chunk with the...
2006-03-03 Joe Orton* modules/ssl/ssl_scache_shmcb.c (shmcb_safe_clear...
2006-03-01 William A. Rowe Jr APR_FILEPATH_NOTABOVEROOT was undefined with a left...
2006-02-23 Jeff Trawickmod_charset_lite: Remove Content-Length when output...
2006-02-21 Jeff TrawickEnsure that the proper status line is written to the...
2006-02-20 Ruediger Pluem* Disable persistent connections for SSL backends again...
2006-02-18 David ReidAdd a note about the ap_satisfies mess we currently...
2006-02-18 David ReidThis should cure the build issues people are having...
2006-02-17 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_check_public_cert...
2006-02-17 David Reid- tidy up some of the comments and make the file more...
2006-02-16 David Reid- add a define for ap_satisfies which is now an optiona...
2006-02-16 André Malosvn:eol-style = native
2006-02-15 Jim Jagielski *) mod_proxy: Fix KeepAlives not being allowed and...
2006-02-14 Jim JagielskiOK, handle better the initializing of worker, separating
2006-02-14 Jim JagielskiI wondered why I never saw the scoreboard init entry...
2006-02-13 Ruediger Pluem* Use the correct pool for apr_table_copy. Otherwise...
2006-02-13 Garrett RooneyClean up some code in mod_dav.
2006-02-11 Ruediger Pluem* Do not close the backend connection, because the...
2006-02-11 Ruediger Pluem* Do not remove the connection headers from r->headers_...
2006-02-07 Justin Erenkrantz* modules/aaa/config.m4: Place mod_access_compat in...
2006-02-07 Joe Orton* modules/aaa/mod_auth.h: Include apr_optional.h for
2006-02-07 Joe Orton* modules/aaa/mod_authz_core.c (add_authz_provider...
2006-02-06 Joe Orton* modules/proxy/mod_proxy_balancer.c: Include unistd...
2006-02-04 Ruediger Pluem* Do not overwrite the status of initialized workers...
2006-01-30 Jeff Trawickmod_speling: Stop crashing with certain non-file requests.
2006-01-28 Bradley NicholesThe AuthnProviderAlias directive has been merged into...
2006-01-27 Jim JagielskiIf the proxied response lacks a Server header, then
2006-01-25 Ian Holsmanadd Colm's explanation of the cache_info structure...
2006-01-23 Bradley NicholesRemove NetWare makefiles that are no longer needed
2006-01-23 Bradley NicholesBuild mod_access_compat on NetWare
2006-01-23 Bradley NicholesUse the correct logging #define
2006-01-21 Ruediger Pluem* Fix PR38340 by actual getting the word and thus advan...
2006-01-20 Bradley NicholesSet the LDAP protocol before setting extended LDAP...
2006-01-19 Bradley Nicholesremove the unused per-dir-config structure.
2006-01-18 Bradley NicholesRemove the call to ap_note_auth_failure() from the...
2006-01-17 Ruediger Pluem* Add CacheMinExpire directive to set the minimum time...
2006-01-15 Bradley Nicholeseliminate the import of the ap_satisfies optional funct...
2006-01-14 Bradley Nicholesclean up some left-over debugging code and comments
2006-01-14 Bradley Nicholeshost access control compatibility module (Order, Deny...
2006-01-14 Bradley NicholesRestore Order, Deny, Allow, Satisfy for backwards compa...
2006-01-11 Bradley NicholesUpdate the NetWare makefiles to build the authz code
2006-01-11 Bradley NicholesAuthz refactoring
2006-01-10 Ruediger Pluem* Fix PR38017 by handling the selection of the hostname...
2006-01-06 Jim JagielskiExplain how we're checking to see if ap_proxy_backend_b...
2006-01-06 Jim JagielskiClarify (I hope) the comment better :)
2006-01-06 Jim JagielskiAs long as we have the AP_BUCKET_IS_ERROR macro, let...
2006-01-05 Ruediger Pluem* Call ap_proxy_http_cleanup after ap_log_rerror becaus...
2006-01-05 Ruediger Pluem* If a subrequest has a broken backend also set no_cach...
2006-01-02 Ruediger Pluem* Correctly signal broken backend connections up the...
2005-12-28 Graham LeggettSmall spelling fix.
2005-12-23 Mladen TurkFix Cookie2 header problems that originates back
2005-12-20 William A. Rowe Jr This shift was treated in 32 bit scope, then masked...
2005-12-20 Jim JagielskiMorph the ap_http_broken_backend_filter() proxy "specific"
2005-12-19 Martin KraemerIn Apache-2.x, the function is called apr_pstrdup().
2005-12-18 Ruediger Pluem* Move code for broken backend detection out of core...
2005-12-18 Ruediger Pluem* If the mod_proxy backend connection broke in the...
2005-12-17 Ruediger Pluem* Fix ap_http_chunk_filter to create correct chunks...
2005-12-16 Joe OrtonBring forward the fix for CVE-2005-3352 already on...
2005-12-16 Joe Orton* modules/debug/mod_bucketeer.c (bucketeer_out_filter...
2005-12-15 Jean-Frederic ClereSorry, previous commit was not ok.
2005-12-15 Jean-Frederic ClereThe string comming from TC is in ASCII and the string...
2005-12-11 Jim JagielskiOK, while we ponder how best to reuse conn pools for...
2005-12-11 Ruediger Pluem* revert r355823 and r355837
2005-12-11 Ruediger Pluem* Let the proxy handler know that the backend connectio...
2005-12-11 Ruediger Pluem* Move handling of backends that broke after the header...
2005-12-07 Justin ErenkrantzAdd a comment and use proper grammar for another comment.
2005-12-07 Justin ErenkrantzIf a connection aborts while waiting for a chunked...
2005-12-07 Justin ErenkrantzIf we get an error reading the upstream response, we...
2005-12-06 Bradley NicholesAdd the mod_dbd exports to the NetWare make file
2005-12-06 Nick KewImprove defaults from 'test' values (and get meaningful...
2005-12-06 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2005-12-05 Nick KewPR 36090
2005-12-03 Ruediger Pluem* Fix PR37753. Off by one bug in get_path_param eats...
2005-12-02 William A. Rowe Jr Recover text
2005-12-01 Jim JagielskiUntil we determine whether we should dip into the conne...
2005-12-01 Roy T. Fieldingminor doc changes already on 2.2 branch
2005-11-30 Jim JagielskiCheck that conn->hostname is valid before we do the...
2005-11-30 Martin KraemerFix SSL Protocol hexdumps for EBCDIC systems
2005-11-29 Colm MacCarthaighFirst stab at a build environment for mod_authn_dbd
2005-11-29 Colm MacCarthaighOptional functions are of __cdecl the kind on win32...
2005-11-29 Colm MacCarthaighA first stab at a win32 build environment for mod_dbd.
2005-11-29 Colm MacCarthaighGive DBD a set of _DECLARE macros consistent with other...
next