1. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  2. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  3. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  4. 494c505 MEDIUM: ring: add server statement to forward messages from a ring by Emeric Brun · 4 years, 1 month ago
  5. 9597cbd MINOR: applet: adopt the wait list entry from the CLI by Willy Tarreau · 4 years, 1 month ago
  6. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  7. 638f6ad MINOR: cli: add a general purpose pointer in the CLI struct by William Lallemand · 4 years, 3 months ago
  8. 1a693fc MEDIUM: cli: Allow multiple filter entries for "show table" by Adis Nezirovic · 4 years, 6 months ago
  9. beea2a4 CLEANUP: ssl/cli: remove leftovers of bundle/certs (it < 2) by William Lallemand · 4 years, 8 months ago
  10. bc6ca7c MINOR: ssl/cli: rework 'set ssl cert' as 'set/commit' by William Lallemand · 4 years, 8 months ago
  11. 8f840d7 MEDIUM: cli/ssl: handle the creation of SSL_CTX in an IO handler by William Lallemand · 4 years, 8 months ago
  12. 300decc MINOR: cli: extend the CLI context with a list and two offsets by Willy Tarreau · 4 years, 10 months ago
  13. ad03288 BUG/MINOR: mworker/cli: don't output a \n before the response by William Lallemand · 5 years ago
  14. 8f3c256 MEDIUM: cache/htx: Always store info about HTX blocks in the cache by Christopher Faulet · 5 years ago
  15. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  16. 22d63a2 MINOR: applet: measure and report an appctx's call rate in "show sess" by Willy Tarreau · 5 years ago
  17. 95679dc MINOR: peers: Add a new command to the CLI for peers. by Frédéric Lécaille · 5 years ago
  18. f630d01 MEDIUM: cli: store CLI level in the appctx by William Lallemand · 6 years ago
  19. 54a8d5a MEDIUM: cache/htx: Add the HTX support into the cache by Christopher Faulet · 6 years ago
  20. 8df65ae MINOR: cache: Larger HTTP objects caching. by Frédéric Lécaille · 6 years ago
  21. 5865a8f MINOR: snapshot: restart on the event ID and not the stream ID by Willy Tarreau · 6 years ago
  22. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  23. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  24. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  25. 77c1197 MEDIUM: cache: deliver objects from cache by William Lallemand · 7 years ago
  26. f65610a CLEANUP: threads: rename process_mask to thread_mask by Willy Tarreau · 7 years ago
  27. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · 7 years ago
  28. c4df59e MINOR: cli: add socket commands and config to prepend informational messages with severity by Andjelko Iharos · 7 years ago
  29. 2da788e MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua by Thierry FOURNIER · 7 years ago
  30. b13b20a BUG/MAJOR: lua/socket: resources not detroyed when the socket is aborted by Thierry FOURNIER · 7 years ago
  31. 8d85aa4 BUG/MAJOR: map: fix segfault during 'show map/acl' on cli. by Emeric Brun · 7 years ago
  32. c730606 MAJOR: applet: applet scheduler rework. by Emeric Brun · 7 years ago
  33. 42bfa46 MINOR: spoe: Remove SPOE details from the appctx structure by Christopher Faulet · 7 years ago
  34. a1cda02 MAJOR: spoe: Add support of pipelined and asynchronous exchanges with agents by Christopher Faulet · 8 years ago
  35. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · 8 years ago
  36. f5f26e8 MINOR: appctx/cli: remove the "tlskeys" entry from the appctx union by Willy Tarreau · 8 years ago
  37. 3c92f2a MINOR: appctx/cli: remove the "server_state" entry from the appctx union by Willy Tarreau · 8 years ago
  38. 777b560 MINOR: appctx/cli: remove the "dns" entry from the appctx union by Willy Tarreau · 8 years ago
  39. 608ea59 MINOR: appctx/cli: remove the "be" entry from the appctx union by Willy Tarreau · 8 years ago
  40. f6710f8 MINOR: appctx/cli: remove the env entry from the appctx union by Willy Tarreau · 8 years ago
  41. 3af9d83 MINOR: appctx/cli: remove the cli_socket entry from the appctx union by Willy Tarreau · 8 years ago
  42. a2d5872 MINOR: cli: add two general purpose pointers and integers in the CLI struct by Willy Tarreau · 8 years ago
  43. ebec351 CLEANUP: applet: group all CLI contexts together by Willy Tarreau · 8 years ago
  44. ebed6e9 MEDIUM: lua: use memory pool for hlua struct in applets by Thierry FOURNIER · 8 years ago
  45. 18d0990 CLEANUP: lua: rename one of the lua appctx union by Thierry FOURNIER · 8 years ago
  46. eceddf7 MEDIUM: cli: 'show cli sockets' list the CLI sockets by William Lallemand · 8 years ago
  47. 90f19e3 CLEANUP: applet: remove the now unused appctx->private field by Willy Tarreau · 8 years ago
  48. a24bc78 CLEANUP: applet/table: add an "action" entry in ->table context by Willy Tarreau · 8 years ago
  49. 8ae4f75 CLEANUP: applet/lua: create a dedicated ->fcn entry in hlua_cli context by Willy Tarreau · 8 years ago
  50. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · 8 years ago
  51. 35069f8 MINOR: cli: make "show errors" capable of dumping only request or response by Willy Tarreau · 8 years ago
  52. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · 8 years ago
  53. a44fdd9 MEDIUM: lua: Add cli handler for Lua by Thierry FOURNIER / OZON.IO · 8 years ago
  54. 6a22dcb MINOR: cli: add private pointer and release function by Thierry FOURNIER / OZON.IO · 8 years ago
  55. f7e4e7e MAJOR: spoe: Add an experimental Stream Processing Offload Engine by Christopher Faulet · 8 years ago
  56. 1e08cd8 MEDIUM: cli: register CLI keywords with cli_register_kw() by William Lallemand · 8 years ago
  57. 72a8a18 MEDIUM: dumpstats: make stats_tlskeys_list() yield-aware during tls-keys dump by William Lallemand · 8 years ago
  58. cf9e788 BUG/MEDIUM: dumpstats: undefined behavior in stats_tlskeys_list() by William Lallemand · 8 years ago
  59. 6ca9e01 BUG/MEDIUM: stats: show backend may show an empty or incomplete result by Cyril Bonté · 8 years ago
  60. 76a9978 BUG/MEDIUM: stats: show servers state may show an empty or incomplete result by Cyril Bonté · 8 years ago
  61. ae79572 MINOR: cli: add a new "show env" command by Willy Tarreau · 8 years ago
  62. a30b5db MINOR: lua: add AppletHTTP class and service by Thierry FOURNIER · 9 years ago
  63. f0a64b6 MINOR: lua: add AppletTCP class and service by Thierry FOURNIER · 9 years ago
  64. 5a363e7 MINOR: stream/applet: add use-service action by Thierry FOURNIER · 9 years ago
  65. 1245a83 MINOR: applet: add an execution timeout by Thierry FOURNIER · 9 years ago
  66. c069cfd MINOR: applet: add init function by Thierry FOURNIER · 9 years ago
  67. 2828946 MINOR: cli: new stats socket command: show servers state by Baptiste Assmann · 9 years ago
  68. 7d4335c MEDIUM: pattern/map: Maps can returns various types by Thierry FOURNIER · 9 years ago
  69. 3863f97 MINOR: dns: add DNS statistics by Baptiste Assmann · 9 years ago
  70. 200b0fa MEDIUM: Add support for updating TLS ticket keys via socket by Nenad Merdanovic · 9 years ago
  71. 81f38d6 MEDIUM: applet: add basic support for an applet run queue by Willy Tarreau · 9 years ago
  72. 3057645 CLEANUP: applet: rename struct si_applet to applet by Willy Tarreau · 9 years ago
  73. 8a8d83b REORG: applet: move the applet definitions out of stream_interface by Willy Tarreau · 9 years ago