index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
"[mod_dav_fs etag handling] should really honor the FileETag setting".
Graham Leggett
2020-06-28
1
-1
/
+1
*
Fix a typo
Christophe Jaillet
2020-03-28
1
-1
/
+1
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-1
/
+1
*
factor out TE=chunked checking
Eric Covener
2020-02-07
1
-2
/
+2
*
Make mod_dialup.c compile when APR has no thread support.
Stefan Sperling
2019-01-08
1
-0
/
+6
*
http: Enforce consistently no response body with both 204 and 304 statuses.
Yann Ylavic
2018-07-30
1
-3
/
+2
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-6
/
+6
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-14
/
+6
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-37
/
+6
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-6
/
+37
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-37
/
+6
*
Fix some style issues on files that can easily be synch'ed with 2.4.x
Christophe Jaillet
2015-09-30
1
-2
/
+2
*
core, modules: like r1657897 but for core and other modules than mod_proxy.
Yann Ylavic
2015-03-10
1
-3
/
+3
*
Style ('{' on same line as function definition)
Christophe Jaillet
2014-10-11
1
-1
/
+2
*
Follow-up to r1593860:
Jeff Trawick
2014-06-28
1
-1
/
+1
*
Fix duplicate APLOGNO
Christophe Jaillet
2014-05-20
1
-1
/
+1
*
PR56333: Add an API to resume a connection that a handler has previously susp...
Eric Covener
2014-05-11
1
-1
/
+11
*
fix typo in include guard
Stefan Fritsch
2013-08-15
1
-1
/
+1
*
Added mod_policy to NetWare build.
Guenter Knauf
2013-01-20
2
-0
/
+257
*
CVE-2012-3499
Stefan Fritsch
2012-12-08
1
-1
/
+2
*
NetWare build tweaks.
Guenter Knauf
2012-08-09
4
-4
/
+4
*
Various code clean up
Stefan Fritsch
2012-07-15
1
-5
/
+4
*
Minor fixes for firehose and mod_policy:
Rainer Jung
2012-02-01
1
-6
/
+6
*
fix const warning with strchr->ap_strchr mapping
Jeff Trawick
2012-01-15
1
-1
/
+1
*
mod_policy: Add a new testing module to help server administrators
Graham Leggett
2011-12-21
2
-0
/
+1336
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
3
-6
/
+6
*
Fixed broken NWGNUmakefile introduced with r1201194, r1201195.
Guenter Knauf
2011-11-14
1
-1
/
+2
*
Choose consistent comments and remove explicit
Rainer Jung
2011-11-12
1
-5
/
+5
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-12
/
+12
*
refactor to pull setting of Accept-Ranges header into http_protocol.c which
Eric Covener
2011-09-08
1
-1
/
+1
*
adjustments of build priorities of modules without special dependencies
Stefan Fritsch
2011-07-13
1
-1
/
+1
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-2
/
+1
*
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
4
-4
/
+4
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
4
-8
/
+8
*
NetWare build overhaul in order to compile on Linux.
Guenter Knauf
2011-03-08
5
-33
/
+33
*
Disable sendfile by default, as discussed at
Stefan Fritsch
2010-09-04
1
-2
/
+1
*
Intel's compiler warns about assigning the non-enum value 0 to the
Jeff Trawick
2010-08-06
1
-1
/
+1
*
Removed obsolete include paths from NetWare makefiles.
Guenter Knauf
2010-07-23
4
-16
/
+8
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
5
-5
/
+5
*
added NetWare makefiles for test modules.
Guenter Knauf
2009-10-01
5
-0
/
+1288
*
Always make mod_*.h files available where they exist, modpath by modpath
William A. Rowe Jr
2009-08-28
1
-0
/
+2
*
clean up apr_time_from_msec() compatibility macros
Jeff Trawick
2009-04-02
1
-5
/
+0
*
Fixed :)
Jim Jagielski
2009-02-09
1
-2
/
+0
*
Make dialup_callback a static function.
Paul Querna
2008-12-02
1
-1
/
+1
*
Cleanup mod_dialup to compile with -std=c89 and -pedantic.
Paul Querna
2008-10-29
1
-15
/
+22
*
Introduce Suspendable Requests to the Event MPM.
Paul Querna
2008-09-20
2
-0
/
+310
*
update license header text
Roy T. Fielding
2006-07-11
6
-36
/
+36
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
6
-6
/
+6
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
4
-5
/
+5
[next]