summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a comment to prevent a future upgrade of APR 2.0 or similarWilliam A. Rowe Jr2007-08-231-0/+5
* ap_available_mutexes_string and ap_add_available_mutexes_string William A. Rowe Jr2007-08-233-54/+3
* Minor quibble; the declarespec for data comes after the data type.William A. Rowe Jr2007-08-231-2/+2
* main core: Emit errors during the initial apr_app_initialize()William A. Rowe Jr2007-08-231-13/+26
* Revert r568762; will reapply in two segmentsWilliam A. Rowe Jr2007-08-231-38/+17
* Eliminate an XXX; apr-based file logging isn't available to reportWilliam A. Rowe Jr2007-08-231-17/+38
* Clean up leaking pipes, and resolve pipe issues later whenWilliam A. Rowe Jr2007-08-221-38/+76
* Refactor r452431, because this should not be fatal to startingWilliam A. Rowe Jr2007-08-221-13/+8
* This message was confusing during debugging, make it unique.William A. Rowe Jr2007-08-221-1/+1
* Only cleanup new_bb, if it isn't NULL, fixing a crash in the event MPM when w...Paul Querna2007-08-211-1/+3
* Rework locking on timeout_mutex. We now drop (and reaquire) the lock inside ...Paul Querna2007-08-211-0/+5
* Use APR_STATUS_IS_NOTFOUND() rather than comparing against NOTFOUND directly.Paul Querna2007-08-201-1/+1
* PR 42572: crash in Windows MPMNick Kew2007-08-071-2/+2
* PR 42572: crash in Windows MPMNick Kew2007-08-071-1/+3
* Add comments that make it clear that we are usingJim Jagielski2007-08-071-0/+7
* detabifyJim Jagielski2007-08-061-11/+11
* These atomics expect apr_uint32_t *... The expectation, of course,Jim Jagielski2007-08-061-3/+3
* Aha! This explains some of the weird things I was seeing.Jim Jagielski2007-08-061-0/+18
* * Avoid that relative changes to Options change the settings for FileETag.Ruediger Pluem2007-08-051-1/+1
* * We need to supply a (char *) to ap_str_tolower not a char.Ruediger Pluem2007-07-201-1/+1
* the cost of synchronized SMP proof updates far outweighs the value of havingGreg Ames2007-07-201-1/+1
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-205-17/+11
* Rename relatively useless struct element for something moreJim Jagielski2007-07-031-8/+8
* * server/mpm/prefork/prefork.c (child_main): Stop processing newJoe Orton2007-06-291-1/+4
* getpgid() returns a pid_tJim Jagielski2007-06-291-1/+1
* Add alternative fixes for CVE-2007-3304:Joe Orton2007-06-294-20/+79
* Revert r547987 ("svn merge -c -547987 .")Joe Orton2007-06-2916-109/+16
* * server/mpm/prefork/prefork.c (reap_children),Joe Orton2007-06-292-34/+0
* Block ap_pid_table create with same define as used in mpm_common.cGuenter Knauf2007-06-271-0/+2
* * Remove unused variables from set_define() function to fix a compiler warning.Ruediger Pluem2007-06-201-2/+0
* PID table impl: parent process keeps a local table store ofJim Jagielski2007-06-1616-23/+119
* Rather than handling lingering closes inline, fall down to a following if blo...Paul Querna2007-06-131-2/+1
* Add the 'Define' command to the core. This does exactly the same thing as ad...Paul Querna2007-06-131-0/+22
* Add a clogging_input_filters variable to the conn_rec, enabling the Event MPM...Paul Querna2007-06-122-0/+11
* * Also add a possible ETag header to r->headers_out. We need to have it thereRuediger Pluem2007-05-271-0/+3
* re-introduce ap_satisfies API back into core and modify how the access_checke...Bradley Nicholes2007-05-022-10/+45
* DetabSander Temme2007-03-241-1/+1
* PR#41829 - Torsten FörtschNick Kew2007-03-241-0/+1
* * server/core_filters.c (ap_core_output_filter): Fail quickly withJoe Orton2007-03-231-0/+6
* * server/mpm_common.c (dummy_connection): Use "OPTIONS *" for requestJoe Orton2007-03-121-1/+1
* fix spelling error in a commentJeff Trawick2007-02-081-1/+1
* * server/listen.c (ap_apply_accept_filter): Bump TCP_DEFER_ACCEPTJoe Orton2007-01-301-1/+1
* * Nitpicking: Get the comment right.Ruediger Pluem2007-01-281-1/+1
* Unix MPMs: Catch SIGFPE so that exception hooks and CoreDumpDirectoryJeff Trawick2007-01-281-0/+7
* Embed the .manifest files of all httpd binaries as a post-buildWilliam A. Rowe Jr2007-01-111-0/+12
* A slightly more effective message, keep hammering AcceptEx so there is no con...William A. Rowe Jr2007-01-091-5/+10
* Someone clearly never read the style guide :-/ Reformatting only.William A. Rowe Jr2007-01-091-77/+118
* Create pmain pool and run modules' child_init hooks when enteringChris Darroch2007-01-021-0/+15
* Destroy pmain pool when exiting ap_mpm_run() so that cleanupsChris Darroch2007-01-021-0/+10
* * If APR_FINFO_NAME is added to the list of wanted information, apr_statRuediger Pluem2006-12-301-1/+8