1. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  2. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  3. ca097c1 MINOR: sample: Add strcmp sample converter by Tim Duesterhus · 6 years ago
  4. 9eb2a4a BUILD: sample: avoid build warning in sample.c by Willy Tarreau · 6 years ago
  5. 9631a28 MEDIUM: sample: Extend functionality for field/word converters by Marcin Deranek · 6 years ago
  6. 50791a7 MINOR: samples: add crc32c converter by Emmanuel Hocdet · 6 years ago
  7. 280f42b MINOR: sample: add a new "concat" converter by Willy Tarreau · 6 years ago
  8. 1478aa7 MEDIUM: sample: Add IPv6 support to the ipmask converter by Tim Duesterhus · 6 years ago
  9. bf5ce02 BUG/MINOR: sample: Fix output type of c_ipv62ip by Tim Duesterhus · 6 years ago
  10. ec6b0a2 CLEANUP: sample: Fix outdated comment about sample casts functions by Tim Duesterhus · 6 years ago
  11. c555ee0 CLEANUP: sample: Fix comment encoding of sample.c by Tim Duesterhus · 6 years ago
  12. a792a0a MINOR: sample: add date_us sample by Etienne Carriere · 6 years ago
  13. 60a2ee7 MINOR: sample: rename the "len" converter to "length" by Willy Tarreau · 7 years ago
  14. ed0d24e MINOR: sample: add len converter by Etienne Carriere · 7 years ago
  15. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  16. 34adb2a MINOR: sample: Add "thread" sample fetch by Christopher Faulet · 7 years ago
  17. e5c918b MINOR: threads/sample: Change temp_smp into a thread local variable by Emeric Brun · 7 years ago
  18. 3f957b2 MINOR: sample: add the hex2i converter by Dragan Dosen · 7 years ago
  19. 6e5a9ca MINOR: sample: add the sha1 converter by Dragan Dosen · 7 years ago
  20. ec10051 MINOR: samples: Handle the type SMP_T_METH when we duplicate a sample in smp_dup by Christopher Faulet · 7 years ago
  21. 1bfc24b MINOR: sample: Add b64dec sample converter by Holger Just · 7 years ago
  22. 50c8044 CLEANUP: Remove comment that's no longer valid by Nenad Merdanovic · 7 years ago
  23. 807a6e7 MINOR: Add hostname sample fetch by Nenad Merdanovic · 7 years ago
  24. 01e0974 MINOR: samples: add xx-hash functions by Thierry FOURNIER · 8 years ago
  25. 97108e0 CLEANUP: sample: report "converter" instead of "conv method" in error messages by Willy Tarreau · 8 years ago
  26. a69c912 CLEANUP: log-format: useless file and line in json converter by Thierry FOURNIER / OZON.IO · 8 years ago
  27. f7e4e7e MAJOR: spoe: Add an experimental Stream Processing Offload Engine by Christopher Faulet · 8 years ago
  28. 476e5d0 REORG: sample: move code to release a sample expression in sample.c by Christopher Faulet · 8 years ago
  29. 2235b26 OPTIM: http: move all http character classs tables into a single one by Willy Tarreau · 8 years ago
  30. f0645dc MINOR: sample: use smp_make_rw() in upper/lower converters by Willy Tarreau · 8 years ago
  31. ad63582 BUG/MEDIUM: samples: make smp_dup() always duplicate the sample by Willy Tarreau · 8 years ago
  32. 8dfe863 DOC: fix json converter example and error message by Herve COMMOWICK · 8 years ago
  33. 5f6e905 BUILD: fix build on Solaris 11 by Willy Tarreau · 8 years ago
  34. 64a16ab BUG/MEDIUM: sample: initialize the pointer before parse_binary call. by David Carlier · 8 years ago
  35. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  36. 6204cd9 BUG/MAJOR: vars: always retrieve the stream and session from the sample by Willy Tarreau · 8 years ago
  37. 7560dd4 MINOR: sample: always set a new sample's owner before evaluating it by Willy Tarreau · 8 years ago
  38. 1777ea6 MINOR: sample: add a new helper to initialize the owner of a sample by Willy Tarreau · 8 years ago
  39. 0b85ece MEDIUM: logs: add a new RFC5424 log-format for the structured-data by Dragan Dosen · 9 years ago
  40. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  41. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  42. cc4d171 MINOR: sample: Add ipv6 to ipv4 and sint to ipv6 casts by Thierry FOURNIER · 9 years ago
  43. 5d86fae MEDIUM: vars/sample: operators can use variables as parameter by Thierry FOURNIER · 9 years ago
  44. 00c005c MEDIUM: sample: switch to saturated arithmetic by Thierry FOURNIER · 9 years ago
  45. bf65cd4 MAJOR: arg: converts uint and sint in sint by Thierry FOURNIER · 9 years ago
  46. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  47. fac9ccf BUG/MINOR: http/sample: gmtime/localtime can fail by Thierry FOURNIER · 9 years ago
  48. 28d976d MINOR: args: add new context for servers by Willy Tarreau · 9 years ago
  49. 79beb24 CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type() by Adis Nezirovic · 9 years ago
  50. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · 9 years ago
  51. cc10329 MINOR: samples: add samples which returns constants by Thierry FOURNIER · 9 years ago
  52. 9687c77 MINOR: debug: add a special converter which display its input sample content. by Thierry FOURNIER · 9 years ago
  53. 9c627e8 MEDIUM: sample: Add type any by Thierry FOURNIER · 9 years ago
  54. 0f81144 BUG/MINOR: sample: wrong conversion of signed values by Thierry FOURNIER · 9 years ago
  55. 4c2479e BUG/MINOR: debug: display (null) in place of "meth" by Thierry FOURNIER · 9 years ago
  56. 4d441a7 MEDIUM: sample: add trie support to 51Degrees by Thomas Holmes · 9 years ago
  57. 951d44d MEDIUM: sample: add fiftyone_degrees converter. by Thomas Holmes · 9 years ago
  58. f63386a CLEANUP: da: move the converter registration to da.c by Willy Tarreau · 9 years ago
  59. 4542b10 MEDIUM: sample: add the da-csv converter by David Carlier · 9 years ago
  60. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · 9 years ago
  61. 9e0bb10 CLEANUP: proxy: make the proxy lookup functions more user-friendly by Willy Tarreau · 9 years ago
  62. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  63. 1d33b88 MINOR: sample: fill the struct sample with the options. by Thierry FOURNIER · 9 years ago
  64. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  65. 6879ad3 MEDIUM: sample: fill the struct sample with the session, proxy and stream pointers by Thierry FOURNIER · 9 years ago
  66. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  67. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  68. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  69. 8fd1376 MINOR: converters: add function to browse converters by Thierry FOURNIER · 9 years ago
  70. 4d9a1d1 MINOR: sample: add function for browsing samples. by Thierry FOURNIER · 10 years ago
  71. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  72. 68a556e MINOR: converters: give the session pointer as converter argument by Thierry FOURNIER · 9 years ago
  73. 1edc971 MINOR: converters: add a "void *private" argument to converters by Thierry FOURNIER · 10 years ago
  74. 9770787 MEDIUM: samples: provide basic arithmetic and bitwise operators by Willy Tarreau · 9 years ago
  75. d817e46 BUG/MINOR: sample: fix case sensitivity for the regsub converter by Willy Tarreau · 9 years ago
  76. 7eda849 MEDIUM: samples: add a regsub converter to perform regex-based transformations by Willy Tarreau · 9 years ago
  77. 4694778 MINOR: args: implement a new arg type for regex : ARGT_REG by Willy Tarreau · 9 years ago
  78. 8059977 MINOR: samples: provide a "crc32" converter by Willy Tarreau · 9 years ago
  79. 1228dc0 BUG/MEDIUM: sample: fix random number upper-bound by Vincent Bernat · 10 years ago
  80. c9a0f6d MINOR: samples: add the word converter. by Emeric Brun · 10 years ago
  81. f399b0d MINOR: samples: adds the field converter. by Emeric Brun · 10 years ago
  82. 54c4ac8 MINOR: samples: adds the bytes converter. by Emeric Brun · 10 years ago
  83. 0f30d26 MINOR: sample: add a few basic internal fetches (nbproc, proc, stopping) by Willy Tarreau · 10 years ago
  84. 4b9e802 BUG/MINOR: samples: fix unnecessary memcopy converting binary to string. by Emeric Brun · 10 years ago
  85. 317e1c4 MINOR: sample: add "json" converter by Thierry FOURNIER · 10 years ago
  86. 6bcb0a8 BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc* by Willy Tarreau · 10 years ago
  87. bbfd1a2 MINOR: sample: allow integers to cast to binary by Willy Tarreau · 10 years ago
  88. 23ec4ca MINOR: sample: add new converters to hash input by Willy Tarreau · 10 years ago
  89. 9700e5c MINOR: sample: allow IP address to cast to binary by Willy Tarreau · 10 years ago
  90. 0dbfdba MINOR: samples: add two converters for the date format by Willy Tarreau · 10 years ago
  91. 6c616e0 BUG/MAJOR: sample: correctly reinitialize sample fetch context before calling sample_process() by Willy Tarreau · 10 years ago
  92. 3a4ac42 MINOR: tcp: prepare support for the "capture" action by Willy Tarreau · 10 years ago
  93. 5b4bf70 MINOR: sample: improve sample_fetch_string() to report partial contents by Willy Tarreau · 10 years ago
  94. 53d1a98 MINOR: ssl: adds sample converter base64 for binary type. by Emeric Brun · 10 years ago
  95. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · 10 years ago
  96. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · 11 years ago
  97. 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
  98. 0e9af55 MINOR: sample: dont call the sample cast function "c_none" by Thierry FOURNIER · 11 years ago
  99. 1cf8f08 MINOR: sample: move smp_to_type to sample.c by Willy Tarreau · 10 years ago
  100. e87cac1 MEDIUM: sample: change the behavior of the bin2str cast by Thierry FOURNIER · 10 years ago