1. 485261b BUILD: payload: include tools.h in payload.c by Willy Tarreau · 3 years, 2 months ago
  2. a434a00 BUG/MINOR: payload/htx: Ingore L6 sample fetches for HTX streams/checks by Christopher Faulet · 3 years, 3 months ago
  3. 5062302 BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv by Christopher Faulet · 3 years, 3 months ago
  4. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · 3 years, 7 months ago
  5. 6ad7df4 MINOR: arg: Use chunk_destroy() to release string arguments by Christopher Faulet · 3 years, 11 months ago
  6. 9591713 BUG/MINOR: arg: Fix leaks during arguments validation for fetches/converters by Christopher Faulet · 3 years, 11 months ago
  7. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  8. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 469509b REORG: include: move payload.h to haproxy/payload.h by Willy Tarreau · 4 years, 1 month ago
  14. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  18. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  19. f98e626 MINOR: checks/sample: Remove unnecessary tests on the sample session by Christopher Faulet · 4 years, 2 months ago
  20. e596d18 MEDIUM: checks: Remove dedicated sample fetches and use response ones instead by Christopher Faulet · 4 years, 2 months ago
  21. 78f371e MINOR: checks: Add support of payload-based sample fetches by Christopher Faulet · 4 years, 2 months ago
  22. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  23. 429b91d MINOR: htx: Remove the macro IS_HTX_SMP() and always use IS_HTX_STRM() instead by Christopher Faulet · 5 years ago
  24. 4afdd13 MINOR: payload: add sample fetch for TLS ALPN by Alex Zorin · 6 years ago
  25. f0216da MINOR: payload/htx: Adapt smp_fetch_len to be HTX aware by Christopher Faulet · 6 years ago
  26. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  27. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  28. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  29. fc0785d MINOR: payload: convert to the new buffer API by Willy Tarreau · 6 years ago
  30. d716f9b MINOR: payload: add new sample fetch functions to process distcc protocol by Willy Tarreau · 7 years ago
  31. 00f5552 BUG: payload: fix payload not retrieving arbitrary lengths by Felipe Guerreiro Barbosa Ruiz · 7 years ago
  32. 5a8fc2d CLEANUP: ssl: Remove goto after return dead code by Bertrand Jacquin · 8 years ago
  33. 74967f6 BUG/MINOR: payload: fix SSLv2 version parser by Willy Tarreau · 8 years ago
  34. 4cefbc0 CLEANUP: payload: remove useless and confusing nullity checks for channel buffer by Willy Tarreau · 8 years ago
  35. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · 8 years ago
  36. c93242c BUG/MINOR: acl: don't use record layer in req_ssl_ver by Lukas Tribus · 9 years ago
  37. bb2acf5 MINOR: payload: add support for tls session ticket ext by Pradeep Jindal · 9 years ago
  38. d7bdcb8 BUG/MEDIUM: payload: make req.payload and payload_lv aware of dynamic buffers by Willy Tarreau · 9 years ago
  39. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  40. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  41. bf65cd4 MAJOR: arg: converts uint and sint in sint by Thierry FOURNIER · 9 years ago
  42. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  43. 8a39a1f BUG/MINOR: payload: Add volatile flag to smp_fetch_req_ssl_ec_ext by Nenad Merdanovic · 9 years ago
  44. 5fc7d7e MINOR: Add sample fetch to detect Supported Elliptic Curves Extension by Nenad Merdanovic · 9 years ago
  45. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  46. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  47. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  48. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  49. 53c9b4d CLEANUP: sample: remove useless tests in fetch functions for l4 != NULL by Willy Tarreau · 9 years ago
  50. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  51. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · 10 years ago
  52. 49f45af MINOR: global: export many symbols. by Thierry FOURNIER · 10 years ago
  53. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  54. 3f5096d MINOR: channel: rename buffer_max_len() to channel_recv_limit() by Willy Tarreau · 9 years ago
  55. 3889fff MINOR: channel: rename channel_full() to !channel_may_recv() by Willy Tarreau · 9 years ago
  56. 83f2592 BUG/MEDIUM: payload: ensure that a request channel is available by Willy Tarreau · 10 years ago
  57. 57d2297 BUG/MINOR: acl: req_ssl_sni fails with SSLv3 record version by Lukas Tribus · 10 years ago
  58. c5a4e98 MEDIUM: acl: Change the acl register struct by Thierry FOURNIER · 10 years ago
  59. e369ca2 MEDIUM: pattern_find_smp: functions find_smp uses the pat_ref_elt to find the element to be removed by Thierry FOURNIER · 10 years ago
  60. 55d0b10 MEDIUM: pattern: add sample lookup function. by Thierry FOURNIER · 10 years ago
  61. 6f7203d MEDIUM: pattern: add prune function by Thierry FOURNIER · 10 years ago
  62. b113650 MEDIUM: pattern: add delete functions by Thierry FOURNIER · 10 years ago
  63. 7654c9f MEDIUM: sample: Remove types SMP_T_CSTR and SMP_T_CBIN, replace it by SMP_F_CONST flags by Thierry FOURNIER · 11 years ago
  64. b9b0846 MEDIUM: pattern: add indexation function. by Thierry FOURNIER · 11 years ago
  65. 38d25d2 MEDIUM: acl: fix pattern type for payload / payload_lv by Willy Tarreau · 10 years ago
  66. e7054c7 BUG/MINOR: payload: the patterns of the acl "req.ssl_ver" are no parsed with the good function. by Thierry FOURNIER · 10 years ago
  67. b169eba BUG/MEDIUM: http: cook_cnt() forgets to set its output type by Willy Tarreau · 11 years ago
  68. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · 11 years ago
  69. ed66c29 REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c by Thierry FOURNIER · 11 years ago
  70. 47e8eba MINOR: payload: provide the "res.len" fetch method by Willy Tarreau · 11 years ago
  71. 00f0084 MINOR: payload: allow the payload sample fetches to retrieve arbitrary lengths by Willy Tarreau · 11 years ago
  72. cadd8c9 MINOR: payload: split smp_fetch_rdp_cookie() by Willy Tarreau · 11 years ago
  73. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  74. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  75. c32484e MEDIUM: acl: remove 15 additional useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  76. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  77. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 11 years ago
  78. fa95734 MINOR: payload: add new direction-explicit sample fetches by Willy Tarreau · 11 years ago
  79. 9baae63 MAJOR: acl: remove fetch argument validation from the ACL struct by Willy Tarreau · 11 years ago
  80. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 11 years ago
  81. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  82. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · 11 years ago