| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor out the child behavior from mpm_winnt. This is the first | William A. Rowe Jr | 2002-07-29 | 1 | -0/+4 |
* | Reorganize a bit for legibility. | William A. Rowe Jr | 2002-07-18 | 1 | -154/+134 |
* | And the other one... | William A. Rowe Jr | 2002-07-13 | 1 | -2/+2 |
* | $(IntDir) doesn't go back to VC5 | William A. Rowe Jr | 2002-07-13 | 1 | -6/+4 |
* | Get rid of the buildmark bogosity. It never helped ide users, and | William A. Rowe Jr | 2002-07-13 | 1 | -3/+17 |
* | Try this AGAIN. Move ap_regkey.h to include/ and assure that this time, | William A. Rowe Jr | 2002-07-11 | 1 | -29/+4 |
* | Small whitespace cleanup. | William A. Rowe Jr | 2002-07-09 | 1 | -24/+23 |
* | Fix alpha order so the .dsp list isn't rearranged on save. | William A. Rowe Jr | 2002-07-08 | 1 | -38/+38 |
* | Move the last little useful bit of registry.c into services.c, and | William A. Rowe Jr | 2002-06-24 | 1 | -8/+29 |
* | Incorporate ap_regkey.c into the build. | William A. Rowe Jr | 2002-06-24 | 1 | -0/+8 |
* | Whoops. Others need to peek into include and cgi module structures. | William A. Rowe Jr | 2002-06-06 | 1 | -0/+58 |
* | We appear to never have had any complaints about copy srcname dstname | William A. Rowe Jr | 2002-05-24 | 1 | -40/+26 |
* | Tired of 'foo.h not found' messages in the build. Checked ms's docs, | William A. Rowe Jr | 2002-04-17 | 1 | -24/+12 |
* | Outch! DougM reports that I never committed this file. Lo and behold, | William A. Rowe Jr | 2002-03-15 | 1 | -0/+4 |
* | *) Split all Win32 modules [excluding the core components mod_core, | William A. Rowe Jr | 2002-01-10 | 1 | -58/+188 |
* | Reimplement Win32 registry-based and shebang-extended scripting. | William A. Rowe Jr | 2001-10-21 | 1 | -0/+4 |
* | Just feels wrong... but need to continue building | William A. Rowe Jr | 2001-10-16 | 1 | -2/+2 |
* | Accomodate the new server/util_time.c module on win32 | William A. Rowe Jr | 2001-09-19 | 1 | -0/+4 |
* | Clip a duplicate appearance | William A. Rowe Jr | 2001-08-28 | 1 | -4/+0 |
* | Regroup some of the headers in the win32 module, to make the distinction | William A. Rowe Jr | 2001-08-27 | 1 | -13/+17 |
* | Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to | William A. Rowe Jr | 2001-08-26 | 1 | -1/+1 |
* | The purpose of this patch is to toggle the debugging mode (default) to | William A. Rowe Jr | 2001-08-17 | 1 | -10/+7 |
* | Spell it right, per Mr. Coar | William A. Rowe Jr | 2001-08-16 | 1 | -2/+2 |
* | Add auto-generated Win32 versioning. | William A. Rowe Jr | 2001-08-16 | 1 | -4/+40 |
* | (hopefully) get WinNT MPM to build using mpm_common.c code; a few notes: | Jeff Trawick | 2001-08-13 | 1 | -0/+4 |
* | Fix up files constituting the Win32 libhttpd project file | William A. Rowe Jr | 2001-06-27 | 1 | -17/+17 |
* | get rid of util_date.c/util_date.h and associated test program | Jeff Trawick | 2001-06-06 | 1 | -8/+0 |
* | Blew it... forgot to transpose dsp versions | William A. Rowe Jr | 2001-05-23 | 1 | -3/+4 |
* | Get win32 libhttpd building without uri_delims, now added to apr-util | William A. Rowe Jr | 2001-05-23 | 1 | -98/+56 |
* | A one line snafu becomes a big one... sorry, forgot to transpose this. | William A. Rowe Jr | 2001-03-08 | 1 | -3/+4 |
* | Minor snafu - wrong intermediate build path | William A. Rowe Jr | 2001-03-08 | 1 | -5/+4 |
* | Another chunk of code from http to core. This should continue to build | Ryan Bloom | 2001-03-05 | 1 | -0/+4 |
* | Move more code from the http module into the core server. This | Ryan Bloom | 2001-03-04 | 1 | -0/+4 |
* | Moved to modules/arch/win32/ | William A. Rowe Jr | 2001-02-28 | 1 | -2/+1 |
* | Fix Windows compile breaks caused by mod_core.h foobar | Bill Stoddard | 2001-02-27 | 1 | -2/+3 |
* | Begin to move functions from the http module to the core. The goal is to | Ryan Bloom | 2001-02-26 | 1 | -0/+4 |
* | Hmmm... ap_release.h is a good file to list in the IDE. | William A. Rowe Jr | 2001-02-26 | 1 | -1/+4 |
* | Fix Windows compile break caused by move of error_bucket.c | Bill Stoddard | 2001-02-25 | 1 | -1/+1 |
* | Begin restructuring scoreboard code to enable adding back in | Bill Stoddard | 2001-02-02 | 1 | -0/+4 |
* | Add newly invented mod_include.h to the project view | William A. Rowe Jr | 2001-01-28 | 1 | -6/+14 |
* | Sunny and warm (if 30`F meets your definition of warm :-) | William A. Rowe Jr | 2001-01-27 | 1 | -0/+4 |
* | Clearing out the libhttpd.def from win32 | William A. Rowe Jr | 2001-01-19 | 1 | -5/+0 |
* | Fixups to build the whole shebang once again. | William A. Rowe Jr | 2001-01-18 | 1 | -4/+4 |
* | This change eliminates the intermediate httpd.lib from the build of | William A. Rowe Jr | 2001-01-18 | 1 | -1/+372 |
* | Correction, commited the vc5. Need vc6 in the tree. Humble appologies. | William A. Rowe Jr | 2000-12-21 | 1 | -3/+4 |
* | The Win32 overhaul, in summary; | William A. Rowe Jr | 2000-12-21 | 1 | -30/+29 |
* | Fix compile break in Win32 | William A. Rowe Jr | 2000-10-16 | 1 | -2/+2 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 1 | -2/+2 |
* | Regardless of reaction to a symbol rename -within- the sources, these | William A. Rowe Jr | 2000-10-11 | 1 | -2/+2 |
* | PR: | William A. Rowe Jr | 2000-06-06 | 1 | -0/+100 |