summaryrefslogtreecommitdiffstats
path: root/docs/manual/cgi_path.html.en (unfollow)
Commit message (Expand)AuthorFilesLines
2002-03-18Forward port warning against open proxies.Joshua Slive1-0/+16
2002-03-18A little mgmt overhead for the mod_dav API change.Greg Stein2-1/+6
2002-03-18Change the REPORT handling APIs to deliver the content directly intoGreg Stein2-23/+24
2002-03-18It's trying to rain in C'ville....Cliff Woolley1-11/+6
2002-03-18Fix a hang condition with graceful restart and prefork MPMJeff Trawick3-14/+31
2002-03-18prefork and worker:Jeff Trawick2-0/+10
2002-03-18don't check for EINTR after a call to apr_file_write();Jeff Trawick1-4/+1
2002-03-18Fix check for APR featureBill Stoddard1-1/+1
2002-03-18Get mod_mem_cache to compile cleanly again on linux, where apr_atomic_tCliff Woolley2-7/+27
2002-03-18Carriage returns??Cliff Woolley1-3/+3
2002-03-18Hacks on top of hacks... UNIX needs unistd.h for the close() prototypeCliff Woolley1-0/+3
2002-03-18Fix a possibly-uninitialized warning and a boolean logic bugCliff Woolley1-2/+2
2002-03-18Fix some possibly-uninitialized warnings and some incorrect format stringsCliff Woolley1-7/+6
2002-03-18added myself to contributor listBrian Pane1-1/+2
2002-03-18Fix for vhosts where the hostname is followed by '.'Brian Pane1-2/+2
2002-03-18 Seems like this is the end of the compiler emits on Win32, once again.William A. Rowe Jr1-2/+5
2002-03-18 Spell out the merged log name, if we succeeded in merging the pathWilliam A. Rowe Jr1-1/+1
2002-03-17Fix some formattingBill Stoddard1-7/+7
2002-03-17Added a note about mod_include optimizationsBrian Pane1-0/+2
2002-03-17Performance fix for ap_ssi_get_tag_and_value: do a lightweightBrian Pane1-18/+36
2002-03-17 Clear up a const warning, and recognize some arrays by changing theWilliam A. Rowe Jr4-18/+18
2002-03-17 Fix a signedness emit based on session_id_length [unsigned]William A. Rowe Jr1-4/+4
2002-03-17get the prototype for ap_recent_ctime()Jeff Trawick1-0/+1
2002-03-17Another optimization for find_end_sequence: once we're in theBrian Pane1-1/+6
2002-03-17Small performance improvement for find_end_sequence()Brian Pane1-3/+6
2002-03-17Use the "recent time" cache to optimize timestamp generation forBrian Pane4-1/+55
2002-03-17fix a compile errorJeff Trawick1-1/+1
2002-03-16fix the type of a string argument to ap_log_error()Jeff Trawick2-2/+2
2002-03-16PR:William A. Rowe Jr2-9/+54
2002-03-16 Clean tree ... commit all [?]William A. Rowe Jr1-2/+3
2002-03-16 Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_foo entities aren'tWilliam A. Rowe Jr4-6/+6
2002-03-16 Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr18-71/+163
2002-03-16 Silly module, we don't need compat.h :)William A. Rowe Jr1-3/+3
2002-03-16Solaris 8 doesn't have a thundering herd problemIan Holsman2-1/+15
2002-03-15make sure we set rc before referencing itJeff Trawick1-1/+6
2002-03-15 Axe unused variableWilliam A. Rowe Jr1-2/+0
2002-03-15clean up the use of apr_sockaddr_t (stay out of family-specificJeff Trawick1-9/+6
2002-03-15 Another potential ap_server_root_relative failureWilliam A. Rowe Jr1-3/+3
2002-03-15 Style touchupWilliam A. Rowe Jr1-2/+2
2002-03-15 Another potential ap_server_root_relative failure.William A. Rowe Jr1-1/+1
2002-03-15 A coworker discovered that really bogus path names segfault the serverWilliam A. Rowe Jr1-0/+16
2002-03-15speed up the short_report path... we were unnecessarilyJeff Trawick1-178/+174
2002-03-15Factor out a bunch of commonality between the HAVE_TIMES path andJeff Trawick1-41/+27
2002-03-15 Outch! DougM reports that I never committed this file. Lo and behold,William A. Rowe Jr1-0/+4
2002-03-15Allow URIs specifying CGI scripts to include '/' at the endJeff Trawick2-0/+19
2002-03-15fix a couple of formatting bugs in the !HAVE_TIMES pathJeff Trawick1-2/+2
2002-03-15make mod_status a little faster by checking for an active server sooner inJeff Trawick1-162/+166
2002-03-15Since noone seemed to have a real problem with it, change !! toSander Striker1-1/+1
2002-03-15Typo (noticed while browsing http://docx.webperf.org/)Martin Kraemer1-1/+1
2002-03-15get rid of some -Wall warningsDoug MacEachern2-0/+5