| Commit message (Expand) | Author | Age | Files | Lines |
* | * build/special.mk (install-modules-yes): Require that the DSOs are | Joe Orton | 2006-06-29 | 1 | -1/+1 |
* | Add zlib-devel to the BuildReq in the RPM Spec file, which allows mod_deflate... | Paul Querna | 2006-06-21 | 1 | -1/+1 |
* | Ahhh, this was missed in 395432, and the addition of httpd.rc needs | William A. Rowe Jr | 2006-04-20 | 1 | -0/+87 |
* | Not for backport; our boolean state is 1/0, not defined/undef. | William A. Rowe Jr | 2006-04-20 | 1 | -141/+0 |
* | Update the last year of copyright. | Colm MacCarthaigh | 2006-04-19 | 25 | -25/+25 |
* | * build/instdso.sh: Fix syntax error with some sed implementations. | Joe Orton | 2006-03-29 | 1 | -2/+2 |
* | Determined that yes; apr_general.h may be included in .rc files, | William A. Rowe Jr | 2006-01-12 | 1 | -8/+13 |
* | Update the NetWare makefiles to build the authz code | Bradley Nicholes | 2006-01-11 | 1 | -0/+4 |
* | Correct version numbering for generated .rc files. | William A. Rowe Jr | 2006-01-11 | 1 | -16/+13 |
* | * build/config_vars.sh.in: Check for the *-config scripts both at the | Joe Orton | 2005-11-02 | 1 | -2/+13 |
* | * build/config_vars.sh.in: Prepend DESTDIR to paths to installed | Joe Orton | 2005-11-02 | 1 | -2/+2 |
* | Remove install errors emitted when using jlibtool instead of GNU libtool. | Justin Erenkrantz | 2005-09-28 | 1 | -3/+6 |
* | * Makefile.in | Paul Querna | 2005-09-26 | 1 | -1/+1 |
* | Fix the RPM spec file: XML versions of the doc files are no | Graham Leggett | 2005-08-26 | 1 | -1/+5 |
* | Fixed complaints about unpackaged files within the RPM build | Graham Leggett | 2005-07-03 | 1 | -5/+27 |
* | * build/config_vars.sh.in: Expand LTFLAGS here, to fix `apxs -q LIBTOOL` | Joe Orton | 2005-06-16 | 1 | -1/+1 |
* | Delete the completely outdated httpd_roll_release script. | Paul Querna | 2005-06-14 | 1 | -137/+0 |
* | Update remaining 2004 copyright notices. | Joe Orton | 2005-06-14 | 14 | -14/+28 |
* | * configure.in: Define MKINSTALLDIRS and INSTALL in config_vars.mk. | Joe Orton | 2005-06-13 | 2 | -2/+4 |
* | Sanitize the installed config_vars.mk to remove references to the | Joe Orton | 2005-06-13 | 1 | -0/+60 |
* | * modules/mappers/config9.m4: Substitute INSTALL_DSO as "yes" if | Joe Orton | 2005-06-08 | 1 | -13/+11 |
* | * build/instdso.sh: Extract LIBRARY_NAMES and DLNAME without using | Joe Orton | 2005-06-08 | 1 | -2/+2 |
* | Disable some default LibC debugging code when compiling optimized | Bradley Nicholes | 2005-04-29 | 1 | -1/+4 |
* | use BSD sockets when building for IPV6 | Bradley Nicholes | 2005-04-20 | 1 | -0/+6 |
* | Build mod_ssl for the NetWare platform | Bradley Nicholes | 2005-04-19 | 1 | -1/+1 |
* | Allow httpd on NetWare to build using either the standard socket libraries or... | Bradley Nicholes | 2005-04-15 | 3 | -1/+7 |
* | Uncomment the secureListen directive when building the httpd-ssl.conf file fo... | Bradley Nicholes | 2005-04-11 | 1 | -1/+1 |
* | Update the NetWare make install target to comply with the new .conf file layout | Bradley Nicholes | 2005-04-10 | 1 | -9/+11 |
* | Rethink the built-in vs shared modules for NetWare. Reposition mod_asis, mod... | Bradley Nicholes | 2005-04-09 | 1 | -0/+6 |
* | Add inverted commas to the build script parameter so that it works correctly ... | Graham Leggett | 2005-03-30 | 1 | -2/+2 |
* | Metrowerk compiler can't handle commas in the copyright string | Bradley Nicholes | 2005-02-25 | 1 | -1/+1 |
* | * build/NWGNUtail.inc: Update license. | Justin Erenkrantz | 2005-02-24 | 1 | -1/+1 |
* | One more NetWare tweak for the PCRE shakeup | Bradley Nicholes | 2005-02-14 | 1 | -1/+1 |
* | Only recompile buildmark.c when we have to relink httpd. | Justin Erenkrantz | 2005-02-10 | 1 | -0/+1 |
* | Add a target to build the prebuild utilities on NetWare | Bradley Nicholes | 2005-02-09 | 2 | -1/+6 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 10 | -12/+22 |
* | * configure.in: Add --enable-pie flag; define PICFLAGS and PILDFLAGS. | Joe Orton | 2005-01-25 | 1 | -5/+8 |
* | Add a build script to create a solaris package. | Graham Leggett | 2005-01-04 | 3 | -0/+120 |
* | Fix the RPM spec file so that an RPM build now works. An RPM | Graham Leggett | 2004-12-18 | 1 | -41/+28 |
* | Change the names of the debug and release output build directories so they do... | Bradley Nicholes | 2004-12-15 | 1 | -2/+2 |
* | Clean up environment variables | Bradley Nicholes | 2004-12-03 | 1 | -2/+2 |
* | Allow APR-UTIL to exist and build outside of the httpd/srclib file structure | Bradley Nicholes | 2004-12-02 | 2 | -2/+2 |
* | Allow APR to exist and build outside of the httpd/srclib file structure | Bradley Nicholes | 2004-11-30 | 2 | -6/+6 |
* | Initial pass at refactoring some files to eliminate our 150K C source behemoths. | Justin Erenkrantz | 2004-11-27 | 1 | -1/+3 |
* | property cleanup | André Malo | 2004-11-25 | 1 | -1/+1 |
* | Remove the .cvsignore files. | Joe Orton | 2004-11-19 | 2 | -14/+0 |
* | Fix a few references to mod_auth_ldap to be mod_authnz_ldap | Bradley Nicholes | 2004-08-20 | 1 | -1/+1 |
* | Ignore config.* scripts copied from APR. | Joe Orton | 2004-08-10 | 1 | -0/+2 |
* | Moderize our .rc generation, using the license-2.0 text, | William A. Rowe Jr | 2004-07-15 | 1 | -8/+15 |
* | * build/config.guess, build/config.sub: Remove since buildconf copies | Joe Orton | 2004-07-13 | 2 | -2995/+0 |