| Commit message (Expand) | Author | Files | Lines |
2001-01-12 | Remove a couple more NULL handler specifications. | Ryan Bloom | 5 | -5/+0 |
2001-01-12 | Stop using environment variables to set ONE_PROCESS and NO_DETACH. Now | Ryan Bloom | 10 | -17/+22 |
2001-01-12 | Per suggestion, tuck NOTEST_* in config_vars.mk. Yep, I changed | Jim Jagielski | 3 | -8/+6 |
2001-01-12 | note that rewrite map expansions work in rewriteconds | Tony Finch | 1 | -0/+9 |
2001-01-11 | get rid of an unused variable | Jeff Trawick | 1 | -1/+0 |
2001-01-11 | My bad... don't need the quotes here | Jim Jagielski | 1 | -4/+4 |
2001-01-11 | Fold into all Makefiles | Jim Jagielski | 1 | -0/+2 |
2001-01-11 | Begining stub of NONAC_LDFLAGS and NONAC_CFLAGS stuff. | Jim Jagielski | 3 | -8/+14 |
2001-01-11 | It is not sufficient to reset the file pointer before each call to ap_send_fd... | Bill Stoddard | 1 | -5/+26 |
2001-01-11 | Change some INFO messages to DEBUG messages. Cleanup some message wording. | Bill Stoddard | 1 | -13/+13 |
2001-01-11 | Fix typo in anchor name. | Yoshiki Hayashi | 2 | -2/+2 |
2001-01-11 | Fix typo in anchor. Link to mod_so.html#loadmodule instead of mod_so.html | Yoshiki Hayashi | 2 | -4/+4 |
2001-01-11 | Add a quick note about external modules. | Ryan Bloom | 1 | -1/+5 |
2001-01-11 | back out the previous change, which broke FreeBSD 3.4, OS/390, Tru64, | Jeff Trawick | 1 | -1/+1 |
2001-01-10 | Fix a typo in an example and make a slight clarification in the | Joshua Slive | 1 | -3/+4 |
2001-01-10 | "Well, hello! Gay now!" | Greg Stein | 1 | -1/+6 |
2001-01-10 | update some references to the old prefix/libexec directory | Jeff Trawick | 6 | -27/+27 |
2001-01-10 | only handle the request if server-info is the handler | Jeff Trawick | 1 | -0/+3 |
2001-01-10 | Tidy up the beos mpm a little. | David Reid | 1 | -36/+7 |
2001-01-10 | get mod_info working again (mostly) | Jeff Trawick | 1 | -6/+10 |
2001-01-10 | Libtool takes care of the lib prefix so get rid of our own workaround. | Brian Havard | 4 | -6/+3 |
2001-01-09 | This sets an example for this type of module, so let's make sure | Ken Coar | 1 | -26/+28 |
2001-01-09 | Minor typo fix. | Ken Coar | 1 | -2/+2 |
2001-01-09 | use AP_HOOK_LAST for this module. This may or may not be the final | Allan K. Edwards | 1 | -1/+1 |
2001-01-09 | Fix a compile break with the new APR libtool setup. Basically, we are | Ryan Bloom | 1 | -1/+2 |
2001-01-09 | Fix a compile break related to the apr libtool change. | Ryan Bloom | 1 | -1/+1 |
2001-01-09 | a couple tweaks to get Apache building with the new libtool-ized APR | Greg Stein | 2 | -3/+4 |
2001-01-09 | get rid of some invalid errno references; use the apr_status_t instead | Jeff Trawick | 1 | -7/+7 |
2001-01-09 | use the apr_status_t instead of errno | Jeff Trawick | 1 | -2/+2 |
2001-01-09 | get rid of a non-portable use of errno | Jeff Trawick | 1 | -3/+3 |
2001-01-09 | get rid of some bogus uses of perror() | Jeff Trawick | 4 | -28/+42 |
2001-01-09 | fix some handler brokenness | Jeff Trawick | 3 | -3/+0 |
2001-01-09 | fix some handler brokenness so that dexter doesn't segfault at startup | Jeff Trawick | 1 | -1/+0 |
2001-01-09 | get rid of a bogus use of perror() | Jeff Trawick | 1 | -4/+7 |
2001-01-09 | Reference to the docs project. | Joshua Slive | 2 | -0/+8 |
2001-01-09 | This is the second in a series of clean-ups of the | Joshua Slive | 4 | -63/+156 |
2001-01-09 | get rid of some bogus uses of perror() | Jeff Trawick | 2 | -21/+18 |
2001-01-09 | use ap_strcmp_match and fix pattern typo | Doug MacEachern | 1 | -1/+4 |
2001-01-09 | adjust remaining modules to use the new handler hook method (Alan Edwards) | Doug MacEachern | 30 | -87/+71 |
2001-01-09 | fix handlers->hooks compile breakage | Greg Ames | 1 | -2/+1 |
2001-01-09 | Set MKDIR for APR's RUN_SUBDIR_CONFIG_NOW macro. | Sascha Schumann | 1 | -0/+2 |
2001-01-08 | Handlers now use hooks, remove handlers entry from module data. | Brian Havard | 1 | -1/+0 |
2001-01-08 | Fix message when the error log file can't be opened. | Brian Havard | 1 | -5/+5 |
2001-01-08 | seems nobody is using sethostent() | Greg Stein | 1 | -1/+0 |
2001-01-08 | Keep Greg happy. | Ben Laurie | 1 | -6/+6 |
2001-01-07 | Strip trailing stuff from mime types. | Ben Laurie | 1 | -8/+8 |
2001-01-07 | Note hooks->handlers change. | Ben Laurie | 1 | -0/+2 |
2001-01-07 | Make handlers use hooks. | Ben Laurie | 24 | -216/+126 |
2001-01-07 | For some reason the chartables.c target requires a full path. | Ben Laurie | 1 | -1/+1 |
2001-01-07 | Stop leaking sockets. This is a minimal leak, but it was there. | Ryan Bloom | 1 | -0/+3 |