1. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  2. 4b962a4 MEDIUM: stream-int: fix the si_cant_put() calls used for buffer readiness by Willy Tarreau · 6 years ago
  3. a337229 MEDIUM: cli: worker socketpair is unstoppable by William Lallemand · 6 years ago
  4. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  5. 550db6d MEDIUM: mworker: does not create the CLI proxy when no listener by William Lallemand · 6 years ago
  6. 6b7cd0a MINOR: cli: can't connect to the target CLI by William Lallemand · 6 years ago
  7. adbce8e MINOR: cli: show the number of reload in 'show proc' by William Lallemand · 6 years ago
  8. 744de5b BUG/MINOR: cli: forward the whole command on master CLI by William Lallemand · 6 years ago
  9. deeaa59 MINOR: cli: helper to write an response message and close by William Lallemand · 6 years ago
  10. 2f4ce20 MEDIUM: cli: write a prompt for the CLI proxy of the master by William Lallemand · 6 years ago
  11. 309dc9a MEDIUM: mworker: stop the master proxy in the workers by William Lallemand · 6 years ago
  12. 4e8450b MINOR: cli: put @master @<relative pid> @!<pid> in the help by William Lallemand · 6 years ago
  13. 35851fb MEDIUM: cli: enable "show cli sockets" for the master by William Lallemand · 6 years ago
  14. 2631434 MINOR: cli: displays sockpair@ in "show cli sockets" by William Lallemand · 6 years ago
  15. cf62f7e MEDIUM: cli: implement 'mode cli' proxy analyzers by William Lallemand · 6 years ago
  16. b9f9e3b MEDIUM: cli: 'show proc' displays processus by William Lallemand · 6 years ago
  17. 291810d MEDIUM: mworker: find the server ptr using a CLI prefix by William Lallemand · 6 years ago
  18. 14721be MEDIUM: cli: disable some keywords in the master by William Lallemand · 6 years ago
  19. e736115 MEDIUM: mworker: create CLI listeners from argv[] by William Lallemand · 6 years ago
  20. 8a02257 MEDIUM: mworker: proxy for the master CLI by William Lallemand · 6 years ago
  21. ce83b4a MEDIUM: mworker: each worker socketpair is a CLI listener by William Lallemand · 6 years ago
  22. ed72d82 MEDIUM: time: measure the time stolen by other threads by Willy Tarreau · 6 years ago
  23. c2b7f80 BUG/MINOR: cli: make sure the "getsock" command is only called on connections by Willy Tarreau · 6 years ago
  24. 647c70b MINOR: threads: remove the previous synchronization point by Willy Tarreau · 6 years ago
  25. bf9fd65 BUG/MEDIUM: cli: make "show fd" thread-safe by Willy Tarreau · 6 years ago
  26. 79321b9 MINOR: pollers: Add a way to wake a thread sleeping in the poller. by Olivier Houchard · 6 years ago
  27. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · 6 years ago
  28. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  29. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  30. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  31. 851d12c MINOR: cli: use the new buffer API by Willy Tarreau · 6 years ago
  32. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  33. 0154edc BUG/MINOR: cli: don't stop cli_gen_usage_msg() when kw->usage == NULL by William Lallemand · 6 years ago
  34. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  35. c511b7c BUG/MINOR: cli: Guard against NULL messages when using CLI_ST_PRINT_FREE by Aurélien Nephtali · 6 years ago
  36. c754b34 MINOR: cli: report cache indexes in "show fd" by Willy Tarreau · 6 years ago
  37. b011d8f MINOR: mux: add a "show_fd" function to dump debugging information for "show fd" by Willy Tarreau · 6 years ago
  38. a833cd9 BUILD/MINOR: cli: fix a build warning introduced by last commit by Willy Tarreau · 6 years ago
  39. 35b1b48 MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available by Willy Tarreau · 6 years ago
  40. 4037a3f MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" by Willy Tarreau · 6 years ago
  41. 6a61e96 BUG/MINOR: cli: Fix a crash when sending a command with too many arguments by Aurélien Nephtali · 6 years ago
  42. 6e8a41d BUG/MINOR: cli: Ensure all command outputs end with a LF by Aurélien Nephtali · 6 years ago
  43. b53e208 BUG/MINOR: cli: Fix a typo in the 'set rate-limit' usage by Aurélien Nephtali · 6 years ago
  44. bca0876 CLEANUP: cli: Remove a leftover debug message by Aurélien Nephtali · 6 years ago
  45. 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
  46. 1256836 MEDIUM: fd/threads: Make sure we don't miss a fd cache entry. by Olivier Houchard · 6 years ago
  47. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · 6 years ago
  48. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · 6 years ago
  49. ccea35c BUG/MINOR: cli: use global.maxsock and not maxfd to list all FDs by Willy Tarreau · 6 years ago
  50. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · 6 years ago
  51. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  52. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  53. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  54. 26028f6 MINOR: config: Add auto-increment feature for cpu-map by Christopher Faulet · 7 years ago
  55. f1f0c5f MINOR: config: Export parse_process_number and use it wherever it's applicable by Christopher Faulet · 7 years ago
  56. 5d9846f MINOR: cli: make "show fd" report the fd's thread mask by Willy Tarreau · 7 years ago
  57. f143b80 BUILD: use MAXPATHLEN instead of NAME_MAX. by Olivier Houchard · 7 years ago
  58. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  59. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · 7 years ago
  60. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  61. 017af24 BUG/MEDIUM: cli: fix "show fd" crash when dumping closed FDs by Willy Tarreau · 7 years ago
  62. 3179489 MINOR: unix: remove the now unused proto_uxst.h file by Willy Tarreau · 7 years ago
  63. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago
  64. c4df59e MINOR: cli: add socket commands and config to prepend informational messages with severity by Andjelko Iharos · 7 years ago
  65. ca36102 CLEANUP: listener: remove the unused handler field by Willy Tarreau · 7 years ago
  66. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
  67. 286ec68 BUILD/MINOR: cli: shut a minor gcc warning in "show fd" by Willy Tarreau · 7 years ago
  68. 7a4a0ac MINOR: cli: add a new "show fd" command by Willy Tarreau · 7 years ago
  69. d6871f7 BUG/MAJOR: cli: fix custom io_release was crushed by NULL. by Emeric Brun · 7 years ago
  70. f6975e9 MINOR: cli: add 'expose-fd listeners' to pass listeners FDs by William Lallemand · 7 years ago
  71. 07a62f7 MINOR: cli: add ACCESS_LVL_MASK to store the access level by William Lallemand · 7 years ago
  72. 5474087 MINOR: socket transfer: Set a timeout on the socket. by Olivier Houchard · 7 years ago
  73. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  74. f886e34 MINOR: cli: Add a command to send listening sockets. by Olivier Houchard · 7 years ago
  75. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · 8 years ago
  76. c95bad5 MEDIUM: move listener->frontend to bind_conf->frontend by Willy Tarreau · 8 years ago
  77. 71a8c7c MINOR: listener: move the transport layer pointer to the bind_conf by Willy Tarreau · 8 years ago
  78. f6710f8 MINOR: appctx/cli: remove the env entry from the appctx union by Willy Tarreau · 8 years ago
  79. 3af9d83 MINOR: appctx/cli: remove the cli_socket entry from the appctx union by Willy Tarreau · 8 years ago
  80. a2d5872 MINOR: cli: add two general purpose pointers and integers in the CLI struct by Willy Tarreau · 8 years ago
  81. d25fc79 CLEANUP: stats: move a misplaced stats context initialization by Willy Tarreau · 8 years ago
  82. eaffde3 MINOR: cli: automatically enable a CLI I/O handler when there's no parser by Willy Tarreau · 8 years ago
  83. 4305ac7 BUG/MINOR: cli: "show cli sockets" would always report process 64 by Willy Tarreau · 8 years ago
  84. 20c5e52 BUG/MINOR: cli: "show cli sockets" wouldn't list all processes by Willy Tarreau · 8 years ago
  85. eceddf7 MEDIUM: cli: 'show cli sockets' list the CLI sockets by William Lallemand · 8 years ago
  86. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · 8 years ago
  87. a1c35ab BUG/MINOR: cli: allow the backslash to be escaped on the CLI by Dragan Dosen · 8 years ago
  88. 30e5e18 CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers by Willy Tarreau · 8 years ago
  89. 4190856 CLEANUP: cli: simplify the request parser a little bit by Willy Tarreau · 8 years ago
  90. 3b6e547 CLEANUP: cli: rename STAT_CLI_* to CLI_ST_* by Willy Tarreau · 8 years ago
  91. 45c742b REORG: cli: move the "set rate-limit" functions to their own parser by Willy Tarreau · 8 years ago
  92. 58d9cb7 REORG: cli: move "{enable|disable} agent" to server.c by Willy Tarreau · 8 years ago
  93. 2c04eda REORG: cli: move "{enable|disable} health" to server.c by Willy Tarreau · 8 years ago
  94. ffb4d58 REORG: cli: move "{enable|disable} server" to server.c by Willy Tarreau · 8 years ago
  95. 15b9e68 REORG: cli: move "{enable|disable} frontend" to proxy.c by Willy Tarreau · 8 years ago
  96. 5212d7f REORG: cli: move "shutdown frontend" to proxy.c by Willy Tarreau · 8 years ago
  97. 61b6521 REORG: cli: move "shutdown session" to stream.c by Willy Tarreau · 8 years ago
  98. 4e46b62 REORG: cli: move "shutdown sessions server" to stream.c by Willy Tarreau · 8 years ago
  99. c429a1f REORG: cli: move "set maxconn frontend" to proxy.c by Willy Tarreau · 8 years ago
  100. b802627 REORG: cli: move "set maxconn server" to server.c by Willy Tarreau · 8 years ago