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