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
*
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
*
* Actually change the defines and not only the comment.
Ruediger Pluem
2011-11-18
1
-2
/
+2
*
add conn_rec to error log hook
Jeff Trawick
2011-11-18
2
-2
/
+4
*
Since we have branched 2.4.x we are now at 2.5.0 in trunk.
Guenter Knauf
2011-11-14
1
-2
/
+2
*
Added apreq to NetWare build.
Guenter Knauf
2011-11-14
5
-52
/
+54
*
As discussed at AC NA 2011
Philip M. Gollucci
2011-11-13
7
-0
/
+2051
*
relocate the .h files to play nice with the srclib setup
Philip M. Gollucci
2011-11-10
8
-2156
/
+0
*
import apreq include files
Philip M. Gollucci
2011-11-10
8
-0
/
+2156
*
end-generation hook: Fix false notification of end-of-generation for
Jeff Trawick
2011-11-10
1
-0
/
+5
*
And we are at 2.3.16-dev
Jim Jagielski
2011-11-09
1
-2
/
+2
*
Getting ready to tag 2.3.15-dev
Jim Jagielski
2011-11-09
1
-1
/
+1
*
Change def timeout from a nasty 5 mins to a more reasonable 1min
Jim Jagielski
2011-11-08
1
-1
/
+1
*
Change default FileETag to be "size mtime", i.e. remove the inode. Adjust the
Stefan Fritsch
2011-11-08
1
-1
/
+2
*
mod_lua: Expose SSL variables via r:ssl_var_lookup()
Eric Covener
2011-11-08
1
-1
/
+2
*
Only init the RNG once at startup. This saves some entropy and works around t...
Stefan Fritsch
2011-11-07
1
-0
/
+2
*
Call apr_random_after_fork() manually in the child processes because the MPMs
Stefan Fritsch
2011-11-07
1
-0
/
+3
*
mod_include: Add support for application/x-www-form-urlencoded encoding
Graham Leggett
2011-10-29
2
-1
/
+26
*
Improve handling of maxlen = APR_SIZE_MAX, noticed by Jim.
Stefan Fritsch
2011-10-27
2
-2
/
+2
*
Limit ap_pregsub() to 64K, add ap_pregsub_ex() for longer strings and with
Stefan Fritsch
2011-10-26
3
-5
/
+31
*
There is absolutely no reason to have two 4k-sized constant strmatch patterns
Stefan Fritsch
2011-10-14
1
-1
/
+3
[next]