index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build.
Guenter Knauf
2012-03-21
2
-38
/
+49
*
revert r1294936, which fixed MPM DSO load failures on AIX
Jeff Trawick
2012-03-16
2
-32
/
+23
*
Bump
Jim Jagielski
2012-03-08
1
-1
/
+1
*
Docs (and minor comment change) for DefaultRuntimeDir directive
Jim Jagielski
2012-03-07
1
-1
/
+1
*
Fold on Jeff's DefaultRuntimeDir impl... docs on the way
Jim Jagielski
2012-03-07
3
-0
/
+14
*
Fix MPM DSO load failure on AIX.
Jeff Trawick
2012-02-29
2
-23
/
+32
*
Take care not to call ap_start_lingering_close from the listener thread,
Stefan Fritsch
2012-02-27
1
-3
/
+5
*
Fix another compiler warning
Stefan Fritsch
2012-02-25
1
-1
/
+1
*
Fix compiler warning
Stefan Fritsch
2012-02-25
1
-1
/
+1
*
Fix MMN in comment
Stefan Fritsch
2012-02-24
1
-1
/
+1
*
In maintainer mode, replace apr_palloc with a version that
Stefan Fritsch
2012-02-24
2
-1
/
+19
*
Add AP_HAVE_C99 to make correct check for C99 less onerous
Stefan Fritsch
2012-02-21
2
-7
/
+10
*
BZ 52623: Fix building against PCRE 8.30.
Rainer Jung
2012-02-11
2
-2
/
+3
*
Fix spelling.
Graham Leggett
2012-02-10
1
-1
/
+1
*
Replace ap_create_core_ctx()/ap_core_ctx_get_bb() with a hook
Stefan Fritsch
2012-02-04
3
-19
/
+26
*
Fix various filter functions to return apr_status_t instead of int
Stefan Fritsch
2012-02-03
1
-3
/
+3
*
Forgot to bump MMN when advancing the
Rainer Jung
2012-02-01
1
-1
/
+2
*
I guess that makes sense.
Rainer Jung
2012-01-31
1
-1
/
+1
*
Update copyrights for externally visible and changed code
Rainer Jung
2012-01-31
1
-1
/
+1
*
Make the core input/output filter contexts private and provide accessor APIs
Stefan Fritsch
2012-01-23
3
-25
/
+39
*
SECURITY (CVE-2012-0031): Fix possible crash on shutdown if a child
Joe Orton
2012-01-11
2
-2
/
+2
*
Fix cut'n'paster error
Stefan Fritsch
2012-01-09
1
-1
/
+1
*
Rename ap_func_attr_* macros to AP_FN_ATTR_*
Stefan Fritsch
2012-01-09
7
-16
/
+31
*
Core configuration: add AllowOverride option to treat syntax
Nick Kew
2012-01-09
3
-3
/
+11
*
Clean up size_t abuse, part 2. ap_malloc/calloc/realloc are explicitly
William A. Rowe Jr
2012-01-06
5
-10
/
+15
*
Avoid using C++ reserved word 'new' in arg name in header
Stefan Fritsch
2012-01-02
1
-5
/
+7
*
Add new ap_list_provider_groups() API for mod_info
Stefan Fritsch
2011-12-30
2
-1
/
+16
*
Allow for changing of string more easily...
Jim Jagielski
2011-12-14
1
-3
/
+3
*
Further clarify the naming of the entity that directly connects to us by
Graham Leggett
2011-12-14
1
-2
/
+2
*
Further clarify the naming of the entity that originates the request by
Graham Leggett
2011-12-14
1
-2
/
+2
*
Limit length of lines in .htaccess to 8K again, to reduce DoS potential.
Stefan Fritsch
2011-12-12
2
-3
/
+7
*
* include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving
Joe Orton
2011-12-07
1
-0
/
+1
*
* include/: Various doxy markup tweaks.
Joe Orton
2011-12-07
4
-12
/
+21
*
* include/util_varbuf.h: Doxygen tweaks.
Joe Orton
2011-12-07
1
-1
/
+2
*
-1 to introducing new months so late in the release cycle
Stefan Fritsch
2011-12-04
1
-1
/
+1
*
mod_proxy: Note that proxy_lb_workers was removed from the public API.
Graham Leggett
2011-12-03
1
-1
/
+1
*
MMN bump for the removals from the public mod_proxy API.
Graham Leggett
2011-12-03
1
-2
/
+11
*
update MMN, not only the comment
Stefan Fritsch
2011-12-03
1
-1
/
+1
*
Add APLOGNO() macro for unique tags for every log message.
Stefan Fritsch
2011-12-02
2
-0
/
+9
*
mod_session: Use apr_status_t as a return code across the mod_session API,
Graham Leggett
2011-12-02
1
-1
/
+2
*
mod_cache: Apply the API change that allows future mod_cache providers to
Graham Leggett
2011-11-30
1
-1
/
+2
*
Introduce a per connection "peer_ip" and a per request "client_ip" to
Graham Leggett
2011-11-25
1
-4
/
+4
*
Use varargs...
Jim Jagielski
2011-11-24
1
-4
/
+5
*
fix comment
Stefan Fritsch
2011-11-23
1
-1
/
+1
*
Add ap_pass_brigade_fchk() which does a Filter CHecK on the
Jim Jagielski
2011-11-23
1
-0
/
+20
*
Introduce a per request version of the remote IP address, which can be
Graham Leggett
2011-11-22
1
-0
/
+6
*
Pass ap_errorlog_info to error_log hook.
Stefan Fritsch
2011-11-21
3
-23
/
+21
*
Fix segfault caused by r1204104 on non-async mpms.
Stefan Fritsch
2011-11-20
1
-1
/
+1
*
Remove MPM-private stuff from conn_state_t
Stefan Fritsch
2011-11-20
2
-14
/
+3
*
Limit recursion in ap_expr evaluation to avoid unbounded stack usage
Stefan Fritsch
2011-11-19
2
-1
/
+4
[next]