summaryrefslogtreecommitdiff
path: root/modules/generators
Commit message (Expand)AuthorAgeFilesLines
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-162-7/+7
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-106-451/+451
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-102-21/+21
* Remove CGI block on OPTIONS method so that scripts canRoy T. Fielding2005-10-182-14/+0
* * modules/generators/config5.m4: Improve Solaris 10 check in mod_cgid toJustin Erenkrantz2005-10-181-7/+25
* Whitespace fixes.Colm MacCarthaigh2005-10-031-2/+2
* Add ap_append_pid(); This is performed enough to warrantJim Jagielski2005-08-311-3/+2
* mod_cgid: Refuse to work on Solaris 10 due to OS bugs.Justin Erenkrantz2005-08-301-1/+20
* If uid_t and gid_t are unsigned on a platform (hurd, for example), using -1Colm MacCarthaigh2005-08-301-1/+1
* Fix PR36410; Change how the get_suexec_identity hook is handled by CGID.Colm MacCarthaigh2005-08-301-55/+44
* Correct mod_cgid's argv[0] so that the full path can be delved by theWilliam A. Rowe Jr2005-08-291-4/+1
* Doxygen fixup / cleanupIan Holsman2005-08-283-0/+31
* CGId keeps a copy of the listening sockets open, which interferes with a Colm MacCarthaigh2005-08-271-0/+3
* Append the .PID to the ScriptSock filename. This change ensures that multipleColm MacCarthaigh2005-08-251-10/+15
* nit: Consistently CamelCase "ScriptSock".Colm MacCarthaigh2005-08-251-2/+2
* fix 64bit build warningsAndreas Steinmetz2005-08-231-7/+7
* Fix bug where non-200 CGI responses will not send anything down filter chain.Justin Erenkrantz2005-08-101-1/+12
* mod_cgid: Fix buffer overflow processing ScriptSock directive.Jeff Trawick2005-06-221-2/+2
* * modules/generators/mod_cgi.c (cgi_bucket_read): Log a specific errorJoe Orton2005-06-081-1/+9
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-155-5/+5
* Show the Quick Handlers in mod_info. Commit it to trunk, instead of the Paul Querna2005-05-121-1/+2
* Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ...Paul Querna2005-05-041-5/+7
* svn:eol-style = nativeAndré Malo2005-04-113-754/+754
* Rethink the built-in vs shared modules for NetWare. Reposition mod_asis, mod...Bradley Nicholes2005-04-084-0/+757
* Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec...Paul Querna2005-03-081-1/+1
* Since prefork is currently the only non-threaded MPM, check for it, instead o...Paul Querna2005-03-081-1/+1
* worker MPM/mod_status: Support per-worker tracking of pid andJeff Trawick2005-03-051-8/+18
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0410-10/+20
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-1/+1
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-302-6/+6
* mod_cgid: Catch configuration problem where two web server instancesJeff Trawick2004-11-241-0/+15
* * modules/generators/mod_cgi.c (cgi_handler): Ensure all stderr fromJoe Orton2004-11-221-3/+7
* Remove the .cvsignore files.Joe Orton2004-11-191-21/+0
* * modules/generators/mod_cgid.c (cgid_init): Fix GCC strict-aliasingJoe Orton2004-11-121-2/+6
* * server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setasideJoe Orton2004-09-261-4/+1
* * modules/generators/mod_cgi.c (cgi_handler): Fix possible segfaultsJoe Orton2004-09-221-1/+4
* mod_info: Added all Standard Hooks to the Hook Listing.Paul Querna2004-09-051-29/+58
* fix XHTML 1.0 Validation Errors.Paul Querna2004-09-051-5/+9
* mod_info: Added ?hooks. Now outputs XHTML. Added more build info.Paul Querna2004-09-051-81/+285
* Remove the use of sprintf.Paul Querna2004-09-051-27/+23
* No Functional Changes to mod_info.Paul Querna2004-09-051-200/+241
* Rewrote config tree walk using recursion the way God intended.Paul Querna2004-09-031-95/+98
* "Rule" is pretty abstract in this case and seems toJoshua Slive2004-09-021-1/+2
* #ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED the stderr to errorlog stuffAndré Malo2004-08-261-1/+8
* Escape bytes returned by the errfn because it might be from an untrusted sourceBill Stoddard2004-08-241-1/+4
* Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test againstJustin Erenkrantz2004-08-012-6/+6
* rev back to previous version, removing chnges to overload detach field , putt...Jean-Jacques Clar2004-07-122-1/+4
* Add ShowForbidden to IndexOptions to list filesPaul Querna2004-07-101-1/+12
* Overloading detached field in cgi_exec_info_t stuct in order to use same fiel...Jean-Jacques Clar2004-07-092-4/+1
* Let CGI daemon die if the network layer has been shut down (problem noticed o...Martin Kraemer2004-06-291-0/+6