| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing various compiler error when compiling against the latest version of Li... | Bradley Nicholes | 2004-11-27 | 1 | -1/+1 |
* | Move mod_cache out of experimental for the NetWare build | Bradley Nicholes | 2004-11-27 | 3 | -3/+247 |
* | Add mod_filter to the NetWare build. | Bradley Nicholes | 2004-11-27 | 2 | -0/+251 |
* | At long last, promote mod_cache and friends out of experimental/. | Justin Erenkrantz | 2004-11-27 | 21 | -16/+17 |
* | Initial pass at refactoring some files to eliminate our 150K C source behemoths. | Justin Erenkrantz | 2004-11-27 | 6 | -1716/+2023 |
* | Use ap_log_cerror and loglevel debug in filter_trace | Nick Kew | 2004-11-27 | 1 | -5/+5 |
* | ap_process_http_async_connection (used by the Event MPM): | Greg Ames | 2004-11-26 | 1 | -21/+18 |
* | * modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mutex_off): | Joe Orton | 2004-11-25 | 1 | -2/+2 |
* | mod_cgid: Catch configuration problem where two web server instances | Jeff Trawick | 2004-11-24 | 1 | -0/+15 |
* | * modules/generators/mod_cgi.c (cgi_handler): Ensure all stderr from | Joe Orton | 2004-11-22 | 1 | -3/+7 |
* | Axe a dead variable | William A. Rowe Jr | 2004-11-21 | 1 | -4/+5 |
* | Compile Fix for Netware Port with CodeWarrior. | Paul Querna | 2004-11-21 | 1 | -2/+4 |
* | The Event MPM. | Paul Querna | 2004-11-20 | 2 | -3/+70 |
* | Remove the .cvsignore files. | Joe Orton | 2004-11-19 | 19 | -361/+0 |
* | Fix handling of non-blocking reads in mod_ssl (triggered by recent | Joe Orton | 2004-11-14 | 1 | -3/+5 |
* | * modules/generators/mod_cgid.c (cgid_init): Fix GCC strict-aliasing | Joe Orton | 2004-11-12 | 1 | -2/+6 |
* | * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Don't treat | Joe Orton | 2004-11-11 | 1 | -2/+0 |
* | * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Use the | Joe Orton | 2004-11-11 | 1 | -11/+33 |
* | * modules/proxy/proxy_ftp.c (proxy_ftp_canon, proxy_ftp_handler, | Joe Orton | 2004-11-11 | 1 | -16/+9 |
* | * modules/proxy/proxy_connect.c (proxy_connect_handler, | Joe Orton | 2004-11-11 | 1 | -15/+8 |
* | Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all | Joe Orton | 2004-11-10 | 3 | -0/+27 |
* | * modules/ssl/config.m4: Use libtool's -export-symbols-regex flag to | Joe Orton | 2004-11-10 | 1 | -0/+5 |
* | * modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c, | Joe Orton | 2004-11-10 | 3 | -66/+57 |
* | mod_disk_cache: Remove a bunch of non-implemented garbage collection | Justin Erenkrantz | 2004-11-06 | 1 | -101/+1 |
* | Return the correct error when the user object is not found | Bradley Nicholes | 2004-11-06 | 1 | -6/+4 |
* | Added the directive "Requires ldap-filter" that allows the module to only aut... | Bradley Nicholes | 2004-11-05 | 1 | -4/+59 |
* | * modules/experimental/mod_disk_cache.c (recall_headers, | Joe Orton | 2004-11-04 | 1 | -3/+0 |
* | Remove bogus comment: for SSLPassPhraseDialog exec:..., argv is | Joe Orton | 2004-11-04 | 1 | -1/+0 |
* | If the entry has a password then don't allow util_ldap_cache_getuserdn() to u... | Bradley Nicholes | 2004-11-04 | 1 | -1/+6 |
* | PR: 29709,32051 | Nick Kew | 2004-11-04 | 1 | -0/+9 |
* | Just a simple switch of mod_usertrack to run earlier in the fixup hook. | Paul Querna | 2004-11-04 | 1 | -1/+1 |
* | Added the directive "Requires ldap-attribute" that allows the module to only ... | Bradley Nicholes | 2004-11-03 | 1 | -1/+29 |
* | Allow mod_authnz_ldap authorization functionality to be used without requirin... | Bradley Nicholes | 2004-11-02 | 2 | -0/+45 |
* | Implement the util_ldap_cache_getuserdn() API so that the ldap authorization ... | Bradley Nicholes | 2004-11-02 | 2 | -10/+192 |
* | * modules/mappers/mod_rewrite.c (hook_uri2file): Revert r1.259 to fix | Joe Orton | 2004-11-02 | 1 | -1/+1 |
* | * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix possible | Joe Orton | 2004-11-01 | 1 | -1/+2 |
* | Fix compile trouble. | Nick Kew | 2004-11-01 | 1 | -13/+12 |
* | Change FilterDeclare/FilterProvider semantics as discussed in | Nick Kew | 2004-10-31 | 1 | -110/+142 |
* | Remove double calculation of tranfered bytes to backend. | Mladen Turk | 2004-10-31 | 1 | -1/+0 |
* | Don't display the cache statistics if the node is empty | Bradley Nicholes | 2004-10-30 | 1 | -12/+18 |
* | Fixup broken handling of range header. | Nick Kew | 2004-10-28 | 1 | -3/+13 |
* | Add the check for an upgraded https connection when responding to the state o... | Bradley Nicholes | 2004-10-27 | 1 | -7/+9 |
* | Fix mod_filter to support the case where a provider sets its own f->ctx | Nick Kew | 2004-10-27 | 1 | -8/+34 |
* | Move ap_filter_provider_t back out of public API | Nick Kew | 2004-10-27 | 1 | -0/+37 |
* | Since the host will include a port if the default port is not used, always sp... | Bradley Nicholes | 2004-10-25 | 1 | -1/+6 |
* | fixed a type match warning on NetWare | Jean-Jacques Clar | 2004-10-25 | 1 | -1/+1 |
* | veto and revert win64 patch: 64bit changes must percolate from the | Roy T. Fielding | 2004-10-24 | 1 | -2/+2 |
* | mod_cache: Add CacheIgnoreHeaders directive. | Justin Erenkrantz | 2004-10-23 | 5 | -6/+74 |
* | WIN64: API changes to clean up Windows 64bit compile warnings | Allan K. Edwards | 2004-10-22 | 1 | -2/+2 |
* | use the correct struct for CacheDisable. | Paul Querna | 2004-10-18 | 1 | -1/+1 |