| Commit message (Expand) | Author | Age | Files | Lines |
* | move the _rini stuff into bs2login.c (the only user) | Greg Stein | 2001-02-24 | 2 | -10/+10 |
* | *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, and | Greg Stein | 2001-02-24 | 10 | -176/+69 |
* | Fix windows compile break introduced by Martin's module structure rename. | Bill Stoddard | 2001-02-20 | 1 | -9/+9 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 26 | -26/+26 |
* | As a debugging aid, report which version of the beos code we're using and | David Reid | 2001-02-14 | 1 | -2/+6 |
* | fix the check for killpg(); as it was, we didn't check for | Jeff Trawick | 2001-02-11 | 1 | -1/+1 |
* | toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2. | Greg Stein | 2001-02-11 | 4 | -165/+4 |
* | [ missed in last commit ] | Greg Stein | 2001-02-10 | 1 | -0/+4 |
* | *) remove obsolete http_conf_globals.h | Greg Stein | 2001-02-10 | 1 | -1/+0 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 7 | -25/+25 |
* | This file will go away. For this moment, the s/FindFirstFile/apr_stat/ | William A. Rowe Jr | 2001-02-01 | 1 | -9/+4 |
* | Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfo | William A. Rowe Jr | 2001-01-27 | 1 | -1/+1 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 2 | -2/+4 |
* | Move initgroupgs, ap_uname2id and ap_gname2id from util.c to | Ryan Bloom | 2001-01-20 | 1 | -0/+1 |
* | Normalize the use of AP_DECLARE_DATA | William A. Rowe Jr | 2001-01-19 | 1 | -2/+2 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 3 | -41/+41 |
* | Some missing exports | William A. Rowe Jr | 2001-01-19 | 2 | -2/+2 |
* | This change eliminates the intermediate httpd.lib from the build of | William A. Rowe Jr | 2001-01-18 | 1 | -10/+0 |
* | Libtool takes care of the lib prefix so get rid of our own workaround. | Brian Havard | 2001-01-10 | 1 | -2/+0 |
* | adjust remaining modules to use the new handler hook method (Alan Edwards) | Doug MacEachern | 2001-01-09 | 1 | -9/+9 |
* | Last change to get SuEXEC working again, and respecting configuration | Ryan Bloom | 2000-12-28 | 1 | -0/+1 |
* | The Win32 overhaul, in summary; | William A. Rowe Jr | 2000-12-21 | 2 | -12/+1 |
* | Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro. | Jeff Trawick | 2000-12-20 | 2 | -4/+4 |
* | Force all Apache functions to be linked into the executable, whether they | Ryan Bloom | 2000-12-19 | 2 | -4/+4 |
* | Use quotes instead of angle brackets when including apr_strings.h so that | Brian Havard | 2000-12-05 | 1 | -1/+1 |
* | Clean up some warnings about APR string functions by including appropriate | Brian Havard | 2000-12-05 | 1 | -0/+1 |
* | OS/2: os.c doesn't exist anymore, remove it from the build. | Brian Havard | 2000-12-05 | 1 | -1/+1 |
* | Remove "installer" from the ignore list so the directory doesn't get blown | Brian Havard | 2000-12-05 | 1 | -1/+0 |
* | En route to httpd-2.0/modules/... in their appropriate places. | William A. Rowe Jr | 2000-12-05 | 1 | -3/+0 |
* | Ignore all the files that are generated during a build | Ryan Bloom | 2000-12-05 | 2 | -0/+3 |
* | More changes to get BeOS building once more... | David Reid | 2000-12-02 | 1 | -0/+3 |
* | Fix uninitialized badness | William A. Rowe Jr | 2000-11-29 | 1 | -1/+1 |
* | clean up some really bad typedefs - and move one into mpm_winnt.c since | William A. Rowe Jr | 2000-11-29 | 1 | -4/+0 |
* | Pulled the aprlib base address out of Apache's baseaddr file (aprlib is hard | William A. Rowe Jr | 2000-11-28 | 1 | -1/+0 |
* | <sys/resource.h> requires <sys/time.h> first on some systems | Jeff Trawick | 2000-11-27 | 1 | -0/+3 |
* | *) Compensate for recent changes in the APR headers. Specifically, some | Greg Stein | 2000-11-26 | 6 | -26/+39 |
* | add the "next filter" parameter to the rest of the ap_sub_req_* calls. | Greg Stein | 2000-11-23 | 1 | -2/+3 |
* | Disable two features, with warnings, if a relatively Win32 SDK headers | William A. Rowe Jr | 2000-11-19 | 1 | -0/+13 |
* | repair cgi's on Windows | Allan K. Edwards | 2000-11-14 | 1 | -1/+1 |
* | Killing ap_os_is_filename_valid. Left actual win32 code, since it is | William A. Rowe Jr | 2000-11-10 | 7 | -21/+9 |
* | Make mod_cgi and mod_include work when compiled as DSO's again. This is | Ryan Bloom | 2000-10-31 | 3 | -1/+84 |
* | ensure that all cpp directives start with a # in column one | Tony Finch | 2000-10-25 | 1 | -2/+2 |
* | Get everything working with suexec patches again. | William A. Rowe Jr | 2000-10-24 | 1 | -0/+9 |
* | Get rid of some stuff and a few small tweaks. | David Reid | 2000-10-23 | 1 | -56/+5 |
* | Add back suexec support. | Manoj Kasichainula | 2000-10-23 | 7 | -2/+51 |
* | Add a temporary pool argument to unixd_pre_config, so that it can call | Manoj Kasichainula | 2000-10-23 | 2 | -2/+2 |
* | expatlib is definately more in sync with the Unix build, so we now | William A. Rowe Jr | 2000-10-18 | 1 | -2/+1 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 5 | -11/+11 |
* | This is a pretty significant cleanup of things already moved to OS2's | William A. Rowe Jr | 2000-10-15 | 2 | -160/+0 |
* | Cleanup ap_os_kill from TPF and unix. Maintainers please validate. | William A. Rowe Jr | 2000-10-15 | 2 | -10/+0 |