summaryrefslogtreecommitdiffstats
path: root/modules/generators (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize variable to avoid compiler warnings.Rich Bowen2009-12-291-1/+1
* Adds alternating CSS classes to table rows for trendy striped tableRich Bowen2009-12-291-1/+18
* The ReadmeName directive was putting its value in the wrong place, andRich Bowen2009-12-281-1/+1
* Strip SHARED_CORE deadwood.Nick Kew2009-12-221-8/+0
* mod_autoindex: support XHTML as equivalent to HTML inNick Kew2009-12-221-6/+11
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-4/+0
* Fix remaining doxygen warnings. "make dox" is now clean with doxygenDaniel Earl Poirier2009-11-031-2/+0
* Fix a lot of doxygen warnings. Thanks to Brad Hards for the patch.Daniel Earl Poirier2009-10-281-3/+2
* Stop unexpected error logs in each requests.Takashi Sato2009-10-101-2/+4
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* Bring back OS/2 support.Brian Havard2009-08-263-5/+14
* * Do better checking of pollset operations in various places to avoid segfaults.Ruediger Pluem2009-08-161-3/+17
* * Correctly create an empty cell if the description for a file is missing.Ruediger Pluem2009-08-121-3/+3
* Add the missing include of apu_version.h and thus fix a build failure.Takashi Sato2009-07-091-0/+3
* removed font clutter as suggested by niq.Guenter Knauf2009-07-071-8/+4
* added compile-time apr / apr-util versions as wrowe suggested.Guenter Knauf2009-07-061-2/+10
* Use uninterruptable write; noted borrowing this code for lowportd (mod_ftp)William A. Rowe Jr2009-07-061-1/+1
* added apr / apr-util version output (part two).Guenter Knauf2009-07-051-0/+1
* added apr / apr-util version output.Guenter Knauf2009-07-051-0/+10
* * Close the accepted fd in the error case to avoid a file descriptor leak.Ruediger Pluem2009-06-111-0/+1
* * Close the listening Unix socket of the mod_cgid daemon in the CGI scripts.Ruediger Pluem2009-06-111-7/+10
* Quit hiding the previous request information while the subsequent request is ...William A. Rowe Jr2009-05-151-13/+9
* mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).Jeff Trawick2009-04-161-13/+12
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...Jeff Trawick2009-03-311-4/+0
* axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, Jeff Trawick2009-03-271-12/+0
* remove OS/2 platform supportJeff Trawick2009-03-273-14/+5
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-3/+5
* the length arguments are apr_size_t, not intJeff Trawick2009-01-061-1/+1
* tiny style fix for r729579Jeff Trawick2009-01-061-1/+1
* PR#39332: fix for segfault problem with mod_cgid on SolarisNick Kew2008-12-271-16/+43
* Remove a dirty hack in find_default_item.Takashi Sato2008-12-251-19/+9
* Make "HeaderName" and "ReadmeName" be stored in simple entries "header" and "...Takashi Sato2008-12-241-28/+14
* * Do not add an empty argument if we do not have any args for the script.Ruediger Pluem2008-12-151-1/+1
* unixd_config->ap_unixd_config renames for mod_suexecEric Covener2008-12-031-2/+2
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-1/+1
* Holey moley. Marcus Burke noted this in Rich's Nuts/Bolts talk.Jim Jagielski2008-11-041-1/+1
* * Instead of unixd_setup_child run the drop_privileges hook to switch theRuediger Pluem2008-11-041-2/+5
* * modules/generators/mod_cgid.cPaul Querna2008-10-291-2/+2
* Add option to insert something in autoindex head.Nick Kew2008-08-271-0/+9
* Simplyfy codepath. Don't treat "" as special, justJim Jagielski2008-08-041-7/+2
* *) mod_cgid: Pass along empty command line arguments from an ISINDEXEric Covener2008-08-041-0/+3
* *) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared byEric Covener2008-05-081-0/+10
* mod_cgid: Don't try to restart the daemon if it fails to initialize the socket.Jeff Trawick2008-05-071-6/+20
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-075-8/+0
* If you study all of the directive implementations, you'll noteWilliam A. Rowe Jr2008-04-061-1/+1
* Modified default refresh value to 10 secs so that its possible to correct a t...Guenter Knauf2008-01-011-1/+1
* * Ensure refresh parameter is numeric to prevent a possible XSS attack causedRuediger Pluem2007-12-281-12/+12
* * Set character set for HTML outputs generated by mod_ldap,Ruediger Pluem2007-12-241-1/+1
* * Detabify and make spacing in HTML code the same as before r593816. ThisRuediger Pluem2007-11-291-6/+6
* * Generate valid XHTML output by adding the xhtml namespace.Ruediger Pluem2007-11-101-3/+12