summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* The Event MPM.Paul Querna2004-11-2010-3/+3098
* Remove the .cvsignore files.Joe Orton2004-11-199-60/+0
* remove out-of-date comment... BillS reports thatJeff Trawick2004-11-041-5/+0
* Fix for memory consumption DoS, CVE CAN-2004-0942:Joe Orton2004-11-041-47/+22
* * server/util_filter.c (ap_save_brigade): Be more tolerant of a bucketJoe Orton2004-11-021-3/+8
* Change core connection handling so that a connection-orientedJeff Trawick2004-11-011-1/+16
* add ap_log_cerror(); use it in a couple of places in core output filterJeff Trawick2004-10-292-10/+28
* Use a more descriptive error message, and make it an INFO insteead of NOTICE.Paul Querna2004-10-251-2/+2
* PR: 31875Nick Kew2004-10-251-0/+10
* This will put some messages in the error log when some people try a lamePaul Querna2004-10-251-1/+4
* veto and revert win64 patch: 64bit changes must percolate from theRoy T. Fielding2004-10-246-59/+47
* WIN64: API changes to clean up Windows 64bit compile warningsAllan K. Edwards2004-10-226-47/+59
* Minor comment fixes, no code changes:Erik Abele2004-10-111-1/+1
* parm cast should be DWORDAllan K. Edwards2004-10-061-2/+2
* remove dead codeJeff Trawick2004-10-061-4/+0
* clarify select() usage on WindowsAllan K. Edwards2004-10-061-1/+2
* WIN64: fix some windows specific 64bit warningsAllan K. Edwards2004-10-061-2/+2
* WIN64: SOCKET is not int on 64bit platformsAllan K. Edwards2004-10-051-6/+6
* * server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setasideJoe Orton2004-09-261-4/+15
* * server/mpm_common.c (dummy_connection): Log the address if theJoe Orton2004-09-231-1/+1
* * server/log.c (log_error_core): For APLOG_DEBUG on Unix, if __FILE__Joe Orton2004-09-221-1/+8
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesAllan K. Edwards2004-09-223-11/+16
* * server/scoreboard.c (create_namebased_scoreboard): UseJoe Orton2004-09-221-1/+1
* * server/protocol.c (ap_rgetline_core): Never NUL terminate atJoe Orton2004-09-211-3/+3
* Merge mod_filter with util_filter structs; add API for protocol stuff.Nick Kew2004-09-211-3/+21
* * server/core.c (merge_core_dir_configs): Fix Satisfy merging sinceJoe Orton2004-09-201-0/+4
* Unix MPMs: Shut down the server more quickly when child processes areJeff Trawick2004-09-181-33/+60
* Worker shared data has to be visible across all child processes,Mladen Turk2004-09-151-16/+8
* * server/util.c (ap_resolve_env): Rewrite to avoid buffer overflows.Joe Orton2004-09-151-33/+81
* * server/protocol.c (ap_rgetline_core): Fix off-by-one.Joe Orton2004-09-131-1/+1
* Fix typo in previous commit.Joe Orton2004-09-131-2/+2
* * server/core.c (default_handler): Fix the test for whether to split aJoe Orton2004-09-131-12/+7
* handling of encoded non-slashes was borked in theJeff Trawick2004-09-021-6/+2
* Fix the handling of URIs containing %2F when AllowEncodedSlashesJeff Trawick2004-09-011-1/+1
* Fix for Bug 18757 (sending bogus content-length of zero in no-body requests)Nick Kew2004-09-011-1/+4
* Win32: Fix stranded piped loggers on apache -k start,restart,config,installBill Stoddard2004-08-251-0/+8
* use more intuitive variable namesStas Bekman2004-08-201-6/+6
* Implement -t -DDUMP_MODULES using generic test_config hook rather thanJoe Orton2004-08-172-9/+6
* WinNT MPM: Fix a broken log message at termination.Jeff Trawick2004-08-141-1/+2
* tweak error handling when reading the pid fileJeff Trawick2004-08-142-3/+4
* Fix signedness emit.William A. Rowe Jr2004-08-121-1/+1
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-112-7/+7
* Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test againstJustin Erenkrantz2004-08-012-2/+2
* perchild MPM: Fix thread safety problem in the use of longjmp().Jeff Trawick2004-07-311-3/+5
* Add load balancer support to the scoreboard in preparation forGraham Leggett2004-07-291-2/+43
* * server/core.c (set_allow_opts): Fix gcc warning.Joe Orton2004-07-171-1/+1
* Allocate memory from the temp_pool rather than the stack to avoid blowing fix...Bradley Nicholes2004-07-161-1/+1
* Replace the strsep() call to the more portable apr_strtok() call so that we c...Bradley Nicholes2004-07-161-6/+4
* remove tabs from my last commit.Paul Querna2004-07-141-1/+1
* Added 'AllowOverride Options=Indexes,MultiViews' to give an admin betterPaul Querna2004-07-143-4/+97