summaryrefslogtreecommitdiffstats
path: root/modules/arch/win32/mod_win32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added many log numbers to log statements thatRainer Jung2016-01-191-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-3/+3
* Invert logic for env var utf-8 fixing.Guenter Knauf2011-07-151-8/+7
* Fixed some more env vars which make problems.Guenter Knauf2011-07-121-3/+4
* Added shebang check so that .vbs scripts can work as CGI.Guenter Knauf2011-01-021-3/+6
* Fixed some win32 types.Guenter Knauf2010-11-291-2/+2
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* eliminating 9x legacy code from mod_win32William A. Rowe Jr2009-01-061-17/+3
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-30/+30
* Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccupsWilliam A. Rowe Jr2005-02-051-1/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Handle PATH_INFO as opaque byte-wise data for cgi invocation asWilliam A. Rowe Jr2005-01-071-1/+2
* WIN64: fix some windows specific 64bit warningsAllan K. Edwards2004-10-061-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first checkinAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* update license to 2004.André Malo2004-01-011-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* Someone (I need to refer back) asked that we do the same skip for theWilliam A. Rowe Jr2003-02-231-10/+31
* finished that boring job:André Malo2003-02-031-1/+1
* Fix some Win32 compile breaks caused by Brian Pane's making apr_table_tBill Stoddard2002-07-061-2/+3
* Replace gunk with ap_regkey calls.William A. Rowe Jr2002-06-241-89/+43
* The fix wasn't healthy for Win9x. Work around pre-Unicode flavors.William A. Rowe Jr2002-06-231-3/+20
* Fixes Win32 cgi 500 errors when QUERY_ARGS or other strings includeWilliam A. Rowe Jr2002-06-231-10/+70
* Fix serious brokenness... we abused prog_type rather than cmd_type onWilliam A. Rowe Jr2002-06-151-4/+4
* Catch up with Brad's changes, this knocks off the CGI popup windows bugWilliam A. Rowe Jr2002-06-061-12/+10
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-2/+2
* Respect the process_cgi argumentWilliam A. Rowe Jr2002-04-141-22/+24
* If we have a registry command or a shebang line invocation, correct theWilliam A. Rowe Jr2002-04-131-1/+6
* In order for Win32 to accept the shebang line of #!perl so we 1) searchWilliam A. Rowe Jr2002-04-131-3/+5
* Flip the order. If the user specifies ScriptInterpreterSource,William A. Rowe Jr2002-04-121-15/+17
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Win32: Fix bug that could cause CGI scripts with QUERY_STRINGSBill Stoddard2001-12-181-1/+1
* Fix the cmd command for mod_include. When we are processingRyan Bloom2001-11-241-2/+2
* Style-guide compliance changes only, no functional differences.Ken Coar2001-10-211-52/+81
* Grab this pointer, before it goes NULLWilliam A. Rowe Jr2001-10-211-2/+2
* For Win32 cgi %1 arguments, use backslashes. For $1, use posix slashes.William A. Rowe Jr2001-10-211-2/+17
* On second thought, we like our dot, alot.William A. Rowe Jr2001-10-211-2/+0
* Round out const'nessWilliam A. Rowe Jr2001-10-211-1/+1
* First Patch! [Well, my own typo.]William A. Rowe Jr2001-10-211-2/+2
* Reimplement Win32 registry-based and shebang-extended scripting.William A. Rowe Jr2001-10-211-0/+510