summaryrefslogtreecommitdiffstats
path: root/os/beos/os.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-01-09 This sets an example for this type of module, so let's make sureKen Coar1-26/+28
2001-01-09 Minor typo fix.Ken Coar1-2/+2
2001-01-09use AP_HOOK_LAST for this module. This may or may not be the finalAllan K. Edwards1-1/+1
2001-01-09Fix a compile break with the new APR libtool setup. Basically, we areRyan Bloom1-1/+2
2001-01-09Fix a compile break related to the apr libtool change.Ryan Bloom1-1/+1
2001-01-09a couple tweaks to get Apache building with the new libtool-ized APRGreg Stein2-3/+4
2001-01-09get rid of some invalid errno references; use the apr_status_t insteadJeff Trawick1-7/+7
2001-01-09use the apr_status_t instead of errnoJeff Trawick1-2/+2
2001-01-09get rid of a non-portable use of errnoJeff Trawick1-3/+3
2001-01-09get rid of some bogus uses of perror()Jeff Trawick4-28/+42
2001-01-09fix some handler brokennessJeff Trawick3-3/+0
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