1. 9b01370 MINOR: stats/debug: maintain a counter of debug commands issued by Willy Tarreau · 4 years, 8 months ago
  2. 6d4897e BUILD: stats: fix missing '=' sign in array declaration by Willy Tarreau · 4 years, 9 months ago
  3. d89331e MINOR: stats: fill all the descriptions for "show info" and "show stat" by Willy Tarreau · 4 years, 9 months ago
  4. 6b19b14 MINOR: stats: make "show stat" and "show info" by Willy Tarreau · 4 years, 9 months ago
  5. eaa5537 MINOR: stats: prepare to add a description with each stat/info field by Willy Tarreau · 4 years, 9 months ago
  6. 2f39738 MINOR: stats: support the "desc" output format modifier for info and stat by Willy Tarreau · 4 years, 9 months ago
  7. 43241ff MINOR: stats: uniformize the calling convention of the dump functions by Willy Tarreau · 4 years, 9 months ago
  8. b0ce3ad MINOR: stats: make stats_dump_fields_json() directly take flags by Willy Tarreau · 4 years, 9 months ago
  9. ab02b3f MINOR: stats: get rid of the STAT_SHOWADMIN flag by Willy Tarreau · 4 years, 9 months ago
  10. 578d6e4 MINOR: stats: set the appctx flags when initializing the applet only by Willy Tarreau · 4 years, 9 months ago
  11. 676c29e MINOR: stats: always merge the uri_auth flags into the appctx flags by Willy Tarreau · 4 years, 9 months ago
  12. 708c416 MINOR: stats: replace the ST_* uri_auth flags with STAT_* by Willy Tarreau · 4 years, 9 months ago
  13. 6103836 MINOR: stats: mention in the help message support for "json" and "typed" by Willy Tarreau · 4 years, 9 months ago
  14. 52c91bb BUG/MINOR: stats: Add a missing break in a switch statement by Christopher Faulet · 4 years, 9 months ago
  15. 88a0db2 MINOR: stats: Add the support of float fields in stats by Christopher Faulet · 4 years, 9 months ago
  16. a46b142 BUG/MINOR: Missing stat_field_names (since f21d17bb) by Adis Nezirovic · 4 years, 10 months ago
  17. 6338a08 MINOR: stats: Add JSON export from the stats page by Christopher Faulet · 4 years, 10 months ago
  18. f21d17b MINOR: stats: report the number of idle connections for each server by Willy Tarreau · 4 years, 10 months ago
  19. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  20. b7f8890 MINOR: stats: Remove code relying on the legacy HTTP mode by Christopher Faulet · 5 years ago
  21. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  22. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · 5 years ago
  23. 8fa60e4 MINOR: stats/htx: don't use the first block position but the head one by Christopher Faulet · 5 years ago
  24. a3f1550 MEDIUM: http/htx: Perform analysis relatively to the first block by Christopher Faulet · 5 years ago
  25. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · 5 years ago
  26. 1713c03 MINOR: stats: report the global output bit rate in human readable form by Willy Tarreau · 5 years ago
  27. 7cf0e45 MINOR: raw_sock: report global traffic statistics by Willy Tarreau · 5 years ago
  28. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · 5 years ago
  29. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · 5 years ago
  30. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · 5 years ago
  31. b829f4c MINOR: stats/htx: Don't add "Connection: close" header anymore in stats responses by Christopher Faulet · 5 years ago
  32. 3a78aa6 BUG/MINOR: stats: Fully consume large requests in the stats applet by Christopher Faulet · 5 years ago
  33. 2f9a41d BUG/MAJOR: stats: Fix how huge POST data are read from the channel by Christopher Faulet · 5 years ago
  34. 2b9b678 MINOR: stats: Move stuff about the stats status codes in stats files by Christopher Faulet · 5 years ago
  35. 3c2ecf7 MINOR: stats: Add the status code STAT_STATUS_IVAL to handle invalid requests by Christopher Faulet · 5 years ago
  36. 1e2d636 BUG/MINOR: stats/htx: Call channel_add_input() when response headers are sent by Christopher Faulet · 5 years ago
  37. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · 5 years ago
  38. ed7a066 BUG/MEDIUM: stats: Get the right scope pointer depending on HTX is used or not by Christopher Faulet · 5 years ago
  39. 69fc88c BUG/MINOR: stats/htx: Respect the reserve when the stats page is dumped by Christopher Faulet · 5 years ago
  40. 909b9d8 BUILD: add a new file "version.c" to carry version updates by Willy Tarreau · 5 years ago
  41. 5adbeeb MINOR: stats/htx: Call channel_add_input instead of updating channel state by hand by Christopher Faulet · 6 years ago
  42. a361837 BUG/MINOR: stats: Parse post data for HTX streams by Christopher Faulet · 6 years ago
  43. a1214a5 MINOR: cache: report the number of cache lookups and cache hits by Willy Tarreau · 6 years ago
  44. feead3a BUG/MINOR: stats: fix inversion of failed header rewrites and other statuses by Willy Tarreau · 6 years ago
  45. f157384 MINOR: backend: count the number of connect and reuse per server and per backend by Willy Tarreau · 6 years ago
  46. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · 6 years ago
  47. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · 6 years ago
  48. f1ba18d MEDIUM: htx: Don't rely on h1_sl anymore except during H1 header parsing by Christopher Faulet · 6 years ago
  49. b1b0821 MINOR: stats: Don't add end-of-data marker and trailers in the HTX response by Christopher Faulet · 6 years ago
  50. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  51. beb859a MINOR: polling: add an option to support busy polling by Willy Tarreau · 6 years ago
  52. 9b95d31 BUG/MINOR: stats/htx: Remove channel's output when the request is eaten by Christopher Faulet · 6 years ago
  53. 29023ec CLEANUP: Fix a typo in the stats subsystem by Joseph Herlant · 6 years ago
  54. ef77922 MINOR: stats/htx: Adapt the stats applet to handle HTX messages by Christopher Faulet · 6 years ago
  55. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  56. 4b962a4 MEDIUM: stream-int: fix the si_cant_put() calls used for buffer readiness by Willy Tarreau · 6 years ago
  57. a719926 MEDIUM: jobs: support unstoppable jobs for soft stop by William Lallemand · 6 years ago
  58. 13ef773 MINOR: log: report the number of dropped logs in the stats by Willy Tarreau · 6 years ago
  59. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  60. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · 6 years ago
  61. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · 6 years ago
  62. 00098ea MINOR: stats: report the number of active jobs and listeners in "show info" by Willy Tarreau · 6 years ago
  63. 21ff2c4 BUILD: stats: remove build warnings on potential null-derefs by Willy Tarreau · 6 years ago
  64. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  65. 055ba4f BUG/MEDIUM: stats: don't ask for more data as long as we're responding by Willy Tarreau · 6 years ago
  66. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  67. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  68. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  69. 97f538b MINOR: stats: adapt to the new buffers API by Willy Tarreau · 6 years ago
  70. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · 6 years ago
  71. 1b0f85e MINOR: stats: also report the failed header rewrites warnings on the stats page by Willy Tarreau · 6 years ago
  72. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · 6 years ago
  73. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  74. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · 6 years ago
  75. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  76. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  77. ee8269e BUG/MINOR: stream: fix tv_request calculation for applets by Willy Tarreau · 7 years ago
  78. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  79. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · 7 years ago
  80. 9f0b458 MEDIUM: threads/server: Use the server lock to protect health check and cli concurrency by Emeric Brun · 7 years ago
  81. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · 7 years ago
  82. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · 7 years ago
  83. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  84. 00bc3cb BUG/MINOR: stats: Clear a bit more counters with in cli_parse_clear_counters(). by Olivier Houchard · 7 years ago
  85. 3179489 MINOR: unix: remove the now unused proto_uxst.h file by Willy Tarreau · 7 years ago
  86. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago
  87. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  88. 07a62f7 MINOR: cli: add ACCESS_LVL_MASK to store the access level by William Lallemand · 7 years ago
  89. 9d7fb63 BUILD/MINOR: stats: remove unexpected argument to stats_dump_json_header() by Willy Tarreau · 7 years ago
  90. 6f6bb38 MEDIUM: stats: Add show json schema by Simon Horman · 7 years ago
  91. 05ee213 MEDIUM: stats: Add JSON output option to show (info|stat) by Simon Horman · 7 years ago
  92. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · 7 years ago
  93. d3db35a MINOR: stats: Support "select all" for backend actions by David Harrigan · 8 years ago
  94. 0ff98a4 BUG/MINOR: stats: fix be/sessions/current out in typed stats by Thierry FOURNIER · 8 years ago
  95. d25fc79 CLEANUP: stats: move a misplaced stats context initialization by Willy Tarreau · 8 years ago
  96. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · 8 years ago
  97. 34c5cc9 MINOR: task: Rename run_queue and run_queue_cur counters by Christopher Faulet · 8 years ago
  98. 8e0f175 BUG/MINOR: stats: fix be/sessions/max output in html stats by Willy Tarreau · 8 years ago
  99. ae9bea0 CLEANUP: counters: move from 3 types to 2 types by Willy Tarreau · 8 years ago
  100. a1b1ed5 MINOR: cli: make "show stat" support a proxy name by Willy Tarreau · 8 years ago