summaryrefslogtreecommitdiffstats
path: root/modules/generators (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_cgid: Fix storage corruption caused by use of incorrect pool.Jeff Trawick2004-03-151-1/+1
* * modules/standard/mod_autoindex.c (index_directory): If stat() failsJoe Orton2004-03-101-3/+12
* fix name of The Apache Software FoundationAndré Malo2004-02-0910-10/+10
* fix copyright dates according to the first check inAndré Malo2004-02-088-8/+8
* apply Apache License, 2.0André Malo2004-02-0610-526/+101
* Use -export-dynamic only when linking an httpd which includes mod_so,Joe Orton2004-01-081-2/+0
* update license to 2004.André Malo2004-01-0110-10/+10
* change the way the cgid daemon restart logic determines whetherJeff Trawick2003-12-131-4/+13
* add another space, for the sake of Netscape 4André Malo2003-11-231-1/+1
* restore the space which broke all tests :-)André Malo2003-11-231-1/+1
* mod_autoindex: new directive IndexStyleSheetIan Holsman2003-11-201-1/+17
* get rid of _FOREACHCliff Woolley2003-11-162-6/+27
* Fix a long delay with CGI requests and keepalive connections onJeff Trawick2003-11-071-0/+10
* darn, the patch for bug 9587 (wrong icon for directories shown) brokeAndré Malo2003-11-031-8/+4
* - add XHTML doctypes to httpd.hAndré Malo2003-11-021-14/+44
* Don't omit the initial <tr> if SuppressIcon is set.André Malo2003-11-021-1/+2
* improve readability a (little) bitAndré Malo2003-11-011-14/+12
* * modules/generators/mod_info.c:Thom May2003-10-301-4/+7
* mod_status: Report total CPU time accurately when using a threadedJeff Trawick2003-10-291-5/+52
* Forward port from 2.0:Sander Striker2003-10-271-25/+10
* mod_cgid: fix a hash table corruption problem which couldJeff Trawick2003-10-021-1/+20
* Fix mod_info to use the real config file name, not the defaultJeff Trawick2003-09-191-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-033-6/+6
* drop superfluous argument from ap_ssi_parse_string.André Malo2003-08-232-6/+6
* adjust mod_cgi and mod_cgidAndré Malo2003-08-222-237/+198
* include_cmd doesn't imply the CGI interface. That code seems to beAndré Malo2003-08-211-47/+9
* fix mod_status compilation on Win32 (stolen from mod_dav).André Malo2003-07-223-10/+28
* Add optional hook to extend mod_status output.Joe Orton2003-07-212-0/+91
* If a directory contains a file listed in theAndré Malo2003-07-151-0/+1
* mod_cgid: Restart the cgid daemon if it crashes.Jeff Trawick2003-06-231-35/+62
* mod_cgid: Eliminate a double-close of a socket. This resolvesJeff Trawick2003-06-211-3/+2
* Fix the inability to log errors like exec failure inJeff Trawick2003-04-041-11/+9
* Fix a misterminated comment... noted by bpaneWilliam A. Rowe Jr2003-03-311-1/+1
* Solve segfaults from unusual error exceptions in cgid. The daemonWilliam A. Rowe Jr2003-03-311-6/+12
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-115-50/+5
* Unescape the supplied wildcard pattern. Otherwise the pattern willAndré Malo2003-03-021-12/+19
* add some comments and WS to make it better readable (hopefully ;-)André Malo2003-03-021-12/+24
* emit and accept modern query string parameter delimiters (;).André Malo2003-03-021-22/+27
* buhuh! use the correct target string and don't forgetAndré Malo2003-03-021-1/+1
* WS and style issues. No code changes.André Malo2003-03-021-117/+123
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-205-25/+25
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-185-10/+10
* mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannotJeff Trawick2003-02-122-2/+43
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-075-30/+75
* finished that boring job:André Malo2003-02-039-9/+9
* Catch up with the changes to apr/build/win32ver.awk and name all loadableWilliam A. Rowe Jr2003-01-205-10/+10
* Bring forward the IndexOptions IgnoreCase option to mod_autoindexWilliam A. Rowe Jr2003-01-061-20/+51
* Fix the building of cgi command lines when the query stringJeff Trawick2002-11-222-9/+13
* mod_autoindex: AddDescription directives for directoriesJeff Trawick2002-11-221-0/+8
* mod_cgid: Handle environment variables containing newlines.Jeff Trawick2002-11-151-172/+221