1. 09b3c55 DEV: flags: No longer dump SI flags by Christopher Faulet · 2 years, 8 months ago
  2. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
  3. 50264b4 MEDIUM: stream-int: Move SI err_type in the stream by Christopher Faulet · 2 years, 8 months ago
  4. 78ed7f2 CLEANUP: stream-int: Remove unused SI_FL_CLEAN_ABRT flag by Christopher Faulet · 2 years, 8 months ago
  5. d139138 MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags instead by Christopher Faulet · 2 years, 8 months ago
  6. a728518 MINOR: stream-int: Remove SI_FL_INDEP_STR to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
  7. 974da9f MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
  8. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · 2 years, 8 months ago
  9. 9a52123 MINOR: stream-int: Remove SI_FL_KILL_CON to rely on conn-stream endpoint only by Christopher Faulet · 2 years, 8 months ago
  10. 6cd56d5 MEDIUM: conn-stream: Use endpoint error instead of conn-stream error by Christopher Faulet · 2 years, 8 months ago
  11. af642df MINOR: stream-int/conn-stream: Report error to the CS instead of the SI by Christopher Faulet · 2 years, 8 months ago
  12. ae024ce MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration by Christopher Faulet · 2 years, 8 months ago
  13. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  14. e05bf9e MINOR: stream-int/txn: Move buffer for L7 retries in the HTTP transaction by Christopher Faulet · 2 years, 8 months ago
  15. 3099511 MINOR: conn-stream: Add ISBACK conn-stream flag by Christopher Faulet · 2 years, 8 months ago
  16. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · 2 years, 8 months ago
  17. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · 2 years, 8 months ago
  18. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · 2 years, 8 months ago
  19. db90f2a MEDIUM: conn-stream: Add an endpoint structure in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  20. 81a40f6 MINOR: conn-stream: Add flags to set the type of the endpoint by Christopher Faulet · 2 years, 10 months ago
  21. 14abfb6 DEV: coccinelle: Add a new pattern to ist.cocci by Tim Duesterhus · 2 years, 9 months ago
  22. 99f4737 DEV: coccinelle: Fix incorrect replacement in ist.cocci by Tim Duesterhus · 2 years, 9 months ago
  23. 42cef2a DEV: udp: add support for random packet corruption by Willy Tarreau · 2 years, 9 months ago
  24. 04d3c5c DEV: udp: switch parser to getopt() instead of positional arguments by Willy Tarreau · 2 years, 9 months ago
  25. c48c8b8 DEV: udp: add an optional argument to set the prng seed by Willy Tarreau · 2 years, 9 months ago
  26. e7a7fb4 DEV: udp: implement pseudo-random reordering/loss by Willy Tarreau · 2 years, 9 months ago
  27. c927137 DEV: udp: add a tiny UDP proxy for testing by Willy Tarreau · 2 years, 9 months ago
  28. c2b7fa8 DEV: flags: Add missing flags by Christopher Faulet · 2 years, 10 months ago
  29. 64755bf Revert "DEV: coccinelle: Add rule to use `chunk_istcat()` instead of `chunk_strncat()`" by Willy Tarreau · 3 years, 1 month ago
  30. b9656e4 DEV: coccinelle: Add rule to use `chunk_istcat()` instead of `chunk_strncat()` by Tim Duesterhus · 3 years, 1 month ago
  31. 755d241 DEV: coccinelle: Add rule to use `chunk_istcat()` instead of `chunk_memcat()` by Tim Duesterhus · 3 years, 1 month ago
  32. 9b80a6c DEV: coccinelle: Add rule to use `isttrim()` where possible by Tim Duesterhus · 3 years, 1 month ago
  33. 958f504 DEV: coccinelle: Add rule to use `istend()` where possible by Tim Duesterhus · 3 years, 1 month ago
  34. 9c523f1 DEV: coccinelle: Remove unused `expression e` by Tim Duesterhus · 3 years, 1 month ago
  35. ef00c53 DEV: coccinelle: Add rule to use `istnext()` where possible by Tim Duesterhus · 3 years, 1 month ago
  36. cc17a6e DEV: coccinelle: Add ha_free.cocci by Tim Duesterhus · 3 years, 1 month ago
  37. e6c0450 DEV: coccinelle: Add realloc_leak.cocci by Tim Duesterhus · 3 years, 1 month ago
  38. bce9108 DEV: coccinelle: Add strcmp.cocci by Tim Duesterhus · 3 years, 1 month ago
  39. ecf5596 DEV: coccinelle: Add xalloc_cast.cocci by Tim Duesterhus · 3 years, 2 months ago
  40. 02fa646 DEV: coccinelle: Add bug_on.cocci by Tim Duesterhus · 3 years, 2 months ago
  41. 63ee0e4 DEV: coccinelle: Add xalloc_size.cocci by Tim Duesterhus · 3 years, 2 months ago
  42. c1af0ba DEV: coccinelle: Add ist.cocci by Tim Duesterhus · 3 years, 2 months ago
  43. cd430b9 CLEANUP: dev/flags: remove useless test in the stdin number parser by Willy Tarreau · 3 years, 8 months ago
  44. 21ef8b9 BUILD: makefile: integrate the hpack tools by Willy Tarreau · 3 years, 8 months ago
  45. 339eb0b DEV: flags: replace the unneeded makefile with a README by Willy Tarreau · 3 years, 8 months ago
  46. 074ebcd CONTRIB: move some dev-specific tools to dev/ by Willy Tarreau · 3 years, 8 months ago