summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't require all listeners to be created equal ...Nick Kew2009-08-201-3/+27
* * Do better checking of pollset operations in various places to avoid segfaults.Ruediger Pluem2009-08-163-7/+24
* Bring OS/2 MPM back from the dead.Brian Havard2009-08-167-0/+1209
* Fix mod_include potential segfault checking backref from unmatched regexpNick Kew2009-07-191-3/+3
* removed useless comments added with r795438.Guenter Knauf2009-07-191-4/+0
* enabled building gen_test_char for running on build when cross-compiling;Guenter Knauf2009-07-181-1/+23
* first hacks to make mpm_netware usable again; not ready yet!Guenter Knauf2009-07-051-17/+31
* * server/mpm/simple/simple_run.cPaul Querna2009-06-281-0/+3
* Only remove sockets from the pollcb when they have events being polled for.Paul Querna2009-06-281-7/+9
* server/mpm/simple/simple_run.cPaul Querna2009-06-281-4/+8
* Force the current directory to the server root in the invocation of the pipedWilliam A. Rowe Jr2009-05-151-0/+4
* Ease migration for the hosts of piped loggers out there, handle theWilliam A. Rowe Jr2009-05-151-1/+15
* Revert the default resource abuse introduced in r104019, which can maskWilliam A. Rowe Jr2009-05-151-10/+37
* Drop exit value (always NO_ERROR, needs work). Pass about the service contextWilliam A. Rowe Jr2009-05-151-41/+48
* Pick up earlier SHUTDOWN notificationWilliam A. Rowe Jr2009-05-151-4/+7
* Final ( :) ) step to transition which removes the ap_slotmem_fooJim Jagielski2009-05-151-1/+1
* No longer usedJim Jagielski2009-05-151-98/+0
* Make the piped_log structure opaque:Joe Orton2009-05-151-14/+45
* Revert r774755: ap_server_root_relative() forRainer Jung2009-05-141-10/+2
* Allow relative pathnames for piped loggers in ErrorLog.Rainer Jung2009-05-141-2/+10
* Add name of program to spawn to the errorRainer Jung2009-05-141-2/+4
* Whitespace cleanup. No functional change.Rainer Jung2009-05-141-3/+2
* Revert r735516 as requested by wrowe.Rainer Jung2009-05-141-82/+24
* add API back from r774454Jim Jagielski2009-05-131-0/+6
* ap_slotmem_mem no longer exists. We never provide the ptr toJim Jagielski2009-05-131-6/+0
* If we have a mutex, we should use it whenever we create aJim Jagielski2009-05-121-0/+10
* * server/core.c (merge_core_dir_configs): Tweak logic and commentJoe Orton2009-05-101-6/+7
* * Fix for the following configuration where the exec command was disabledRuediger Pluem2009-05-101-2/+3
* Security fix for CVE-2009-1195: fix Options handling such thatJoe Orton2009-05-082-11/+17
* Fix usage message on the Windows platform.Rainer Jung2009-05-061-3/+4
* Move comment block closer to related function.Rainer Jung2009-05-061-10/+10
* Ensure all mpm's configure at config3William A. Rowe Jr2009-05-062-0/+0
* Move to an enum, instead of bitmaps... no functionalJim Jagielski2009-05-051-1/+1
* Add a parameter for slotmem_create for the persistancy of the slotmem area.Jean-Frederic Clere2009-05-041-1/+2
* Remove ap_slotmem_lock / ap_slotmem_unlock from the slotmem API.Jean-Frederic Clere2009-05-041-12/+0
* Move logic to decide if an MPM is supported, and whether the MPM is Jeff Trawick2009-04-1710-63/+180
* no longer amusing.Greg Ames2009-04-152-22/+0
* main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() functionJeff Trawick2009-04-058-33/+27
* clean up apr_time_from_msec() compatibility macrosJeff Trawick2009-04-022-8/+10
* mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so thatJeff Trawick2009-04-016-89/+100
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...Jeff Trawick2009-03-313-10/+3
* http://marc.info/?l=apache-httpd-dev&m=123845333914309&w=2Nick Kew2009-03-311-4/+0
* HTTPD script supportNick Kew2009-03-301-0/+4
* rename the new retained-data APIs to ap_retained_data_create()/ap_retained_da...Jeff Trawick2009-03-305-10/+10
* the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()...Jeff Trawick2009-03-295-30/+5
* Core can specify a platform-specific rewrite args hook. Use that on Unix.Jeff Trawick2009-03-294-4/+5
* axe ancient platform checksJeff Trawick2009-03-291-2/+0
* Register rewrite_args hook.Mladen Turk2009-03-293-3/+3
* Do not presume we have a clean stackMladen Turk2009-03-291-1/+1
* If serf is available, compile in driving the serf event loop from inside thePaul Querna2009-03-281-2/+80