summaryrefslogtreecommitdiff
path: root/modules/arch
Commit message (Expand)AuthorAgeFilesLines
* gratuitous 8-bit char in a comment (was r1498200 in trunk)Christophe Jaillet2013-07-101-1/+1
* Fix typo (trunk r1491610)Christophe Jaillet2013-06-231-1/+1
* Fixed a potential NULL pointer deference.Guenter Knauf2013-02-071-9/+10
* Style fixes - no code changes.Guenter Knauf2013-02-071-60/+75
* Clarify code comment.Rainer Jung2012-08-201-1/+1
* Merge r1361803 from trunk:Joe Orton2012-07-231-1/+1
* definAtelyRainer Jung2012-01-311-1/+1
* Backport:Graham Leggett2011-12-141-1/+1
* Backport r1209766, r1210252, r1210284:Stefan Fritsch2011-12-056-70/+70
* Merge r1209741:Stefan Fritsch2011-12-021-1/+1
* Backport:Graham Leggett2011-11-301-2/+2
* Merge r1208110:Stefan Fritsch2011-11-291-36/+36
* Fix if statementStefan Fritsch2011-11-121-1/+1
* Pre GA removal of components that will not be included:Rainer Jung2011-11-121-2/+1
* Only dump User/Group if DUMP_RUN_CFG is definedStefan Fritsch2011-10-091-0/+3
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-1/+22
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-233-11/+11
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-232-20/+20
* Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, asStefan Fritsch2011-07-171-1/+1
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-161-4/+4
* 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
* Fix a few warnings about use of uninitialized values.Stefan Fritsch2011-07-051-2/+2
* Avoid some memory allocations by using apr_table_setn where the stringStefan Fritsch2011-06-132-3/+3
* Fixed sysinclude; removed trailing 0; fixed indent.Guenter Knauf2011-04-051-4/+3
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-8/+8
* 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
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-101-0/+33
* Fix a number of typos and misspellings. Reported by Ville Skytta.Daniel Earl Poirier2010-10-302-2/+2
* Added require prototypes conditionally to CFLAGS for NETWare;Guenter Knauf2010-09-012-4/+7
* - Remove a load of unused variables (or variables that are set but never read).Stefan Fritsch2010-08-032-9/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-066-6/+6
* 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
* more configure-time support for dynamically loadable MPMs:Jeff Trawick2009-11-031-5/+6
* removed now obsolete export defines.Guenter Knauf2009-10-2831-67/+0
* Treat gid's identically to uid's for purposes of numeric formatting.William A. Rowe Jr2009-09-171-3/+3
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* Bring back OS/2 support.Brian Havard2009-08-261-1/+4
* Correctly set suexec_enabled when httpd is run by non-rootNick Kew2009-07-051-1/+2
* - use apr_strerror() instead of strerror()Rainer Jung2009-05-121-18/+21
* Whoops! cleanup r771144, which had some local/dev stuff left inNick Kew2009-05-031-16/+0
* mod_privileges: introduce PrivilegesMode: fast mode as before vs secureNick Kew2009-05-031-6/+182
* Core can specify a platform-specific rewrite args hook. Use that on Unix.Jeff Trawick2009-03-291-2/+1