1. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · 4 years, 7 months ago
  2. cd26e8a MINOR: http-rules/tcp-rules: Call the defined action function first if defined by Christopher Faulet · 4 years, 7 months ago
  3. 96bff76 MINOR: actions: Regroup some info about HTTP rules in the same struct by Christopher Faulet · 4 years, 7 months ago
  4. 58b3564 MINOR: actions: Add a function pointer to release args used by actions by Christopher Faulet · 4 years, 7 months ago
  5. 30a2a37 MINOR: http-rules: Add more return codes to let custom actions act as normal ones by Christopher Faulet · 4 years, 7 months ago
  6. 0d7712d MINOR: stick-table: allow sc-set-gpt0 to set value from an expression by Cédric Dufour · 4 years, 8 months ago
  7. 2e4843d MINOR: action: Add the return code ACT_RET_DONE for actions by Christopher Faulet · 5 years ago
  8. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  9. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · 5 years ago
  10. 0ebbcb6 MINOR: http: Make new "early-hint" http-request action really be parsed. by Frédéric Lécaille · 6 years ago
  11. a985e38 MINOR: http: Add new "early-hint" http-request action. by Frédéric Lécaille · 6 years ago
  12. 6d950b9 MINOR: action: Add a function pointer in act_rule struct to check its validity by Christopher Faulet · 7 years ago
  13. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · 8 years ago
  14. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  15. 9075968 MINOR: tcp: add "tcp-request connection expect-netscaler-cip layer4" by Bertrand Jacquin · 8 years ago
  16. 2e785f2 MEDIUM: tcp: add 'set-src' to 'tcp-request connection' by William Lallemand · 8 years ago
  17. 5a363e7 MINOR: stream/applet: add use-service action by Thierry FOURNIER · 9 years ago
  18. acc9800 MEDIUM: action: add a new flag ACT_FLAG_FIRST by Willy Tarreau · 9 years ago
  19. c1b10d3 MEDIUM: actions: add new flag ACT_FLAG_FINAL to notify about last call by Willy Tarreau · 9 years ago
  20. 658b85b MEDIUM: actions: pass a new "flags" argument to custom actions by Willy Tarreau · 9 years ago
  21. 85c6c97 MINOR: action: add reference to the original keywork matched for the called parser. by Thierry FOURNIER · 9 years ago
  22. 7ea160c MINOR: action: add private configuration by Thierry FOURNIER · 9 years ago
  23. 007ff4c MINOR: build: missing header by Thierry FOURNIER · 9 years ago
  24. 4214873 MEDIUM: actions: remove ACTION_STOP by Thierry FOURNIER · 9 years ago
  25. 35d70ef MINOR: http: Action for manipulating the returned status code. by Thierry FOURNIER · 9 years ago
  26. e0627bd MINOR: stick-tables: Add GPC0 actions by Thierry FOURNIER · 9 years ago
  27. 236657b MINOR: stick-tables: Add GPT0 access by Thierry FOURNIER · 9 years ago
  28. afa8049 MEDIUM: actions: Normalize the return code of the configuration parsers by Thierry FOURNIER · 9 years ago
  29. 322a124 MINOR: actions: mutualise the action keyword lookup by Thierry FOURNIER · 9 years ago
  30. 36481b8 MEDIUM: actions: Merge (http|tcp)-(request|reponse) keywords structs by Thierry FOURNIER · 9 years ago
  31. 24ff6c6 MEDIUM: actions: Add standard return code for the action API by Thierry FOURNIER · 9 years ago
  32. 0ea5c7f MINOR: actions: change actions names by Thierry FOURNIER · 9 years ago
  33. 91f6ba0 MINOR: actions: Declare all the embedded actions in the same header file by Thierry FOURNIER · 9 years ago
  34. 5563e4b MINOR: actions: add "from" information by Thierry FOURNIER · 9 years ago
  35. d0d65ae MEDIUM: capture: Move the capture configuration storage in the union by Thierry FOURNIER · 9 years ago
  36. 5ec63e0 MEDIUM: track-sc: Move the track-sc configuration storage in the union by Thierry FOURNIER · 9 years ago
  37. e209797 MINOR: proto_http: replace generic opaque types by real used types in "http_capture" by id by Thierry FOURNIER · 9 years ago
  38. 32b1500 MINOR: proto_http: replace generic opaque types by real used types in "http_capture" by Thierry FOURNIER · 9 years ago
  39. 8855a92 MINOR: proto_http: replace generic opaque types by real used types for the actions on thr request line by Thierry FOURNIER · 9 years ago
  40. a002dc9 MINOR: proto_http: use an "expr" type in place of generic opaque type. by Thierry FOURNIER · 9 years ago
  41. f8c1dce MINOR: vars: use the vars types as argument in place of opaque type by Thierry FOURNIER · 9 years ago
  42. 231ef1d MINOR: lua: use the hlua_rule type in place of opaque type by Thierry FOURNIER · 9 years ago
  43. 7677f40 MINOR: actions: Remove the data opaque pointer by Thierry FOURNIER · 9 years ago
  44. a28a942 MEDIUM: actions: Merge (http|tcp)-(request|reponse) action structs by Thierry FOURNIER · 9 years ago