1. be508f1 BUG/MAJOR: samples: check smp->strm before using it by Willy Tarreau · 8 years ago
  2. b7ce424 BUG/MINOR: http: remove stupid HTTP_METH_NONE entry by Willy Tarreau · 9 years ago
  3. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  4. 654398a MINOR: samples: extract the anonymous union and create the union sample_value by Thierry FOURNIER · 9 years ago
  5. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  6. 12ba0c2 MINOR: samples: rename a struct from sample_storage to sample_data by Thierry FOURNIER · 9 years ago
  7. fd7edd3 MINOR: Move http method enum from proto_http to sample by Thierry FOURNIER · 9 years ago
  8. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  9. a9ff994 MINOR: build: fix build dependency by Thierry FOURNIER · 9 years ago
  10. 9c627e8 MEDIUM: sample: Add type any by Thierry FOURNIER · 9 years ago
  11. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  12. 1d33b88 MINOR: sample: fill the struct sample with the options. by Thierry FOURNIER · 9 years ago
  13. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  14. 6879ad3 MEDIUM: sample: fill the struct sample with the session, proxy and stream pointers by Thierry FOURNIER · 9 years ago
  15. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  16. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  17. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  18. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  19. 68a556e MINOR: converters: give the session pointer as converter argument by Thierry FOURNIER · 9 years ago
  20. 1edc971 MINOR: converters: add a "void *private" argument to converters by Thierry FOURNIER · 10 years ago
  21. eeaa951 MINOR: configuration: File and line propagation by Thierry FOURNIER · 10 years ago
  22. d437314 MEDIUM: sample/http_proto: Add new type called method by Thierry FOURNIER · 11 years ago
  23. 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
  24. fdbf484 MINOR: sample: add a private field to the struct sample_conv by Thierry FOURNIER · 11 years ago
  25. b805f71 MEDIUM: sample: let the cast functions set their output type by Thierry FOURNIER · 11 years ago
  26. 8ed9697 MINOR: sample: Define new struct sample_storage by Thierry FOURNIER · 11 years ago
  27. 9c1d67e MINOR: sample: provide the original sample_conv descriptor struct to the argument checker function. by Thierry FOURNIER · 11 years ago
  28. 8af6ff1 MINOR: sample: export sample_casts by Thierry FOURNIER · 11 years ago
  29. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  30. bf8e251 MINOR: sample: provide a function to report the name of a sample check point by Willy Tarreau · 11 years ago
  31. 80aca90 MEDIUM: samples: use new flags to describe compatibility between fetches and their usages by Willy Tarreau · 11 years ago
  32. 1b6c00c BUG/MAJOR: ensure that hdr_idx is always reserved when L7 fetches are used by Willy Tarreau · 12 years ago
  33. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  34. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  35. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago[Renamed (96%) from include/types/pattern.h]
  36. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  37. 7a777ed MINOR: acl: set SMP_OPT_ITERATE on fetch functions by Willy Tarreau · 12 years ago
  38. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  39. 342acb4 MEDIUM: pattern: integrate pattern_data into sample and use sample everywhere by Willy Tarreau · 12 years ago
  40. b4a88f0 MINOR: pattern: replace struct pattern with struct sample by Willy Tarreau · 12 years ago
  41. 21e5b0e MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE by Willy Tarreau · 12 years ago
  42. 197e10a MEDIUM: acl: get rid of the SET_RES flags by Willy Tarreau · 12 years ago
  43. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  44. 16c31b0 MINOR: pattern: add a new 'sample' type to store fetched data by Willy Tarreau · 12 years ago
  45. 21d68a6 MEDIUM: pattern: add an argument validation callback to pattern descriptors by Willy Tarreau · 12 years ago
  46. 9fcb984 MEDIUM: pattern: use the standard arg parser by Willy Tarreau · 12 years ago
  47. f995410 MEDIUM: pattern: get rid of arg_i in all functions making use of arguments by Willy Tarreau · 12 years ago
  48. ecfb8e8 MEDIUM: pattern: replace type pattern_arg with type arg by Willy Tarreau · 12 years ago
  49. b666bc7 MEDIUM: pattern: change the pattern data integer from unsigned to signed by Willy Tarreau · 13 years ago
  50. 4f92d32 [MEDIUM] IPv6 support for stick-tables by David du Colombier · 13 years ago
  51. b695a6e [BUILD] pattern: use 'int' instead of 'int32_t' by Willy Tarreau · 14 years ago
  52. 485479d [MEDIUM] Create new protected pattern types CONSTSTRING and CONSTDATA to force memcpy if data from protected areas need to be manipulated. by Emeric Brun · 14 years ago
  53. aea940e [CLEANUP] stick_table: add/clarify some comments by Willy Tarreau · 14 years ago
  54. 9e92d32 [MINOR] pattern: add support for argument parsers for converters by Willy Tarreau · 14 years ago
  55. 1a51b63 [MINOR] pattern: make the converter more flexible by supporting void* and int args by Willy Tarreau · 14 years ago
  56. 107ca30 [MEDIUM] Add pattern fetch management types and functions by Emeric Brun · 14 years ago