summaryrefslogtreecommitdiffstats
path: root/emacs-style (unfollow)
Commit message (Expand)AuthorFilesLines
2001-01-09fix some handler brokenness so that dexter doesn't segfault at startupJeff Trawick1-1/+0
2001-01-09get rid of a bogus use of perror()Jeff Trawick1-4/+7
2001-01-09Reference to the docs project.Joshua Slive2-0/+8
2001-01-09This is the second in a series of clean-ups of theJoshua Slive4-63/+156
2001-01-09get rid of some bogus uses of perror()Jeff Trawick2-21/+18
2001-01-09use ap_strcmp_match and fix pattern typoDoug MacEachern1-1/+4
2001-01-09adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern30-87/+71
2001-01-09fix handlers->hooks compile breakageGreg Ames1-2/+1
2001-01-09Set MKDIR for APR's RUN_SUBDIR_CONFIG_NOW macro.Sascha Schumann1-0/+2
2001-01-08Handlers now use hooks, remove handlers entry from module data.Brian Havard1-1/+0
2001-01-08Fix message when the error log file can't be opened.Brian Havard1-5/+5
2001-01-08seems nobody is using sethostent()Greg Stein1-1/+0
2001-01-08Keep Greg happy.Ben Laurie1-6/+6
2001-01-07Strip trailing stuff from mime types.Ben Laurie1-8/+8
2001-01-07Note hooks->handlers change.Ben Laurie1-0/+2
2001-01-07Make handlers use hooks.Ben Laurie24-216/+126
2001-01-07For some reason the chartables.c target requires a full path.Ben Laurie1-1/+1
2001-01-07Stop leaking sockets. This is a minimal leak, but it was there.Ryan Bloom1-0/+3
2001-01-06- add some missing distclean targetsdgaudet7-8/+13
2001-01-06Move ap_generic_hook from the Apache include directory to the apr-utilRyan Bloom1-120/+0
2001-01-06This file needs to be renamed from config.m4 to config5.m4 to allowDavid Reid1-0/+0
2001-01-05add pool parameter to ap_is_directory and ap_is_rdirectoryAllan K. Edwards4-11/+13
2001-01-05Stop copying file names that we get from apr_file_t's and apr_dir_t's.Ryan Bloom7-14/+16
2001-01-05Add a needed header file. This is another of the patches I've had forDavid Reid1-0/+1
2001-01-05As we now use pools in the logging of the failure to get a hostname,David Reid1-2/+2
2001-01-04eliminate entries from libhttpd.def that are also in libaprutil.defAllan K. Edwards2-3/+3
2001-01-04This stops a segfault on my machine where I haven't got a hostname forDavid Reid1-2/+2
2001-01-04Fix typo that messed up dependencies and broke the buildAllan K. Edwards1-1/+1
2001-01-04Get rid of some warnings on Tru64 and OS/390. void * isn't compatibleJeff Trawick1-2/+5
2001-01-04Set up stderr logging explictly early in initialization so that a pool isJeff Trawick4-1/+20
2001-01-04fix spellingEric Cholet1-1/+1
2001-01-03make Windows build aware of export variable name change :Allan K. Edwards1-1/+1
2001-01-03mod_cgi: Fix some problems where the wrong error value was being tracedJeff Trawick3-41/+36
2001-01-03typo.Joshua Slive2-2/+2
2001-01-03Pass a valid pool to apr_create_lock().Jeff Trawick1-1/+1
2001-01-03Make a brief note about recent EBCDIC fixes.Jeff Trawick1-0/+3
2001-01-02EBCDIC: Fix some byterange protocol data translation.Jeff Trawick1-3/+6
2001-01-02Get mod_so to build again by including apr_general.h, which is whereJeff Trawick1-0/+1
2001-01-02Change a bunch of mallocs in mod_cgid to apr_palloc. These were neverRyan Bloom1-8/+8
2001-01-02Generic hooks (and a demo content filter module).Ben Laurie8-1/+468
2001-01-02Simplify the lingering close logic a bit. Doesn't actually changeRyan Bloom1-5/+3
2001-01-02add dump_{bucket,brigade} macrosDoug MacEachern1-0/+36
2001-01-02Modify a couple of calls to ap_log_error with a NULL server to useRyan Bloom3-13/+14
2001-01-01Remove AP_USE_MMAP_FILES, it doesn't really control anything anymore. NowRyan Bloom2-13/+4
2001-01-01We never use MMAP_SEGMENT_SIZE, and we are better off determining if weRyan Bloom1-16/+2
2001-01-01When we are starting the server, we have a pool that can be used to openRyan Bloom1-2/+2
2001-01-01We have a pool in this function, and log_error_core needs a pool in orderRyan Bloom1-2/+2
2000-12-31Use a real pool to dup the error log file descriptor.Ryan Bloom2-1/+3
2000-12-31RM was not defined. Just use rm instead.Ben Laurie1-2/+2
2000-12-31fix the pathGreg Stein1-1/+1