1. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  2. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  3. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  4. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  5. 4b7531f BUG/MEDIUM: vars: make the tcp/http unset-var() action support conditions by Willy Tarreau · 5 years ago
  6. f37b140 BUG/MEDIUM: vars: make sure the scope is always valid when accessing vars by Willy Tarreau · 5 years ago
  7. a6cc7e8 BUG/MINOR: vars: Fix memory leak in vars_check_arg by Tim Duesterhus · 5 years ago
  8. f7b0523 Revert "BUG/MINOR: vars: Fix memory leak in vars_check_arg" by Willy Tarreau · 5 years ago
  9. 6ea0019 BUG/MINOR: vars: Fix memory leak in vars_check_arg by Tim Duesterhus · 5 years ago
  10. 25ad13f MEDIUM: vars: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  11. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  12. 86abe44 MEDIUM: init: use self-initializing spinlocks and rwlocks by Willy Tarreau · 6 years ago
  13. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  14. 0767689 CLEANUP: fix typos in the comments of the vars subsystem by Joseph Herlant · 6 years ago
  15. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  16. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  17. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  18. eb3e276 BUG/MEDIUM: threads/vars: Fix deadlock in register_name by Christopher Faulet · 7 years ago
  19. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  20. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  21. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  22. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  23. e95f2c3 MEDIUM: thread/vars: Make vars thread-safe by Christopher Faulet · 7 years ago
  24. d02210c MINOR: samples: Don't allocate memory for SMP_T_METH sample when method is known by Christopher Faulet · 7 years ago
  25. d2f6f47 BUG/MEDIUM: variables: some variable name can hide another ones by Thierry FOURNIER / OZON.IO · 8 years ago
  26. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · 8 years ago
  27. e365815 BUILD: vars: remove a build warning on vars.c by Willy Tarreau · 8 years ago
  28. 85d79c9 MINOR: vars: Add 'unset-var' action/converter by Christopher Faulet · 8 years ago
  29. ff2613e MEDIUM: vars: Add a per-process scope for variables by Christopher Faulet · 8 years ago
  30. 09c9df2 MINOR: vars: Add vars_set_by_name_ifexist function by Christopher Faulet · 8 years ago
  31. b71557a MINOR: vars: Allow '.' in variable names by Christopher Faulet · 8 years ago
  32. 0099a8c BUG: vars: Fix 'set-var' converter because of a typo by Christopher Faulet · 8 years ago
  33. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  34. 87846e4 BUG/MINOR: vars: smp_fetch_var() doesn't depend on HTTP but on the session by Willy Tarreau · 8 years ago
  35. 7513d00 BUG/MINOR: vars: make smp_fetch_var() more robust against misuses by Willy Tarreau · 8 years ago
  36. 108a8fd BUG/MINOR: vars: use sess and not s->sess in action_store() by Willy Tarreau · 8 years ago
  37. 831962e CLEANUP: fixed some usages of realloc leading to memory leak by Hubert Verstraete · 8 years ago
  38. 6204cd9 BUG/MAJOR: vars: always retrieve the stream and session from the sample by Willy Tarreau · 8 years ago
  39. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · 9 years ago
  40. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · 9 years ago
  41. 4dc15d1 MINOR: actions: Remove wrappers by Thierry FOURNIER · 9 years ago
  42. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · 9 years ago
  43. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · 9 years ago
  44. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · 9 years ago
  45. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · 9 years ago
  46. f8c1dce MINOR: vars: use the vars types as argument in place of opaque type by Thierry FOURNIER · 9 years ago
  47. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago
  48. 5cc18d4 MINOR: samples: data assignation simplification by Thierry FOURNIER · 9 years ago
  49. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  50. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  51. 6f82b6d BUG/MEDIUM: vars: segfault during the configuration parsing by Thierry FOURNIER · 9 years ago
  52. 48a9cd1 MINOR: vars: reduce the code size of some wrappers by Thierry FOURNIER · 9 years ago
  53. 422a3af MINOR: proto_tcp: add session in the action prototype by Thierry FOURNIER · 9 years ago
  54. a6b6343 CLEANUP: http/tcp actions: remove the scope member by Thierry FOURNIER · 9 years ago
  55. fd77e05 MINOR: vars: returns variable content by Thierry FOURNIER · 9 years ago
  56. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  57. e44136f BUG/MEDIUM: vars: do not freeze the connection when the expression cannot be fetched by Willy Tarreau · 9 years ago
  58. ebcd484 MEDIUM: vars: move the session variables to the session, not the stream by Willy Tarreau · 9 years ago
  59. 7233098 MINOR: vars: make the accounting not depend on the stream by Willy Tarreau · 9 years ago
  60. 0b243fd BUG/MINOR: vars/compil: fix some warnings by Thierry FOURNIER · 9 years ago
  61. c365d99 MINOR: vars: adds get and set functions by Thierry FOURNIER · 9 years ago
  62. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · 9 years ago