index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
proxy
/
mod_serf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-0
/
+2
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
1
-2
/
+2
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-13
/
+13
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-13
/
+13
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-13
/
+13
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-13
/
+13
*
s/apr_pstrndup/apr_pstrmemdup/ when applicable
Christophe Jaillet
2015-03-26
1
-2
/
+2
*
mod_serf: Add a FIXME, we are using ap_get_client_block() incorrectly.
Graham Leggett
2013-05-15
1
-0
/
+1
*
spelling
Jeff Trawick
2012-08-06
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-16
/
+16
*
Remove more log message prefixes that are now redundant as the
Stefan Fritsch
2011-11-29
1
-5
/
+5
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-61
/
+61
*
Create wrapper API for apr_random;
Stefan Fritsch
2011-09-15
1
-31
/
+1
*
Various code cleanup
Stefan Fritsch
2011-06-22
1
-4
/
+2
*
Fix various "variable 'x' set but not used" warnings.
Stefan Fritsch
2011-05-22
1
-7
/
+2
*
Prevent segfault if URI is missing a scheme
Stefan Fritsch
2010-06-10
1
-0
/
+4
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
When connecting to no http protocol response will be NULL and httpd cores.
Jean-Frederic Clere
2009-09-30
1
-0
/
+6
*
Add port in the logic.
Jean-Frederic Clere
2009-09-30
1
-2
/
+7
*
When using Heartmonitor choose the back-end randomly for the list provider by...
Jean-Frederic Clere
2009-09-29
1
-3
/
+35
*
handle an unfortunate implication of loadable MPMs:
Jeff Trawick
2009-04-02
1
-1
/
+8
*
ap_strchr_p() is the one that takes (protects) a const char *
Jeff Trawick
2009-04-02
1
-2
/
+2
*
clean up apr_time_from_msec() compatibility macros
Jeff Trawick
2009-04-02
1
-4
/
+4
*
* modules/proxy/mod_serf.c
Paul Querna
2009-03-29
1
-2
/
+2
*
Add static cluster backend, for very simple configurations.
Paul Querna
2009-03-28
1
-1
/
+91
*
Add very basic, non-streaming, support for request bodies.
Paul Querna
2009-03-28
1
-3
/
+43
*
- Improve flushing/connection eos logic.
Paul Querna
2009-03-28
1
-21
/
+20
*
Work in Progress.
Paul Querna
2009-03-28
1
-36
/
+82
*
If the MPM supports serf in its core, use this to drive the proxied request
Paul Querna
2009-03-28
1
-27
/
+83
*
Add support for Preserving the client provided Host header.
Paul Querna
2009-03-28
1
-7
/
+42
*
* modules/proxy/mod_serf.c
Paul Querna
2009-03-28
1
-0
/
+2
*
Work in Progress.
Paul Querna
2009-03-28
1
-19
/
+421
*
Umm, oops. r595022 shouldn't have ended up in trunk.
Justin Erenkrantz
2007-11-14
1
-212
/
+0
*
Amsterdam sandbox: add serf input/output filters that replace the core filters.
Justin Erenkrantz
2007-11-14
1
-0
/
+212
*
Add mod_serf, a reverse proxy module, which uses serf[1] as its http client l...
Paul Querna
2007-11-13
1
-0
/
+439