summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* ap_discard_request_body: exit without reading the body ifGreg Ames2002-06-241-1/+2
* Include apr_lib.h for the definition of apr_toupper() to get rid ofCliff Woolley2002-06-242-2/+4
* Replace gunk with ap_regkey calls.William A. Rowe Jr2002-06-241-89/+43
* The fix wasn't healthy for Win9x. Work around pre-Unicode flavors.William A. Rowe Jr2002-06-231-3/+20
* Fixes Win32 cgi 500 errors when QUERY_ARGS or other strings includeWilliam A. Rowe Jr2002-06-231-10/+70
* Whoops... removal of the last compat was just this bit premature.William A. Rowe Jr2002-06-232-8/+8
* The real pain. ap->apr xml and text types.William A. Rowe Jr2002-06-237-184/+181
* cleanup uses of apr_ischar() macros (no cast required)William A. Rowe Jr2002-06-231-5/+5
* That's apr, not ap (any longer)William A. Rowe Jr2002-06-231-3/+3
* No crutches.William A. Rowe Jr2002-06-234-33/+33
* Use apr_ variants of ischar() tests.William A. Rowe Jr2002-06-232-2/+2
* No crutches, people!William A. Rowe Jr2002-06-235-42/+41
* Simplify add_ssi_vars() and move the ssi/cgi vars into their respectiveWilliam A. Rowe Jr2002-06-231-9/+4
* s/cgi/cgid might be just a little agressive - fix a commentWilliam A. Rowe Jr2002-06-231-1/+1
* Cleanup some leftover cruft from the last commit.Bill Stoddard2002-06-221-1/+0
* Move the req_hdrs pointer from the cache_object_t to the cache_handle_t. EachBill Stoddard2002-06-223-13/+12
* Note the changed meaning of the NULL next_filter argument to theWilliam A. Rowe Jr2002-06-222-2/+2
* new configuration option for mod_rewrite to set cookies.Ian Holsman2002-06-222-2/+87
* Fixing up some copy commands in the NetWare make files during the installBradley Nicholes2002-06-214-3/+1
* reword an error messageJeff Trawick2002-06-211-1/+1
* ap_die: get rid of bad side effects from the recursive error handling codeGreg Ames2002-06-211-4/+4
* prevent infinite recursion if an ErrorDocument gets an errorGreg Ames2002-06-201-1/+1
* Remove the old EOS logic that I neglected to delete on the last commit,Brian Pane2002-06-201-16/+5
* Cleaner handling of unterminated SSI directivesBrian Pane2002-06-201-2/+26
* Better document the error cases returned from get_chunk_size().Aaron Bannert2002-06-191-0/+9
* Fixed the EOS handling for partial SSI directives at the end ofBrian Pane2002-06-191-0/+14
* It isn't valid to check errno without setting it first, unless anRoy T. Fielding2002-06-181-2/+6
* Do not use atol() for the Content-Length parsing as its handling of errorJustin Erenkrantz2002-06-171-5/+37
* Eliminate segfault we were seeing in mod_mem_cache when collecting an expiredBill Stoddard2002-06-171-3/+3
* These emits occur mainline, outside of the pphrase_callback, so we neverWilliam A. Rowe Jr2002-06-171-6/+3
* Rewrite ap_get_client_block to rely on assumptions that have beenJustin Erenkrantz2002-06-171-63/+28
* remove a redundant piece of codeIan Holsman2002-06-171-26/+0
* Close race condition cleaning up cache entry.Bill Stoddard2002-06-151-2/+27
* We must set the MIME-type for .shtml files to text/html if we want themRyan Bloom2002-06-151-5/+5
* Fixed a bug in the handling of nested if-statements in shtml filesBrian Pane2002-06-151-1/+1
* Style cleanupsBill Stoddard2002-06-151-5/+5
* Fix serious brokenness... we abused prog_type rather than cmd_type onWilliam A. Rowe Jr2002-06-151-4/+4
* Clean up a signedness emitWilliam A. Rowe Jr2002-06-141-4/+5
* Cleanup proxy timeouts a bit to remove emits and make consistent toWilliam A. Rowe Jr2002-06-144-7/+7
* Modify the deflate input filter so that it should always return data on aJustin Erenkrantz2002-06-141-0/+19
* this comment is way bogusCliff Woolley2002-06-131-5/+0
* Send output to the next filter even on header_only requests in mod_statusBrian Pane2002-06-132-6/+0
* Pass the brigade even on header_only requestsBrian Pane2002-06-131-8/+6
* fix the type of cache_pq_set_null so that it compiles with non-gcc/non-MSCJeff Trawick2002-06-131-1/+1
* Per RFC 2616 section 9.4, we SHOULD return the content-length if possible onJustin Erenkrantz2002-06-131-3/+1
* Solve the 80/20 by initializing and storing server_rec->timeout andWilliam A. Rowe Jr2002-06-128-27/+18
* Use lowercased macrosWilliam A. Rowe Jr2002-06-123-5/+5
* Use the new wrapperWilliam A. Rowe Jr2002-06-121-1/+1
* Use the new APR_TIME_FROM_SEC() wrapperWilliam A. Rowe Jr2002-06-122-4/+5
* An important observations before some x86'er attacks this idea.William A. Rowe Jr2002-06-121-1/+1