| Commit message (Expand) | Author | Age | Files | Lines |
* | Namespace protect the rest of the macros defined by ap_config.h | Ryan Bloom | 2000-10-19 | 1 | -5/+5 |
* | Make things a little clearer in reaction to the _snames snafus. | William A. Rowe Jr | 2000-10-17 | 1 | -1/+3 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -6/+0 |
* | I hope this clarifies. Greg is absolutely correct, there is no need for | William A. Rowe Jr | 2000-10-12 | 1 | -21/+53 |
* | Parallels the commit to apr.h.in/apr.hw for the apache core library. | William A. Rowe Jr | 2000-10-11 | 1 | -28/+44 |
* | This much, at least, we don't need to debate. | William A. Rowe Jr | 2000-10-11 | 1 | -0/+4 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 1 | -1/+1 |
* | Remove all of the ap_is* functions from Apache. They were already in APR, | Ryan Bloom | 2000-07-26 | 1 | -3/+1 |
* | Move the checks for bcopy and memmove down to APR. APR now defines memmove | Ryan Bloom | 2000-06-27 | 1 | -12/+0 |
* | Remove select checks from Apache config. These checks were used to define | Ryan Bloom | 2000-06-23 | 1 | -10/+0 |
* | Repair C++ compatibility in ap_config.h, apr_file_io.h, | Jeff Trawick | 2000-06-19 | 1 | -5/+0 |
* | Remove the check for EAGAIN. With APR handling the error codes, this is | Ryan Bloom | 2000-06-13 | 1 | -5/+0 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 1 | -77/+9 |
* | Remove the final vestiges of stat.h from Apache 2.0. All calls are now to | Ryan Bloom | 2000-06-12 | 1 | -4/+0 |
* | Cleanup more of the Apache configuration. This removes all of the shared | Ryan Bloom | 2000-06-10 | 1 | -0/+6 |
* | Get FreeBSD building again with the resource limiting changes (FreeBSD | Jeff Trawick | 2000-06-10 | 1 | -0/+4 |
* | Fix the check for rlim_t correctly. I wish I had known that we had | Ryan Bloom | 2000-06-08 | 1 | -5/+0 |
* | ARGH! resource.h lives in sys. | Ryan Bloom | 2000-06-08 | 1 | -1/+1 |
* | Include a definition of rlim_t if the platform doesn't have it natively. | Ryan Bloom | 2000-06-08 | 1 | -0/+5 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -10/+10 |
* | Keep the MSVC++-isms out of the Unix flavor of API_EXPORT(). | Jeff Trawick | 2000-05-27 | 1 | -1/+6 |
* |
| William A. Rowe Jr | 2000-05-27 | 1 | -4/+29 |
* | Fix problem where the Unix mpms had an unitialized variable for | Jeff Trawick | 2000-05-18 | 1 | -17/+0 |
* |
| William A. Rowe Jr | 2000-05-17 | 1 | -7/+6 |
* | fix up the repository with the correct add/remove sequence. | Greg Stein | 2000-05-17 | 1 | -0/+240 |
* | All this file does is include another file. I am fixing this by removing | Ryan Bloom | 2000-05-13 | 1 | -1446/+0 |
* |
| William A. Rowe Jr | 2000-05-06 | 1 | -8/+0 |
* | stop relying on a macro to map signal() to ap_signal(); call | Jeff Trawick | 2000-04-05 | 1 | -22/+0 |
* | Update to Apache Software License version 1.1 | Roy T. Fielding | 2000-03-31 | 1 | -33/+34 |
* | Bring forward my recent 1.3 patches. | Brian Havard | 2000-03-20 | 1 | -0/+1 |
* | Test for AP_USE_HSREGEX, not USE_HSREGEX, as that's what actually gets | Brian Havard | 2000-03-19 | 1 | -1/+1 |
* | Eliminate implicit usage of access.conf and srm.conf. | Manoj Kasichainula | 2000-03-16 | 1 | -6/+0 |
* | Fix all the License issues. Including: | Ryan Bloom | 2000-03-10 | 1 | -9/+9 |
* | Submitted by: Sascha Schumann <sascha@schumann.cx> | rasmus | 1999-12-24 | 1 | -0/+3 |
* | Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the | Wilfredo Sanchez | 1999-12-04 | 1 | -3/+0 |
* | Eliminate ap_config.h's checks when using autoconf. Now, ap_ac_config.h | Manoj Kasichainula | 1999-12-01 | 1 | -0/+10 |
* | Deal with times() properly in autoconf. This also changes NO_TIMES to | Manoj Kasichainula | 1999-11-30 | 1 | -0/+5 |
* | The first part of the big autoconf patch. This replaces a bunch of | Manoj Kasichainula | 1999-11-30 | 1 | -8/+59 |
* | A bit of WIN32 header file cleanup | Bill Stoddard | 1999-09-13 | 1 | -9/+0 |
* | Remove all of the calls to functions like "ap_popenf". These functions were | Ryan Bloom | 1999-09-08 | 1 | -6/+0 |
* | The closesocket define causes problems on BeOS. Get rid of it where | Manoj Kasichainula | 1999-09-06 | 1 | -1/+0 |
* | Changed pools to contexts. Tested with prefork and pthread mpm's. I'll | Ryan Bloom | 1999-08-31 | 1 | -1/+3 |
* | A bunch of changes to get the server compiling on WIN32. mod_cgi, mod_include, | Bill Stoddard | 1999-08-28 | 1 | -0/+1 |
* | Add prototype for ap_select on OS/2 | Roy T. Fielding | 1999-08-26 | 1 | -0/+2 |
* | More MPM changes. Remove NO_OTHER_CHILD defines. | Roy T. Fielding | 1999-08-26 | 1 | -7/+13 |
* | Special Support for User-Space Threading Environments | Roy T. Fielding | 1999-08-26 | 1 | -0/+25 |
* | Apache 1.3.9 baseline for the Apache 2.0 repository. | Roy T. Fielding | 1999-08-24 | 1 | -0/+1394 |