1. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  2. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  3. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  4. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  5. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  6. 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
  7. 9597cbd MINOR: applet: adopt the wait list entry from the CLI by Willy Tarreau · 4 years, 1 month ago
  8. d425950 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  9. cf12f2e MINOR: cli: make "show fd" rely on resolve_sym_name() by Willy Tarreau · 4 years, 4 months ago
  10. d308c5e CLEANUP: cli: deduplicate the code in _getsocks by William Lallemand · 4 years, 6 months ago
  11. 5fd3b28 BUG/MEDIUM: cli: _getsocks must send the peers sockets by William Lallemand · 4 years, 6 months ago
  12. a31b09e BUG/MINOR: cli/mworker: can't start haproxy with 2 programs by William Lallemand · 4 years, 6 months ago
  13. 241797a MINOR: listener: split dequeue_all_listener() in two by Willy Tarreau · 4 years, 7 months ago
  14. 2e945c8 BUG/MINOR: cli: fix out of bounds in -S parser by William Lallemand · 4 years, 7 months ago
  15. 90b098c BUG/MINOR: cli: don't call the kw->io_release if kw->parse failed by William Lallemand · 4 years, 8 months ago
  16. abb9f9b MINOR: cli: add an expert mode to hide dangerous commands by Willy Tarreau · 4 years, 8 months ago
  17. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  18. 5bee3e2 MEDIUM: fd: remove the FD_EV_POLLED status bit by Willy Tarreau · 4 years, 10 months ago
  19. 300decc MINOR: cli: extend the CLI context with a list and two offsets by Willy Tarreau · 4 years, 10 months ago
  20. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  21. d50c7fe MINOR: cli: add two new states to print messages on the CLI by Willy Tarreau · 5 years ago
  22. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · 5 years ago
  23. 1c8d32b MAJOR: stream: store the target address into s->target_addr by Willy Tarreau · 5 years ago
  24. 22dc248 CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT by Christopher Faulet · 5 years ago
  25. ad03288 BUG/MINOR: mworker/cli: don't output a \n before the response by William Lallemand · 5 years ago
  26. 1933801 BUG/MEDIUM: mworker/cli: command pipelining doesn't work anymore by William Lallemand · 5 years ago
  27. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  28. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · 5 years ago
  29. d78d08f MINOR: activity: report totals and average separately by Willy Tarreau · 5 years ago
  30. a0211b8 MINOR: activity: write totals on the "show activity" output by Willy Tarreau · 5 years ago
  31. d6a7850 MINOR: cli/activity: add 3 general purpose counters in development mode by Willy Tarreau · 5 years ago
  32. 394c9b4 MINOR: cli/activity: remove "fd_del" and "fd_skip" from show activity by Willy Tarreau · 5 years ago
  33. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · 5 years ago
  34. 58d9621 MINOR: cli/activity: show the dumping thread ID starting at 1 by Willy Tarreau · 5 years ago
  35. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  36. 5db847a CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  37. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · 5 years ago
  38. 54832b9 BUILD: enable several LibreSSL hacks, including by Ilya Shipitsin · 5 years ago
  39. bc13bec MINOR: activity: report context switch counts instead of rates by Willy Tarreau · 5 years ago
  40. 0212fad MINOR: tasks/activity: report the context switch and task wakeup rates by Willy Tarreau · 5 years ago
  41. d0e095c MINOR: ssl/cli: async fd io-handlers printable on show fd by Emeric Brun · 5 years ago
  42. 620072b MINOR: cli: don't add a semicolon at the end of HAPROXY_CLI by William Lallemand · 5 years ago
  43. 9a37fd0 MEDIUM: mworker/cli: export the HAPROXY_MASTER_CLI variable by William Lallemand · 5 years ago
  44. 8f7069a CLEANUP: mworker: remove the type field in mworker_proc by William Lallemand · 5 years ago
  45. e618284 BUILD: cli/threads: fix build in single-threaded mode by Willy Tarreau · 5 years ago
  46. a8f57d5 MINOR: cli/activity: report the accept queue sizes in "show activity" by Willy Tarreau · 5 years ago
  47. 64a9c05 MINOR: cli/listener: report the number of accepts on "show activity" by Willy Tarreau · 5 years ago
  48. 33d29e2 MINOR: cli: export HAPROXY_CLI environment variable by William Lallemand · 5 years ago
  49. e58915f MINOR: cli: start addresses by a prefix in 'show cli sockets' by William Lallemand · 5 years ago
  50. 75812a7 BUG/MINOR: cli: correctly handle abns in 'show cli sockets' by William Lallemand · 5 years ago
  51. 88dc7c5 REORG: mworker/cli: move CLI functions to mworker.c by William Lallemand · 5 years ago
  52. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · 5 years ago
  53. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  54. 18215cb BUG/MINOR: config: don't over-count the global maxsock value by Willy Tarreau · 5 years ago
  55. 8a03408 MINOR: activity: add accept queue counters for pushed and overflows by Willy Tarreau · 5 years ago
  56. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  57. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · 5 years ago
  58. e9ca807 MINOR: cli/show_fd: report that a connection is back or not by Willy Tarreau · 6 years ago
  59. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · 6 years ago
  60. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · 6 years ago
  61. ca1b157 BUG/MINOR: cli/fd: don't isolate the thread for each individual fd by Willy Tarreau · 6 years ago
  62. a57b7e3 MINOR: cli: implements 'reload' on master CLI by William Lallemand · 6 years ago
  63. 52880f9 MINOR: mworker/cli: indicate in the master prompt when a reload failed by Willy Tarreau · 6 years ago
  64. 3301f3e BUG/MEDIUM: cli: handle correctly prefix and payload by William Lallemand · 6 years ago
  65. b7ea141 MEDIUM: cli: handle CLI level from the master CLI by William Lallemand · 6 years ago
  66. dc12c2e CLEANUP: cli: use dedicated define instead of appctx ones by William Lallemand · 6 years ago
  67. 67a234f MEDIUM: cli: show and change CLI permissions by William Lallemand · 6 years ago
  68. f630d01 MEDIUM: cli: store CLI level in the appctx by William Lallemand · 6 years ago
  69. 256bf0d MINOR: cli: change 'show proc' output of old processes by William Lallemand · 6 years ago
  70. 459e18e MINOR: cli: use pcli_flags for prompt activation by William Lallemand · 6 years ago
  71. ebf6180 MEDIUM: cli: handle payload in CLI proxy by William Lallemand · 6 years ago
  72. 3de09d5 BUG/MINOR: cli: wait for payload data even without prompt by William Lallemand · 6 years ago
  73. 5f61068 MINOR: cli: implements 'quit' in the CLI proxy by William Lallemand · 6 years ago
  74. 5b80fa2 MINOR: cli: parse prompt command in the CLI proxy by William Lallemand · 6 years ago
  75. bddd33a MEDIUM: cli: rework the CLI proxy parser by William Lallemand · 6 years ago
  76. b54c40a BUILD: threads: fix minor build warnings when threads are disabled by Willy Tarreau · 6 years ago
  77. 008b3ce CLEANUP: Fix typos in the cli subsystem by Joseph Herlant · 6 years ago
  78. 4b58c80 REORG: mworker: declare master variable in global.h by William Lallemand · 6 years ago
  79. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  80. 744a089 BUG/MINOR: mworker: fix FD leak and memory leak in error path by William Lallemand · 6 years ago
  81. 4cae3b2 BUG/MINOR: cli: Fix memory leak by Tim Duesterhus · 6 years ago
  82. 4f93e0c MINOR: cli/activity: rename the stolen CPU time fields to mention milliseconds by Willy Tarreau · 6 years ago
  83. baba82f MINOR: activity: report the average loop time in "show activity" by Willy Tarreau · 6 years ago
  84. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · 6 years ago
  85. db6bdfb MINOR: cli: add mworker_accept_wrapper to 'show fd' by William Lallemand · 6 years ago
  86. 16dd1b3 MINOR: cli: show master information in 'show proc' by William Lallemand · 6 years ago
  87. e368330 MINOR: cli: displays uptime in `show proc` by William Lallemand · 6 years ago
  88. e09cdc6 MINOR: cli: format `show proc` to be more readable by William Lallemand · 6 years ago
  89. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  90. 4b962a4 MEDIUM: stream-int: fix the si_cant_put() calls used for buffer readiness by Willy Tarreau · 6 years ago
  91. a337229 MEDIUM: cli: worker socketpair is unstoppable by William Lallemand · 6 years ago
  92. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  93. 550db6d MEDIUM: mworker: does not create the CLI proxy when no listener by William Lallemand · 6 years ago
  94. 6b7cd0a MINOR: cli: can't connect to the target CLI by William Lallemand · 6 years ago
  95. adbce8e MINOR: cli: show the number of reload in 'show proc' by William Lallemand · 6 years ago
  96. 744de5b BUG/MINOR: cli: forward the whole command on master CLI by William Lallemand · 6 years ago
  97. deeaa59 MINOR: cli: helper to write an response message and close by William Lallemand · 6 years ago
  98. 2f4ce20 MEDIUM: cli: write a prompt for the CLI proxy of the master by William Lallemand · 6 years ago
  99. 309dc9a MEDIUM: mworker: stop the master proxy in the workers by William Lallemand · 6 years ago
  100. 4e8450b MINOR: cli: put @master @<relative pid> @!<pid> in the help by William Lallemand · 6 years ago