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