| Commit message (Expand) | Author | Age | Files | Lines |
* | use the apr_status_t instead of errno | Jeff Trawick | 2001-01-09 | 1 | -2/+2 |
* | 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 |
* | Allow the auth modules to load into the server. | Ryan Bloom | 2000-12-22 | 1 | -4/+4 |
* | 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 | 3 | -0/+1099 |
* | Correction, commited the vc5. Need vc6 in the tree. Humble appologies. | William A. Rowe Jr | 2000-12-21 | 3 | -9/+12 |
* | The Win32 overhaul, in summary; | William A. Rowe Jr | 2000-12-21 | 3 | -60/+51 |
* | Remove a warning on some platforms. | Ryan Bloom | 2000-12-19 | 1 | -0/+2 |
* | Get all of the auth modules to the point that they will install and | Ryan Bloom | 2000-12-19 | 4 | -57/+57 |
* | The local_addr and remote_addr fields in the conn_rec are now | Jeff Trawick | 2000-12-14 | 1 | -1/+3 |
* | The feature macro may appear a bit odd. I'm open to any better suggest. | William A. Rowe Jr | 2000-12-08 | 2 | -14/+21 |
* | *) remove STANDARD_LIBS line; it is unused/unneeded | Greg Stein | 2000-12-07 | 1 | -14/+8 |
* | The -big- fix, all the proper linkages for BaseAddr.ref plus a bit. | William A. Rowe Jr | 2000-12-05 | 3 | -11/+11 |
* | A bit of inclusion for the apr-util package. | William A. Rowe Jr | 2000-12-05 | 3 | -5/+5 |
* | This patch illustrates the new locations, and makes the majority of the | William A. Rowe Jr | 2000-12-05 | 3 | -19/+19 |
* | Get the modules configuration stuff working correctly. This just deals | Ryan Bloom | 2000-12-04 | 1 | -7/+7 |
* | Start to add back the config.m4 and Makefile.in's that were separated out | Ryan Bloom | 2000-12-04 | 1 | -59/+1 |
* | Port mod_info to 2.0. This is basically a complete re-write to use the | Ryan Bloom | 2000-11-14 | 1 | -0/+1 |
* | add apr_get_home_directory(), teach mod_userdir to use that | Jeff Trawick | 2000-11-13 | 1 | -3/+1 |
* | Not all platforms have INADDR_NONE defined by default. Apache used to | Ryan Bloom | 2000-11-11 | 1 | -3/+3 |
* | Get mod_userdir compiling on FreeBSD when APR_HAS_THREADS. | Jeff Trawick | 2000-11-11 | 1 | -1/+3 |
* | Cleanup some warnings in mod_auth_digest.c | Ryan Bloom | 2000-10-31 | 1 | -22/+23 |
* | Mod_auth_db.c compiles cleanly now. | Ryan Bloom | 2000-10-31 | 1 | -1/+1 |
* | Make mod_auth_dbm compile cleanly. | Ryan Bloom | 2000-10-30 | 1 | -12/+13 |
* | Make mod_auth_db compile cleanly in 2.0 | Ryan Bloom | 2000-10-30 | 1 | -11/+11 |
* | Get mod_auth_anon to compile cleanly in 2.0 | Ryan Bloom | 2000-10-30 | 1 | -24/+29 |
* | Don't build mod_suexec by default. It breaks other platforms, and | Manoj Kasichainula | 2000-10-24 | 1 | -1/+1 |
* | Add back suexec support. | Manoj Kasichainula | 2000-10-23 | 1 | -0/+1 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 5 | -10/+10 |
* | Regardless of reaction to a symbol rename -within- the sources, these | William A. Rowe Jr | 2000-10-11 | 3 | -6/+6 |
* | MSVC Project Rename - ApacheModuleBleck.* is no longer... now mod_bleck.* | William A. Rowe Jr | 2000-10-11 | 3 | -46/+46 |
* | echo should not be built by default | Greg Stein | 2000-10-10 | 1 | -1/+1 |
* | Kind of hard to load without an exported module structure. | William A. Rowe Jr | 2000-10-08 | 1 | -2/+2 |
* | Prepare our autoconf setup for autoconf 2.14a and for cross-compiling | Ryan Bloom | 2000-10-05 | 1 | -1/+1 |
* | Transposed return values between conditions, oops. | William A. Rowe Jr | 2000-09-20 | 1 | -2/+2 |
* | Get mod_auth_dbm building using Apache's sdbmlib under WinNT. | William A. Rowe Jr | 2000-09-20 | 2 | -3/+113 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 2 | -20/+20 |
* | Disable the dbm_ usage in mod_rewrite so that it links. | Jeff Trawick | 2000-08-04 | 1 | -1/+5 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 6 | -178/+178 |
* | Remove all of the ap_is* functions from Apache. They were already in APR, | Ryan Bloom | 2000-07-26 | 1 | -1/+1 |
* | Missing apr_strings.h - hope this wasn't destined for some global header. | William A. Rowe Jr | 2000-07-25 | 1 | -1/+2 |
* | 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 |
* | Fix the configure script. If a either the mpmt_pthread or dexter MPM's | Ryan Bloom | 2000-06-27 | 1 | -2/+13 |
* | Detect libraries based on which platform configure is being run on. | Ryan Bloom | 2000-06-27 | 1 | -16/+0 |
* | blast the old names for the status codes | Greg Stein | 2000-06-24 | 6 | -43/+43 |
* | Use the new command-handler initializer macros in mod_access; | Jeff Trawick | 2000-06-18 | 1 | -8/+10 |
* | Use the new command-handler initializer macros in mod_auth; | Jeff Trawick | 2000-06-18 | 1 | -11/+13 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 3 | -5/+16 |