| Commit message (Expand) | Author | Age | Files | Lines |
* | parm cast should be DWORD | Allan K. Edwards | 2004-10-06 | 1 | -2/+2 |
* | remove dead code | Jeff Trawick | 2004-10-06 | 1 | -4/+0 |
* | clarify select() usage on Windows | Allan K. Edwards | 2004-10-06 | 1 | -1/+2 |
* | WIN64: fix some windows specific 64bit warnings | Allan K. Edwards | 2004-10-06 | 1 | -2/+2 |
* | WIN64: SOCKET is not int on 64bit platforms | Allan K. Edwards | 2004-10-05 | 1 | -6/+6 |
* | * server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setaside | Joe Orton | 2004-09-26 | 1 | -4/+15 |
* | * server/mpm_common.c (dummy_connection): Log the address if the | Joe Orton | 2004-09-23 | 1 | -1/+1 |
* | * server/log.c (log_error_core): For APLOG_DEBUG on Unix, if __FILE__ | Joe Orton | 2004-09-22 | 1 | -1/+8 |
* | WIN64: first in a series to get Windows IA64 builds clean, this serves pages | Allan K. Edwards | 2004-09-22 | 3 | -11/+16 |
* | * server/scoreboard.c (create_namebased_scoreboard): Use | Joe Orton | 2004-09-22 | 1 | -1/+1 |
* | * server/protocol.c (ap_rgetline_core): Never NUL terminate at | Joe Orton | 2004-09-21 | 1 | -3/+3 |
* | Merge mod_filter with util_filter structs; add API for protocol stuff. | Nick Kew | 2004-09-21 | 1 | -3/+21 |
* | * server/core.c (merge_core_dir_configs): Fix Satisfy merging since | Joe Orton | 2004-09-20 | 1 | -0/+4 |
* | Unix MPMs: Shut down the server more quickly when child processes are | Jeff Trawick | 2004-09-18 | 1 | -33/+60 |
* | Worker shared data has to be visible across all child processes, | Mladen Turk | 2004-09-15 | 1 | -16/+8 |
* | * server/util.c (ap_resolve_env): Rewrite to avoid buffer overflows. | Joe Orton | 2004-09-15 | 1 | -33/+81 |
* | * server/protocol.c (ap_rgetline_core): Fix off-by-one. | Joe Orton | 2004-09-13 | 1 | -1/+1 |
* | Fix typo in previous commit. | Joe Orton | 2004-09-13 | 1 | -2/+2 |
* | * server/core.c (default_handler): Fix the test for whether to split a | Joe Orton | 2004-09-13 | 1 | -12/+7 |
* | handling of encoded non-slashes was borked in the | Jeff Trawick | 2004-09-02 | 1 | -6/+2 |
* | Fix the handling of URIs containing %2F when AllowEncodedSlashes | Jeff Trawick | 2004-09-01 | 1 | -1/+1 |
* | Fix for Bug 18757 (sending bogus content-length of zero in no-body requests) | Nick Kew | 2004-09-01 | 1 | -1/+4 |
* | Win32: Fix stranded piped loggers on apache -k start,restart,config,install | Bill Stoddard | 2004-08-25 | 1 | -0/+8 |
* | use more intuitive variable names | Stas Bekman | 2004-08-20 | 1 | -6/+6 |
* | Implement -t -DDUMP_MODULES using generic test_config hook rather than | Joe Orton | 2004-08-17 | 2 | -9/+6 |
* | WinNT MPM: Fix a broken log message at termination. | Jeff Trawick | 2004-08-14 | 1 | -1/+2 |
* | tweak error handling when reading the pid file | Jeff Trawick | 2004-08-14 | 2 | -3/+4 |
* | Fix signedness emit. | William A. Rowe Jr | 2004-08-12 | 1 | -1/+1 |
* | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL), | Joe Orton | 2004-08-11 | 2 | -7/+7 |
* | Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test against | Justin Erenkrantz | 2004-08-01 | 2 | -2/+2 |
* | perchild MPM: Fix thread safety problem in the use of longjmp(). | Jeff Trawick | 2004-07-31 | 1 | -3/+5 |
* | Add load balancer support to the scoreboard in preparation for | Graham Leggett | 2004-07-29 | 1 | -2/+43 |
* | * server/core.c (set_allow_opts): Fix gcc warning. | Joe Orton | 2004-07-17 | 1 | -1/+1 |
* | Allocate memory from the temp_pool rather than the stack to avoid blowing fix... | Bradley Nicholes | 2004-07-16 | 1 | -1/+1 |
* | Replace the strsep() call to the more portable apr_strtok() call so that we c... | Bradley Nicholes | 2004-07-16 | 1 | -6/+4 |
* | remove tabs from my last commit. | Paul Querna | 2004-07-14 | 1 | -1/+1 |
* | Added 'AllowOverride Options=Indexes,MultiViews' to give an admin better | Paul Querna | 2004-07-14 | 3 | -4/+97 |
* | fix compiler warnings | Geoffrey Young | 2004-07-12 | 1 | -0/+1 |
* | Add DUMP_MODULES | Paul Querna | 2004-07-10 | 1 | -25/+48 |
* | Add OS and APACHE_MPM_DIR to -V output | Martin Kraemer | 2004-06-29 | 1 | -0/+8 |
* | Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/ch... | Martin Kraemer | 2004-06-29 | 1 | -2/+2 |
* | Complete the EBCDIC conversion support for XML documents. | Martin Kraemer | 2004-06-29 | 1 | -0/+4 |
* | CAN-2004-0493 - memory exhaustion denial of service | Jeff Trawick | 2004-06-29 | 1 | -0/+17 |
* | start piped loggers via the shell, passing through the environment variables | Jeff Trawick | 2004-06-23 | 1 | -2/+2 |
* | initialize server arrays prior to calling ap_setup_prelinked_modules | Geoffrey Young | 2004-06-17 | 1 | -6/+6 |
* | * server/util_script.c (ap_scan_script_header_err_core): Set | Joe Orton | 2004-06-16 | 1 | -0/+3 |
* | <VirtualHost myhost> now applies to all IP addresses for myhost | Jeff Trawick | 2004-06-11 | 1 | -9/+12 |
* | fix typo in recent commit | Jeff Trawick | 2004-06-09 | 1 | -2/+2 |
* | Nobody objected: | André Malo | 2004-06-05 | 1 | -0/+24 |
* | Fix a path searching problem so that NetWare can build the genchars.nlm suppo... | Bradley Nicholes | 2004-06-01 | 1 | -6/+7 |