| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_cgid: Fix storage corruption caused by use of incorrect pool. | Jeff Trawick | 2004-03-15 | 1 | -1/+1 |
* | * modules/standard/mod_autoindex.c (index_directory): If stat() fails | Joe Orton | 2004-03-10 | 1 | -3/+12 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 10 | -10/+10 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 8 | -8/+8 |
* | apply Apache License, 2.0 | André Malo | 2004-02-06 | 10 | -526/+101 |
* | Use -export-dynamic only when linking an httpd which includes mod_so, | Joe Orton | 2004-01-08 | 1 | -2/+0 |
* | update license to 2004. | André Malo | 2004-01-01 | 10 | -10/+10 |
* | change the way the cgid daemon restart logic determines whether | Jeff Trawick | 2003-12-13 | 1 | -4/+13 |
* | add another space, for the sake of Netscape 4 | André Malo | 2003-11-23 | 1 | -1/+1 |
* | restore the space which broke all tests :-) | André Malo | 2003-11-23 | 1 | -1/+1 |
* | mod_autoindex: new directive IndexStyleSheet | Ian Holsman | 2003-11-20 | 1 | -1/+17 |
* | get rid of _FOREACH | Cliff Woolley | 2003-11-16 | 2 | -6/+27 |
* | Fix a long delay with CGI requests and keepalive connections on | Jeff Trawick | 2003-11-07 | 1 | -0/+10 |
* | darn, the patch for bug 9587 (wrong icon for directories shown) broke | André Malo | 2003-11-03 | 1 | -8/+4 |
* | - add XHTML doctypes to httpd.h | André Malo | 2003-11-02 | 1 | -14/+44 |
* | Don't omit the initial <tr> if SuppressIcon is set. | André Malo | 2003-11-02 | 1 | -1/+2 |
* | improve readability a (little) bit | André Malo | 2003-11-01 | 1 | -14/+12 |
* | * modules/generators/mod_info.c: | Thom May | 2003-10-30 | 1 | -4/+7 |
* | mod_status: Report total CPU time accurately when using a threaded | Jeff Trawick | 2003-10-29 | 1 | -5/+52 |
* | Forward port from 2.0: | Sander Striker | 2003-10-27 | 1 | -25/+10 |
* | mod_cgid: fix a hash table corruption problem which could | Jeff Trawick | 2003-10-02 | 1 | -1/+20 |
* | Fix mod_info to use the real config file name, not the default | Jeff Trawick | 2003-09-19 | 1 | -1/+1 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 3 | -6/+6 |
* | drop superfluous argument from ap_ssi_parse_string. | André Malo | 2003-08-23 | 2 | -6/+6 |
* | adjust mod_cgi and mod_cgid | André Malo | 2003-08-22 | 2 | -237/+198 |
* | include_cmd doesn't imply the CGI interface. That code seems to be | André Malo | 2003-08-21 | 1 | -47/+9 |
* | fix mod_status compilation on Win32 (stolen from mod_dav). | André Malo | 2003-07-22 | 3 | -10/+28 |
* | Add optional hook to extend mod_status output. | Joe Orton | 2003-07-21 | 2 | -0/+91 |
* | If a directory contains a file listed in the | André Malo | 2003-07-15 | 1 | -0/+1 |
* | mod_cgid: Restart the cgid daemon if it crashes. | Jeff Trawick | 2003-06-23 | 1 | -35/+62 |
* | mod_cgid: Eliminate a double-close of a socket. This resolves | Jeff Trawick | 2003-06-21 | 1 | -3/+2 |
* | Fix the inability to log errors like exec failure in | Jeff Trawick | 2003-04-04 | 1 | -11/+9 |
* | Fix a misterminated comment... noted by bpane | William A. Rowe Jr | 2003-03-31 | 1 | -1/+1 |
* | Solve segfaults from unusual error exceptions in cgid. The daemon | William A. Rowe Jr | 2003-03-31 | 1 | -6/+12 |
* | After discussions at length on dev@apr/httpd, it is determined that | William A. Rowe Jr | 2003-03-11 | 5 | -50/+5 |
* | Unescape the supplied wildcard pattern. Otherwise the pattern will | André Malo | 2003-03-02 | 1 | -12/+19 |
* | add some comments and WS to make it better readable (hopefully ;-) | André Malo | 2003-03-02 | 1 | -12/+24 |
* | emit and accept modern query string parameter delimiters (;). | André Malo | 2003-03-02 | 1 | -22/+27 |
* | buhuh! use the correct target string and don't forget | André Malo | 2003-03-02 | 1 | -1/+1 |
* | WS and style issues. No code changes. | André Malo | 2003-03-02 | 1 | -117/+123 |
* | After consultations on the APR list, it was decided that /map files are | William A. Rowe Jr | 2003-02-20 | 5 | -25/+25 |
* | foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which | William A. Rowe Jr | 2003-02-18 | 5 | -10/+10 |
* | mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot | Jeff Trawick | 2003-02-12 | 2 | -2/+43 |
* | *) Introduce debugging symbols for Win32 release builds, both .pdb | William A. Rowe Jr | 2003-02-07 | 5 | -30/+75 |
* | finished that boring job: | André Malo | 2003-02-03 | 9 | -9/+9 |
* | Catch up with the changes to apr/build/win32ver.awk and name all loadable | William A. Rowe Jr | 2003-01-20 | 5 | -10/+10 |
* | Bring forward the IndexOptions IgnoreCase option to mod_autoindex | William A. Rowe Jr | 2003-01-06 | 1 | -20/+51 |
* | Fix the building of cgi command lines when the query string | Jeff Trawick | 2002-11-22 | 2 | -9/+13 |
* | mod_autoindex: AddDescription directives for directories | Jeff Trawick | 2002-11-22 | 1 | -0/+8 |
* | mod_cgid: Handle environment variables containing newlines. | Jeff Trawick | 2002-11-15 | 1 | -172/+221 |