| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore all the files that are generated during a build | Ryan Bloom | 2000-12-05 | 1 | -0/+10 |
* | Get the modules configuration stuff working correctly. This just deals | Ryan Bloom | 2000-12-04 | 2 | -0/+33 |
* | include <strings.h> for the strcasecmp() and strncasecmp() prototypes; | Jeff Trawick | 2000-12-01 | 4 | -0/+14 |
* | Fix some const warnings. | Ryan Bloom | 2000-11-28 | 1 | -3/+3 |
* | add the "next filter" parameter to the rest of the ap_sub_req_* calls. | Greg Stein | 2000-11-23 | 2 | -2/+2 |
* | Remove the suexec patch from mod_mime_magic | Ryan Bloom | 2000-10-30 | 1 | -1/+1 |
* | Add back suexec support. | Manoj Kasichainula | 2000-10-23 | 1 | -1/+1 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 7 | -13/+13 |
* | Regardless of reaction to a symbol rename -within- the sources, these | William A. Rowe Jr | 2000-10-11 | 4 | -8/+8 |
* | MSVC Project Rename - ApacheModuleBleck.* is no longer... now mod_bleck.* | William A. Rowe Jr | 2000-10-11 | 4 | -56/+56 |
* | Completed review for new tests: | William A. Rowe Jr | 2000-10-06 | 1 | -1/+1 |
* | Get rid of unused variable. | Jeff Trawick | 2000-09-20 | 1 | -1/+0 |
* | Fix a compile break in mod_mime_magic.c. In early 2.0 versions, we would | Ryan Bloom | 2000-09-08 | 1 | -15/+5 |
* | Remove IOLs from Apache. They are no longer necessary, now that we have | Ryan Bloom | 2000-08-23 | 1 | -5/+8 |
* | mod_cern_meta: fix broken file reading loop in scan_meta_file(). | Jeff Trawick | 2000-08-09 | 1 | -1/+1 |
* | Use AP_INIT_* macros for command_rec [] in a few more modules. | Jeff Trawick | 2000-08-07 | 3 | -30/+42 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 7 | -44/+44 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 8 | -187/+187 |
* | Use the AP_INIT_TAKE23() macro to clean up a maintainer-mode warning, | Jeff Trawick | 2000-08-02 | 1 | -4/+8 |
* | Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c. | Jeff Trawick | 2000-07-29 | 1 | -1/+2 |
* | Missing apr_strings.h - hope this wasn't destined for some global header. | William A. Rowe Jr | 2000-07-25 | 3 | -0/+4 |
* | Fix some issues with mod_mime_magic. Basically, we need to include | Ryan Bloom | 2000-07-24 | 1 | -25/+13 |
* | Move all APR functions related to strings to their own directory, and | Ryan Bloom | 2000-07-21 | 2 | -0/+2 |
* | Include strings.h for strcasecmp(), strncasecmp(), and bzero(). | Jeff Trawick | 2000-06-28 | 1 | -0/+3 |
* | blast the old names for the status codes | Greg Stein | 2000-06-24 | 2 | -4/+4 |
* | Use the new command-handler initializer macros in a few more modules, | Jeff Trawick | 2000-06-18 | 1 | -8/+8 |
* | More command handler updates. | Ben Laurie | 2000-06-17 | 1 | -14/+15 |
* | Protect system header files with the appropriate macros. | Ryan Bloom | 2000-06-13 | 2 | -0/+12 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 2 | -4/+10 |
* | Nothing in Apache should be calling stat anymore, so we can remove | Ryan Bloom | 2000-06-12 | 1 | -3/+0 |
* | sleep until the next second, rather than sleep for <current-time> seconds. | Greg Stein | 2000-06-08 | 1 | -4/+4 |
* | Fix some problems with the time commit. I guess mod_unique_id isn't turned | Ryan Bloom | 2000-06-08 | 1 | -2/+5 |
* | Remove all occurances of gettimeofday. Replace it with ap_now which | Ryan Bloom | 2000-06-08 | 1 | -31/+6 |
* | Bring forward a change from 1.3 (the ability to use SetEnvIf* | Ken Coar | 2000-06-06 | 1 | -18/+64 |
* | Bring forward a fix from 1.3. | Ken Coar | 2000-06-06 | 1 | -3/+4 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 7 | -13/+13 |
* |
| William A. Rowe Jr | 2000-05-27 | 7 | -13/+13 |
* | PR: | William A. Rowe Jr | 2000-05-26 | 4 | -4/+4 |
* | Win32: Convert ap_proc_t to tranparent type. | Bill Stoddard | 2000-05-25 | 4 | -32/+24 |
* | Remove ap_destroy_context from Apache 2.0. With the name change back to | Ryan Bloom | 2000-05-22 | 1 | -2/+2 |
* | Remove all remaining instances in Apache code of | Manoj Kasichainula | 2000-05-21 | 1 | -3/+0 |
* |
| William A. Rowe Jr | 2000-05-19 | 4 | -84/+36 |
* | This commit will most likely break everybody on Windows. The .dsp | Ryan Bloom | 2000-05-18 | 4 | -44/+32 |
* | add AP_ prefix to *HOOK* macros | Doug MacEachern | 2000-04-26 | 8 | -11/+11 |
* | Revamp the Win32 make environment. Makefiles have been removed and | Bill Stoddard | 2000-04-20 | 4 | -16/+16 |
* | linkwin20.diffs Resolves: | Bill Stoddard | 2000-04-17 | 4 | -16/+16 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | Ryan Bloom | 2000-04-14 | 8 | -27/+27 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 8 | -265/+273 |
* | Win32: Continue removing precompiled header support from the dsp and | Bill Stoddard | 2000-03-22 | 4 | -8/+16 |
* | Backport the CSS security fixes to Apache 2.0a. Or is that forward | Jim Jagielski | 2000-03-13 | 1 | -1/+2 |