index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
generators
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename MaxClients to MaxRequestWorkers which describes more accurately what
Stefan Fritsch
2011-06-20
1
-1
/
+1
*
Code cleanup: replace apr_table_set with non-copying apr_table_setn
Stefan Fritsch
2011-06-19
1
-3
/
+3
*
Display information about asynchronous connections in the server-status
Stefan Fritsch
2011-06-19
1
-6
/
+89
*
Fix handling of cumulative system time
Stefan Fritsch
2011-06-13
1
-2
/
+2
*
Merge repeated calls of ap_rputs.
Stefan Fritsch
2011-06-13
1
-21
/
+22
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
2
-7
/
+3
*
Replace some "apr_p[c]alloc / memcpy" constructions into a single apr_pmemdup()s
Stefan Fritsch
2011-05-21
1
-2
/
+1
*
fix some dead assignments found by the clang analyzer
Jeff Trawick
2011-04-30
2
-11
/
+0
*
Follow on to 1057048:
Jeff Trawick
2011-04-27
1
-6
/
+9
*
Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,
Stefan Fritsch
2011-04-25
1
-1
/
+1
*
rework choice of cgi implementation, handling MinGW
Jeff Trawick
2011-04-07
1
-6
/
+21
*
Add in a configuration generation... this is independent of
Jim Jagielski
2011-03-31
1
-1
/
+3
*
mod_info: Dump config to stdout during startup if -DDUMP_CONFIG is
Stefan Fritsch
2011-03-29
1
-23
/
+90
*
Use a var INSTALLBASE to simplify NetWare installation rules.
Guenter Knauf
2011-03-18
1
-1
/
+1
*
Use var for prelude so its possible to change it at one place.
Guenter Knauf
2011-03-18
5
-5
/
+5
*
Fix typo in RLIMIT_NPROC
Daniel Earl Poirier
2011-03-16
1
-4
/
+5
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
5
-10
/
+10
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
6
-40
/
+40
*
fix some logging calls to include the server_rec
Jeff Trawick
2011-02-26
1
-3
/
+3
*
Use ap_state_query() to fix many modules that were not correctly initializing
Stefan Fritsch
2011-02-12
1
-3
/
+1
*
clarify that the displayed IP address may not be the public address,
Stefan Fritsch
2011-01-10
1
-1
/
+1
*
Display the local IP address in server-status. This can be useful for HTTPDs
Stefan Fritsch
2011-01-10
1
-1
/
+2
*
mod_status: Don't show slots which are disabled by MaxClients as open.
Stefan Fritsch
2011-01-10
1
-4
/
+20
*
In comments: s@ XX @ XXX: @ so they can actually be found seen.
Igor Galić
2010-12-29
2
-2
/
+2
*
PR#24243: allow some control over how IndexIgnore'd files are merged.
Eric Covener
2010-12-04
1
-1
/
+6
*
Add support for RLimit* in mod_cgid. PR 42135.
Eric Covener
2010-12-04
1
-53
/
+58
*
suEXEC: Add Suexec directive to disable suEXEC without renaming the
Jeff Trawick
2010-11-10
1
-9
/
+11
*
PR#47766 mod_autoindex directives not merged into sections with no autoindex ...
Eric Covener
2010-11-05
1
-4
/
+5
*
Add to modules' help text (displayed by ./configure -h) more
Daniel Earl Poirier
2010-11-01
1
-4
/
+4
*
Avoid unnecessariy initialisation before we test mod_cgid's handler name.
Graham Leggett
2010-10-20
1
-17
/
+29
*
Avoid unnecessariy initialisation before we test mod_info's handler name.
Graham Leggett
2010-10-20
1
-7
/
+8
*
Avoid unnecessariy initialisation before we test mod_asis's handler name.
Graham Leggett
2010-10-20
1
-4
/
+7
*
Avoid unnecessariy initialisation before we test mod_status's handler name.
Graham Leggett
2010-10-20
1
-6
/
+10
*
Avoid unnecessariy initialisation before we test mod_cgi's handler name.
Graham Leggett
2010-10-20
1
-2
/
+5
*
mod_cgid: Log a warning if the ScriptSock path is truncated because
Stefan Fritsch
2010-09-04
1
-1
/
+9
*
Intel's compiler warns about assigning the non-enum value 0 to the
Jeff Trawick
2010-08-06
3
-3
/
+3
*
remove more unused variables
Stefan Fritsch
2010-08-04
1
-2
/
+0
*
Removed obsolete include paths from NetWare makefiles.
Guenter Knauf
2010-07-23
5
-23
/
+13
*
- Add loglevels to request_rec and conn_rec
Stefan Fritsch
2010-06-06
1
-2
/
+2
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
7
-7
/
+7
*
fix potential file descriptor leak with DEBUG_CGI
Stefan Fritsch
2010-04-05
1
-3
/
+1
*
Folks, this is not C++. Please, pay attention to your patches
William A. Rowe Jr
2010-02-04
1
-1
/
+1
*
* Make autoindex.t from perl testframework work again
Ruediger Pluem
2010-01-27
1
-1
/
+1
*
* Remove unused variable to silence compiler warning
Ruediger Pluem
2010-01-27
1
-1
/
+0
*
* We need to return an int as result of the pre_config hook.
Ruediger Pluem
2010-01-27
1
-1
/
+2
*
Use correct comment style.
Rich Bowen
2010-01-26
1
-6
/
+6
*
Applies the patch provided in ticket 34014, enhancing the CSS abilities
Rich Bowen
2010-01-26
1
-34
/
+54
*
Refactor mod_status out of the ExtendedStatus toggle picture, as other
William A. Rowe Jr
2010-01-26
1
-36
/
+11
*
Such macros exist for a reason :)
William A. Rowe Jr
2010-01-21
1
-1
/
+1
*
Initialize variable to avoid compiler warnings.
Rich Bowen
2009-12-29
1
-1
/
+1
[next]