| Commit message (Expand) | Author | Age | Files | Lines |
* | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -2/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -3/+3 |
* | Invert logic for env var utf-8 fixing. | Guenter Knauf | 2011-07-15 | 1 | -8/+7 |
* | Fixed some more env vars which make problems. | Guenter Knauf | 2011-07-12 | 1 | -3/+4 |
* | Added shebang check so that .vbs scripts can work as CGI. | Guenter Knauf | 2011-01-02 | 1 | -3/+6 |
* | Fixed some win32 types. | Guenter Knauf | 2010-11-29 | 1 | -2/+2 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | eliminating 9x legacy code from mod_win32 | William A. Rowe Jr | 2009-01-06 | 1 | -17/+3 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -30/+30 |
* | Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccups | William A. Rowe Jr | 2005-02-05 | 1 | -1/+2 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Handle PATH_INFO as opaque byte-wise data for cgi invocation as | William A. Rowe Jr | 2005-01-07 | 1 | -1/+2 |
* | WIN64: fix some windows specific 64bit warnings | Allan K. Edwards | 2004-10-06 | 1 | -1/+1 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first checkin | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -1/+1 |
* | Someone (I need to refer back) asked that we do the same skip for the | William A. Rowe Jr | 2003-02-23 | 1 | -10/+31 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Fix some Win32 compile breaks caused by Brian Pane's making apr_table_t | Bill Stoddard | 2002-07-06 | 1 | -2/+3 |
* | Replace gunk with ap_regkey calls. | William A. Rowe Jr | 2002-06-24 | 1 | -89/+43 |
* | The fix wasn't healthy for Win9x. Work around pre-Unicode flavors. | William A. Rowe Jr | 2002-06-23 | 1 | -3/+20 |
* | Fixes Win32 cgi 500 errors when QUERY_ARGS or other strings include | William A. Rowe Jr | 2002-06-23 | 1 | -10/+70 |
* | Fix serious brokenness... we abused prog_type rather than cmd_type on | William A. Rowe Jr | 2002-06-15 | 1 | -4/+4 |
* | Catch up with Brad's changes, this knocks off the CGI popup windows bug | William A. Rowe Jr | 2002-06-06 | 1 | -12/+10 |
* | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -2/+2 |
* | Respect the process_cgi argument | William A. Rowe Jr | 2002-04-14 | 1 | -22/+24 |
* | If we have a registry command or a shebang line invocation, correct the | William A. Rowe Jr | 2002-04-13 | 1 | -1/+6 |
* | In order for Win32 to accept the shebang line of #!perl so we 1) search | William A. Rowe Jr | 2002-04-13 | 1 | -3/+5 |
* | Flip the order. If the user specifies ScriptInterpreterSource, | William A. Rowe Jr | 2002-04-12 | 1 | -15/+17 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Win32: Fix bug that could cause CGI scripts with QUERY_STRINGS | Bill Stoddard | 2001-12-18 | 1 | -1/+1 |
* | Fix the cmd command for mod_include. When we are processing | Ryan Bloom | 2001-11-24 | 1 | -2/+2 |
* | Style-guide compliance changes only, no functional differences. | Ken Coar | 2001-10-21 | 1 | -52/+81 |
* | Grab this pointer, before it goes NULL | William A. Rowe Jr | 2001-10-21 | 1 | -2/+2 |
* | For Win32 cgi %1 arguments, use backslashes. For $1, use posix slashes. | William A. Rowe Jr | 2001-10-21 | 1 | -2/+17 |
* | On second thought, we like our dot, alot. | William A. Rowe Jr | 2001-10-21 | 1 | -2/+0 |
* | Round out const'ness | William A. Rowe Jr | 2001-10-21 | 1 | -1/+1 |
* | First Patch! [Well, my own typo.] | William A. Rowe Jr | 2001-10-21 | 1 | -2/+2 |
* | Reimplement Win32 registry-based and shebang-extended scripting. | William A. Rowe Jr | 2001-10-21 | 1 | -0/+510 |