summaryrefslogtreecommitdiffstats
path: root/server/mpm/netware (follow)
Commit message (Expand)AuthorAgeFilesLines
* MPMs: cap idle_spawn_rate to MAX_SPAWN_RATE.Yann Ylavic2021-09-201-0/+3
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* MPMs: early initialize scoreboard's child generation number.Yann Ylavic2018-08-291-0/+1
* Axe some redundant conditions. PR 62549.Yann Ylavic2018-08-131-2/+2
* Fix missing space in log messageChristophe Jaillet2016-03-261-2/+2
* Join multi-line MPM startup log messages intoRainer Jung2016-02-231-14/+7
* Added many log numbers to log statements thatRainer Jung2016-01-191-7/+7
* s/the the/the/gRich Bowen2015-07-091-1/+1
* core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.Yann Ylavic2015-05-161-1/+1
* core: ensure that MPMs return an error on runtime failure and hence thatYann Ylavic2014-10-071-4/+4
* Fix printf format spotted by cppcheck.Christophe Jaillet2014-08-301-2/+2
* Add missing APLOGNO.Christophe Jaillet2014-07-201-1/+1
* Now allow MPMs to call ap_log_common()Jim Jagielski2014-06-031-0/+1
* cppCheck: kill two warnings about incorrect printf parameters.Christophe Jaillet2012-11-051-2/+2
* * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by movingJoe Orton2011-12-071-1/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-18/+18
* Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch2011-06-201-3/+3
* fill in conn_rec::current_thread for WinNT, NetWare, and OS/2 MPMsJeff Trawick2011-05-161-0/+6
* Add child_status hook for tracking creation/termination of MPM childJeff Trawick2011-04-251-0/+10
* the mpm-note-child-killed hook is just for state sync betweenJeff Trawick2011-03-301-7/+0
* mpm_common.c implements a handful of config directives; the Jeff Trawick2011-03-282-12/+8
* some non-MPM code wants to see DEFAULT_PIDLOG, so liberate theJeff Trawick2011-03-281-6/+0
* enable DEFAULT_REL_RUNTIMEDIR on NetWare and WindowsJeff Trawick2011-03-281-5/+0
* axe unused mpm_default definitionsJeff Trawick2011-03-261-21/+0
* Removed duplicate global; removed obsolete cast.Guenter Knauf2010-10-041-5/+1
* Added require prototypes conditionally to CFLAGS for NETWare;Guenter Knauf2010-09-011-1/+3
* remove more unused variablesStefan Fritsch2010-08-041-13/+0
* Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdupStefan Fritsch2010-07-311-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Log command line on startup, so there's a record of command lineDaniel Earl Poirier2010-02-161-0/+1
* remove dead code related to the accept mutexJeff Trawick2009-11-212-12/+0
* follow up r791309 with additional changes to accommodate the new MPM interfacesJeff Trawick2009-11-022-64/+17
* first hacks to make mpm_netware usable again; not ready yet!Guenter Knauf2009-07-051-17/+31
* stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...Jeff Trawick2009-03-311-1/+1
* axe the unnecessary AP_MPM_HARD_LIMITS_FILEJeff Trawick2009-03-261-1/+3
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Remove ap_graceful_stop_signalled from all MPMs.Paul Querna2008-04-071-6/+0
* Revert r547987 ("svn merge -c -547987 .")Joe Orton2007-06-291-4/+1
* PID table impl: parent process keeps a local table store ofJim Jagielski2007-06-161-1/+4
* Destroy pmain pool when exiting ap_mpm_run() so that cleanupsChris Darroch2007-01-021-0/+10
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-4/+4
* Introduce a check_config phase between pre_config and open_logs,Chris Darroch2006-08-151-27/+84
* update license header textRoy T. Fielding2006-07-113-18/+18
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-193-3/+3
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-5/+5
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-101-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-38/+38
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-292-0/+18
* Allow httpd on NetWare to build using either the standard socket libraries or...Bradley Nicholes2005-04-151-3/+11