1. 29023ec CLEANUP: Fix a typo in the stats subsystem by Joseph Herlant · 6 years ago
  2. ef77922 MINOR: stats/htx: Adapt the stats applet to handle HTX messages by Christopher Faulet · 6 years ago
  3. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  4. 4b962a4 MEDIUM: stream-int: fix the si_cant_put() calls used for buffer readiness by Willy Tarreau · 6 years ago
  5. a719926 MEDIUM: jobs: support unstoppable jobs for soft stop by William Lallemand · 6 years ago
  6. 13ef773 MINOR: log: report the number of dropped logs in the stats by Willy Tarreau · 6 years ago
  7. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  8. 2d372c2 MINOR: stats: report the number of currently connected peers by Willy Tarreau · 6 years ago
  9. 199ad24 MINOR: stats: report the number of active peers in "show info" by Willy Tarreau · 6 years ago
  10. 00098ea MINOR: stats: report the number of active jobs and listeners in "show info" by Willy Tarreau · 6 years ago
  11. 21ff2c4 BUILD: stats: remove build warnings on potential null-derefs by Willy Tarreau · 6 years ago
  12. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · 6 years ago
  13. 055ba4f BUG/MEDIUM: stats: don't ask for more data as long as we're responding by Willy Tarreau · 6 years ago
  14. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  15. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  16. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  17. 97f538b MINOR: stats: adapt to the new buffers API by Willy Tarreau · 6 years ago
  18. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · 6 years ago
  19. 1b0f85e MINOR: stats: also report the failed header rewrites warnings on the stats page by Willy Tarreau · 6 years ago
  20. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · 6 years ago
  21. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  22. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · 6 years ago
  23. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  24. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · 7 years ago
  25. ee8269e BUG/MINOR: stream: fix tv_request calculation for applets by Willy Tarreau · 7 years ago
  26. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  27. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · 7 years ago
  28. 9f0b458 MEDIUM: threads/server: Use the server lock to protect health check and cli concurrency by Emeric Brun · 7 years ago
  29. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · 7 years ago
  30. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · 7 years ago
  31. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  32. 00bc3cb BUG/MINOR: stats: Clear a bit more counters with in cli_parse_clear_counters(). by Olivier Houchard · 7 years ago
  33. 3179489 MINOR: unix: remove the now unused proto_uxst.h file by Willy Tarreau · 7 years ago
  34. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · 7 years ago
  35. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  36. 07a62f7 MINOR: cli: add ACCESS_LVL_MASK to store the access level by William Lallemand · 7 years ago
  37. 9d7fb63 BUILD/MINOR: stats: remove unexpected argument to stats_dump_json_header() by Willy Tarreau · 7 years ago
  38. 6f6bb38 MEDIUM: stats: Add show json schema by Simon Horman · 7 years ago
  39. 05ee213 MEDIUM: stats: Add JSON output option to show (info|stat) by Simon Horman · 7 years ago
  40. 04276f3 MEDIUM: server: split the address and the port into two different fields by Willy Tarreau · 7 years ago
  41. d3db35a MINOR: stats: Support "select all" for backend actions by David Harrigan · 8 years ago
  42. 0ff98a4 BUG/MINOR: stats: fix be/sessions/current out in typed stats by Thierry FOURNIER · 8 years ago
  43. d25fc79 CLEANUP: stats: move a misplaced stats context initialization by Willy Tarreau · 8 years ago
  44. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · 8 years ago
  45. 34c5cc9 MINOR: task: Rename run_queue and run_queue_cur counters by Christopher Faulet · 8 years ago
  46. 8e0f175 BUG/MINOR: stats: fix be/sessions/max output in html stats by Willy Tarreau · 8 years ago
  47. ae9bea0 CLEANUP: counters: move from 3 types to 2 types by Willy Tarreau · 8 years ago
  48. a1b1ed5 MINOR: cli: make "show stat" support a proxy name by Willy Tarreau · 8 years ago
  49. 30e5e18 CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers by Willy Tarreau · 8 years ago
  50. 89d467c REORG: cli: move "clear counters" to stats.c by Willy Tarreau · 8 years ago
  51. 0baac8c REORG: cli: move "show info" to stats.c by Willy Tarreau · 8 years ago
  52. 2b812e2 REORG: cli: move "show stat" to stats.c by Willy Tarreau · 8 years ago
  53. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · 8 years ago
  54. 74c24fb REORG: cli: split dumpstats.c in src/cli.c and src/stats.c by William Lallemand · 8 years ago