summaryrefslogtreecommitdiffstats
path: root/modules/arch/win32/mod_isapi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_isapi: use consistent filenameEric Covener2022-06-011-2/+2
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* Fix spelling in comments and text files.Rainer Jung2016-08-111-3/+3
* Added many log numbers to log statements thatRainer Jung2016-01-191-6/+6
* Added many log numbers to log statements thatRainer Jung2016-01-191-5/+5
* Silent a sparse Warning.Christophe Jaillet2015-11-291-1/+2
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+1
* Add missing APLOGNO.Christophe Jaillet2014-07-201-12/+12
* s/equivalant/equivalent/ in commentsChristophe Jaillet2013-12-131-1/+1
* Code clean up (remove useless memory allocation) Stefan Fritsch2012-07-151-1/+1
* definAtelyJeff Trawick2011-12-121-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-17/+17
* Fix apr_status_t being passed as loglevelStefan Fritsch2011-12-021-1/+1
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-36/+36
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-6/+6
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-161-4/+4
* Fix a few warnings about use of uninitialized values.Stefan Fritsch2011-07-051-2/+2
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Prevent future developers from being as easily confused; prefix theWilliam A. Rowe Jr2010-03-051-20/+20
* revert r918671; these four functions don't need to beJeff Trawick2010-03-051-39/+16
* follow up to r918665:Jeff Trawick2010-03-031-16/+39
* fix these warnings:Jeff Trawick2010-03-031-17/+17
* SECURITY: CVE-2010-0425 (cve.mitre.org)William A. Rowe Jr2010-03-021-2/+0
* Correctly evaluate the HTTPS condition string.William A. Rowe Jr2007-01-041-1/+1
* Where any response is sent, return OK from the handler. Where thereWilliam A. Rowe Jr2007-01-031-16/+48
* Revert a regression introduced in the recent overhauls of mod_isapi.William A. Rowe Jr2006-12-071-1/+11
* update license header textRoy T. Fielding2006-07-111-6/+6
* Solve 416291, but in a more elegant manner, and with a littleWilliam A. Rowe Jr2006-06-221-12/+24
* Stop appending a backslash if some trailing slash is present.William A. Rowe Jr2006-06-221-2/+3
* mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, theWilliam A. Rowe Jr2006-06-221-1/+1
* We need to pay alot more attention here to ap_pass_brigade.William A. Rowe Jr2006-06-221-9/+10
* mod_isapi: Ensure we walk through all the methods the developer may haveWilliam A. Rowe Jr2006-06-221-18/+62
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-22/+1
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Eliminate last win32-isms, SetLastError becomes apr's set_os_errorWilliam A. Rowe Jr2006-03-181-24/+24
* Escape from casting purgatory, which the Solaris cc compilerWilliam A. Rowe Jr2006-03-181-22/+24
* Unsure why win32 never noticed this, but the value returned is a const char*William A. Rowe Jr2006-03-101-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-123/+123
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-20/+20
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* mod_isapi: GetServerVariable returned improperly terminated headerJeff Trawick2004-02-161-4/+6
* mod_isapi: send_response_header() failed to copy status string'sJeff Trawick2004-02-161-1/+1
* mod_isapi: GetServerVariable("ALL_RAW") returned the wrong bufferJeff Trawick2004-02-161-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
* Confirmed by Milan Kosina that this code was still broken - I realizedWilliam A. Rowe Jr2003-02-251-12/+30