summaryrefslogtreecommitdiff
path: root/os
Commit message (Expand)AuthorAgeFilesLines
...
* Add mod_data to Windown buildGregg Lewis Smith2011-11-151-1/+2
* Added proxy_html and xml2enc to Windows buildGregg Lewis Smith2011-11-031-0/+2
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-0/+1
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-232-3/+3
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-234-9/+9
* Fix issues found by PVS-Studio static analyzer:Stefan Fritsch2011-09-191-1/+1
* Added new mods to Windows build system.Guenter Knauf2011-07-181-0/+3
* We already have ap_str_tolower(), so also add ap_str_toupper() function and useStefan Fritsch2011-06-222-18/+0
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-062-2/+2
* Correct Win64 Servername IdentificationWilliam A. Rowe Jr2011-05-171-0/+4
* include <stdlib.h> to ensure that the exit() prototype has beenJeff Trawick2011-04-081-3/+1
* gcc compatibilityJeff Trawick2011-04-071-1/+1
* axe a couple of unused vars, mark a function as staticJeff Trawick2011-04-071-3/+1
* get prototype for ap_os_create_privileged_process()Jeff Trawick2011-04-071-0/+1
* cleanups to function signatures, prototypes, visibilityJeff Trawick2011-04-062-2/+2
* enable DEFAULT_REL_RUNTIMEDIR on NetWare and WindowsJeff Trawick2011-03-272-0/+62
* fix some logging calls to include the server_recJeff Trawick2011-02-262-3/+3
* Axed C++ comments and tabs.Guenter Knauf2011-02-261-5/+5
* Added slotmem* modules to Win32 build.Guenter Knauf2011-01-251-0/+2
* Added mod_reflector to Win32 build.Guenter Knauf2011-01-161-0/+1
* Removed define obsolete since r93260.Guenter Knauf2010-12-251-3/+0
* Per the existing comment and setrlimit() behavior -- only prevent attempts toEric Covener2010-12-041-1/+4
* Fix Windows build of mod_cache_disk which was broken afterRainer Jung2010-11-261-1/+1
* suEXEC: Add Suexec directive to disable suEXEC without renaming theJeff Trawick2010-11-101-0/+1
* Removed leftover from IDE build times.Guenter Knauf2010-10-051-5/+0
* Fixed declaration; added return value.Guenter Knauf2010-10-041-3/+4
* Changed comments to C stye.Guenter Knauf2010-09-011-6/+6
* Added require prototypes conditionally to CFLAGS for NETWare;Guenter Knauf2010-09-011-7/+13
* Added casts to silent compiler warnings.Guenter Knauf2010-08-081-5/+5
* OS/2: Provide a definition of AP_PLATFORM_REWRITE_ARGS_HOOK.Brian Havard2010-06-221-0/+1
* The directives "User", "Group" and "ChrootDir" haveRainer Jung2010-06-151-8/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-062-0/+3
* generalize the existing (r589761) platform- and errno-specificJeff Trawick2010-04-131-3/+4
* build mod_reqtimeout on WindowsJeff Trawick2010-02-261-0/+1
* fix base addr of mod_serfJeff Trawick2010-02-261-1/+1
* Finish libserf magicWilliam A. Rowe Jr2010-02-041-0/+1
* added watchdog module to NetWare internal module list.Guenter Knauf2009-12-011-0/+4
* Add mod_proxy_scgi; PR 48303; Submitted by: Gregg L. Smith <lists glewis.com>William A. Rowe Jr2009-12-011-0/+1
* Bring back OS/2 support.Brian Havard2009-08-267-0/+116
* removed unused var (seems a leftover from 1.3 days).Guenter Knauf2009-07-061-3/+0
* Complete the integration of mod_heartbeat, mod_heartmonitor and theWilliam A. Rowe Jr2009-05-051-0/+1
* complete r771579, refactoring mod_watchdog as loadable on win32William A. Rowe Jr2009-05-052-2/+2
* MPM's are now dynamically loadable; so must mod_watchdog be.William A. Rowe Jr2009-05-051-2/+0
* Add balancer module targetsWilliam A. Rowe Jr2009-05-051-92/+96
* Introduce mod_remoteip to trunk from httpd/sandbox/mod_remoteipWilliam A. Rowe Jr2009-04-231-0/+1
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...Jeff Trawick2009-03-312-6/+0
* revert 759711 and 759713... don't require apr2Jim Jagielski2009-03-301-9/+60
* 0600 is UWRITE+UREADMladen Turk2009-03-291-1/+1
* Use apr-2 object perms setterMladen Turk2009-03-291-60/+9
* Core can specify a platform-specific rewrite args hook. Use that on Unix.Jeff Trawick2009-03-293-0/+18