| Commit message (Expand) | Author | Age | Files | Lines |
* | We cannot rename the library file as we've done or it will become | William A. Rowe Jr | 2003-03-11 | 1 | -13/+8 |
* | Fix Sebastian's observed failure of the Win32 Debug _install target. | William A. Rowe Jr | 2003-02-19 | 1 | -0/+2 |
* | Must have been my fat-fingered headcold-spacey mistake, but thanks to | William A. Rowe Jr | 2003-02-18 | 1 | -0/+1 |
* | Thanks Andre... for pointing out my fat fingers. | William A. Rowe Jr | 2003-02-08 | 1 | -3/+3 |
* | *) Introduce debugging symbols for Win32 release builds, both .pdb | William A. Rowe Jr | 2003-02-07 | 1 | -178/+134 |
* | mod_logio module is alredy built in the IDE, but not the command line | William A. Rowe Jr | 2003-01-19 | 1 | -0/+3 |
* | .dsw IDE builds were building mod_auth_ldap, while .mak builds were not. | William A. Rowe Jr | 2003-01-19 | 1 | -0/+6 |
* | Damned... this was broken but, since most of us build from .dsp files, | William A. Rowe Jr | 2003-01-18 | 1 | -1/+1 |
* | One for APACHE_2_0_44 final, fix a minor build problem with Debug targets. | William A. Rowe Jr | 2003-01-15 | 1 | -2/+0 |
* | Adapt to Brane's apr-iconv patch that provides for make install, and makes | William A. Rowe Jr | 2003-01-14 | 1 | -7/+24 |
* | Not entirely clear if we should trust iconv or bin/iconv as the target | William A. Rowe Jr | 2002-12-03 | 1 | -1/+10 |
* | Back out provider.c from aaa 2.1 overhaul, for the time being. | William A. Rowe Jr | 2002-11-30 | 1 | -33/+12 |
* | Catch up with Trawick's change to filters/mod_ext_filter | William A. Rowe Jr | 2002-11-22 | 1 | -2/+2 |
* | Inject logio into the win32 build | William A. Rowe Jr | 2002-11-01 | 1 | -0/+3 |
* | A quick-n-dirty hack. Expose the auth_provider api from mod_auth_basic | William A. Rowe Jr | 2002-09-13 | 1 | -1/+0 |
* | Welcome to the new schema. Multiply defined symbols blow. | William A. Rowe Jr | 2002-09-13 | 1 | -11/+30 |
* | Reenable apr-iconv for ongoing development effort. Sorry that we had | William A. Rowe Jr | 2002-08-09 | 1 | -4/+14 |
* | Since library detection is _not_ complete, and this code is extremely | William A. Rowe Jr | 2002-08-09 | 1 | -14/+4 |
* | Win32: Install libapriconv | Bill Stoddard | 2002-07-30 | 1 | -0/+4 |
* | Until we are building loadable iconv modules, the core iconv will always | William A. Rowe Jr | 2002-07-21 | 1 | -5/+0 |
* | No reason not to build charset_lite anymore on Win32 | William A. Rowe Jr | 2002-07-19 | 1 | -0/+6 |
* | apriconv from the command-line build | William A. Rowe Jr | 2002-07-19 | 1 | -11/+9 |
* | A few more 'silencers' from David. | William A. Rowe Jr | 2002-07-18 | 1 | -6/+6 |
* | Clean up a number of messages, as proposed by David. Ignored the patch | William A. Rowe Jr | 2002-07-18 | 1 | -23/+32 |
* | Quit it with the noise :-) | William A. Rowe Jr | 2002-07-13 | 1 | -4/+1 |
* | Quiet the conversation. | William A. Rowe Jr | 2002-07-13 | 1 | -1/+1 |
* | If we didn't build a Browse, we have nothing to kill. Ignore the error. | William A. Rowe Jr | 2002-07-13 | 1 | -1/+1 |
* | Seems 9x can't delete two files at a time | William A. Rowe Jr | 2002-06-23 | 1 | -2/+2 |
* | Not standard WinFoo. Using cd now. Reported by Ian Holsman. | William A. Rowe Jr | 2002-06-18 | 1 | -2/+2 |
* | For debug builds, toss the .pdb's alongside the binaries for debugging | William A. Rowe Jr | 2002-06-16 | 1 | -0/+72 |
* | Potential flaw --- use forward slash notation in filenames to awk | William A. Rowe Jr | 2002-05-16 | 1 | -15/+16 |
* | Cleanup the scripts used for Makefile.win | William A. Rowe Jr | 2002-05-16 | 1 | -34/+37 |
* | Fix command line devenv builds for MS VS 7.0 users. msdev is a command | William A. Rowe Jr | 2002-05-14 | 1 | -0/+29 |
* | Fix win32 build breakage | Cliff Woolley | 2002-05-07 | 1 | -5/+5 |
* | Should correctly build mod_ext_filter, mod_deflate dependant upon zlib, | William A. Rowe Jr | 2002-04-29 | 1 | -31/+93 |
* | Win32: Add mod_cache, mod_mem_cache and mod_disk_cache to the build and | Bill Stoddard | 2002-04-02 | 1 | -0/+8 |
* | This baffled .mak exported build targets for mod_ssl/abs. They will | William A. Rowe Jr | 2002-02-27 | 1 | -2/+2 |
* | These files cannot be distributed at present - Justin, update your RC.32 | William A. Rowe Jr | 2002-02-13 | 1 | -1/+0 |
* | The missing xcopy's <.a bit was a showstopper, but to ensure any win32 | William A. Rowe Jr | 2002-01-31 | 1 | -85/+84 |
* | Fix nmake -f makefile.win clean on win32. | William A. Rowe Jr | 2002-01-30 | 1 | -2/+2 |
* | Trust MS to manage it's project. | William A. Rowe Jr | 2002-01-29 | 1 | -58/+1 |
* | Prepare for some changes to the .dsw - phase 1. | William A. Rowe Jr | 2002-01-29 | 1 | -3/+5 |
* | Follow our Unix bretherens' conventions, and name the sub-proxy modules | William A. Rowe Jr | 2002-01-17 | 1 | -9/+9 |
* | Some servername goodness (well, if you call 'localhost' good, I don't.) | William A. Rowe Jr | 2002-01-11 | 1 | -28/+21 |
* | set a default port. | Ian Holsman | 2002-01-10 | 1 | -1/+12 |
* | *) Split all Win32 modules [excluding the core components mod_core, | William A. Rowe Jr | 2002-01-10 | 1 | -112/+171 |
* | VC 5.0 is too picky for my taste - didn't pick up the target due to | William A. Rowe Jr | 2002-01-10 | 1 | -2/+2 |
* | Change the name of the _tryssl to an underbar prefix so we know it is | William A. Rowe Jr | 2002-01-10 | 1 | -6/+15 |
* | Reports arrive that some awks are tripped up by an unquoted, unpaired | William A. Rowe Jr | 2001-11-24 | 1 | -1/+1 |
* | Add htdbm.c to the windows build - if someone on Unix could check that it | William A. Rowe Jr | 2001-11-07 | 1 | -3/+6 |