| Commit message (Expand) | Author | Age | Files | Lines |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 7 | -7/+7 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 12 | -81/+81 |
* | Another day's progress... little changes, but just establishing the | William A. Rowe Jr | 2000-07-27 | 1 | -281/+479 |
* | Undo the damage to mod_isapi (leave placeholders for new functions though) | William A. Rowe Jr | 2000-07-25 | 1 | -34/+47 |
* | Missing apr_strings.h - hope this wasn't destined for some global header. | William A. Rowe Jr | 2000-07-25 | 2 | -77/+143 |
* | Fix some bad ap_log_error() invocations. Comment on a bad | Jeff Trawick | 2000-07-18 | 3 | -9/+9 |
* | Correct Win32 Expat build. | Keith Wannamaker | 2000-07-11 | 1 | -4/+0 |
* | Stop a compiler warning in maintainer mode. | David Reid | 2000-07-03 | 1 | -0/+1 |
* | Bring beos back into line following the changes to iol_socket. | David Reid | 2000-07-03 | 1 | -1/+1 |
* | enable Expat for the Win32 build. | Greg Stein | 2000-07-03 | 1 | -0/+5 |
* | Remove iol_socket.c from OS/2 build after Ryans's cleanup. | Brian Havard | 2000-07-01 | 1 | -1/+1 |
* | Combine some common code. Before this, all platforms implemented their | Ryan Bloom | 2000-06-30 | 1 | -1/+1 |
* | 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 | 1 | -18/+26 |
* | Get Win32 building after yesterday's patch to make MPM's explain | Allan K. Edwards | 2000-06-22 | 1 | -0/+2 |
* | Remove unixd_detach function, because it is provided by APR as ap_detach. | Ryan Bloom | 2000-06-20 | 2 | -73/+0 |
* | Make unixd_config.user_name const char * instead of char * to avoid | Jeff Trawick | 2000-06-18 | 2 | -2/+2 |
* | Time for these to be gone? I'd say it's long past :) | William A. Rowe Jr | 2000-06-17 | 2 | -120/+0 |
* | More consification, correct command initialisation. | Ben Laurie | 2000-06-17 | 2 | -8/+8 |
* | Protect system header files with the appropriate macros. | Ryan Bloom | 2000-06-13 | 3 | -1/+12 |
* | Clean up a big chunk of ap_config.h. This basically stops ap_config.h from | Ryan Bloom | 2000-06-12 | 1 | -0/+2 |
* | Fix Win32 compile break caused by Ryan's stat cleanup. | Bill Stoddard | 2000-06-12 | 1 | -2/+2 |
* | Remove the final vestiges of stat.h from Apache 2.0. All calls are now to | Ryan Bloom | 2000-06-12 | 2 | -3/+0 |
* | Cleanup more of the Apache configuration. This removes all of the shared | Ryan Bloom | 2000-06-10 | 1 | -1/+0 |
* | Remove a bunch of string functions from Apache. These are basically | Ryan Bloom | 2000-06-09 | 1 | -7/+0 |
* | Remove all occurances of strerror from Apache. ap_strerror works just | Ryan Bloom | 2000-06-09 | 3 | -5/+8 |
* | Cleanup APR header files a bit. Basically, this splits ap_table_t related | Ryan Bloom | 2000-06-08 | 1 | -1/+0 |
* | Remove all occurances of gettimeofday. Replace it with ap_now which | Ryan Bloom | 2000-06-08 | 1 | -1/+0 |
* | Fix Win32 bug when pathname length exactly equals MAX_PATH. | Allan K. Edwards | 2000-06-08 | 1 | -1/+1 |
* | Fix some bad (1.3 style) parmlists to ap_log_error() which were introduced | Jeff Trawick | 2000-06-07 | 1 | -3/+3 |
* | Add the resource limiting code back to Apache 2.0. This only works on | Ryan Bloom | 2000-06-06 | 2 | -1/+65 |
* | PR: | William A. Rowe Jr | 2000-06-06 | 2 | -0/+20 |
* |
| William A. Rowe Jr | 2000-05-27 | 1 | -22/+0 |
* | PR: | William A. Rowe Jr | 2000-05-26 | 1 | -11/+13 |
* |
| William A. Rowe Jr | 2000-05-19 | 1 | -0/+80 |
* |
| William A. Rowe Jr | 2000-05-17 | 1 | -1/+6 |
* | PR: | William A. Rowe Jr | 2000-05-17 | 1 | -1/+1 |
* |
| William A. Rowe Jr | 2000-05-17 | 1 | -1/+1 |
* | Remove the dso code from the os/unix directory. These functions are not | Ryan Bloom | 2000-05-16 | 2 | -55/+1 |
* | PR: | William A. Rowe Jr | 2000-05-11 | 1 | -1/+0 |
* |
| William A. Rowe Jr | 2000-05-06 | 1 | -0/+5 |
* |
| William A. Rowe Jr | 2000-05-01 | 2 | -8/+7 |
* | Add VPATH support to Apache: | Sascha Schumann | 2000-04-30 | 2 | -7/+6 |
* | We want to build in the build dir, not the src dir. | Sascha Schumann | 2000-04-30 | 1 | -1/+1 |
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 4 | -20/+0 |
* | PR: | William A. Rowe Jr | 2000-04-28 | 1 | -4/+5 |
* | back out APR_ prefix for TRUE,FALSE | Doug MacEachern | 2000-04-28 | 2 | -26/+26 |
* | prefix TRUE,FALSE with APR_ | Doug MacEachern | 2000-04-28 | 2 | -26/+26 |
* |
| William A. Rowe Jr | 2000-04-28 | 1 | -0/+4 |
* |
| William A. Rowe Jr | 2000-04-28 | 1 | -3/+7 |