| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase stack size for mod_cache and mod_ldap and readdress | Gregg Lewis Smith | 2013-07-20 | 1 | -13/+13 |
* | Final rename per r1454386, we hope | Gregg Lewis Smith | 2013-03-09 | 1 | -1/+1 |
* | finish up mod_proxy_websocket/tunnel rename on Windows | Gregg Lewis Smith | 2013-03-07 | 1 | -1/+1 |
* | Add mod_proxy_websocket to Windows | Gregg Lewis Smith | 2013-03-06 | 1 | -0/+1 |
* | The days of 9x, Win2K are long gone. No more need of a stub | William A. Rowe Jr | 2013-02-20 | 1 | -23/+0 |
* | Fix valgrind warning about uninitialized memory in argument to semctl | Stefan Fritsch | 2013-02-04 | 1 | -1/+1 |
* | fix r1439000 per rjung remarks | Gregg Lewis Smith | 2013-01-27 | 1 | -26/+26 |
* | mod_lua image size has surpassed 0x00010000, step it up a notch | Gregg Lewis Smith | 2013-01-27 | 1 | -1/+1 |
* | Add mod_macro to Windows build. | Gregg Lewis Smith | 2013-01-21 | 1 | -0/+1 |
* | Add mod_allowhandlers to Windows build | Gregg Lewis Smith | 2012-12-09 | 1 | -0/+1 |
* | Windows build for mod_cache_socache added in r1388660 | Gregg Lewis Smith | 2012-09-22 | 1 | -0/+1 |
* | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 2011-12-18 | 1 | -5/+2 |
* | Fix my typo | Gregg Lewis Smith | 2011-12-06 | 1 | -1/+1 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-02 | 2 | -12/+12 |
* | Build mod_allowmethods on Windows | Gregg Lewis Smith | 2011-11-19 | 1 | -0/+1 |
* | Fix typo | Gregg Lewis Smith | 2011-11-16 | 1 | -1/+1 |
* | Add mod_data to Windown build | Gregg Lewis Smith | 2011-11-15 | 1 | -1/+2 |
* | Added proxy_html and xml2enc to Windows build | Gregg Lewis Smith | 2011-11-03 | 1 | -0/+2 |
* | Add -D DUMP_RUN_CFG option to dump some configuration items | Stefan Fritsch | 2011-10-09 | 1 | -0/+1 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 2 | -3/+3 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 4 | -9/+9 |
* | Fix issues found by PVS-Studio static analyzer: | Stefan Fritsch | 2011-09-19 | 1 | -1/+1 |
* | Added new mods to Windows build system. | Guenter Knauf | 2011-07-18 | 1 | -0/+3 |
* | We already have ap_str_tolower(), so also add ap_str_toupper() function and use | Stefan Fritsch | 2011-06-22 | 2 | -18/+0 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 2 | -2/+2 |
* | Correct Win64 Servername Identification | William A. Rowe Jr | 2011-05-17 | 1 | -0/+4 |
* | include <stdlib.h> to ensure that the exit() prototype has been | Jeff Trawick | 2011-04-08 | 1 | -3/+1 |
* | gcc compatibility | Jeff Trawick | 2011-04-07 | 1 | -1/+1 |
* | axe a couple of unused vars, mark a function as static | Jeff Trawick | 2011-04-07 | 1 | -3/+1 |
* | get prototype for ap_os_create_privileged_process() | Jeff Trawick | 2011-04-07 | 1 | -0/+1 |
* | cleanups to function signatures, prototypes, visibility | Jeff Trawick | 2011-04-06 | 2 | -2/+2 |
* | enable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows | Jeff Trawick | 2011-03-27 | 2 | -0/+62 |
* | fix some logging calls to include the server_rec | Jeff Trawick | 2011-02-26 | 2 | -3/+3 |
* | Axed C++ comments and tabs. | Guenter Knauf | 2011-02-26 | 1 | -5/+5 |
* | Added slotmem* modules to Win32 build. | Guenter Knauf | 2011-01-25 | 1 | -0/+2 |
* | Added mod_reflector to Win32 build. | Guenter Knauf | 2011-01-16 | 1 | -0/+1 |
* | Removed define obsolete since r93260. | Guenter Knauf | 2010-12-25 | 1 | -3/+0 |
* | Per the existing comment and setrlimit() behavior -- only prevent attempts to | Eric Covener | 2010-12-04 | 1 | -1/+4 |
* | Fix Windows build of mod_cache_disk which was broken after | Rainer Jung | 2010-11-26 | 1 | -1/+1 |
* | suEXEC: Add Suexec directive to disable suEXEC without renaming the | Jeff Trawick | 2010-11-10 | 1 | -0/+1 |
* | Removed leftover from IDE build times. | Guenter Knauf | 2010-10-05 | 1 | -5/+0 |
* | Fixed declaration; added return value. | Guenter Knauf | 2010-10-04 | 1 | -3/+4 |
* | Changed comments to C stye. | Guenter Knauf | 2010-09-01 | 1 | -6/+6 |
* | Added require prototypes conditionally to CFLAGS for NETWare; | Guenter Knauf | 2010-09-01 | 1 | -7/+13 |
* | Added casts to silent compiler warnings. | Guenter Knauf | 2010-08-08 | 1 | -5/+5 |
* | OS/2: Provide a definition of AP_PLATFORM_REWRITE_ARGS_HOOK. | Brian Havard | 2010-06-22 | 1 | -0/+1 |
* | The directives "User", "Group" and "ChrootDir" have | Rainer Jung | 2010-06-15 | 1 | -8/+0 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 2 | -0/+3 |
* | generalize the existing (r589761) platform- and errno-specific | Jeff Trawick | 2010-04-13 | 1 | -3/+4 |
* | build mod_reqtimeout on Windows | Jeff Trawick | 2010-02-26 | 1 | -0/+1 |