]> granicus.if.org Git - apache/history - modules
Remove the old version of the error docs.
[apache] / modules /
2001-08-21 Roy T. FieldingI don't like underscore as a name prefix.
2001-08-21 Doug MacEacherncut out some noise
2001-08-21 Doug MacEachernget rid of asserts
2001-08-21 Justin ErenkrantzRoy beat me to the commit.
2001-08-21 Roy T. FieldingDue to some lunacy in ndbm.h on some platforms, we...
2001-08-20 Doug MacEachernremove #if 0-ed ap_flush_conn() call; filters now handl...
2001-08-20 Doug MacEachernremove unused #if 0-ed code when reading from the write bio
2001-08-20 Doug MacEachernremove unused ssl_io_ functions
2001-08-20 Doug MacEachernremove some unused hook code
2001-08-20 Justin ErenkrantzFix build breakage on Linux glibc 2.1+ systems that...
2001-08-20 Ryan BloomAdd the openssl/include/openssl directory to the INCLUD...
2001-08-20 William A. Rowe Jr Just chasing nits
2001-08-20 William A. Rowe Jr *) Changed the late-1.3 log_config substitution ...
2001-08-20 William A. Rowe Jr This is the Body:tag\n<Content>*tag\n patch for type...
2001-08-20 Ian Holsmanignore *.plg (from MSVC builds)
2001-08-20 Ian Holsmanadjust to apr_uri_ rename
2001-08-20 Justin Erenkrantz- Switch to AC_SEARCH_LIBS to check multiple libraries...
2001-08-20 Martin KraemerOn modern systems (e.g., FreeBSD), the db* functions...
2001-08-20 Doug MacEachernchange filter name to CaseFilterIn (mod_case_filter...
2001-08-19 Ian HolsmanMSVC can't seem to handle
2001-08-19 William A. Rowe Jr Assure that non-FancyIndexed listings properly shortc...
2001-08-19 Doug MacEachernadjust to apr_uri_ rename
2001-08-19 Doug MacEachernadjust to UNP_ -> APR_URI_UNP_ rename
2001-08-19 Ryan BloomUpdate the Apache code to account for the XtOffset...
2001-08-19 Graham LeggettSome small cleanups for consistency
2001-08-18 Graham LeggettEnabled negative caching on attribute comparisons in...
2001-08-18 Graham LeggettFixed all the #if APR_HAS_SHARED_MEMORY checks within...
2001-08-18 Graham LeggettFixed LDAP cleanup on graceful restarts. LDAP connectio...
2001-08-18 Graham LeggettAdd a missing .cvsignore file.
2001-08-18 Graham LeggettClean up an unnecessary function.
2001-08-18 Paul J. RederFix a minor issue with Jeff Trawick's mod_include
2001-08-18 Graham LeggettLanding of mod_auth_ldap - the LDAP based authenticatio...
2001-08-18 Graham LeggettOops - left off the apr_ldap.h file in the commit.
2001-08-18 Graham LeggettLanding of mod_ldap - the LDAP cache and connection...
2001-08-17 Jeff TrawickFix a problem in mod_include when we reached the BYTE_C...
2001-08-17 Jeff Trawickwe're only going to re-scan the directive when we're in
2001-08-17 Jeff TrawickFix a problem parsing tags.
2001-08-17 Ryan Bloominitialize some values on variable creation
2001-08-17 William A. Rowe Jr Based on the VC6 switch - and pulling the win32 make...
2001-08-17 William A. Rowe Jr The purpose of this patch is to toggle the debugging...
2001-08-17 William A. Rowe Jr Given a choice between chasing my tail to keep these...
2001-08-17 Victor J. OrlikowskiFix behavior in the event that a socket is closed.
2001-08-17 Justin ErenkrantzFix --enable-modules=all breakage with mod_auth_db...
2001-08-16 William A. Rowe Jr Ignore goodness
2001-08-16 William A. Rowe Jr The two more Remove flavors needed testing, as well...
2001-08-16 Jeff Trawickcheck for timeout on socket read when we check for...
2001-08-16 William A. Rowe Jr Push back CHANGES to document the complete mod_mime...
2001-08-16 Jeff Trawickfix a few mod_ssl warnings for stuff like function...
2001-08-16 William A. Rowe Jr Build on Greg's fix for the hash copy, and always...
2001-08-16 Doug MacEachernat least make a note of SSL_R_HTTP_REQUEST error (until...
2001-08-16 Doug MacEachernif ssl shutdown happens earlier than expected, filter...
2001-08-16 Doug MacEachernneed to remove buckets from the output brigade, since...
2001-08-16 Jeff Trawickcan't pass const char * to ap_strchr()
2001-08-16 William A. Rowe Jr More Versioning
2001-08-16 Doug MacEachernenable ssl Translate, UserCheck, Access and Auth hooks
2001-08-16 Ken Coar Add CookieDomain directive to allow setting of the...
2001-08-15 Victor J. OrlikowskiFix an off-by-one error in an argument to apr_pstrcat.
2001-08-15 Jeff Trawickfix some homophonic issues in comments, as well as...
2001-08-15 Victor J. OrlikowskiProxy now works as a DSO on AIX.
2001-08-15 Victor J. OrlikowskiFix a char * vs char ** mixup...
2001-08-15 Victor J. OrlikowskiWorks under AIX as a DSO now.
2001-08-15 William A. Rowe Jr Solve the segfault until the right patch is unearthed.
2001-08-14 William A. Rowe Jr Fix a small bug that limited the description's width...
2001-08-14 Ryan BloomBreak http_proxy_handler into multiple smaller functions.
2001-08-14 Doug MacEachernneed to check return value of ssl_hook_process_connection
2001-08-14 Brian HavardOS/2: Allow mod_dav_fs to build as a DLL. It needs...
2001-08-14 Roy T. FieldingClean up several parsing errors in find_ct that may...
2001-08-13 Ryan BloomRemove a warning from mod_echo.
2001-08-12 Chuck MurckoMake the body read in proxy http handler nonblocking...
2001-08-11 Ryan BloomFix the proxy when the origin server sends back a 100
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-10 Ryan BloomThis should fix the remaining problems with POST. ...
2001-08-10 Ryan BloomFix a bug in mod_expires. Previous to this patch,...
2001-08-09 Ryan BloomWe want to use mod_cgid with the worker MPM as well.
2001-08-09 Jeff TrawickFix a restart problem when cgid is used. Code in the...
2001-08-09 Ryan BloomIf we are going to get the length of a brigade, it...
2001-08-09 Ryan BloomAdd a comment so that the next poor fool who re-writes...
2001-08-09 Ryan BloomHandle the -1 case in ap_http_filter. -1 means that...
2001-08-08 Ryan BloomRemove the block argument from apr_brigade_partition...
2001-08-08 Doug MacEachernfrom madhu: no longer need to force eReadType and eMode
2001-08-08 Ryan BloomRe-apply the patch from yesterday that makes ap_http_fi...
2001-08-08 Doug MacEachernget POST requests working with mod_ssl
2001-08-08 Doug MacEacherndrop a brace inside #if 0 so emacs can indent properly
2001-08-08 Doug MacEacherns/apr_size_t/apr_off_t/ for input filter
2001-08-07 Ian Holsmanchange readbytes from a apr_size_t to a apr_off_t to...
2001-08-07 Ian Holsmanchange the parameter to ap_get_brigade from apr_site_t...
2001-08-07 Doug MacEachernthis change breaks POST, backing out for the moment
2001-08-07 Jeff Trawickmod_rewrite: Fix the line ending on some non-Unix syste...
2001-08-07 William A. Rowe Jr Must return something in the 2^32 domain (preferably...
2001-08-07 Ryan BloomGreatly simplify the ap_http_filter logic, by using the
2001-08-07 William A. Rowe Jr Update for the 2.0.23 tag
2001-08-07 William A. Rowe Jr Just cleaning up some indents
2001-08-07 Ryan BloomRemove all warnings from the input filtering stack.
2001-08-07 William A. Rowe Jr Thanks rbb, and the modproxy-dev autobuild report...
2001-08-07 William A. Rowe Jr All mod_autoindex query parsing is now quietly...
2001-08-07 Cliff WoolleyFixed an error in ap_ssi_get_tag_and_value(). It was...
2001-08-07 William A. Rowe JrFormatted output changes only...
2001-08-07 William A. Rowe Jr A debatable change, to return (an absolute) 404 if...
2001-08-06 William A. Rowe Jr Change the error wording, slightly.
2001-08-06 William A. Rowe Jr Thanks goes to Manoj, while commenting on another...
next