| Commit message (Expand) | Author | Age | Files | Lines |
* | remove TPF support | Jeff Trawick | 2009-03-27 | 8 | -634/+0 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 7 | -116/+0 |
* | remove BeOS OS support | Jeff Trawick | 2009-03-26 | 7 | -325/+0 |
* | integrate lua, ratelimit | William A. Rowe Jr | 2009-03-26 | 1 | -0/+1 |
* | add lua | William A. Rowe Jr | 2009-03-25 | 1 | -3/+1 |
* | Add watchdog module to win32 build. | Mladen Turk | 2009-02-17 | 1 | -0/+4 |
* | Base our mod_buffer.so | William A. Rowe Jr | 2009-02-01 | 1 | -0/+1 |
* | use a local module header file to store the function prototype | Roy T. Fielding | 2009-01-31 | 1 | -2/+0 |
* | revert r711228: the ap_unixd_setup_child prototype needs to go somewhere. | Roy T. Fielding | 2009-01-30 | 1 | -0/+2 |
* | Remove some more mod_mem_cache relics from | Rainer Jung | 2009-01-18 | 1 | -1/+3 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 2 | -21/+23 |
* | So close ;-) Nicely done Jim | William A. Rowe Jr | 2008-11-23 | 1 | -0/+1 |
* | * unixd_setup_child is no longer implemented by unixd.c. | Ruediger Pluem | 2008-11-04 | 1 | -2/+0 |
* | Further unixd hacks to remove duplication between old-unixd and mod_unixd, | Nick Kew | 2008-11-04 | 2 | -215/+2 |
* | Remove mod_authn_default and mod_authz_default. | Chris Darroch | 2008-11-02 | 2 | -10/+0 |
* | Also adjust unixd.c with changes from r709406 | Jim Jagielski | 2008-10-31 | 1 | -3/+3 |
* | Catch up with a host of changes to the current module set | William A. Rowe Jr | 2008-06-07 | 1 | -0/+12 |
* | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 3 | -3/+1 |
* | Support chroot on unix-family platforms | Nick Kew | 2008-01-12 | 2 | -1/+47 |
* | s/mod_example/mod_example_hooks/ | William A. Rowe Jr | 2007-11-19 | 1 | -1/+1 |
* | After a stop or restart signal, the old listening sockets | Martin Kraemer | 2007-10-29 | 1 | -0/+8 |
* | fixed include path to use forward slash. | Guenter Knauf | 2007-10-08 | 1 | -1/+1 |
* | Axe a completely bogus internal helper function. | William A. Rowe Jr | 2007-09-06 | 2 | -53/+0 |
* | Bless the module mod_substitute, with the Substitute directive | William A. Rowe Jr | 2007-08-24 | 1 | -1/+1 |
* | Adding the last two, missing mod_filter and mod_dav_lock infos | William A. Rowe Jr | 2007-08-24 | 1 | -0/+2 |
* | Add modules/examples/, and a new BuildAll dummy stub. | William A. Rowe Jr | 2007-08-24 | 1 | -0/+4 |
* | Add auth modules to the schema | William A. Rowe Jr | 2007-08-24 | 1 | -0/+2 |
* | Add another module to the base address list. | William A. Rowe Jr | 2007-08-23 | 1 | -0/+1 |
* | APR_HAVE/AP_HAVE are ALWAYS defined, not always 1. | William A. Rowe Jr | 2006-12-13 | 1 | -1/+1 |
* | Added mod_proxy_fcgi win32 build. | Mladen Turk | 2006-10-14 | 1 | -0/+1 |
* | fix eol-style | André Malo | 2006-08-18 | 1 | -5/+5 |
* | Do not return on WAIT_ABANDONED signals. | Mladen Turk | 2006-08-03 | 1 | -10/+13 |
* | Fix return values from wait_for_many_objects. | Mladen Turk | 2006-08-02 | 1 | -4/+12 |
* | Add mod_authz_core module to the build. | Mladen Turk | 2006-07-25 | 1 | -0/+1 |
* | Add mod_access_conf module base address. | Mladen Turk | 2006-07-25 | 1 | -0/+1 |
* | On mingw32, the APACHE_MPM_DIR is defined from the autoconf generated files. | Paul Querna | 2006-07-15 | 1 | -0/+2 |
* | Bring in basic support for building the winnt MPM under mingw32, using the au... | Paul Querna | 2006-07-15 | 2 | -0/+9 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 25 | -150/+150 |
* | With all the fun new features, mod_proxy's size (when built in | William A. Rowe Jr | 2006-04-19 | 1 | -1/+1 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 25 | -25/+25 |
* | Update the NetWare makefiles to build the authz code | Bradley Nicholes | 2006-01-11 | 1 | -0/+16 |
* | Add the module details for our /base:@...,mod_foo.so magic | William A. Rowe Jr | 2005-12-16 | 1 | -0/+2 |
* | * os/unix/unixd.h: Use extern "C" linkage. | Joe Orton | 2005-12-06 | 1 | -0/+8 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 8 | -86/+86 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 5 | -135/+135 |
* | I'd prefer, before 2.2-final, to have AP_NEED_SET_MUTEX_PERMS defined | William A. Rowe Jr | 2005-09-16 | 1 | -1/+1 |
* | Doxygen fixup / cleanup | Ian Holsman | 2005-08-29 | 12 | -24/+129 |
* | This module shouldn't have been added; it's an experiment on my | William A. Rowe Jr | 2005-05-16 | 1 | -1/+0 |
* | Allow httpd on NetWare to build using either the standard socket libraries or... | Bradley Nicholes | 2005-04-15 | 1 | -0/+8 |
* | Rethink the built-in vs shared modules for NetWare. Reposition mod_asis, mod... | Bradley Nicholes | 2005-04-09 | 1 | -24/+0 |