]> granicus.if.org Git - apache/history - modules/proxy
Forward local IP address as a custom request attribute
[apache] / modules / proxy /
2014-07-13 Rainer JungForward local IP address as a custom request attribute
2014-07-11 Jan Kalužamod_proxy: better check for worker->s->is_name_matchable
2014-07-11 Jan Kalužamod_proxy: add ap_proxy_define_match_worker() and use...
2014-07-09 Yann YlavicFix C99 (or later only) comment.
2014-07-09 Christophe Jaillets/apr_pstrndup/apr_pstrmemdup/ to save a few cycles
2014-06-27 Takashi SatoRevert r1601943, r1602058, r1605307 (socket callback...
2014-06-25 Takashi SatoAsync mod_proxy_wstunnel:
2014-06-25 Takashi SatoRefactor asynchronous mod_proxy_wstunnel using pollfd...
2014-06-24 Christophe JailletUse ap_remove_input_filter_byhandle instead of duplicat...
2014-06-17 Yann Ylavicmod_proxy_fcgi: follow up to r1592032.
2014-06-16 Jeff TrawickReindent after small fix in r1603027
2014-06-16 Jeff TrawickFix bug introduced in r1591508 which resulted in the...
2014-06-16 Yann Ylavicmod_proxy: Don't limit the size of the connectable...
2014-06-15 Jim Jagielskirevert 1602523, until there is understanding
2014-06-13 Jim JagielskiAllow for "magic" scheme "auto" which makes the scheme of
2014-06-11 Takashi SatoSocket event callback now takes pollfd.
2014-06-10 Yann Ylavicmod_proxy: follow up to r1601291.
2014-06-10 Yann YlavicStrip useless apr_brigade_cleanup() calls.
2014-06-10 Takashi Sato* apr_status_t vs HTTP status code fix
2014-06-10 Takashi SatoPrivate function doesn't need ap_ prefix.
2014-06-09 Yann Ylavicmod_proxy: Shutdown (eg. SSL close notify) the backend...
2014-06-09 Yann YlavicRevert r1601285 and r1601283.
2014-06-09 Yann Ylavicmod_proxy: Shutdown (eg. close notify) the backend...
2014-06-03 Yann Ylavicmod_proxy_http: avoid (unlikely) access to freed memory.
2014-06-01 Christophe JailletFix computation of the size of 'struct sockaddr_un...
2014-05-24 Ruediger Pluem* Give ap_proxy_post_request as chance to act correctly...
2014-05-16 Ruediger Pluem* Correctly escape user provided data.
2014-05-14 Yann Ylavicmod_proxy_wstunnel: Fix the use of SSL connections...
2014-05-11 Eric CovenerExtend the socket callbacks in event to allow a timeout...
2014-05-05 Jeff Trawickfix Doxygen markup error
2014-05-05 Jeff TrawickFollow-up to r1592529:
2014-05-05 Jeff Trawickmod_proxy_scgi: Support Unix sockets.
2014-05-05 Jeff TrawickClarify an existing requirement of the server_portstr...
2014-05-05 Jeff Trawickreformat only (get rid of unnecessary block scope)
2014-05-02 Jeff Trawickmod_proxy_fcgi: Fix occasional high CPU when handling...
2014-05-02 Jeff Trawickbetter diagnostics for failures during dispatch()
2014-04-30 Jeff Trawickmod_proxy_fcgi: Support iobuffersize parameter.
2014-04-30 Jeff TrawickAxe unnecessary memset() calls and allocating an extra
2014-04-27 Jeff Trawickmod_proxy_fcgi: Don't segfault when failing to connect...
2014-04-18 Jim Jagielskistrncmp(r->filename, "proxy:", 6) is faster than a
2014-04-18 Yann Ylavicmod_proxy: Preserve original request headers even if...
2014-04-18 Yann Ylavicmod_proxy: When ping/pong is configured for a worker...
2014-04-15 Eric Covenerwhitespace changes only
2014-04-15 Eric Covenerfollowup to r1587036.
2014-04-14 Eric Coveners/asynch/async
2014-04-13 Eric Covenerseveral related mod_proxy_wstunnel changes that are...
2014-04-13 Eric Covenerstop leaking websockets backend connections (trunk...
2014-04-13 Eric Covenercleanup wstunnel error handling
2014-04-13 Eric Coveneractually remove mod_reqtimeout, since the util_filter...
2014-04-13 Eric Covener *) mod_proxy_wstunnel: Don't pool backend websockets...
2014-04-11 Jeff Trawickmod_proxy_http: Add detach_backend hook.
2014-04-08 Jeff Trawickmod_proxy_fcgi: Fix sending of response without some...
2014-03-18 Christophe JailletUse 'apr_table_setn' instead of 'apr_table_set' when...
2014-03-18 Christophe JailletUse 'apr_table_setn' instead of 'apr_table_set' when...
2014-03-10 Jeff Trawickfix spelling
2014-03-03 Jim JagielskiAllow reverse-proxy to be set via explicit handler
2014-03-01 Yann Ylavicmod_proxy: Add comment and avoid ternary operator as...
2014-02-28 Yann Ylavicmod_proxy: follows up r1572630.
2014-02-27 Yann YlavicRedo what was reverted in r1572627.
2014-02-27 Yann YlavicMove newly added proxy_conn_rec's uds_path field to...
2014-02-27 Yann YlavicRevert r1572606 for the time being since backport would...
2014-02-27 Yann YlavicDon't reuse a SSL backend connection whose SNI differs...
2014-02-27 Yann YlavicAvoid useless functions calls.
2014-02-27 Yann YlavicCleanup the client to backend brigade before returning...
2014-02-21 Yann YlavicLog an error in mod_proxy_http when reading the request...
2014-02-19 Eric Covenerhandle POLLERR/POLLHUP during poll() to avoid high...
2014-02-14 Yann Ylavicmod_proxy_http: don't recycle backend connections known...
2014-02-05 Jeff Trawickmod_proxy_fcgi: Fix error message when an unexpected...
2014-02-04 Ruediger Pluem* Do not parse URL in case of regular expression as...
2014-01-27 Jim Jagielskir->filename should maintain the proxy: prefix for PHP-FPM
2014-01-24 Jim Jagielskihandle leak. thx to Y^2
2014-01-24 Jim JagielskiReflow logic... pull UDS stuff out
2014-01-23 Jim JagielskiTuck away UDS path in request-rec, since worker isn't
2014-01-22 Jim JagielskiAdjust url as required, following what we did to r...
2014-01-22 Jim Jagielskimake mod_rewrite and mod_proxy UDS work together...
2014-01-22 Jan Kalužamod_proxy_ajp: remove AJP_EBAD_METHOD, it is not used...
2014-01-09 Christophe JailletOops (fix r1556912)
2014-01-09 Christophe JailletAdd missing break.
2014-01-03 Graham LeggettAdd a "MATCH_" prefix to variables set within
2014-01-03 Eric Covenerc89 fix
2013-12-30 Graham Leggettcore: Support named groups and backreferences within...
2013-12-30 Guenter KnaufAdded missing proxy export symbols.
2013-12-19 Christophe JailletRemove <Proxy ~ wildcard-url> syntax which:
2013-12-17 Christophe JailletAvoid sending back uninitialized memory, use 'ftpmessag...
2013-12-11 Jan KalužaCleanup the bb brigade, because buckets inserted to...
2013-12-09 Christophe JailletUse apr_pstrmemdup instead of apr_pstrndup when this...
2013-11-22 Jeff Trawickno more fcgi_protocol.h
2013-11-18 Jim JagielskiCorrect logic... if this is a UDS socket, then bypass all
2013-11-16 Jim JagielskiWe were not being consistent between http and others
2013-11-09 Jim JagielskiExpand some of these fields... mostlt it's the workers...
2013-11-08 Jim JagielskiUDS urls need to be desockified when configuring...
2013-10-21 Joe Orton* modules/proxy/mod_proxy_http.c (ap_proxy_http_request...
2013-10-18 Ruediger Pluem* Fix logical flaw introduced in r1531340. We checked...
2013-10-18 Jim JagielskiRüdiger and Yann suggestions
2013-10-17 Jim Jagielskianother suggestion by Yann... use a shorter lifetime...
2013-10-17 Jim Jagielskitypo
2013-10-17 Jim Jagielskifrom an idea by Yann Ylavic <ylavic.dev@gmail.com>
2013-10-17 Jim Jagielskimove pool creation to the single instance when we need...
2013-10-17 Jim JagielskiOnly assume localhost in the special case where the...
2013-10-17 Jim Jagielskiap_proxy_strncpy should correctly handle src being...
next