1. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · 6 years ago
  2. 4bc7d90 MEDIUM: snapshot: merge the captured data after the descriptor by Willy Tarreau · 6 years ago
  3. c55015e MEDIUM: snapshots: dynamically allocate the snapshots by Willy Tarreau · 6 years ago
  4. 36b2736 BUG/MEDIUM: snapshot: take the proxy's lock while dumping errors by Willy Tarreau · 6 years ago
  5. ddb68ac REORG: cli: move the "show errors" handler from http to proxy by Willy Tarreau · 6 years ago
  6. 75fb65a MINOR: proxy: add a new generic proxy_capture_error() by Willy Tarreau · 6 years ago
  7. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · 6 years ago
  8. a275a37 BUG/MEDIUM: cli/threads: protect all "proxy" commands against concurrent updates by Willy Tarreau · 6 years ago
  9. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · 6 years ago
  10. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  11. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  12. 9215ffa BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file by Daniel Corbett · 6 years ago
  13. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  14. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  15. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  16. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  17. 387bd4f CLEANUP: global: introduce variable pid_bit to avoid shifts with relative_pid by Willy Tarreau · 7 years ago
  18. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  19. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · 7 years ago
  20. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · 7 years ago
  21. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · 7 years ago
  22. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · 7 years ago
  23. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  24. 2cc5bae MINOR: listeners: make listeners count consistent with reality by Willy Tarreau · 7 years ago
  25. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago
  26. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  27. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · 7 years ago
  28. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · 7 years ago
  29. ed2b4a6 BUG/MINOR: peers: peer synchronization issue (with several peers sections). by Frédéric Lécaille · 7 years ago
  30. b418c12 MINOR: server: cli: Add server FQDNs to server-state file and stats socket. by Frédéric Lécaille · 7 years ago
  31. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  32. 203ec5a MEDIUM: global: add a 'hard-stop-after' option to cap the soft-stop time by Cyril Bonté · 7 years ago
  33. e39683c BUG/MEDIUM: stream: fix client-fin/server-fin handling by Hongbo Long · 7 years ago
  34. 614f8d7 MINOR: cli: Let configure the dynamic cookies from the cli. by Olivier Houchard · 7 years ago
  35. 70e2f27 BUG/MINOR: stream: Fix how backend-specific analyzers are set on a stream by Christopher Faulet · 7 years ago
  36. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · 7 years ago
  37. 3c92f2a MINOR: appctx/cli: remove the "server_state" entry from the appctx union by Willy Tarreau · 8 years ago
  38. 608ea59 MINOR: appctx/cli: remove the "be" entry from the appctx union by Willy Tarreau · 8 years ago
  39. 1821d3c MINOR: cli: Remove useless call to bi_putchk by Christopher Faulet · 8 years ago
  40. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · 8 years ago
  41. 15b9e68 REORG: cli: move "{enable|disable} frontend" to proxy.c by Willy Tarreau · 8 years ago
  42. 5212d7f REORG: cli: move "shutdown frontend" to proxy.c by Willy Tarreau · 8 years ago
  43. c429a1f REORG: cli: move "set maxconn frontend" to proxy.c by Willy Tarreau · 8 years ago
  44. 933efcd REORG: cli: move 'show backend' to proxy.c by William Lallemand · 8 years ago
  45. a6c5f33 REORG: cli: move 'show servers' to proxy.c by William Lallemand · 8 years ago
  46. 960f2cb MINOR: proxy: create new function cli_find_frontend() to find a frontend by Willy Tarreau · 8 years ago
  47. 4117904 MINOR: filters: Call stream_set_backend callbacks before updating backend stats by Christopher Faulet · 8 years ago
  48. 898566e CLEANUP: remove last references to 'ruleset' section by Christopher Faulet · 8 years ago
  49. 620408f MEDIUM: tcp: add registration and processing of TCP L5 rules by Willy Tarreau · 8 years ago
  50. 02779b6 CLEANUP: uniformize last argument of malloc/calloc by Vincent Bernat · 8 years ago
  51. 443ea1a MINOR: filters: Extract proxy stuff from the struct filter by Christopher Faulet · 8 years ago
  52. 309c641 MEDIUM: filters: Replace filter_http_headers callback by an analyzer by Christopher Faulet · 9 years ago
  53. 92d3638 MAJOR: filters/http: Rewrite the HTTP compression as a filter by Christopher Faulet · 9 years ago
  54. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · 9 years ago
  55. 087ca28 CLEANUP: proxy: calloc call inverted arguments by David CARLIER · 9 years ago
  56. 20b7afb BUG/MEDIUM: proxy: do not wake stopped proxies' tasks during soft_stop() by Willy Tarreau · 9 years ago
  57. 337a666 BUG/MEDIUM: proxy: ignore stopped peers by Willy Tarreau · 9 years ago
  58. 0b85ece MEDIUM: logs: add a new RFC5424 log-format for the structured-data by Dragan Dosen · 9 years ago
  59. b746329 BUG/MEDIUM: proxy: do not dereference strm_li(stream) by Willy Tarreau · 9 years ago
  60. 8a027cc MINOR: proxy: bit field for proxy_find_best_match diff status by Baptiste Assmann · 9 years ago
  61. a0a1b75 MINOR: proxy: custom capture declaration by Thierry FOURNIER · 9 years ago
  62. eb3e348 MEDIUM: proxy: add a new proxy_find_best_match() function by Willy Tarreau · 9 years ago
  63. 3c56a7d MINOR: proxy: add a new function proxy_find_by_id() by Willy Tarreau · 9 years ago
  64. 63d38fd CLEANUP: proxy: remove now unused function findproxy_mode() by Willy Tarreau · 9 years ago
  65. c739aa8 MINOR: proxy: simply ignore duplicates in proxy name lookups by Willy Tarreau · 9 years ago
  66. 9e0bb10 CLEANUP: proxy: make the proxy lookup functions more user-friendly by Willy Tarreau · 9 years ago
  67. 9fbe18e MEDIUM: http: add a new option http-buffer-request by Willy Tarreau · 9 years ago
  68. d0d8da9 MINOR: stream: provide a few helpers to retrieve frontend, listener and origin by Willy Tarreau · 9 years ago
  69. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  70. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · 9 years ago
  71. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · 9 years ago
  72. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  73. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  74. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · 10 years ago
  75. 4e21ff9 BUG/MEDIUM: http: adjust close mode when switching to backend by Willy Tarreau · 10 years ago
  76. fac5b59 MEDIUM: proxy: make timeout parser a bit stricter by Willy Tarreau · 10 years ago
  77. 05cdd96 MEDIUM: session: implement half-closed timeouts (client-fin and server-fin) by Willy Tarreau · 10 years ago
  78. ed44649 MEDIUM: config: warn that '{cli,con,srv}timeout' are deprecated by Willy Tarreau · 10 years ago
  79. 353bc9f CLEANUP: proxy: rename "block_cond" to "block_rules" by Willy Tarreau · 10 years ago
  80. f767ac5 BUG/MINOR: proxy: unsafe initialization of HTTP transaction when switching from TCP frontend by Willy Tarreau · 10 years ago
  81. c35362a MINOR: http: implement the max-keep-alive-queue setting by Willy Tarreau · 10 years ago
  82. 7ecc420 MEDIUM: proxy: make get_backend_server() use findproxy() to lookup proxies by Willy Tarreau · 10 years ago
  83. cfd837f MEDIUM: proxy: make findproxy() use trees to look up proxies by Willy Tarreau · 10 years ago
  84. f79d950 MEDIUM: proxy: create a tree to store proxies by name by Willy Tarreau · 10 years ago
  85. 80a92c0 BUG/MEDIUM: http: don't start to forward request data before the connect by Willy Tarreau · 10 years ago
  86. 59ad1a2 BUG/MINOR: config: correctly report when log-format headers require HTTP mode by Willy Tarreau · 10 years ago
  87. 5ecb77f MEDIUM: checks: add send/expect tcp based check by Baptiste Assmann · 11 years ago
  88. 3a925c1 MEDIUM: stick-tables: flush old entries upon soft-stop by Willy Tarreau · 11 years ago
  89. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  90. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · 11 years ago
  91. b1f3af2 MEDIUM: log: report file name, line number, and directive name with log-format errors by Willy Tarreau · 11 years ago
  92. 62a6123 BUG/MEDIUM: log: fix regression on log-format handling by Willy Tarreau · 11 years ago
  93. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · 11 years ago
  94. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · 11 years ago
  95. 4055a10 BUG: proxy: fix server name lookup in get_backend_server() by Willy Tarreau · 12 years ago
  96. 3fdb366 MAJOR: connection: replace struct target with a pointer to an enum by Willy Tarreau · 12 years ago
  97. 050536d MEDIUM: proxy: add the global frontend to the list of normal proxies by Willy Tarreau · 12 years ago
  98. d1a33e3 BUG/MEDIUM: proxy: must not try to stop disabled proxies upon reload by Willy Tarreau · 12 years ago
  99. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  100. 28a47d6 MINOR: config: pass the file and line to config keyword parsers by Willy Tarreau · 12 years ago