summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* missing apr include.httpd-proxy-scoreboardJean-Frederic Clere2006-08-141-0/+1
* Arrange ident around if and if else.Jean-Frederic Clere2006-08-071-24/+49
* Remove shared memory before creating it. (That only removes the file!).Jean-Frederic Clere2006-08-041-3/+6
* Set the health to unknown when exiting so that httpdJean-Frederic Clere2006-08-031-0/+12
* Move health in proxy_worker_stat otherwise testing it inJean-Frederic Clere2006-08-034-18/+32
* Use only one slotmem for status and checker.Jean-Frederic Clere2006-08-031-2/+8
* Use a global pool for global pool.Jean-Frederic Clere2006-08-032-1/+14
* Add a parameter for the filename.Jean-Frederic Clere2006-08-031-3/+14
* A presistence to the shared memory slotmem.Jean-Frederic Clere2006-08-031-1/+73
* Arrange the health_checker: add set_slotmem_storage_method(),Jean-Frederic Clere2006-08-016-47/+83
* create and attach cannot be used before the globalmem has been initialized.Jean-Frederic Clere2006-08-011-0/+4
* Remove health_worker_method for mod_proxy.h andJean-Frederic Clere2006-07-313-2/+1
* Move what belongs to the health_checker in the health checker.Jean-Frederic Clere2006-07-314-64/+47
* AJP needs to be register at IANA before beeing in apr_uri_port_of_scheme().Jean-Frederic Clere2006-07-311-3/+8
* Allow anonymous shared memory.Jean-Frederic Clere2006-07-306-54/+91
* Add ProxySlotMemLoc parameter: location of the file associated with the slot ...Jean-Frederic Clere2006-07-293-5/+24
* Rollback r426781.Jean-Frederic Clere2006-07-292-13/+0
* Copy the workers to the comarea for the checker in the post-config.Jean-Frederic Clere2006-07-293-15/+44
* Create the directory for the path to the shared memory.Jean-Frederic Clere2006-07-292-0/+13
* typo.Jean-Frederic Clere2006-07-291-1/+2
* Stops when can't attach to httpd memory.Jean-Frederic Clere2006-07-291-1/+11
* Use id instead worker->id so that a rearrange to the slot mems is possible.Jean-Frederic Clere2006-07-291-1/+1
* Remove useless code.Jean-Frederic Clere2006-07-291-5/+1
* Typo.Jean-Frederic Clere2006-07-291-2/+1
* Use apr_pstrcat instead strcpy + strcat ...Jean-Frederic Clere2006-07-291-3/+1
* Arrange stuff reported by Davi Arnaud. (thanks).Jean-Frederic Clere2006-07-291-22/+19
* Arrange the warning. Thanks Jim.Jean-Frederic Clere2006-07-289-33/+81
* First try to put togother an external health checker for mod_proxy.Jean-Frederic Clere2006-07-289-2/+875
* Typo.Jean-Frederic Clere2006-07-261-4/+4
* Typo.Jean-Frederic Clere2006-07-261-1/+1
* Try to have something that has the right size.Jean-Frederic Clere2006-07-261-1/+14
* Oops. item_size and item_num are pointers. Thanks Ruediger Pluem.Jean-Frederic Clere2006-07-261-1/+1
* Add ap_slotmem_attach() to the slotmem_storage_method.Jean-Frederic Clere2006-07-266-125/+300
* Correct small errors: Thanks Ruediger Pluem who review the code.Jean-Frederic Clere2006-07-203-16/+6
* Arrange the licence.Jean-Frederic Clere2006-07-204-24/+25
* Typo.Jean-Frederic Clere2006-07-191-1/+1
* Allow to use the new slotmem providers.Jean-Frederic Clere2006-07-192-12/+40
* Add 3 memory handlers to replace the scoreboard area of mod-proxy.Jean-Frederic Clere2006-07-196-0/+565
* Branch to develop a proxy that would not used the scoreboard to store theJean-Frederic Clere2006-07-190-0/+0
* Alas, it was not to be. Deprecate mod_aspdotnet, and certainly don'tWilliam A. Rowe Jr2006-07-1915-925/+429
* Revert r422298, because it introduces GNU Make specific extensions to the Mak...Paul Querna2006-07-181-6/+1
* * Remove ourselves from the filter chain if we failed to init libz, as weRuediger Pluem2006-07-171-1/+6
* * Fix potential memory leaks in deflate_out_filter if bailing out due to anRuediger Pluem2006-07-171-1/+34
* * Fix wrong FLUSH bucket handling in deflate_out_filter: Actually the internalRuediger Pluem2006-07-171-48/+46
* gen_test_char doesn't actually need the util_debug object to work.Paul Querna2006-07-151-1/+1
* Makefile.in: Don't try to compile checkgid and fcgistarter on win32 when usin...Paul Querna2006-07-151-1/+6
* Disable the getpwnam and getgrnam functions, since they aren't available on w...Paul Querna2006-07-151-0/+2
* include/ap_config.h: Include the autoconf generated header that defines what ...Paul Querna2006-07-152-1/+2
* On mingw32, the APACHE_MPM_DIR is defined from the autoconf generated files.Paul Querna2006-07-151-0/+2
* Bring in basic support for building the winnt MPM under mingw32, using the au...Paul Querna2006-07-157-2/+27