- 69530f5 MEDIUM: clock: replace timeval "now" with integer "now_ns" by Willy Tarreau · 1 year, 7 months ago
- ad5a5f6 MEDIUM: tree-wide: replace timeval with nanoseconds in tv_accept and tv_request by Willy Tarreau · 1 year, 7 months ago
- 214f1b5 MINOR: tree-wide: Replace several chn_prod() by the corresponding SC by Christopher Faulet · 1 year, 8 months ago
- 7eb837d MINOR: stream: Introduce stream_abort() to abort on both sides in same time by Christopher Faulet · 1 year, 8 months ago
- db12c0d MINOR: http-act: emit a warning when a header field name contains forbidden chars by Willy Tarreau · 1 year, 8 months ago
- 07be66d CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 1 year, 8 months ago
- 3120284 BUG/MINOR: http: Memory leak of http redirect rules' format string by Remi Tricot-Le Breton · 1 year, 11 months ago
- a924804 MINOR: http-rules: Add missing actions in http-after-response ruleset by Christopher Faulet · 1 year, 11 months ago
- c5bc4ad BUILD: http_act: use __fallthrough in parse_http_del_header() by Willy Tarreau · 2 years ago
- 6a03a0d BUG/MINOR: http-act: initialize http fmt head earlier by Willy Tarreau · 2 years, 3 months ago
- 4c3d3d2 BUG/MINOR: http-act: Properly generate 103 responses when several rules are used by Christopher Faulet · 2 years, 5 months ago
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
- f61dd19 CLEANUP: stconn: rename cs_{shut,chk}* to sc_* by Willy Tarreau · 2 years, 6 months ago
- 16daaf3 BUG/MINOR: http-act: make release_http_redir() more robust by Willy Tarreau · 2 years, 7 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- 9a52123 MINOR: stream-int: Remove SI_FL_KILL_CON to rely on conn-stream endpoint only by Christopher Faulet · 2 years, 8 months ago
- 7b5ca8f MINOR: channel: Use conn-streams as channel producer and consumer by Christopher Faulet · 2 years, 8 months ago
- e05bf9e MINOR: stream-int/txn: Move buffer for L7 retries in the HTTP transaction by Christopher Faulet · 2 years, 8 months ago
- 114e759 BUG/MEDIUM: http-act: Don't replace URI if path is not found or invalid by Christopher Faulet · 2 years, 8 months ago
- f4f6c0f CLEANUP: Reapply ist.cocci by Tim Duesterhus · 2 years, 8 months ago
- e1ede30 MINOR: http-act: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
- ba8f063 MINOR: http-rules: Add capture action to http-after-response ruleset by Christopher Faulet · 3 years ago
- 7a06ffb BUG/MEDIUM: sample: Cumulate frontend and backend sample validity flags by Christopher Faulet · 3 years, 1 month ago
- bc1223b MINOR: http-rules: add a new "ignore-empty" option to redirects. by Willy Tarreau · 3 years, 3 months ago
- c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · 3 years, 5 months ago
- 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · 3 years, 5 months ago
- 469c06c MINOR: http-act/tcp-act: Add "set-mark" and "set-tos" for tcp content rules by Christopher Faulet · 3 years, 5 months ago
- 1da374a MINOR: http-act/tcp-act: Add "set-nice" for tcp content rules by Christopher Faulet · 3 years, 5 months ago
- 551a641 MINOR: http-act/tcp-act: Add "set-log-level" for tcp content rules by Christopher Faulet · 3 years, 5 months ago
- a4bf8a0 BUG/MINOR: http: Missing calloc return value check in parse_http_req_capture by Remi Tricot-Le Breton · 3 years, 7 months ago
- dec1c36 MINOR: uri_normalizer: Add `fragment-encode` normalizer by Tim Duesterhus · 3 years, 7 months ago
- c9e05ab MINOR: uri_normalizer: Add `fragment-strip` normalizer by Tim Duesterhus · 3 years, 7 months ago
- 2f41313 BUG/MINOR: http_act: Fix normalizer names in error messages by Tim Duesterhus · 3 years, 7 months ago
- a9e639a MINOR: http_act: mark normalize-uri as experimental by Amaury Denoyelle · 3 years, 7 months ago
- e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · 3 years, 7 months ago
- b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 7 months ago
- 2e4a18e MINOR: uri_normalizer: Add a `percent-decode-unreserved` normalizer by Tim Duesterhus · 3 years, 7 months ago
- ff3bb8b MINOR: uri_normalizer: Add a `strip-dot` normalizer by Maximilian Mader · 3 years, 7 months ago
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- 5be6ab2 MEDIUM: http_act: Rename uri-normalizers by Tim Duesterhus · 3 years, 7 months ago
- a407193 MINOR: uri_normalizer: Add a `percent-upper` normalizer by Tim Duesterhus · 3 years, 7 months ago
- d7b89be MINOR: uri_normalizer: Add a `sort-query` normalizer by Tim Duesterhus · 3 years, 7 months ago
- 560e1a6 MINOR: uri_normalizer: Add support for supressing leading `../` for dotdot normalizer by Tim Duesterhus · 3 years, 7 months ago
- 9982fc2 MINOR: uri_normalizer: Add a `dotdot` normalizer to http-request normalize-uri by Tim Duesterhus · 3 years, 7 months ago
- d371e99 MINOR: uri_normalizer: Add a `merge-slashes` normalizer to http-request normalize-uri by Tim Duesterhus · 3 years, 7 months ago
- d2bedcc MINOR: uri_normalizer: Add `http-request normalize-uri` by Tim Duesterhus · 3 years, 7 months ago
- 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
- 021a8e4 MEDIUM: http-rules: Add wait-for-body action on request and response side by Christopher Faulet · 3 years, 8 months ago
- 362d25e BUG/MEDIUM: stick-tables: fix ref counter in table entry using multiple http tracksc. by Emeric Brun · 3 years, 9 months ago
- 36119de BUG/MEDIUM: session: NULL dereference possible when accessing the listener by William Lallemand · 3 years, 9 months ago
- 2d36df2 BUG/MINOR: http-rules: Always replace the response status on a return action by Christopher Faulet · 3 years, 9 months ago
- 826f3ab MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types by Willy Tarreau · 3 years, 10 months ago
- 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 11 months ago
- e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 11 months ago
- 8d22823 MEDIUM: http_act: define set-timeout server/tunnel action by Amaury Denoyelle · 4 years ago
- 6dee996 BUG/MEDIUM: http_act: Restore init of log-format list by Maciej Zdeb · 4 years ago
- ebdd4c5 MINOR: http_act: Add -m flag for del-header name matching method by Maciej Zdeb · 4 years ago
- 312294f MINOR: http-rules: Add set-pathq and replace-pathq actions by Christopher Faulet · 4 years, 3 months ago
- 1fa0cc1 Revert "BUG/MINOR: http-rules: Replace path and query-string in "replace-path" action" by Christopher Faulet · 4 years, 3 months ago
- 4b9c0d1 BUG/MINOR: http-rules: Replace path and query-string in "replace-path" action by Christopher Faulet · 4 years, 3 months ago
- f3f4aa0 BUG/MINOR: http_act: don't check capture id in backend (2) by Tim Duesterhus · 4 years, 5 months ago
- 9467f18 BUG/MINOR: http-rules: Fix ACLs parsing for http deny rules by Christopher Faulet · 4 years, 5 months ago
- b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
- 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 6 months ago
- 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 6 months ago
- aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 6 months ago
- 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 6 months ago
- c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 6 months ago
- d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 6 months ago
- 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 6 months ago
- d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 6 months ago
- 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
- b304883 MINOR: http-rules: Use an action function to eval http-request auth rules by Christopher Faulet · 4 years, 6 months ago
- 5cb513a MEDIUM: http-rules: Rely on http reply for http deny/tarpit rules by Christopher Faulet · 4 years, 7 months ago
- 0e2ad61 MINOR: http-ana: Use a dedicated function to send a response from an http reply by Christopher Faulet · 4 years, 7 months ago
- 7eea241 MINOR: http-htx: Use a dedicated function to check http reply validity by Christopher Faulet · 4 years, 7 months ago
- 47e791e MINOR: http-htx: Use a dedicated function to parse http reply arguments by Christopher Faulet · 4 years, 7 months ago
- 1863064 MINOR: http-htx: Use a dedicated function to release http_reply objects by Christopher Faulet · 4 years, 7 months ago
- 5ff0c64 MINOR: http-rules: Use http_reply structure for http return rules by Christopher Faulet · 4 years, 7 months ago
- ba946bf BUG/MINOR: http-rules: Mark http return rules as final by Christopher Faulet · 4 years, 7 months ago
- c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 7 months ago
- 30d49ab CLEANUP: http: Fixed small typo in parse_http_return by Dominik Froehlich · 4 years, 7 months ago
- d4a824e BUG/MINOR: http-rules: Fix a typo in the reject action function by Christopher Faulet · 4 years, 9 months ago
- c5bb5a0 BUG/MINOR: http-rules: Preserve FLT_END analyzers on reject action by Christopher Faulet · 4 years, 9 months ago
- 90d22a8 BUG/MINOR: http-rules: Return ACT_RET_ABRT to abort a transaction by Christopher Faulet · 4 years, 9 months ago