| Commit message (Expand) | Author | Age | Files | Lines |
* | Completely revamp configure so that it preserves the standard make | Roy T. Fielding | 2001-04-29 | 1 | -1/+1 |
* | icase is intialized as the result of an (a == b) expression, it makes | William A. Rowe Jr | 2001-04-10 | 1 | -1/+1 |
* | Time to refresh mak on Win32 | William A. Rowe Jr | 2001-04-05 | 4 | -156/+156 |
* | This should wrap this freshen up | William A. Rowe Jr | 2001-03-22 | 4 | -152/+152 |
* | Fix a problem in mod_mime_magic where file descriptor 2 would be | Jeff Trawick | 2001-03-19 | 1 | -7/+9 |
* | tweak ap_get_remote_host() so that the caller can find out if she got | Jeff Trawick | 2001-03-09 | 2 | -2/+2 |
* | A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..." | William A. Rowe Jr | 2001-02-25 | 4 | -36/+32 |
* | Refresh all .mak files should we choose to roll again shortly. | William A. Rowe Jr | 2001-02-25 | 4 | -209/+92 |
* | toss ENUM_BITFIELD. used in one place (but didn't need to be used), and it | Greg Stein | 2001-02-24 | 1 | -5/+3 |
* | *) Introduce "ap_conf_vector_t" type to assist with legibility and provide | Greg Stein | 2001-02-18 | 2 | -40/+40 |
* | Remove "no" from many APACHE_MODULE() invocations to allow them to be | Greg Stein | 2001-02-18 | 1 | -6/+6 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 8 | -8/+8 |
* | Add an apr_short_interval_time. This allows us to use an apr_interval_time | Ryan Bloom | 2001-02-16 | 1 | -2/+2 |
* | more module build cleanup, removing warnings and some | Jeff Trawick | 2001-02-10 | 2 | -0/+12 |
* | Fix more module breakage from header reorg | William A. Rowe Jr | 2001-02-10 | 2 | -1/+2 |
* | *) continued header revamping | Greg Stein | 2001-02-10 | 8 | -44/+51 |
* | use apr_size_t for file lengths; this avoids a warning (and perhaps | Jeff Trawick | 2001-02-09 | 1 | -17/+17 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 8 | -37/+37 |
* | Eliminate all assumptions that finfo.protection reflects the existance | William A. Rowe Jr | 2001-01-31 | 3 | -4/+4 |
* | get mod_unique_id building again...XtOffset was undefined | Greg Ames | 2001-01-25 | 1 | -0/+2 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 8 | -12/+12 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 8 | -9/+14 |
* | Remove a couple more NULL handler specifications. | Ryan Bloom | 2001-01-12 | 2 | -2/+0 |
* | adjust remaining modules to use the new handler hook method (Alan Edwards) | Doug MacEachern | 2001-01-09 | 4 | -4/+0 |
* | Make handlers use hooks. | Ben Laurie | 2001-01-07 | 2 | -2/+0 |
* | Last of the Win32 goodness I've noticed | William A. Rowe Jr | 2000-12-21 | 1 | -2/+2 |
* | Out of the sandbox and into prime time. Note... these should always and | William A. Rowe Jr | 2000-12-21 | 4 | -0/+1418 |
* | Correction, commited the vc5. Need vc6 in the tree. Humble appologies. | William A. Rowe Jr | 2000-12-21 | 4 | -12/+16 |
* | The Win32 overhaul, in summary; | William A. Rowe Jr | 2000-12-21 | 4 | -84/+68 |
* | *) remove STANDARD_LIBS line; it is unused/unneeded | Greg Stein | 2000-12-07 | 1 | -16/+9 |
* | The -big- fix, all the proper linkages for BaseAddr.ref plus a bit. | William A. Rowe Jr | 2000-12-05 | 4 | -16/+16 |
* | A bit of inclusion for the apr-util package. | William A. Rowe Jr | 2000-12-05 | 4 | -8/+8 |
* | This patch illustrates the new locations, and makes the majority of the | William A. Rowe Jr | 2000-12-05 | 4 | -28/+28 |
* | 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 |