]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2006-04-13  Jim JagielskiNo need for this extra test, so remove dangit! :) fcgi-proxy-dev fcgi-proxy-dev
2006-04-01  Jim JagielskiExtend the output routine to ensure full writes
2006-03-29  Jim JagielskiLimit environment size to FastCGI to FCGI_MAX_ENV_SIZE
2006-03-07  Garrett RooneyAdd support for starting multiple fastcgi processes...
2006-03-05  Garrett RooneyOops, missed one thing I wanted to fix...
2006-03-05  Garrett RooneyAdd a first cut at a fastcgi starter program. This...
2006-03-05  Garrett RooneyDon't just hardcode 30 seconds as the poll timeout.
2006-03-05  Garrett RooneyFix up the path info in the balancer backend just like...
2006-03-05  Garrett RooneyStop holding open connections to the backend fastcgi...
2006-03-05  Garrett RooneyBring the debugging output up to date with the kind...
2006-02-13  Garrett Rooney* modules/proxy/mod_proxy_fcgi.c
2006-02-09  Jim JagielskiDocument that we are being chunking in our
2006-02-09  Jim JagielskiOK, if we have already seen headers, it's a smashing
2006-02-09  Jim JagielskiMinor style change: IMO checking for APR_SUCCESS is
2006-01-29  Garrett RooneyNow that the dispatch function handles the entire reque...
2006-01-24  Garrett RooneyClean up the end-of-headers detection code a bit. ...
2006-01-23  Garrett RooneyUpdate the proxy worker stats when we read/write data...
2006-01-23  Garrett RooneyUpdate an old comment.
2006-01-23  Garrett RooneyFix the code that detects the end of the headers in...
2006-01-11  Garrett RooneyChange the FastCGI URL scheme to fcgi://.
2006-01-09  Jim JagielskiAllow for "natural" usage of normal FCGI structs when...
2006-01-09  Garrett RooneyAfter more comparison with existing mod_proxy backends...
2006-01-09  Garrett RooneySet up r->path_info so that the PATH_INFO environment...
2006-01-08  Garrett RooneyIn theory, we now correctly implement all of the FastCG...
2006-01-07  Garrett RooneyUpdate a log message.
2006-01-07  Garrett RooneyMake the handling of FastCGI request headers consistent...
2006-01-06  Garrett RooneyMake a pass through mod_proxy_fcgi and clean up its...
2006-01-06  Garrett RooneyRead the FCGI_STDERR stream and log it to the error...
2006-01-05  Garrett RooneyMake sure that we read the padding bytes in all cases...
2006-01-04  Ian Holsmanmore debug statements.
2006-01-04  Ian Holsmanshow me the header please
2006-01-04  Garrett RooneyClean up record header parsing a bit. This may fix...
2006-01-03  Jim JagielskiGarret has a good point... even though we are sending...
2006-01-03  Jim JagielskiAlign with FCGI protocol defines.
2006-01-02  Jim JagielskiMove the FastCGI protocol types/constants to a sep...
2006-01-02  Jim JagielskiTemporary hack to allow testing to continue. Interestin...
2006-01-02  Jim JagielskiAvoid magic numbers. Since we are reading the header...
2005-12-30  Paul QuernaWhen we get some kind of write failure or protocol...
2005-12-30  Paul QuernaHandle reading fastcgi records with content length...
2005-12-29  Paul QuernaAdd support for reading FCGI_STDOUT and FCGI_END_REQUES...
2005-12-27  Paul QuernaAdd support for sending the FASTCGI_STDIN stream of...
2005-12-26  Paul QuernaAdd support for sending the environment to the backend...
2005-12-23  Paul Querna- Add defines for most common FastCGI values.
2005-12-23  Paul QuernaFix the parsing of the protocol in ProxyPass, so now...
2005-12-18  Paul QuernaCreate a templte for a FastCGI proxy backend. It does...
2005-12-18  Paul QuernaCreate a development branch for a FastCGI backend to...
2005-12-17  Ruediger Pluem* Fix ap_http_chunk_filter to create correct chunks...
2005-12-16  William A.... Add the module details for our /base:@...,mod_foo...
2005-12-16  William A.... A more generic explanation
2005-12-16  William A.... Test _NMAKE_VER define to determine nmake -nologo...
2005-12-16  William A.... New Win32 9x efforts are a nonstarter.
2005-12-16  William A.... Not Applicable anymore
2005-12-16  Joe Orton* server/protocol.c (ap_old_write_filter): Use NULL...
2005-12-16  Joe Orton* acinclude.m4 (APACHE_ENABLE_MODULES): Support passing...
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... Sorry, previous commit was not ok.
2005-12-15  Jean-Frederic... The string comming from TC is in ASCII and the string...
2005-12-14  William A.... Mirror Makefile.win from the GUI environment. The...
2005-12-14  William A.... Revert 1/2 of my last commit, keep Apache2 as the...
2005-12-14  William A.... Keep default INSTDIR out of a 2.0, 2.2 tree when...
2005-12-14  André Maloupdate transformation
2005-12-14  André Malofix that paste error and properties
2005-12-12  Joe Orton* include/ap_config.h: Fix the macro name.
2005-12-12  Joe Orton* include/ap_config.h: Define AP_HAVE_DESIGNATED_INITIA...
2005-12-11  Jim JagielskiOK, while we ponder how best to reuse conn pools for...
2005-12-11  Rich BowenDetails about changing auth provider.
2005-12-11  Rich BowenA few additional seealso links
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-10  Rich BowenSplit the Access Control stuff off into it's own howto...
2005-12-10  André Maloupdate transformation
2005-12-10  André Malofix xml validation error
2005-12-10  Rich BowenMention that digest can also be used with authn_dbd
2005-12-09  Rich BowenAdd required AuthName directive
2005-12-08  Joe Orton* include/httpd.h (conn_state_e): Remove trailing comma...
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-06  Joe Orton* os/unix/unixd.h: Use extern "C" linkage.
2005-12-06  Nick KewFix documentation bugs
2005-12-05  Joshua SliveGive a clue about what event really does, and some
2005-12-05  Nick KewPR 36090
2005-12-05  Nick KewFix for Bug 37790 (hangs on error return from post_read...
2005-12-03  André Maloupdate transformation
2005-12-03  André Malofix remaining mod_imap occurences
2005-12-03  Ruediger Pluem* Fix PR37753. Off by one bug in get_path_param eats...
2005-12-03  Paul QuernaOnly define sendfile_nonblocking if APR_HAS_SENDFILE...
2005-12-02  Joshua SlivePoint the breadcrump links to the new docs index page.
2005-12-02  William A.... Recover text
2005-12-02  William A.... Style nit - alpha order is slightly easier to later...
2005-12-01  Paul Quernarebuild.
2005-12-01  Paul QuernaNuke really old version recommendation on GCC. Any...
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...
next