index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
arch
/
win32
/
mod_isapi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_isapi: use consistent filename
Eric Covener
2022-06-01
1
-2
/
+2
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-0
/
+1
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-2
/
+2
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-3
/
+3
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-6
/
+6
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-5
/
+5
*
Silent a sparse Warning.
Christophe Jaillet
2015-11-29
1
-1
/
+2
*
Fix some style issues on files that can easily be synch'ed with 2.4.x
Christophe Jaillet
2015-09-30
1
-1
/
+1
*
Add missing APLOGNO.
Christophe Jaillet
2014-07-20
1
-12
/
+12
*
s/equivalant/equivalent/ in comments
Christophe Jaillet
2013-12-13
1
-1
/
+1
*
Code clean up (remove useless memory allocation)
Stefan Fritsch
2012-07-15
1
-1
/
+1
*
definAtely
Jeff Trawick
2011-12-12
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-17
/
+17
*
Fix apr_status_t being passed as loglevel
Stefan Fritsch
2011-12-02
1
-1
/
+1
*
Remove more log message prefixes that are now redundant as the
Stefan Fritsch
2011-11-29
1
-36
/
+36
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-6
/
+6
*
Add more (trace) logging to the ap_scan_script_header*() functions
Stefan Fritsch
2011-07-16
1
-4
/
+4
*
Fix a few warnings about use of uninitialized values.
Stefan Fritsch
2011-07-05
1
-2
/
+2
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Prevent future developers from being as easily confused; prefix the
William A. Rowe Jr
2010-03-05
1
-20
/
+20
*
revert r918671; these four functions don't need to be
Jeff Trawick
2010-03-05
1
-39
/
+16
*
follow up to r918665:
Jeff Trawick
2010-03-03
1
-16
/
+39
*
fix these warnings:
Jeff Trawick
2010-03-03
1
-17
/
+17
*
SECURITY: CVE-2010-0425 (cve.mitre.org)
William A. Rowe Jr
2010-03-02
1
-2
/
+0
*
Correctly evaluate the HTTPS condition string.
William A. Rowe Jr
2007-01-04
1
-1
/
+1
*
Where any response is sent, return OK from the handler. Where there
William A. Rowe Jr
2007-01-03
1
-16
/
+48
*
Revert a regression introduced in the recent overhauls of mod_isapi.
William A. Rowe Jr
2006-12-07
1
-1
/
+11
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Solve 416291, but in a more elegant manner, and with a little
William A. Rowe Jr
2006-06-22
1
-12
/
+24
*
Stop appending a backslash if some trailing slash is present.
William A. Rowe Jr
2006-06-22
1
-2
/
+3
*
mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the
William A. Rowe Jr
2006-06-22
1
-1
/
+1
*
We need to pay alot more attention here to ap_pass_brigade.
William A. Rowe Jr
2006-06-22
1
-9
/
+10
*
mod_isapi: Ensure we walk through all the methods the developer may have
William A. Rowe Jr
2006-06-22
1
-18
/
+62
*
* server/core.c (default_handler): Use apr_brigade_insert_file() to
Joe Orton
2006-06-14
1
-22
/
+1
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Eliminate last win32-isms, SetLastError becomes apr's set_os_error
William A. Rowe Jr
2006-03-18
1
-24
/
+24
*
Escape from casting purgatory, which the Solaris cc compiler
William A. Rowe Jr
2006-03-18
1
-22
/
+24
*
Unsure why win32 never noticed this, but the value returned is a const char*
William A. Rowe Jr
2006-03-10
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-123
/
+123
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-20
/
+20
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
mod_isapi: GetServerVariable returned improperly terminated header
Jeff Trawick
2004-02-16
1
-4
/
+6
*
mod_isapi: send_response_header() failed to copy status string's
Jeff Trawick
2004-02-16
1
-1
/
+1
*
mod_isapi: GetServerVariable("ALL_RAW") returned the wrong buffer
Jeff Trawick
2004-02-16
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
*
Confirmed by Milan Kosina that this code was still broken - I realized
William A. Rowe Jr
2003-02-25
1
-12
/
+30
[next]