]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2017-10-22  Willy TarreauMEDIUM: connection: make conn_sock_shutw() aware of...
2017-10-22  Olivier HouchardREORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_*
2017-10-22  Willy TarreauMEDIUM: h1: reimplement the http/1 response parser...
2017-10-22  Willy TarreauMINOR: http: add very simple header management based...
2017-10-22  Willy TarreauMINOR: h1: add struct h1m for basic HTTP/1 messages
2017-10-22  Willy TarreauMEDIUM: http: make the chunk crlf parser only depend...
2017-10-22  Willy TarreauMEDIUM: http: make the chunk size parser only depend...
2017-10-22  Willy TarreauREORG: http: move the HTTP/1 header block parser to...
2017-10-22  Willy TarreauREORG: http: move the HTTP/1 chunk parser to h1.{c,h}
2017-10-22  Willy TarreauREORG: http: move some very http1-specific parts to...
2017-10-22  Willy TarreauMINOR: buffer: make bo_getblk_nc() not return 2 for...
2017-10-19  Emeric BrunBUG/MEDIUM: log: check result details truncated.
2017-10-19  Willy TarreauMINOR: ist: add ist0() to add a trailing zero to a...
2017-10-19  Willy TarreauMINOR: channel: make the channel be a const in all...
2017-10-19  Willy TarreauMINOR: channel: make use of bo_getblk{,_nc} for their...
2017-10-19  Willy TarreauMINOR: buffer: add bo_getblk() and bo_getblk_nc()
2017-10-19  Willy TarreauREORG: channel: finally rename the last bi_* / bo_...
2017-10-19  Willy TarreauMINOR: buffer: add buffer_space_wraps()
2017-10-19  Willy TarreauMINOR: buffer: add two functions to inject data into...
2017-10-19  Willy TarreauMINOR: buffer: add a function to match against string...
2017-10-19  Willy TarreauMINOR: buffer: add bo_del() to delete a number of chara...
2017-10-18  Emeric BrunBUG/MAJOR: lua: scheduled task is freezing.
2017-10-18  Olivier HouchardBUG/MINOR: stats: Clear a bit more counters with in...
2017-10-18  Willy TarreauBUG/MINOR: tools: fix my_htonll() on x86_64
2017-10-17  Olivier HouchardMINOR: checks: Add a new keyword to specify a SNI when...
2017-10-17  Olivier HouchardMINOR: server: Handle weight increase in consistent...
2017-10-17  Willy TarreauBUG/MINOR: stream-int: don't set MSG_MORE on SHUTW_NOW...
2017-10-16  Frederik DeweerdtBUG/MEDIUM: ssl: fix OCSP expiry calculation
2017-10-13  Emeric BrunMAJOR: servers: propagate server status changes asynchr...
2017-10-13  Willy TarreauMINOR: payload: add new sample fetch functions to proce...
2017-10-13  Willy TarreauMINOR: server: add the srv_queue() sample fetch method
2017-10-11  Patrick StarrDOC: fix some typos
2017-10-08  Willy TarreauMINOR: session: remove the list of streams from struct...
2017-10-08  Willy TarreauMINOR: compiler: restore the likely() wrapper for gcc 5.x
2017-10-06  Ben51DegreesDOC: 51d: Updated git URL and instructions for getting...
2017-10-05  Dragan DosenDOC: 51d: add 51Degrees git URL that points to release...
2017-10-05  Dragan DosenBUILD/MINOR: 51d: fix warning when building with 51Degr...
2017-10-05  Bin WangBUG/MAJOR: stream-int: don't re-arm recv if send fails
2017-10-05  Christopher... BUG/MEDIUM: http: Return an error when url_dec sample...
2017-10-04  Willy TarreauBUG/MEDIUM: cli: fix "show fd" crash when dumping close...
2017-10-04  Willy TarreauMEDIUM: checks: do not allocate a permanent connection...
2017-10-04  Willy TarreauMEDIUM: checks: make tcpcheck_main() indicate if it...
2017-10-04  Willy TarreauMINOR: checks: don't create then kill a dummy connectio...
2017-10-04  Willy TarreauMINOR: tcp-check: make tcpcheck_main() take a check...
2017-10-04  Willy TarreauTESTS: checks: add a simple test config for tcp-checks
2017-10-04  Willy TarreauBUG/MINOR: tcp-check: don't initialize then break a...
2017-10-04  Willy TarreauTESTS: checks: add a simple test config for external...
2017-10-04  Willy TarreauCLEANUP: checks: do not allocate a connection for proce...
2017-10-04  Willy TarreauCLEANUP: checks: don't report report the fork() error...
2017-10-04  Willy TarreauCLEANUP: checks: remove misleading comments and statuse...
2017-10-04  Willy TarreauMINOR: checks: make chk_report_conn_err() take a check...
2017-10-04  Willy TarreauBUG/MINOR: unix: properly check for octal digits in...
2017-10-04  Willy TarreauBUG/MEDIUM: tcp-check: don't call tcpcheck_main() from...
2017-10-04  Willy TarreauBUG/MINOR: tcp-check: don't quit with pending data...
2017-10-04  Willy TarreauBUG/MEDIUM: tcp-check: properly indicate polling state...
2017-10-04  Willy TarreauCLEANUUP: checks: don't set conn->handle.fd to -1
2017-10-04  Baptiste AssmannBUG/MEDIUM: tcp/http: set-dst-port action broken
2017-10-03  Ilya ShipitsinBUG/MINOR: contrib/halog: fixing small memory leak
2017-09-21  David CarlierBUG/MINOR: log: fixing small memory leak in error code...
2017-09-21  Willy TarreauBUG/MEDIUM: server: unwanted behavior leaving maintenan...
2017-09-21  Emeric BrunBUG/MEDIUM: server: unwanted behavior leaving maintenan...
2017-09-21  Willy TarreauMINOR: ist: add a macro to ease const array initialization
2017-09-21  Willy TarreauMINOR: connection: adjust CO_FL_NOTIFY_DATA after remov...
2017-09-21  Willy TarreauMINOR: net_helper: add 64-bit read/write functions
2017-09-21  Willy TarreauMINOR: net_helper: add write functions
2017-09-20  Willy TarreauMINOR: net_helper: add functions to read from vectors
2017-09-20  Willy TarreauMINOR: buffer: add b_end() and b_to_end()
2017-09-20  Willy TarreauMINOR: buffer: add b_del() to delete a number of characters
2017-09-20  Willy TarreauMINOR: tools: make my_htonll() more efficient on x86_64
2017-09-18  Dragan DosenBUG/MINOR: contrib/modsecurity: close the va_list ap...
2017-09-18  Dragan DosenBUG/MINOR: contrib/mod_defender: close the va_list...
2017-09-15  Christopher... MINOR: ssl: Remove useless checks on bind_conf or bind_...
2017-09-15  Christopher... BUG/MINOR: dns: Fix check on nameserver in snr_resoluti...
2017-09-15  Christopher... BUG/MINOR: spoe: Don't rely on SPOE ctx in debug messag...
2017-09-15  Christopher... BUG/MINOR: compression: Check response headers before...
2017-09-15  Christopher... BUG/MEDIUM: compression: Fix check on txn in smp_fetch_...
2017-09-15  Willy TarreauMEDIUM: session: count the frontend's connections at...
2017-09-15  Willy TarreauMEDIUM: session: factor out duplicated code for conn_co...
2017-09-15  Willy TarreauMINOR: session: small cleanup of conn_complete_session()
2017-09-15  Willy TarreauMINOR: listener: new function listener_release
2017-09-15  Willy TarreauMEDIUM: session: take care of incrementing/decrementing...
2017-09-15  Willy TarreauMINOR: listeners: make listeners count consistent with...
2017-09-15  Willy TarreauMINOR: listeners: new function create_listeners
2017-09-15  Willy TarreauMINOR: unix: remove the now unused proto_uxst.h file
2017-09-15  Willy TarreauMINOR: protocols: register the ->add function and stop...
2017-09-15  Willy TarreauMINOR: protocols: always pass a "port" argument to...
2017-09-15  Willy TarreauMINOR: frontend: don't retrieve ALPN on the critical...
2017-09-15  Willy TarreauMINOR: peers: don't reference the incoming listener...
2017-09-14  Willy TarreauBUILD: Makefile: improve detection of support for compi...
2017-09-13  Willy TarreauBUILD: Makefile: shut certain gcc/clang stupid warnings
2017-09-13  Willy TarreauBUILD: Makefile: add a function to detect support by...
2017-09-13  Andjelko IharosMINOR: add severity information to cli feedback messages
2017-09-13  Andjelko IharosMINOR: cli: add socket commands and config to prepend...
2017-09-13  Olivier HouchardMINOR: net_helper: Inline functions meant to be inlined.
2017-09-11  Thierry FOURNIERMINOR: tasks: Move Lua notification from Lua to tasks
2017-09-11  Thierry FOURNIERMEDIUM: xref/lua: Use xref for referencing cosocket...
2017-09-11  Thierry FOURNIERMINOR: xref: Add a new xref system
2017-09-11  Thierry FOURNIERBUG/MINOR: Lua: The socket may be destroyed when we...
2017-09-11  Christopher... BUG/MEDIUM: http: Close streams for connections closed...
2017-09-09  Emmanuel HocdetMINOR: ssl: rework smp_fetch_ssl_fc_cl_str without...
next