summaryrefslogtreecommitdiffstats
path: root/include/ap_config.h (unfollow)
Commit message (Expand)AuthorFilesLines
2000-12-04 This chops the compile time warnings back down to one (a sufficientWilliam A. Rowe Jr1-3/+3
2000-12-03Remove multilogs.html which is documented in mod_log_config.htmlJoshua Slive1-4/+10
2000-12-03Removed "index.html" from a bunch of <a hrefs>.Chris Pepper12-12/+12
2000-12-03Cleaned "index.html" out of a bunch of <a href>s.Chris Pepper10-26/+34
2000-12-03Remove mod_mmap_static. This has been replaced by mod_file_cache, andRyan Bloom1-1/+0
2000-12-03Removed some illegal <p>s wrapping <hr>s.Chris Pepper1-2/+3
2000-12-03Removed some more occurrances of "index.html".Chris Pepper1-7/+7
2000-12-03Typo fix: 'of' used, 'for' wanted.Chris Pepper2-2/+2
2000-12-03Removed a couple "index.html"'s.Chris Pepper2-4/+4
2000-12-03Fixed mismatched list tag.Chris Pepper2-4/+8
2000-12-03Removed "index.html" from <a>.Chris Pepper2-2/+2
2000-12-02Consistency enforcement for directives that take extensions and aJoshua Slive7-115/+138
2000-12-02More changes to get BeOS building once more...David Reid1-0/+3
2000-12-02Fix a couple of small typo'sDavid Reid1-1/+1
2000-12-02Note the patch submitted today by Jon Travis about cleaning up inet_ntoa.Ryan Bloom1-1/+6
2000-12-02MPMs that require multiple segments of shared memory now just use twoRyan Bloom4-9/+31
2000-12-02Remove an unnecessary header file.Ryan Bloom1-1/+0
2000-12-01Clear and sunny outsideRyan Bloom1-1/+6
2000-12-01use APR_SIZE_T_FMT to avoid a warning on AIXJeff Trawick1-3/+3
2000-12-01include <strings.h> for the strcasecmp() and strncasecmp() prototypes;Jeff Trawick8-0/+28
2000-12-01Use APR_LOCKALL in dexter and mpmt_pthread to serialize poll and accept. ThisGreg Ames2-32/+16
2000-12-01Stop referencing apr_get_socket_inaddr(), apr_get_remote_name(), andJeff Trawick2-7/+5
2000-12-01If apr_lock() or apr_unlock() fail, write a log message before bailingJeff Trawick1-2/+8
2000-12-01Add "-D PROCESS_LOCK_IS_GLOBAL" to the httpd -V output whenJeff Trawick1-0/+3
2000-12-01Get Apache to use the new generated exports list. This works on myRyan Bloom3-9/+26
2000-11-30Get htpasswd.c to build on EBCDIC machines again.Jeff Trawick1-0/+1
2000-11-30Document mod_log_config %{FOOBAR}C optionRyan Bloom1-0/+2
2000-11-30 This is the Win9x console hook handler ... much code to be pulled nowWilliam A. Rowe Jr4-0/+653
2000-11-30Enable logging a cookie with mod_log_configRyan Bloom1-0/+25
2000-11-29- Remove some "platform specific notes" from the main page where theJoshua Slive3-13/+3
2000-11-29Remove an unused headerRyan Bloom1-1/+0
2000-11-29 Fix some const confusion with simpler code.William A. Rowe Jr1-2/+1
2000-11-29 Fix uninitialized badnessWilliam A. Rowe Jr2-2/+2
2000-11-29 Eliminate the last WSAE error test.William A. Rowe Jr1-1/+1
2000-11-29Use "const char * const *" for process->argv (which is the correctGreg Stein6-67/+71
2000-11-29 Make Win32 build againWilliam A. Rowe Jr7-10/+111
2000-11-29Fix a segfault in mod_info. mod_info_module_cmds() had a misstep whenJeff Trawick1-1/+6
2000-11-29Get ab to compile cleanly after the apr_initopt() change.Jeff Trawick1-4/+4
2000-11-29can I be a Super Saiyan? please?Greg Stein1-13/+12
2000-11-29add the new apr_lock_file and apr_unlock_file functions.Greg Stein1-0/+2
2000-11-29reorder the libs for proper inter-lib dependenciesGreg Stein1-1/+4
2000-11-29Bring mod_ext_filter.html up to the new format.Joshua Slive1-76/+81
2000-11-29Remove mod_digest docs which have been supplanted by mod_auth_digest.Joshua Slive2-4/+0
2000-11-29Bring mod_dav.html up to the new format, fix up some questionableJoshua Slive1-72/+53
2000-11-29Bring mod_charset_lite up to the "modern" format.Joshua Slive1-56/+63
2000-11-29A little more prettying up of developer docs.Joshua Slive5-1/+14
2000-11-29Put the developer index in the standard format.Joshua Slive3-1/+21
2000-11-29 Compile break when I changed 'thread' in mpm_winnt.h to a HANDLE type. Fixed.William A. Rowe Jr1-5/+5
2000-11-29 Clean up some compiler warnings (there remain some float=double andWilliam A. Rowe Jr1-2/+3
2000-11-29 clean up some really bad typedefs - and move one into mpm_winnt.c sinceWilliam A. Rowe Jr2-15/+9