summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixing various compiler error when compiling against the latest version of Li...Bradley Nicholes2004-11-271-1/+1
* Move mod_cache out of experimental for the NetWare buildBradley Nicholes2004-11-273-3/+247
* Add mod_filter to the NetWare build.Bradley Nicholes2004-11-272-0/+251
* At long last, promote mod_cache and friends out of experimental/.Justin Erenkrantz2004-11-2721-16/+17
* Initial pass at refactoring some files to eliminate our 150K C source behemoths.Justin Erenkrantz2004-11-276-1716/+2023
* Use ap_log_cerror and loglevel debug in filter_traceNick Kew2004-11-271-5/+5
* ap_process_http_async_connection (used by the Event MPM):Greg Ames2004-11-261-21/+18
* * modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mutex_off):Joe Orton2004-11-251-2/+2
* mod_cgid: Catch configuration problem where two web server instancesJeff Trawick2004-11-241-0/+15
* * modules/generators/mod_cgi.c (cgi_handler): Ensure all stderr fromJoe Orton2004-11-221-3/+7
* Axe a dead variableWilliam A. Rowe Jr2004-11-211-4/+5
* Compile Fix for Netware Port with CodeWarrior.Paul Querna2004-11-211-2/+4
* The Event MPM.Paul Querna2004-11-202-3/+70
* Remove the .cvsignore files.Joe Orton2004-11-1919-361/+0
* Fix handling of non-blocking reads in mod_ssl (triggered by recentJoe Orton2004-11-141-3/+5
* * modules/generators/mod_cgid.c (cgid_init): Fix GCC strict-aliasingJoe Orton2004-11-121-2/+6
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Don't treatJoe Orton2004-11-111-2/+0
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): Use theJoe Orton2004-11-111-11/+33
* * modules/proxy/proxy_ftp.c (proxy_ftp_canon, proxy_ftp_handler,Joe Orton2004-11-111-16/+9
* * modules/proxy/proxy_connect.c (proxy_connect_handler,Joe Orton2004-11-111-15/+8
* Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of allJoe Orton2004-11-103-0/+27
* * modules/ssl/config.m4: Use libtool's -export-symbols-regex flag toJoe Orton2004-11-101-0/+5
* * modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,Joe Orton2004-11-103-66/+57
* mod_disk_cache: Remove a bunch of non-implemented garbage collectionJustin Erenkrantz2004-11-061-101/+1
* Return the correct error when the user object is not foundBradley Nicholes2004-11-061-6/+4
* Added the directive "Requires ldap-filter" that allows the module to only aut...Bradley Nicholes2004-11-051-4/+59
* * modules/experimental/mod_disk_cache.c (recall_headers,Joe Orton2004-11-041-3/+0
* Remove bogus comment: for SSLPassPhraseDialog exec:..., argv isJoe Orton2004-11-041-1/+0
* If the entry has a password then don't allow util_ldap_cache_getuserdn() to u...Bradley Nicholes2004-11-041-1/+6
* PR: 29709,32051Nick Kew2004-11-041-0/+9
* Just a simple switch of mod_usertrack to run earlier in the fixup hook.Paul Querna2004-11-041-1/+1
* Added the directive "Requires ldap-attribute" that allows the module to only ...Bradley Nicholes2004-11-031-1/+29
* Allow mod_authnz_ldap authorization functionality to be used without requirin...Bradley Nicholes2004-11-022-0/+45
* Implement the util_ldap_cache_getuserdn() API so that the ldap authorization ...Bradley Nicholes2004-11-022-10/+192
* * modules/mappers/mod_rewrite.c (hook_uri2file): Revert r1.259 to fixJoe Orton2004-11-021-1/+1
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix possibleJoe Orton2004-11-011-1/+2
* Fix compile trouble.Nick Kew2004-11-011-13/+12
* Change FilterDeclare/FilterProvider semantics as discussed inNick Kew2004-10-311-110/+142
* Remove double calculation of tranfered bytes to backend.Mladen Turk2004-10-311-1/+0
* Don't display the cache statistics if the node is emptyBradley Nicholes2004-10-301-12/+18
* Fixup broken handling of range header.Nick Kew2004-10-281-3/+13
* Add the check for an upgraded https connection when responding to the state o...Bradley Nicholes2004-10-271-7/+9
* Fix mod_filter to support the case where a provider sets its own f->ctxNick Kew2004-10-271-8/+34
* Move ap_filter_provider_t back out of public APINick Kew2004-10-271-0/+37
* Since the host will include a port if the default port is not used, always sp...Bradley Nicholes2004-10-251-1/+6
* fixed a type match warning on NetWareJean-Jacques Clar2004-10-251-1/+1
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-241-2/+2
* mod_cache: Add CacheIgnoreHeaders directive.Justin Erenkrantz2004-10-235-6/+74
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-221-2/+2
* use the correct struct for CacheDisable.Paul Querna2004-10-181-1/+1