]> granicus.if.org Git - apache/history - modules/proxy
Forward local IP address as a custom request attribute
[apache] / modules / proxy /
2013-10-17 Jim JagielskiPut the uds path in its own field, and adjust the logic
2013-10-17 Jim JagielskiEclipse code analysis warning
2013-10-16 Jim JagielskiNo more magic numbers.
2013-10-15 Jim Jagielskidon't use what could have been freed...
2013-10-15 Jim JagielskiUpdate LOGNO
2013-10-15 Jim JagielskiStandardize on:
2013-10-14 Jim Jagielskicheck that we have a pool...
2013-10-14 Jim JagielskiJust use the def global... consistency is important
2013-10-14 Jim JagielskiEnsure that userland format of UDS is the same as how...
2013-10-14 Jim Jagielskiclean up socket definition... just the sock: path matters,
2013-10-11 Jim Jagielskisyntax sugar... if the worker is associated w/ a UDS,
2013-10-11 Jim JagielskiReformat the UDS support inline with a new naming struc...
2013-10-09 Jim Jagielskisave a possible lookup
2013-10-09 Jeff Trawickfollow-up to r1530603: fix typo/syntax error
2013-10-09 Jim Jagielskiping tuning via Yann Ylavic <ylavic.dev@gmail.com>
2013-10-08 Jim JagielskiAdd no's
2013-09-25 Jeff Trawickmod_proxy: Add ap_connection_reusable() for checking...
2013-09-21 Jeff TrawickUse ap_log_rdata() to dump the FastCGI header, axing...
2013-09-21 Jeff TrawickBorrow a fix from mod_authnz_fcgi:
2013-09-21 Jeff TrawickBring some envvar flexibility from mod_authnz_fcgi...
2013-09-20 Jim Jagielskitypo
2013-09-18 Jan KalužaUse apr_socket_timeout_get instead of hard-coded 30...
2013-09-17 Jim JagielskiMore cool info ;)
2013-09-17 Daniel RuggeriAdd note to balancer manager whether changes will/will...
2013-09-17 Jeff Trawickfill in missing message numbers in APLOGNO() invocations
2013-09-14 Jeff TrawickSwitch from private FastCGI protocol handling to util_f...
2013-09-08 Guenter KnaufAdded missing export for proxy module.
2013-08-23 Christophe JailletSave a few cycles
2013-08-23 Christophe JailletNo need to lower the string before removing the path...
2013-08-23 Jim Jagielskitypo
2013-08-23 Jim JagielskiAllow for a simple socket check in addition to the
2013-08-23 Jim JagielskiSave some cycles...
2013-08-17 Jeff TrawickDoxygen fix
2013-08-13 Daniel RuggeriUDS subsequent request on a connection fix
2013-08-13 Jeff Trawickfix Doxygen warnings/comments
2013-07-30 Jeff Trawicks/seperate/separate/g
2013-07-17 Christophe JailletPotential use of uninitialized memory.
2013-07-09 Jim JagielskiWe are no longer pre-grabbing.
2013-07-09 Jim JagielskiEnsure balancer runs after proxy for mutex creation
2013-07-07 Jim Jagielskiconf->mutex is not used... Also, ensure that pool
2013-07-07 Guenter KnaufFix some compiler warnings.
2013-07-01 Eric Covenerdrop a stray 8-bit char at end of line in comment
2013-06-18 Guenter KnaufFix for stupid CodeWarrior compiler.
2013-06-17 Jim JagielskiFold in Eric Covener's socket callback
2013-06-08 Christophe JailletNULL terminate the right buffer
2013-05-19 Jim JagielskiAdd in logno's
2013-05-16 Jim Jagielskiadd in child_init which is needed
2013-05-16 Jim Jagielskirevert... we are good
2013-05-16 Jim Jagielskiupdate comments
2013-05-16 Jim Jagielskiforce subpool
2013-05-15 Graham Leggettmod_proxy_http: Make the proxy-interim-response environ...
2013-05-15 Graham Leggettmod_serf: Add a FIXME, we are using ap_get_client_block...
2013-05-15 Graham Leggettmod_proxy: Use a global mutex for handling workers.
2013-05-14 Graham Leggettmod_proxy: Make sure we skip empty tokens when parsing...
2013-05-14 Graham Leggettcore: Stop the HTTP_IN filter from attempting to write...
2013-05-14 Guenter Knaufhunk 1: C89 please;
2013-05-13 Graham Leggettmod_proxy, mod_proxy_http: Connection headers must...
2013-05-13 Graham Leggettmod_proxy: Ensure we don't attempt to amend a table...
2013-05-11 Stefan FritschAdjust format string
2013-05-11 Graham Leggettmod_proxy: Reject invalid values for Max-Forwards.
2013-05-09 Jim JagielskiMod_proxy used the global pool w/o mutex. fix.
2013-05-07 Graham Leggettmod_proxy: Ensure network errors detected by the proxy...
2013-04-27 Graham Leggettmod_proxy: Clarify the usage suggestion for BalancerInh...
2013-04-09 Daniel RuggeriAdd failontimeout to allow server admin to mark balance...
2013-04-02 Ruediger Pluem* Always try to reuse the address looked up for the...
2013-03-28 Ruediger Pluem* Improve reusage of already resolved addresses to...
2013-03-20 Guenter KnaufFixed proxy exports list; renamed wstunnel module.
2013-03-19 Jim JagielskiKeep mod_req clear. Simply scan thru input filters and
2013-03-19 Jim Jagielskibypass reqtimeout for websockets
2013-03-13 Jeff Trawickaxe unused variable dconf (since r1453875)
2013-03-09 Gregg Lewis SmithFinal rename per r1454386, we hope
2013-03-08 Jim Jagielskistreamline
2013-03-08 Jim Jagielskidon't strip these, ensure that they exist.
2013-03-08 Jim Jagielski"final" rename :)
2013-03-07 Jim Jagielskimessage tag for dom sock
2013-03-07 Jim Jagielskilog nums
2013-03-07 Jim Jagielskirename extension module... tunnel is more accurate
2013-03-07 Jim JagielskiPull out duplicated code to proxy_util...
2013-03-06 Jim JagielskiAnd now pass the initial request to the backend...
2013-03-06 Gregg Lewis SmithAdd mod_proxy_websocket to Windows
2013-03-06 Guenter KnaufAdded mod_proxy_websocket to NetWare build.
2013-03-05 Jim JagielskiWork around blocking issues...
2013-03-05 Jim JagielskiWe need to ensure a conn_rec
2013-03-05 Jim Jagielskiforce correct scheme info
2013-03-05 Jim JagielskiRough start for simple, tunneling websocket proxy support.
2013-03-04 Jim Jagielskiapr trunk-able
2013-03-04 Christophe JailletFix indent
2013-03-02 Guenter KnaufFollow-up to r1451905 to fix NetWare/Windows compilation.
2013-03-02 Jim JagielskiMake AF_UNIX aware... fix Windows/Netware??
2013-03-01 Jim JagielskiAdd in rough uds support (Bugx 54101) from Blaise Tarr...
2013-02-24 Guenter KnaufFixed NetWare makefile for serf 1.2.
2013-02-21 Jim Jagielskirealign and fix logic
2013-02-04 Stefan FritschDon't keepalive the connection to the client if the
2013-01-28 Jim JagielskiProxyPassInherit directive
2013-01-18 Rainer Jungmod_proxy_ajp: Support unknown HTTP methods.
2013-01-16 Ruediger Pluem* A limit of zero means unlimited for LimitRequestBody.
2013-01-04 Jim Jagielskinon-existance of byrequests is not an immediate error
2013-01-03 Joe Orton* modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler...
2012-12-18 Joe Orton* modules/proxy/mod_proxy_ftp.c: Fill in APLOGNO.
2012-12-17 Jim JagielskiRedfine - we are just worried about balancers and worke...
next