index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
/
netware
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
MPMs: cap idle_spawn_rate to MAX_SPAWN_RATE.
Yann Ylavic
2021-09-20
1
-0
/
+3
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-0
/
+1
*
MPMs: early initialize scoreboard's child generation number.
Yann Ylavic
2018-08-29
1
-0
/
+1
*
Axe some redundant conditions. PR 62549.
Yann Ylavic
2018-08-13
1
-2
/
+2
*
Fix missing space in log message
Christophe Jaillet
2016-03-26
1
-2
/
+2
*
Join multi-line MPM startup log messages into
Rainer Jung
2016-02-23
1
-14
/
+7
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-7
/
+7
*
s/the the/the/g
Rich Bowen
2015-07-09
1
-1
/
+1
*
core: Follow up to r1599601: s/ap_log_common/ap_log_mpm_common/.
Yann Ylavic
2015-05-16
1
-1
/
+1
*
core: ensure that MPMs return an error on runtime failure and hence that
Yann Ylavic
2014-10-07
1
-4
/
+4
*
Fix printf format spotted by cppcheck.
Christophe Jaillet
2014-08-30
1
-2
/
+2
*
Add missing APLOGNO.
Christophe Jaillet
2014-07-20
1
-1
/
+1
*
Now allow MPMs to call ap_log_common()
Jim Jagielski
2014-06-03
1
-0
/
+1
*
cppCheck: kill two warnings about incorrect printf parameters.
Christophe Jaillet
2012-11-05
1
-2
/
+2
*
* include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving
Joe Orton
2011-12-07
1
-1
/
+2
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-18
/
+18
*
Rename MaxClients to MaxRequestWorkers which describes more accurately what
Stefan Fritsch
2011-06-20
1
-3
/
+3
*
fill in conn_rec::current_thread for WinNT, NetWare, and OS/2 MPMs
Jeff Trawick
2011-05-16
1
-0
/
+6
*
Add child_status hook for tracking creation/termination of MPM child
Jeff Trawick
2011-04-25
1
-0
/
+10
*
the mpm-note-child-killed hook is just for state sync between
Jeff Trawick
2011-03-30
1
-7
/
+0
*
mpm_common.c implements a handful of config directives; the
Jeff Trawick
2011-03-28
2
-12
/
+8
*
some non-MPM code wants to see DEFAULT_PIDLOG, so liberate the
Jeff Trawick
2011-03-28
1
-6
/
+0
*
enable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows
Jeff Trawick
2011-03-28
1
-5
/
+0
*
axe unused mpm_default definitions
Jeff Trawick
2011-03-26
1
-21
/
+0
*
Removed duplicate global; removed obsolete cast.
Guenter Knauf
2010-10-04
1
-5
/
+1
*
Added require prototypes conditionally to CFLAGS for NETWare;
Guenter Knauf
2010-09-01
1
-1
/
+3
*
remove more unused variables
Stefan Fritsch
2010-08-04
1
-13
/
+0
*
Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdup
Stefan Fritsch
2010-07-31
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Log command line on startup, so there's a record of command line
Daniel Earl Poirier
2010-02-16
1
-0
/
+1
*
remove dead code related to the accept mutex
Jeff Trawick
2009-11-21
2
-12
/
+0
*
follow up r791309 with additional changes to accommodate the new MPM interfaces
Jeff Trawick
2009-11-02
2
-64
/
+17
*
first hacks to make mpm_netware usable again; not ready yet!
Guenter Knauf
2009-07-05
1
-17
/
+31
*
stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...
Jeff Trawick
2009-03-31
1
-1
/
+1
*
axe the unnecessary AP_MPM_HARD_LIMITS_FILE
Jeff Trawick
2009-03-26
1
-1
/
+3
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-2
/
+0
*
Remove ap_graceful_stop_signalled from all MPMs.
Paul Querna
2008-04-07
1
-6
/
+0
*
Revert r547987 ("svn merge -c -547987 .")
Joe Orton
2007-06-29
1
-4
/
+1
*
PID table impl: parent process keeps a local table store of
Jim Jagielski
2007-06-16
1
-1
/
+4
*
Destroy pmain pool when exiting ap_mpm_run() so that cleanups
Chris Darroch
2007-01-02
1
-0
/
+10
*
Replace ap_get_server_version with ap_get_server_banner() and
Jeff Trawick
2006-09-05
1
-4
/
+4
*
Introduce a check_config phase between pre_config and open_logs,
Chris Darroch
2006-08-15
1
-27
/
+84
*
update license header text
Roy T. Fielding
2006-07-11
3
-18
/
+18
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
3
-3
/
+3
*
No functional change: remove "internal" tab spacing/formatting.
Jim Jagielski
2005-11-16
1
-5
/
+5
*
No functional change: more indenting/formatting changes due to
Jim Jagielski
2005-11-10
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-38
/
+38
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-1
/
+1
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-29
2
-0
/
+18
*
Allow httpd on NetWare to build using either the standard socket libraries or...
Bradley Nicholes
2005-04-15
1
-3
/
+11
[next]