1. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  2. fac9ccf BUG/MINOR: http/sample: gmtime/localtime can fail by Thierry FOURNIER · 9 years ago
  3. 28d976d MINOR: args: add new context for servers by Willy Tarreau · 9 years ago
  4. 79beb24 CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type() by Adis Nezirovic · 9 years ago
  5. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · 9 years ago
  6. cc10329 MINOR: samples: add samples which returns constants by Thierry FOURNIER · 9 years ago
  7. 9687c77 MINOR: debug: add a special converter which display its input sample content. by Thierry FOURNIER · 9 years ago
  8. 9c627e8 MEDIUM: sample: Add type any by Thierry FOURNIER · 9 years ago
  9. 0f81144 BUG/MINOR: sample: wrong conversion of signed values by Thierry FOURNIER · 9 years ago
  10. 4c2479e BUG/MINOR: debug: display (null) in place of "meth" by Thierry FOURNIER · 9 years ago
  11. 4d441a7 MEDIUM: sample: add trie support to 51Degrees by Thomas Holmes · 9 years ago
  12. 951d44d MEDIUM: sample: add fiftyone_degrees converter. by Thomas Holmes · 9 years ago
  13. f63386a CLEANUP: da: move the converter registration to da.c by Willy Tarreau · 9 years ago
  14. 4542b10 MEDIUM: sample: add the da-csv converter by David Carlier · 9 years ago
  15. e2dc1fa MEDIUM: stick-table: remove the now duplicate find_stktable() function by Willy Tarreau · 9 years ago
  16. 9e0bb10 CLEANUP: proxy: make the proxy lookup functions more user-friendly by Willy Tarreau · 9 years ago
  17. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  18. 1d33b88 MINOR: sample: fill the struct sample with the options. by Thierry FOURNIER · 9 years ago
  19. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  20. 6879ad3 MEDIUM: sample: fill the struct sample with the session, proxy and stream pointers by Thierry FOURNIER · 9 years ago
  21. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  22. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  23. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  24. 8fd1376 MINOR: converters: add function to browse converters by Thierry FOURNIER · 9 years ago
  25. 4d9a1d1 MINOR: sample: add function for browsing samples. by Thierry FOURNIER · 10 years ago
  26. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  27. 68a556e MINOR: converters: give the session pointer as converter argument by Thierry FOURNIER · 9 years ago
  28. 1edc971 MINOR: converters: add a "void *private" argument to converters by Thierry FOURNIER · 10 years ago
  29. 9770787 MEDIUM: samples: provide basic arithmetic and bitwise operators by Willy Tarreau · 9 years ago
  30. d817e46 BUG/MINOR: sample: fix case sensitivity for the regsub converter by Willy Tarreau · 9 years ago
  31. 7eda849 MEDIUM: samples: add a regsub converter to perform regex-based transformations by Willy Tarreau · 9 years ago
  32. 4694778 MINOR: args: implement a new arg type for regex : ARGT_REG by Willy Tarreau · 9 years ago
  33. 8059977 MINOR: samples: provide a "crc32" converter by Willy Tarreau · 9 years ago
  34. 1228dc0 BUG/MEDIUM: sample: fix random number upper-bound by Vincent Bernat · 10 years ago
  35. c9a0f6d MINOR: samples: add the word converter. by Emeric Brun · 10 years ago
  36. f399b0d MINOR: samples: adds the field converter. by Emeric Brun · 10 years ago
  37. 54c4ac8 MINOR: samples: adds the bytes converter. by Emeric Brun · 10 years ago
  38. 0f30d26 MINOR: sample: add a few basic internal fetches (nbproc, proc, stopping) by Willy Tarreau · 10 years ago
  39. 4b9e802 BUG/MINOR: samples: fix unnecessary memcopy converting binary to string. by Emeric Brun · 10 years ago
  40. 317e1c4 MINOR: sample: add "json" converter by Thierry FOURNIER · 10 years ago
  41. 6bcb0a8 BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc* by Willy Tarreau · 10 years ago
  42. bbfd1a2 MINOR: sample: allow integers to cast to binary by Willy Tarreau · 10 years ago
  43. 23ec4ca MINOR: sample: add new converters to hash input by Willy Tarreau · 10 years ago
  44. 9700e5c MINOR: sample: allow IP address to cast to binary by Willy Tarreau · 10 years ago
  45. 0dbfdba MINOR: samples: add two converters for the date format by Willy Tarreau · 10 years ago
  46. 6c616e0 BUG/MAJOR: sample: correctly reinitialize sample fetch context before calling sample_process() by Willy Tarreau · 10 years ago
  47. 3a4ac42 MINOR: tcp: prepare support for the "capture" action by Willy Tarreau · 10 years ago
  48. 5b4bf70 MINOR: sample: improve sample_fetch_string() to report partial contents by Willy Tarreau · 10 years ago
  49. 53d1a98 MINOR: ssl: adds sample converter base64 for binary type. by Emeric Brun · 10 years ago
  50. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · 10 years ago
  51. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · 11 years ago
  52. 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
  53. 0e9af55 MINOR: sample: dont call the sample cast function "c_none" by Thierry FOURNIER · 11 years ago
  54. 1cf8f08 MINOR: sample: move smp_to_type to sample.c by Willy Tarreau · 10 years ago
  55. e87cac1 MEDIUM: sample: change the behavior of the bin2str cast by Thierry FOURNIER · 10 years ago
  56. 2f49d6d MINOR: sample: add hex converter by Thierry FOURNIER · 10 years ago
  57. 84310e2 MINOR: sample: add a rand() sample fetch to return a sample. by Willy Tarreau · 10 years ago
  58. 60bb020 BUG/MINOR: sample: The c_str2int converter does not fail if the entry is not an integer by Thierry FOURNIER · 10 years ago
  59. 689a1df BUG/MEDIUM: sample: simplify and fix the argument parsing by Willy Tarreau · 11 years ago
  60. 975c178 MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors by Willy Tarreau · 11 years ago
  61. fd13990 BUG/MEDIUM: sample: conversion from str to ipv6 may read data past end by Thierry FOURNIER · 11 years ago
  62. 3d536ac BUG/MINOR: acl: fix sample expression error reporting by Willy Tarreau · 11 years ago
  63. 67ff7e0 BUG/MEDIUM: acl: fix regression introduced by latest converters support by Willy Tarreau · 11 years ago
  64. d18cd0f MEDIUM: http: The redirect strings follows the log format rules. by Thierry FOURNIER · 11 years ago
  65. b805f71 MEDIUM: sample: let the cast functions set their output type by Thierry FOURNIER · 11 years ago
  66. 9c1d67e MINOR: sample: provide the original sample_conv descriptor struct to the argument checker function. by Thierry FOURNIER · 11 years ago
  67. 348971e MEDIUM: acl: use the fetch syntax 'fetch(args),conv(),conv()' into the ACL keyword by Thierry FOURNIER · 11 years ago
  68. 8af6ff1 MINOR: sample: export sample_casts by Thierry FOURNIER · 11 years ago
  69. 1c0054f BUG/MINOR: arg: fix error reporting for add-header/set-header sample fetch arguments by Thierry FOURNIER · 11 years ago
  70. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  71. 6236d3a MINOR: sample: add a new "date" fetch to return the current date by Willy Tarreau · 11 years ago
  72. 5b8ad22 CLEANUP: acl: move the 3 remaining sample fetches to samples.c by Willy Tarreau · 11 years ago
  73. 18387e2 MINOR: sample: fix sample_process handling of unstable data by Willy Tarreau · 11 years ago
  74. 833cc79 MEDIUM: sample: handle comma-delimited converter list by Willy Tarreau · 11 years ago
  75. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  76. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · 11 years ago
  77. bf8e251 MINOR: sample: provide a function to report the name of a sample check point by Willy Tarreau · 11 years ago
  78. 80aca90 MEDIUM: samples: use new flags to describe compatibility between fetches and their usages by Willy Tarreau · 11 years ago
  79. 47ca545 MINOR: chunks: centralize the trash chunk allocation by Willy Tarreau · 12 years ago
  80. e7ad4bb MINOR: samples: add a function to fetch and convert any sample to a string by Willy Tarreau · 12 years ago
  81. d167e6d MINOR: sample: support cast from bool to string by Willy Tarreau · 12 years ago
  82. 7e2c647 MEDIUM: remove remains of BUFSIZE in HTTP auth and sample conversions by Willy Tarreau · 12 years ago
  83. a068a29 MINOR: sample: export 'sample_get_trash_chunk(void)' by Emeric Brun · 12 years ago
  84. 8ac33d9 MINOR: sample: manage binary to string type convertion in stick-table and samples. by Emeric Brun · 12 years ago
  85. 2e845be MEDIUM: sample: pass an empty list instead of a null for fetch args by Willy Tarreau · 12 years ago
  86. f22a508 MINOR: sample: accept fetch keywords without parenthesis by Willy Tarreau · 12 years ago
  87. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  88. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  89. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago[Renamed (98%) from src/pattern.c]
  90. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  91. 40aebd9 MINOR: pattern: centralize handling of unstable data in pattern_process() by Willy Tarreau · 12 years ago
  92. 12e5011 MEDIUM: pattern: ensure that sample types always cast into other types. by Willy Tarreau · 12 years ago
  93. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  94. b8c8f1f MEDIUM: pattern: retrieve the sample type in the sample, not in the keyword description by Willy Tarreau · 12 years ago
  95. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · 12 years ago
  96. b4a88f0 MINOR: pattern: replace struct pattern with struct sample by Willy Tarreau · 12 years ago
  97. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · 12 years ago
  98. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  99. b27c0d3 MEDIUM: pattern: report the precise argument parsing error when known. by Willy Tarreau · 12 years ago
  100. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · 12 years ago