1. b9aac36 BUILD: cli: clear a maybe-unused warning on some older compilers by Willy Tarreau · 2 years, 8 months ago
  2. dd29e89 BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode by William Lallemand · 2 years, 7 months ago
  3. 7ceae11 MINOR: cli: "show version" displays the current process version by William Lallemand · 2 years, 7 months ago
  4. be41671 BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time by Christopher Faulet · 2 years, 9 months ago
  5. c5c170a BUG/MINOR: cli/payload: do not search for args inside payload by Willy Tarreau · 2 years, 10 months ago
  6. ab40792 BUG/MINOR: cli: fix server name output in "show fd" by Willy Tarreau · 3 years ago
  7. caaafd0 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years, 1 month ago
  8. 5db446d BUILD: cli: appease a null-deref warning in cli_gen_usage_msg() by Willy Tarreau · 3 years, 2 months ago
  9. 92fbbcc MINOR: cli: sort the output of the "help" keywords by Willy Tarreau · 3 years, 2 months ago
  10. 0b1b830 MINOR: cli: make "help" support a command in argument by Willy Tarreau · 3 years, 2 months ago
  11. f492992 MINOR: cli: set tainted when using CLI expert/experimental mode by Amaury Denoyelle · 3 years, 2 months ago
  12. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  13. 18b2a9d BUG/MEDIUM: cli: prevent memory leak on write errors by Willy Tarreau · 3 years, 2 months ago
  14. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  15. 0c6d1dc BUG/MINOR: listener: Handle allocation error when allocating a new bind_conf by Christopher Faulet · 3 years, 3 months ago
  16. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  17. 184b212 MINOR: cli/show-fd: slightly reorganize the FD status flags by Willy Tarreau · 3 years, 3 months ago
  18. 9063a66 MINOR: fd: move .exported into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  19. 030dae1 MINOR: fd: move .cloned into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  20. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  21. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · 3 years, 3 months ago
  22. 8d27c20 MEDIUM: fd: prepare FD_POLL_* to move to bits 8-15 by Willy Tarreau · 3 years, 3 months ago
  23. 18487fb MINOR: cli: implement experimental-mode by Amaury Denoyelle · 3 years, 4 months ago
  24. 1b8dacc MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket by Eric Salama · 3 years, 4 months ago
  25. ec197e8 MINOR: cli: sort the suggestions by order of relevance by Willy Tarreau · 3 years, 4 months ago
  26. a9aa628 MINOR: cli: improve fuzzy matching to work on all remaining words at once by Willy Tarreau · 3 years, 4 months ago
  27. 9c18747 BUG/MEDIUM: cli: fix "help" crashing since recent spelling fixes by Willy Tarreau · 3 years, 4 months ago
  28. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · 3 years, 4 months ago
  29. f14c757 CLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGS by Willy Tarreau · 3 years, 4 months ago
  30. c57dcfe MINOR: cli: apply the fuzzy matching on the whole command instead of words by Willy Tarreau · 3 years, 4 months ago
  31. b736458 MEDIUM: cli: apply spelling fixes for known commands before listing them by Willy Tarreau · 3 years, 4 months ago
  32. b96a74c MINOR: cli: filter the list of commands to the matching part by Willy Tarreau · 3 years, 4 months ago
  33. f3697dd MINOR: cli: print the error message in the parser function itself by Willy Tarreau · 3 years, 4 months ago
  34. 91bc359 MINOR: cli: test the appctx level for master access instead of comparing pointers by Willy Tarreau · 3 years, 4 months ago
  35. e283ee6 MINOR: cli: set the ACCESS_MASTER* bits on the master bind_conf by Willy Tarreau · 3 years, 4 months ago
  36. 0609c9b BUG/MINOR: cli: make sure "help", "prompt", "quit" are enabled at master level by Willy Tarreau · 3 years, 4 months ago
  37. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 4 months ago
  38. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  39. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  40. a1e0f38 CLEANUP: remove unused variable assigned found by Coverity by Ilya Shipitsin · 3 years, 5 months ago
  41. ed98920 MINOR: cli/show_fd: report local and report ports when known by Willy Tarreau · 3 years, 5 months ago
  42. dacfde4 MINOR: cli/show_fd: report some easily detectable suspicious states by Willy Tarreau · 3 years, 5 months ago
  43. 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · 3 years, 5 months ago
  44. 108a271 MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps. by Willy Tarreau · 3 years, 6 months ago
  45. 37be953 MINOR: cli: make "show fd" also report the xprt and xprt_ctx by Willy Tarreau · 3 years, 6 months ago
  46. eb0595d CLEANUP: cli: make "show fd" use a const connection to access other fields by Willy Tarreau · 3 years, 6 months ago
  47. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  48. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · 3 years, 7 months ago
  49. a51a1fd MINOR: cli: add a function to look up a CLI service description by Thierry Fournier · 3 years, 7 months ago
  50. 99e0bb9 MINOR: mworker/cli: the master CLI use its own applet by William Lallemand · 3 years, 8 months ago
  51. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 3 years, 9 months ago
  52. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · 3 years, 9 months ago
  53. 455585e MINOR: listeners: count unstoppable jobs on creation, not deletion by Willy Tarreau · 3 years, 9 months ago
  54. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  55. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  56. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  57. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  58. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · 3 years, 10 months ago
  59. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · 3 years, 10 months ago
  60. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 10 months ago
  61. be56c10 MINOR: listener: move the network namespace to the struct settings by Willy Tarreau · 3 years, 10 months ago
  62. 7e30721 MINOR: listener: move the interface to the struct settings by Willy Tarreau · 3 years, 10 months ago
  63. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · 3 years, 10 months ago
  64. b5a1f9e MEDIUM: reload: pass all exportable FDs, not just listeners by Willy Tarreau · 3 years, 11 months ago
  65. cf1f193 MEDIUM: reload: stop passing listener options along with FDs by Willy Tarreau · 3 years, 10 months ago
  66. 749f74c DOC: Use gender neutral language by Jackie Tapia · 4 years ago
  67. b159132 MINOR: activity: add per-thread statistics on FD takeover by Willy Tarreau · 4 years ago
  68. 13c1a01 BUG/MINOR: debug: fix "show fd" null-deref when built with DEBUG_FD by Willy Tarreau · 4 years ago
  69. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · 4 years ago
  70. 02c255e BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI by William Lallemand · 4 years, 1 month ago
  71. fe249c3 BUG/MINOR: mworker/cli: fix the escaping in the master CLI by William Lallemand · 4 years, 1 month ago
  72. b08c6d0 BUG/MINOR: cli: allow space escaping on the CLI by Yves Lafon · 4 years, 1 month ago
  73. 7af4fa9 MINOR: activity: rename the "stream" field to "stream_calls" by Willy Tarreau · 4 years, 1 month ago
  74. a00cf9b MINOR: activity: group the per-loop counters at the top by Willy Tarreau · 4 years, 1 month ago
  75. e406386 MINOR: activity: rename confusing poll_* fields in the output by Willy Tarreau · 4 years, 1 month ago
  76. e545153 MINOR: activity: report the number of times poll() reports I/O by Willy Tarreau · 4 years, 1 month ago
  77. 4f72ec8 CLEANUP: activity: remove unused counter fd_lock by Willy Tarreau · 4 years, 1 month ago
  78. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 1 month ago
  79. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  80. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  81. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  82. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  83. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  86. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  88. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  89. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  90. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  91. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  92. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  93. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  94. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  95. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  96. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  97. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  98. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  99. 2cd5809 REORG: include: move map to haproxy/map{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  100. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 1 month ago