1. ec197e8 MINOR: cli: sort the suggestions by order of relevance by Willy Tarreau · 3 years, 4 months ago
  2. a9aa628 MINOR: cli: improve fuzzy matching to work on all remaining words at once by Willy Tarreau · 3 years, 4 months ago
  3. 9c18747 BUG/MEDIUM: cli: fix "help" crashing since recent spelling fixes by Willy Tarreau · 3 years, 4 months ago
  4. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · 3 years, 4 months ago
  5. f14c757 CLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGS by Willy Tarreau · 3 years, 4 months ago
  6. c57dcfe MINOR: cli: apply the fuzzy matching on the whole command instead of words by Willy Tarreau · 3 years, 4 months ago
  7. b736458 MEDIUM: cli: apply spelling fixes for known commands before listing them by Willy Tarreau · 3 years, 4 months ago
  8. b96a74c MINOR: cli: filter the list of commands to the matching part by Willy Tarreau · 3 years, 4 months ago
  9. f3697dd MINOR: cli: print the error message in the parser function itself by Willy Tarreau · 3 years, 4 months ago
  10. 91bc359 MINOR: cli: test the appctx level for master access instead of comparing pointers by Willy Tarreau · 3 years, 4 months ago
  11. e283ee6 MINOR: cli: set the ACCESS_MASTER* bits on the master bind_conf by Willy Tarreau · 3 years, 4 months ago
  12. 0609c9b BUG/MINOR: cli: make sure "help", "prompt", "quit" are enabled at master level by Willy Tarreau · 3 years, 4 months ago
  13. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 4 months ago
  14. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  15. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 5 months ago
  16. a1e0f38 CLEANUP: remove unused variable assigned found by Coverity by Ilya Shipitsin · 3 years, 5 months ago
  17. ed98920 MINOR: cli/show_fd: report local and report ports when known by Willy Tarreau · 3 years, 5 months ago
  18. dacfde4 MINOR: cli/show_fd: report some easily detectable suspicious states by Willy Tarreau · 3 years, 6 months ago
  19. 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · 3 years, 6 months ago
  20. 108a271 MINOR: xprt: add a new show_fd() helper to complete some "show fd" dumps. by Willy Tarreau · 3 years, 6 months ago
  21. 37be953 MINOR: cli: make "show fd" also report the xprt and xprt_ctx by Willy Tarreau · 3 years, 6 months ago
  22. eb0595d CLEANUP: cli: make "show fd" use a const connection to access other fields by Willy Tarreau · 3 years, 6 months ago
  23. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  24. 586f71b REORG: connection: move the socket iocb (conn_fd_handler) to sock.c by Willy Tarreau · 3 years, 7 months ago
  25. a51a1fd MINOR: cli: add a function to look up a CLI service description by Thierry Fournier · 3 years, 7 months ago
  26. 99e0bb9 MINOR: mworker/cli: the master CLI use its own applet by William Lallemand · 3 years, 8 months ago
  27. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 3 years, 9 months ago
  28. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · 3 years, 9 months ago
  29. 455585e MINOR: listeners: count unstoppable jobs on creation, not deletion by Willy Tarreau · 3 years, 9 months ago
  30. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 10 months ago
  31. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  32. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  33. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  34. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · 3 years, 10 months ago
  35. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · 3 years, 10 months ago
  36. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 11 months ago
  37. be56c10 MINOR: listener: move the network namespace to the struct settings by Willy Tarreau · 3 years, 10 months ago
  38. 7e30721 MINOR: listener: move the interface to the struct settings by Willy Tarreau · 3 years, 10 months ago
  39. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · 3 years, 10 months ago
  40. b5a1f9e MEDIUM: reload: pass all exportable FDs, not just listeners by Willy Tarreau · 3 years, 11 months ago
  41. cf1f193 MEDIUM: reload: stop passing listener options along with FDs by Willy Tarreau · 3 years, 11 months ago
  42. 749f74c DOC: Use gender neutral language by Jackie Tapia · 4 years ago
  43. b159132 MINOR: activity: add per-thread statistics on FD takeover by Willy Tarreau · 4 years ago
  44. 13c1a01 BUG/MINOR: debug: fix "show fd" null-deref when built with DEBUG_FD by Willy Tarreau · 4 years ago
  45. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · 4 years, 1 month ago
  46. 02c255e BUG/MINOR: mworker/cli: fix semicolon escaping in master CLI by William Lallemand · 4 years, 1 month ago
  47. fe249c3 BUG/MINOR: mworker/cli: fix the escaping in the master CLI by William Lallemand · 4 years, 1 month ago
  48. b08c6d0 BUG/MINOR: cli: allow space escaping on the CLI by Yves Lafon · 4 years, 1 month ago
  49. 7af4fa9 MINOR: activity: rename the "stream" field to "stream_calls" by Willy Tarreau · 4 years, 1 month ago
  50. a00cf9b MINOR: activity: group the per-loop counters at the top by Willy Tarreau · 4 years, 1 month ago
  51. e406386 MINOR: activity: rename confusing poll_* fields in the output by Willy Tarreau · 4 years, 1 month ago
  52. e545153 MINOR: activity: report the number of times poll() reports I/O by Willy Tarreau · 4 years, 1 month ago
  53. 4f72ec8 CLEANUP: activity: remove unused counter fd_lock by Willy Tarreau · 4 years, 1 month ago
  54. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 1 month ago
  55. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  56. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  57. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  58. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  59. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  60. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  61. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. 8c42b8a REORG: include: split common/uri_auth.h into haproxy/uri_auth{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. 3c2a7c2 REORG: include: move peers.h to haproxy/peers{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  71. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  72. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  73. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  74. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  75. 2cd5809 REORG: include: move map to haproxy/map{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  76. 225a90a REORG: include: move pattern.h to haproxy/pattern{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  77. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  78. b5abe5b REORG: include: move mworker.h to haproxy/mworker{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  79. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  80. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  81. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  82. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  83. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  86. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 1 month ago
  87. a04ded5 REORG: include: move activity to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  88. 3646777 REORG: memory: move the pool type definitions to haproxy/pool-t.h by Willy Tarreau · 4 years, 1 month ago
  89. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  90. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  91. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  92. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  93. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  94. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  95. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 2 months ago
  96. 9597cbd MINOR: applet: adopt the wait list entry from the CLI by Willy Tarreau · 4 years, 2 months ago
  97. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  98. cf12f2e MINOR: cli: make "show fd" rely on resolve_sym_name() by Willy Tarreau · 4 years, 4 months ago
  99. d308c5e CLEANUP: cli: deduplicate the code in _getsocks by William Lallemand · 4 years, 6 months ago
  100. 5fd3b28 BUG/MEDIUM: cli: _getsocks must send the peers sockets by William Lallemand · 4 years, 6 months ago