1. 33d29e2 MINOR: cli: export HAPROXY_CLI environment variable by William Lallemand · 5 years ago
  2. e58915f MINOR: cli: start addresses by a prefix in 'show cli sockets' by William Lallemand · 5 years ago
  3. 75812a7 BUG/MINOR: cli: correctly handle abns in 'show cli sockets' by William Lallemand · 5 years ago
  4. 88dc7c5 REORG: mworker/cli: move CLI functions to mworker.c by William Lallemand · 5 years ago
  5. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · 5 years ago
  6. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  7. 18215cb BUG/MINOR: config: don't over-count the global maxsock value by Willy Tarreau · 5 years ago
  8. 8a03408 MINOR: activity: add accept queue counters for pushed and overflows by Willy Tarreau · 5 years ago
  9. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  10. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · 5 years ago
  11. e9ca807 MINOR: cli/show_fd: report that a connection is back or not by Willy Tarreau · 6 years ago
  12. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · 6 years ago
  13. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · 6 years ago
  14. ca1b157 BUG/MINOR: cli/fd: don't isolate the thread for each individual fd by Willy Tarreau · 6 years ago
  15. a57b7e3 MINOR: cli: implements 'reload' on master CLI by William Lallemand · 6 years ago
  16. 52880f9 MINOR: mworker/cli: indicate in the master prompt when a reload failed by Willy Tarreau · 6 years ago
  17. 3301f3e BUG/MEDIUM: cli: handle correctly prefix and payload by William Lallemand · 6 years ago
  18. b7ea141 MEDIUM: cli: handle CLI level from the master CLI by William Lallemand · 6 years ago
  19. dc12c2e CLEANUP: cli: use dedicated define instead of appctx ones by William Lallemand · 6 years ago
  20. 67a234f MEDIUM: cli: show and change CLI permissions by William Lallemand · 6 years ago
  21. f630d01 MEDIUM: cli: store CLI level in the appctx by William Lallemand · 6 years ago
  22. 256bf0d MINOR: cli: change 'show proc' output of old processes by William Lallemand · 6 years ago
  23. 459e18e MINOR: cli: use pcli_flags for prompt activation by William Lallemand · 6 years ago
  24. ebf6180 MEDIUM: cli: handle payload in CLI proxy by William Lallemand · 6 years ago
  25. 3de09d5 BUG/MINOR: cli: wait for payload data even without prompt by William Lallemand · 6 years ago
  26. 5f61068 MINOR: cli: implements 'quit' in the CLI proxy by William Lallemand · 6 years ago
  27. 5b80fa2 MINOR: cli: parse prompt command in the CLI proxy by William Lallemand · 6 years ago
  28. bddd33a MEDIUM: cli: rework the CLI proxy parser by William Lallemand · 6 years ago
  29. b54c40a BUILD: threads: fix minor build warnings when threads are disabled by Willy Tarreau · 6 years ago
  30. 008b3ce CLEANUP: Fix typos in the cli subsystem by Joseph Herlant · 6 years ago
  31. 4b58c80 REORG: mworker: declare master variable in global.h by William Lallemand · 6 years ago
  32. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  33. 744a089 BUG/MINOR: mworker: fix FD leak and memory leak in error path by William Lallemand · 6 years ago
  34. 4cae3b2 BUG/MINOR: cli: Fix memory leak by Tim Duesterhus · 6 years ago
  35. 4f93e0c MINOR: cli/activity: rename the stolen CPU time fields to mention milliseconds by Willy Tarreau · 6 years ago
  36. baba82f MINOR: activity: report the average loop time in "show activity" by Willy Tarreau · 6 years ago
  37. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · 6 years ago
  38. db6bdfb MINOR: cli: add mworker_accept_wrapper to 'show fd' by William Lallemand · 6 years ago
  39. 16dd1b3 MINOR: cli: show master information in 'show proc' by William Lallemand · 6 years ago
  40. e368330 MINOR: cli: displays uptime in `show proc` by William Lallemand · 6 years ago
  41. e09cdc6 MINOR: cli: format `show proc` to be more readable by William Lallemand · 6 years ago
  42. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  43. 4b962a4 MEDIUM: stream-int: fix the si_cant_put() calls used for buffer readiness by Willy Tarreau · 6 years ago
  44. a337229 MEDIUM: cli: worker socketpair is unstoppable by William Lallemand · 6 years ago
  45. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  46. 550db6d MEDIUM: mworker: does not create the CLI proxy when no listener by William Lallemand · 6 years ago
  47. 6b7cd0a MINOR: cli: can't connect to the target CLI by William Lallemand · 6 years ago
  48. adbce8e MINOR: cli: show the number of reload in 'show proc' by William Lallemand · 6 years ago
  49. 744de5b BUG/MINOR: cli: forward the whole command on master CLI by William Lallemand · 6 years ago
  50. deeaa59 MINOR: cli: helper to write an response message and close by William Lallemand · 6 years ago
  51. 2f4ce20 MEDIUM: cli: write a prompt for the CLI proxy of the master by William Lallemand · 6 years ago
  52. 309dc9a MEDIUM: mworker: stop the master proxy in the workers by William Lallemand · 6 years ago
  53. 4e8450b MINOR: cli: put @master @<relative pid> @!<pid> in the help by William Lallemand · 6 years ago
  54. 35851fb MEDIUM: cli: enable "show cli sockets" for the master by William Lallemand · 6 years ago
  55. 2631434 MINOR: cli: displays sockpair@ in "show cli sockets" by William Lallemand · 6 years ago
  56. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · 6 years ago
  57. b9f9e3b MEDIUM: cli: 'show proc' displays processus by William Lallemand · 6 years ago
  58. 291810d MEDIUM: mworker: find the server ptr using a CLI prefix by William Lallemand · 6 years ago
  59. 14721be MEDIUM: cli: disable some keywords in the master by William Lallemand · 6 years ago
  60. e736115 MEDIUM: mworker: create CLI listeners from argv[] by William Lallemand · 6 years ago
  61. 8a02257 MEDIUM: mworker: proxy for the master CLI by William Lallemand · 6 years ago
  62. ce83b4a MEDIUM: mworker: each worker socketpair is a CLI listener by William Lallemand · 6 years ago
  63. ed72d82 MEDIUM: time: measure the time stolen by other threads by Willy Tarreau · 6 years ago
  64. c2b7f80 BUG/MINOR: cli: make sure the "getsock" command is only called on connections by Willy Tarreau · 6 years ago
  65. 647c70b MINOR: threads: remove the previous synchronization point by Willy Tarreau · 6 years ago
  66. bf9fd65 BUG/MEDIUM: cli: make "show fd" thread-safe by Willy Tarreau · 6 years ago
  67. 79321b9 MINOR: pollers: Add a way to wake a thread sleeping in the poller. by Olivier Houchard · 6 years ago
  68. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · 6 years ago
  69. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  70. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  71. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  72. 851d12c MINOR: cli: use the new buffer API by Willy Tarreau · 6 years ago
  73. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  74. 0154edc BUG/MINOR: cli: don't stop cli_gen_usage_msg() when kw->usage == NULL by William Lallemand · 6 years ago
  75. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  76. c511b7c BUG/MINOR: cli: Guard against NULL messages when using CLI_ST_PRINT_FREE by Aurélien Nephtali · 6 years ago
  77. c754b34 MINOR: cli: report cache indexes in "show fd" by Willy Tarreau · 6 years ago
  78. b011d8f MINOR: mux: add a "show_fd" function to dump debugging information for "show fd" by Willy Tarreau · 6 years ago
  79. a833cd9 BUILD/MINOR: cli: fix a build warning introduced by last commit by Willy Tarreau · 6 years ago
  80. 35b1b48 MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available by Willy Tarreau · 6 years ago
  81. 4037a3f MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" by Willy Tarreau · 6 years ago
  82. 6a61e96 BUG/MINOR: cli: Fix a crash when sending a command with too many arguments by Aurélien Nephtali · 6 years ago
  83. 6e8a41d BUG/MINOR: cli: Ensure all command outputs end with a LF by Aurélien Nephtali · 6 years ago
  84. b53e208 BUG/MINOR: cli: Fix a typo in the 'set rate-limit' usage by Aurélien Nephtali · 6 years ago
  85. bca0876 CLEANUP: cli: Remove a leftover debug message by Aurélien Nephtali · 6 years ago
  86. 498a115 BUG/MINOR: cli: Fix a crash when passing a negative or too large value to "show fd" by Aurélien Nephtali · 6 years ago
  87. 1256836 MEDIUM: fd/threads: Make sure we don't miss a fd cache entry. by Olivier Houchard · 6 years ago
  88. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · 6 years ago
  89. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · 6 years ago
  90. ccea35c BUG/MINOR: cli: use global.maxsock and not maxfd to list all FDs by Willy Tarreau · 6 years ago
  91. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · 6 years ago
  92. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  93. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  94. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  95. 26028f6 MINOR: config: Add auto-increment feature for cpu-map by Christopher Faulet · 7 years ago
  96. f1f0c5f MINOR: config: Export parse_process_number and use it wherever it's applicable by Christopher Faulet · 7 years ago
  97. 5d9846f MINOR: cli: make "show fd" report the fd's thread mask by Willy Tarreau · 7 years ago
  98. f143b80 BUILD: use MAXPATHLEN instead of NAME_MAX. by Olivier Houchard · 7 years ago
  99. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  100. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · 7 years ago