1. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · 10 years ago
  2. 49f45af MINOR: global: export many symbols. by Thierry FOURNIER · 10 years ago
  3. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  4. 3f5096d MINOR: channel: rename buffer_max_len() to channel_recv_limit() by Willy Tarreau · 9 years ago
  5. 3889fff MINOR: channel: rename channel_full() to !channel_may_recv() by Willy Tarreau · 9 years ago
  6. 83f2592 BUG/MEDIUM: payload: ensure that a request channel is available by Willy Tarreau · 10 years ago
  7. 57d2297 BUG/MINOR: acl: req_ssl_sni fails with SSLv3 record version by Lukas Tribus · 10 years ago
  8. c5a4e98 MEDIUM: acl: Change the acl register struct by Thierry FOURNIER · 10 years ago
  9. 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
  10. 55d0b10 MEDIUM: pattern: add sample lookup function. by Thierry FOURNIER · 10 years ago
  11. 6f7203d MEDIUM: pattern: add prune function by Thierry FOURNIER · 10 years ago
  12. b113650 MEDIUM: pattern: add delete functions by Thierry FOURNIER · 10 years ago
  13. 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
  14. b9b0846 MEDIUM: pattern: add indexation function. by Thierry FOURNIER · 11 years ago
  15. 38d25d2 MEDIUM: acl: fix pattern type for payload / payload_lv by Willy Tarreau · 10 years ago
  16. 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
  17. b169eba BUG/MEDIUM: http: cook_cnt() forgets to set its output type by Willy Tarreau · 11 years ago
  18. a65b343 MEDIUM: pattern: rename "acl" prefix to "pat" by Thierry FOURNIER · 11 years ago
  19. ed66c29 REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c by Thierry FOURNIER · 11 years ago
  20. 47e8eba MINOR: payload: provide the "res.len" fetch method by Willy Tarreau · 11 years ago
  21. 00f0084 MINOR: payload: allow the payload sample fetches to retrieve arbitrary lengths by Willy Tarreau · 11 years ago
  22. cadd8c9 MINOR: payload: split smp_fetch_rdp_cookie() by Willy Tarreau · 11 years ago
  23. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  24. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  25. c32484e MEDIUM: acl: remove 15 additional useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  26. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  27. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 11 years ago
  28. fa95734 MINOR: payload: add new direction-explicit sample fetches by Willy Tarreau · 11 years ago
  29. 9baae63 MAJOR: acl: remove fetch argument validation from the ACL struct by Willy Tarreau · 11 years ago
  30. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 11 years ago
  31. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  32. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · 11 years ago