| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Backport r1209766, r1210252, r1210284: | Stefan Fritsch | 2011-12-05 | 2 | -12/+12 |
* | backport r1203924 from trunk | Gregg Lewis Smith | 2011-11-19 | 1 | -0/+1 |
* | Fix whitespace/style | Gregg Lewis Smith | 2011-11-15 | 1 | -1/+1 |
* | Add mod_data to Windows build | Gregg Lewis Smith | 2011-11-15 | 1 | -0/+1 |
* | Pre GA removal ob components that will not be included: | Rainer Jung | 2011-11-12 | 1 | -10/+9 |
* | 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 |
* | fix base addr of mod_serf | Jeff Trawick | 2010-02-26 | 1 | -1/+1 |
* | Finish libserf magic | William A. Rowe Jr | 2010-02-04 | 1 | -0/+1 |
* | added watchdog module to NetWare internal module list. | Guenter Knauf | 2009-12-01 | 1 | -0/+4 |
* | Add mod_proxy_scgi; PR 48303; Submitted by: Gregg L. Smith <lists glewis.com> | William A. Rowe Jr | 2009-12-01 | 1 | -0/+1 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 7 | -0/+116 |
* | removed unused var (seems a leftover from 1.3 days). | Guenter Knauf | 2009-07-06 | 1 | -3/+0 |
* | Complete the integration of mod_heartbeat, mod_heartmonitor and the | William A. Rowe Jr | 2009-05-05 | 1 | -0/+1 |
* | complete r771579, refactoring mod_watchdog as loadable on win32 | William A. Rowe Jr | 2009-05-05 | 2 | -2/+2 |
* | MPM's are now dynamically loadable; so must mod_watchdog be. | William A. Rowe Jr | 2009-05-05 | 1 | -2/+0 |
* | Add balancer module targets | William A. Rowe Jr | 2009-05-05 | 1 | -92/+96 |