summaryrefslogtreecommitdiffstats
path: root/include/util_cfgtree.h (unfollow)
Commit message (Expand)AuthorFilesLines
2005-10-15Do not set r->content_type directly, use our ap_set_content_type API, so that...Paul Querna1-1/+2
2005-10-15update transformationAndré Malo29-17/+61
2005-10-15get the properties and the copyright date rightAndré Malo1-2/+2
2005-10-15Add mod_authn_dbd to buildNick Kew1-0/+1
2005-10-15Note new moduleNick Kew1-0/+2
2005-10-15Add mod_authn_dbdNick Kew5-0/+465
2005-10-13* modules/ssl/ssl_engine_init.c (ssl_init_CheckServers): Fix IP/portJoe Orton1-2/+4
2005-10-12* Added further directives that are controlled via AllowOverride FileInfoRuediger Pluem1-1/+20
2005-10-12Make ap_register_output_filter back into a function (*sigh*)Nick Kew2-18/+20
2005-10-12Make ap_register_output_filter a #defineNick Kew2-16/+0
2005-10-12Performance Tune: Do the cheap and fast length check beforeJim Jagielski1-3/+3
2005-10-12Fix -Wall warning... Thanks to Joe for the head's up!Jim Jagielski1-2/+2
2005-10-12* support/ab.c (test): Increment count of started requests when aJoe Orton1-0/+1
2005-10-11Removed this file now that both the doc-only distributionJim Jagielski1-3/+3
2005-10-11mod_proxy_balancer: BalancerManager and proxies correctly handleJim Jagielski3-29/+39
2005-10-11Merge r265033 from trunk.Colm MacCarthaigh1-3/+3
2005-10-11merge r265737 from trunk.Colm MacCarthaigh1-3/+3
2005-10-09Sync changesNick Kew1-6/+8
2005-10-09Support dbd connections tied to the conn_rec.Nick Kew2-1/+50
2005-10-09* Fix a declaration problem introduced in r195013 that is C99 but not ANSI CRuediger Pluem1-1/+3
2005-10-09Corrected an out-of-date comment (it's been a while since main.c hasBrian Pane1-1/+1
2005-10-08remove the recycled_pool variable to keep it more in sync with worker.Greg Ames1-6/+2
2005-10-08remove obsolete constantGreg Ames1-11/+1
2005-10-08use Greg's cleaner fix for CAN-2005-2970Jeff Trawick2-14/+10
2005-10-07* Fix PR36883 (mod_proxy_ajp and tomcat issues).Ruediger Pluem2-41/+52
2005-10-07 Sync CHANGES, note the NET_TIME patchWilliam A. Rowe Jr1-0/+6
2005-10-06* Sync with 2.2.x branch (r306900)Ruediger Pluem1-4/+4
2005-10-06* Synic with 2.2.x branch (r306884)Ruediger Pluem1-3/+3
2005-10-06mod_proxy_connect: Fix high CPU loop on systems like UnixWare whichJeff Trawick2-1/+7
2005-10-06Get latex build working again.Joshua Slive1-1/+4
2005-10-06 Bump MODULE_MAGIC_COOKIE to "AP24", as we are already changing theWilliam A. Rowe Jr1-1/+2
2005-10-06update transformationAndré Malo9-535/+549
2005-10-06swap module and directive, heh ;)André Malo1-8/+8
2005-10-06 NET_TIME, as a standalone feature, was a horrid idea.William A. Rowe Jr6-52/+42
2005-10-06 Spare us a wasted variable, csd is initialized null, actingWilliam A. Rowe Jr1-3/+1
2005-10-06 Pay close attention to core_create_req() ... and noteWilliam A. Rowe Jr3-5/+10
2005-10-05Move the AC_TRY_RUN expansion much further down, after we have had a chance toColm MacCarthaigh1-3/+3
2005-10-05Refresh the SSL FAQ to bring it a little closer to reality.Joshua Slive1-518/+527
2005-10-05* Fix PR36507 (mod_proxy_balancer does not handle sticky sessions withRuediger Pluem2-1/+15
2005-10-04Invert the "yes" and "no" values for $ap_void_ptr_lt_long, whichColm MacCarthaigh1-3/+3
2005-10-04One way or another, whether we leave the casts in or out, right now we areColm MacCarthaigh2-0/+24
2005-10-03Initialise a variable, to avoid a gcc warning.Colm MacCarthaigh1-1/+2
2005-10-03Whitespace fixes.Colm MacCarthaigh1-2/+2
2005-10-03Actually show hot to use this.Rich Bowen2-0/+6
2005-10-03Remove some trailing spaces. Syncs with 2.2.x.Colm MacCarthaigh1-4/+4
2005-10-03* Fix style nits (whitespaces / formats of comments). No Functional changes.Ruediger Pluem1-74/+104
2005-10-03* Add entry for r293123.Ruediger Pluem1-2/+6
2005-10-03Two minor whitespace cleanups. Syncs with the 2.2.x branch.Colm MacCarthaigh1-2/+2
2005-10-02Use the H flag to force cgi's to be handled as cgi-script.Rich Bowen1-3/+3
2005-10-02* run the request_status hook in proxy_handler if HTTP_SERVICE_UNAVAILABLERuediger Pluem1-2/+16