| Commit message (Expand) | Author | Age | Files | Lines |
| * | No functional change: remove "internal" tab spacing/formatting. | Jim Jagielski | 2005-11-16 | 2 | -7/+7 |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 6 | -451/+451 |
| * | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 2 | -21/+21 |
| * | Remove CGI block on OPTIONS method so that scripts can | Roy T. Fielding | 2005-10-18 | 2 | -14/+0 |
| * | * modules/generators/config5.m4: Improve Solaris 10 check in mod_cgid to | Justin Erenkrantz | 2005-10-18 | 1 | -7/+25 |
| * | Whitespace fixes. | Colm MacCarthaigh | 2005-10-03 | 1 | -2/+2 |
| * | Add ap_append_pid(); This is performed enough to warrant | Jim Jagielski | 2005-08-31 | 1 | -3/+2 |
| * | mod_cgid: Refuse to work on Solaris 10 due to OS bugs. | Justin Erenkrantz | 2005-08-30 | 1 | -1/+20 |
| * | If uid_t and gid_t are unsigned on a platform (hurd, for example), using -1 | Colm MacCarthaigh | 2005-08-30 | 1 | -1/+1 |
| * | Fix PR36410; Change how the get_suexec_identity hook is handled by CGID. | Colm MacCarthaigh | 2005-08-30 | 1 | -55/+44 |
| * | Correct mod_cgid's argv[0] so that the full path can be delved by the | William A. Rowe Jr | 2005-08-29 | 1 | -4/+1 |
| * | Doxygen fixup / cleanup | Ian Holsman | 2005-08-28 | 3 | -0/+31 |
| * | CGId keeps a copy of the listening sockets open, which interferes with a | Colm MacCarthaigh | 2005-08-27 | 1 | -0/+3 |
| * | Append the .PID to the ScriptSock filename. This change ensures that multiple | Colm MacCarthaigh | 2005-08-25 | 1 | -10/+15 |
| * | nit: Consistently CamelCase "ScriptSock". | Colm MacCarthaigh | 2005-08-25 | 1 | -2/+2 |
| * | fix 64bit build warnings | Andreas Steinmetz | 2005-08-23 | 1 | -7/+7 |
| * | Fix bug where non-200 CGI responses will not send anything down filter chain. | Justin Erenkrantz | 2005-08-10 | 1 | -1/+12 |
| * | mod_cgid: Fix buffer overflow processing ScriptSock directive. | Jeff Trawick | 2005-06-22 | 1 | -2/+2 |
| * | * modules/generators/mod_cgi.c (cgi_bucket_read): Log a specific error | Joe Orton | 2005-06-08 | 1 | -1/+9 |
| * | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | William A. Rowe Jr | 2005-05-15 | 5 | -5/+5 |
| * | Show the Quick Handlers in mod_info. Commit it to trunk, instead of the | Paul Querna | 2005-05-12 | 1 | -1/+2 |
| * | Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the ... | Paul Querna | 2005-05-04 | 1 | -5/+7 |
| * | svn:eol-style = native | André Malo | 2005-04-11 | 3 | -754/+754 |
| * | Rethink the built-in vs shared modules for NetWare. Reposition mod_asis, mod... | Bradley Nicholes | 2005-04-08 | 4 | -0/+757 |
| * | Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec... | Paul Querna | 2005-03-08 | 1 | -1/+1 |
| * | Since prefork is currently the only non-threaded MPM, check for it, instead o... | Paul Querna | 2005-03-08 | 1 | -1/+1 |
| * | worker MPM/mod_status: Support per-worker tracking of pid and | Jeff Trawick | 2005-03-05 | 1 | -8/+18 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 10 | -10/+20 |
| * | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -1/+1 |
| * | Allow APR to exist and build outside of the httpd/srclib file structure | Bradley Nicholes | 2004-11-30 | 2 | -6/+6 |
| * | mod_cgid: Catch configuration problem where two web server instances | Jeff Trawick | 2004-11-24 | 1 | -0/+15 |
| * | * modules/generators/mod_cgi.c (cgi_handler): Ensure all stderr from | Joe Orton | 2004-11-22 | 1 | -3/+7 |
| * | Remove the .cvsignore files. | Joe Orton | 2004-11-19 | 1 | -21/+0 |
| * | * modules/generators/mod_cgid.c (cgid_init): Fix GCC strict-aliasing | Joe Orton | 2004-11-12 | 1 | -2/+6 |
| * | * server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setaside | Joe Orton | 2004-09-26 | 1 | -4/+1 |
| * | * modules/generators/mod_cgi.c (cgi_handler): Fix possible segfaults | Joe Orton | 2004-09-22 | 1 | -1/+4 |
| * | mod_info: Added all Standard Hooks to the Hook Listing. | Paul Querna | 2004-09-05 | 1 | -29/+58 |
| * | fix XHTML 1.0 Validation Errors. | Paul Querna | 2004-09-05 | 1 | -5/+9 |
| * | mod_info: Added ?hooks. Now outputs XHTML. Added more build info. | Paul Querna | 2004-09-05 | 1 | -81/+285 |
| * | Remove the use of sprintf. | Paul Querna | 2004-09-05 | 1 | -27/+23 |
| * | No Functional Changes to mod_info. | Paul Querna | 2004-09-05 | 1 | -200/+241 |
| * | Rewrote config tree walk using recursion the way God intended. | Paul Querna | 2004-09-03 | 1 | -95/+98 |
| * | "Rule" is pretty abstract in this case and seems to | Joshua Slive | 2004-09-02 | 1 | -1/+2 |
| * | #ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED the stderr to errorlog stuff | André Malo | 2004-08-26 | 1 | -1/+8 |
| * | Escape bytes returned by the errfn because it might be from an untrusted source | Bill Stoddard | 2004-08-24 | 1 | -1/+4 |
| * | Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test against | Justin Erenkrantz | 2004-08-01 | 2 | -6/+6 |
| * | rev back to previous version, removing chnges to overload detach field , putt... | Jean-Jacques Clar | 2004-07-12 | 2 | -1/+4 |
| * | Add ShowForbidden to IndexOptions to list files | Paul Querna | 2004-07-10 | 1 | -1/+12 |
| * | Overloading detached field in cgi_exec_info_t stuct in order to use same fiel... | Jean-Jacques Clar | 2004-07-09 | 2 | -4/+1 |
| * | Let CGI daemon die if the network layer has been shut down (problem noticed o... | Martin Kraemer | 2004-06-29 | 1 | -0/+6 |