]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2021-10-28  William LallemandREGTESTS: lua: test httpclient with body streaming
2021-10-28  William LallemandMINOR: httpclient/lua: handle the streaming into the...
2021-10-28  William LallemandMINOR: httpclient: request streaming with a callback
2021-10-28  Willy TarreauMINOR: atomic: remove the memcpy() call and dependency...
2021-10-28  David CARLIERBUILD: atomic: fix build on mac/arm64
2021-10-28  Willy TarreauBUILD: atomic: prefer __atomic_compare_exchange_n(...
2021-10-28  Tim DuesterhusCLEANUP: hlua: Remove obsolete branch in `hlua_alloc()`
2021-10-28  Tim DuesterhusDEV: coccinelle: Add realloc_leak.cocci
2021-10-28  Tim DuesterhusCLEANUP: jwt: Remove the use of a trash buffer in jwt_j...
2021-10-28  Tim DuesterhusCLEANUP: jwt: Remove the use of a trash buffer in jwt_j...
2021-10-28  Tim DuesterhusMINOR: halog: Add -qry parameter allowing to preserve...
2021-10-27  Willy TarreauMINOR: protocols: replace protocol_by_family() with...
2021-10-27  Willy TarreauMINOR: protocols: make use of the protocol type to...
2021-10-27  Willy TarreauMINOR: protocols: add a new protocol type selector
2021-10-27  Willy TarreauDEBUG: protocol: yell loudly during registration of...
2021-10-27  Christopher... BUILD: log: Fix compilation without SSL support
2021-10-27  Christopher... MINOR: stream: Use backend stream-interface dst address...
2021-10-27  Christopher... REGTESTS: Add script to test client src/dst manipulatio...
2021-10-27  Christopher... MINOR: tcp-sample: Add samples to get original info...
2021-10-27  Christopher... DOC: config: Fix alphabetical order of fc_* samples
2021-10-27  Christopher... MINOR: tcp-act: Add set-src/set-src-port for "tcp-reque...
2021-10-27  Christopher... MEDIUM: tcp-act: Set addresses at the apprioriate level...
2021-10-27  Christopher... MEDIUM: connection: Assign session addresses when NetSc...
2021-10-27  Christopher... MEDIUM: connection: Assign session addresses when PROXY...
2021-10-27  Christopher... MEDIUM: backend: Rely on addresses at stream level...
2021-10-27  Christopher... MEDIUM: connection: Rely on addresses at stream level...
2021-10-27  Christopher... MEDIUM: tcp-sample: Rely on addresses at the appropriat...
2021-10-27  Christopher... MINOR: mux-fcgi: Rely on client addresses at stream...
2021-10-27  Christopher... MINOR: http-fetch: Rely on addresses at stream level...
2021-10-27  Christopher... MINOR: http-ana: Rely on addresses at stream level...
2021-10-27  Christopher... MINOR: session: Rely on client source address at sessio...
2021-10-27  Christopher... MINOR: log: Rely on client addresses at the appropriate...
2021-10-27  Christopher... MINOR: frontend: Rely on client src and dst addresses...
2021-10-27  Christopher... MINOR: stream-int: Add src and dst addresses to the...
2021-10-27  Christopher... MINOR: session: Add src and dst addresses to the session
2021-10-27  Christopher... MINOR: connection: Add function to get src/dst without...
2021-10-27  Christopher... CLEANUP: lua: Use a const address to retrieve info...
2021-10-27  Christopher... CLEANUP: tools: Use const address for get_net_port...
2021-10-27  Christopher... CLEANUP: connection: No longer export make_proxy_line_v...
2021-10-27  vishnuBUG/MEDIUM: lua: fix invalid return types in hlua_http_...
2021-10-27  Christopher... CLEANUP: lua: Remove any ambiguities about lua txn...
2021-10-27  William LallemandMINOR: httpclient/lua: return an error when it can...
2021-10-27  William LallemandMINOR: httpclient/lua: support more HTTP methods
2021-10-27  William LallemandMINOR: httpclient: support payload within a buffer
2021-10-22  Willy Tarreau[RELEASE] Released version 2.5-dev11 v2.5-dev11
2021-10-22  Amaury DenoyelleMINOR: connection: remove unneeded memset 0 for idle...
2021-10-22  Amaury DenoyelleMINOR: backend: improve perf with tcp proxies skipping...
2021-10-22  Amaury DenoyelleBUG/MINOR: backend: fix improper insert in avail tree...
2021-10-22  Amaury DenoyelleMINOR: backend: add traces for idle connections reuse
2021-10-22  Amaury DenoyelleBUILD: fix compilation on NetBSD
2021-10-22  Willy TarreauMINOR: memprof: add one pointer size to the size of...
2021-10-22  Willy TarreauMINOR: memprof: report the delta between alloc and...
2021-10-22  Willy TarreauBUG/MEDIUM: lua: fix memory leaks with realloc() on...
2021-10-22  Frédéric LécailleMINOR: quic: Increase the size of handshake RX UDP...
2021-10-22  Willy TarreauCLEANUP: resolvers: get rid of single-iteration loop...
2021-10-21  Willy TarreauMINOR: mux-h2: perform a full cycle shutdown+drain...
2021-10-21  Willy TarreauMINOR: connection: add a new CO_FL_WANT_DRAIN flag...
2021-10-21  Willy TarreauBUG/MINOR: mux-h2: do not prevent from sending a final...
2021-10-21  Willy TarreauBUG/MINOR: task: do not set TASK_F_USR1 for no reason
2021-10-21  Willy TarreauOPTIM: dns: use an atomic check for the list membership
2021-10-21  Willy TarreauMINOR: list: add new macro LIST_INLIST_ATOMIC()
2021-10-21  Willy TarreauOPTIM: resolvers: move the eb32 node before the data...
2021-10-21  Willy TarreauBUG/MAJOR: buf: fix varint API post- vs pre- increment
2021-10-21  Willy TarreauMEDIUM: resolvers: hash the records before inserting...
2021-10-21  Willy TarreauMEDIUM: resolvers: replace the answer_list with a ...
2021-10-20  Willy TarreauBUG/MEDIUM: checks: fix the starting thread for externa...
2021-10-20  Willy TarreauMEDIUM: resolvers: remove the last occurrences of the...
2021-10-20  Willy TarreauMEDIUM: resolvers: use a kill list to preserve the...
2021-10-20  Willy TarreauCLEANUP: resolvers: replace all LIST_DELETE with LIST_D...
2021-10-20  Willy TarreauCLEANUP: resolvers: simplify resolv_link_resolution...
2021-10-20  Willy TarreauCLEANUP: always initialize the answer_list
2021-10-20  Willy TarreauBUG/MEDIUM: resolvers: always check a valid item in...
2021-10-20  Willy TarreauBUILD: resolvers: avoid a possible warning on null...
2021-10-20  Willy TarreauCLEANUP: resolvers: do not export resolv_purge_resoluti...
2021-10-20  Willy TarreauBUG/MAJOR: resolvers: add other missing references...
2021-10-20  Willy TarreauDEBUG: dns: add a few more BUG_ON at sensitive places
2021-10-20  Willy TarreauCLEANUP: dns: always detach the appctx from the dns...
2021-10-20  Emeric BrunBUG/MAJOR: dns: attempt to lock globaly for msg waiter...
2021-10-20  Emeric BrunBUG/MAJOR: dns: tcp session can remain attached to...
2021-10-20  Christopher... BUG/MEDIUM: tcpcheck: Properly catch early HTTP parsing...
2021-10-19  William LallemandDOC: management: doc about the CLI httpclient
2021-10-19  William LallemandMINOR: httpclient/cli: access should be only done from...
2021-10-19  Christopher... BUG/MEDIUM: stream: Keep FLT_END analyzers if a stream...
2021-10-18  Remi Tricot... MINOR: jwt: Do not rely on enum order anymore
2021-10-18  Remi Tricot... MINOR: jwt: jwt_verify returns negative values in case...
2021-10-18  Remi Tricot... MINOR: jwt: Empty the certificate tree during deinit
2021-10-18  Willy TarreauMEDIUM: resolvers: replace bogus resolv_hostname_cmp...
2021-10-18  Willy TarreauMEDIUM: resolvers: lower-case labels when converting...
2021-10-18  Tim DuesterhusCLEANUP: Consistently `unsigned int` for bitfields
2021-10-18  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-10-18  Björn JackeMINOR: add ::1 to predefined LOCALHOST acl
2021-10-18  Tim DuesterhusCI: Clean up formatting in GitHub Action definitions
2021-10-18  Tim DuesterhusCI: Add `permissions` to GitHub Actions
2021-10-18  Tim DuesterhusCLEANUP: Apply strcmp.cocci
2021-10-18  Tim DuesterhusDEV: coccinelle: Add strcmp.cocci
2021-10-16  Willy Tarreau[RELEASE] Released version 2.5-dev10 v2.5-dev10
2021-10-16  Willy TarreauCLEANUP: listeners: remove unreachable code in clone_li...
2021-10-16  Willy TarreauBUG/MINOR: listener: add an error check for unallocatab...
2021-10-16  Willy TarreauBUG/MINOR: listener: fix incorrect return on out-of...
2021-10-16  Willy TarreauBUG/MINOR: sample: fix backend direction flags consecut...
next