| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge (most of) r1876599 from trunk | Christophe Jaillet | 2021-04-18 | 1 | -0/+1 |
* | Merge r1873985 from trunk: | Yann Ylavic | 2020-02-21 | 2 | -3/+3 |
* | Merge r1756038 from trunk: | Jim Jagielski | 2016-08-25 | 2 | -4/+4 |
* | Clean up embedded abspaths that came along with resource | William A. Rowe Jr | 2016-04-07 | 1 | -2/+2 |
* | Win32-specific build files. | William A. Rowe Jr | 2016-03-23 | 2 | -0/+414 |
* | Merge r1725485 from trunk: | Jim Jagielski | 2016-02-18 | 2 | -8/+8 |
* | Add APLOGNO, first chunk (those that were | Rainer Jung | 2016-02-09 | 1 | -5/+5 |
* | Merge r1716940, r1717086 from trunk: | Jim Jagielski | 2015-12-07 | 1 | -1/+2 |
* | Merge r1705983 from trunk: | Jim Jagielski | 2015-10-06 | 1 | -1/+1 |
* | Merge r1611978, r1612068 from trunk: | Jim Jagielski | 2014-09-05 | 1 | -12/+12 |
* | s/equivalant/equivalent/ in comments | Christophe Jaillet | 2013-12-13 | 1 | -1/+1 |
* | gratuitous 8-bit char in a comment (was r1498200 in trunk) | Christophe Jaillet | 2013-07-10 | 1 | -1/+1 |
* | Merge r1361803 from trunk: | Joe Orton | 2012-07-23 | 1 | -1/+1 |
* | definAtely | Rainer Jung | 2012-01-31 | 1 | -1/+1 |
* | Backport r1209766, r1210252, r1210284: | Stefan Fritsch | 2011-12-05 | 2 | -20/+20 |
* | Merge r1209741: | Stefan Fritsch | 2011-12-02 | 1 | -1/+1 |
* | Merge r1208110: | Stefan Fritsch | 2011-11-29 | 1 | -36/+36 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -6/+6 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -19/+19 |
* | Add more (trace) logging to the ap_scan_script_header*() functions | Stefan Fritsch | 2011-07-16 | 1 | -4/+4 |
* | 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 |
* | Fix a few warnings about use of uninitialized values. | Stefan Fritsch | 2011-07-05 | 1 | -2/+2 |
* | fix some grammar mistakes, mostly in comments | Jeff Trawick | 2011-03-12 | 1 | -1/+1 |
* | 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 |
* | Fix a number of typos and misspellings. Reported by Ville Skytta. | Daniel Earl Poirier | 2010-10-30 | 1 | -1/+1 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 2 | -2/+2 |
* | 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 |
* | eliminating 9x legacy code from mod_win32 | William A. Rowe Jr | 2009-01-06 | 1 | -17/+3 |
* | Embed the .manifest files of all httpd binaries as a post-build | William A. Rowe Jr | 2007-01-11 | 1 | -4/+16 |
* | Correctly evaluate the HTTPS condition string. | William A. Rowe Jr | 2007-01-03 | 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 | 3 | -18/+18 |
* | Revert Revision 397647 | William A. Rowe Jr | 2006-07-06 | 1 | -2/+2 |
* | 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 |
* | This resource /D syntax was pretty horridly imported into VS 2005, | William A. Rowe Jr | 2006-04-27 | 1 | -2/+2 |
* | Remove all /machine:I386 references, these are getting in the way | William A. Rowe Jr | 2006-04-27 | 1 | -5/+5 |
* | s|/GX |/EHsc | because they were always synonyms, and Visual Studio | William A. Rowe Jr | 2006-04-19 | 1 | -1/+1 |