| Commit message (Expand) | Author | Age | Files | Lines |
* | The Event MPM. | Paul Querna | 2004-11-20 | 10 | -3/+3098 |
* | Remove the .cvsignore files. | Joe Orton | 2004-11-19 | 9 | -60/+0 |
* | remove out-of-date comment... BillS reports that | Jeff Trawick | 2004-11-04 | 1 | -5/+0 |
* | Fix for memory consumption DoS, CVE CAN-2004-0942: | Joe Orton | 2004-11-04 | 1 | -47/+22 |
* | * server/util_filter.c (ap_save_brigade): Be more tolerant of a bucket | Joe Orton | 2004-11-02 | 1 | -3/+8 |
* | Change core connection handling so that a connection-oriented | Jeff Trawick | 2004-11-01 | 1 | -1/+16 |
* | add ap_log_cerror(); use it in a couple of places in core output filter | Jeff Trawick | 2004-10-29 | 2 | -10/+28 |
* | Use a more descriptive error message, and make it an INFO insteead of NOTICE. | Paul Querna | 2004-10-25 | 1 | -2/+2 |
* | PR: 31875 | Nick Kew | 2004-10-25 | 1 | -0/+10 |
* | This will put some messages in the error log when some people try a lame | Paul Querna | 2004-10-25 | 1 | -1/+4 |
* | veto and revert win64 patch: 64bit changes must percolate from the | Roy T. Fielding | 2004-10-24 | 6 | -59/+47 |
* | WIN64: API changes to clean up Windows 64bit compile warnings | Allan K. Edwards | 2004-10-22 | 6 | -47/+59 |
* | Minor comment fixes, no code changes: | Erik Abele | 2004-10-11 | 1 | -1/+1 |
* | 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 |