1. 1fae8db DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Sat Mar 14 17:47:28 2020 +0500
  2. 855796b BUG/MAJOR: list: fix invalid element address calculation by Willy Tarreau · Wed Mar 11 11:54:04 2020 +0100
  3. 86e106e CLEANUP: contrib/spoa_example: Fix several typos by Miroslav Zagorac · Wed Feb 19 12:12:06 2020 +0100
  4. 2711e51 MINOR: contrib/prometheus-exporter: Add the last heathcheck duration metric by Christopher Faulet · Thu Feb 27 16:12:07 2020 +0100
  5. 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · Fri Feb 21 08:46:19 2020 +0100
  6. e4f80a0 CONTRIB: debug: also support reading values from stdin by Willy Tarreau · Thu Feb 06 18:17:50 2020 +0100
  7. bde76f0 CONTRIB: debug: support reporting multiple values at once by Willy Tarreau · Thu Feb 06 08:48:16 2020 +0100
  8. 354b6f5 CONTRIB: debug: add the possibility to decode the value as certain types only by Willy Tarreau · Thu Feb 06 08:33:08 2020 +0100
  9. 8a0eabd CONTRIB: debug: add missing flags SF_HTX and SF_MUX by Willy Tarreau · Thu Feb 06 07:57:36 2020 +0100
  10. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · Thu Jan 23 09:11:58 2020 +0100
  11. a08546b MINOR: counters: Remove failed_secu counter and use denied_resp instead by Christopher Faulet · Mon Dec 16 16:07:34 2019 +0100
  12. e4a2c8d MINOR: contrib/prometheus-exporter: Export internal errors per proxy/server by Christopher Faulet · Mon Dec 16 14:44:01 2019 +0100
  13. cf403f3 MINOR: contrib/prometheus-exporter: Add heathcheck status/code in server metrics by Christopher Faulet · Thu Nov 21 14:35:46 2019 +0100
  14. 3381bf8 MEDIUM: connection: get rid of CO_FL_CURR_* flags by Willy Tarreau · Fri Jan 17 17:39:35 2020 +0100
  15. c65f656 BUG/MINOR: contrib/prometheus-exporter: decode parameter and value only by William Dauchy · Tue Nov 26 12:56:26 2019 +0100
  16. eba2294 MINOR: contrib/prometheus-exporter: Add a param to ignore servers in maintenance by Christopher Faulet · Tue Nov 19 14:18:24 2019 +0100
  17. 78407ce MINOR: contrib/prometheus-exporter: filter exported metrics by scope by Christopher Faulet · Mon Nov 18 14:47:08 2019 +0100
  18. 20ab80c MINOR: contrib/prometheus-exporter: report the number of idle conns per server by Christopher Faulet · Fri Nov 08 15:24:32 2019 +0100
  19. 68b6968 BUG/MINOR: contrib/prometheus-exporter: Rename some metrics by Christopher Faulet · Fri Nov 08 15:12:29 2019 +0100
  20. 8fc027d MINOR: contrib/prometheus-exporter: Report metrics about max times for sessions by Christopher Faulet · Fri Nov 08 15:05:31 2019 +0100
  21. ed295cc BUILD: contrib/da: remove an "unused" warning by Willy Tarreau · Fri Nov 15 13:39:16 2019 +0100
  22. 35efbe2 DOC: fix typo in Prometheus exporter doc by Rick Rackow · Tue Oct 08 11:28:06 2019 +0200
  23. af4bf14 BUG/MINOR: contrib/prometheus-exporter: Return the time averages in seconds by Christopher Faulet · Tue Sep 24 16:35:19 2019 +0200
  24. d45d105 MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT/NOLB status for servers by Christopher Faulet · Fri Sep 06 16:10:19 2019 +0200
  25. 616c1cf CONTRIB: debug: add new program "poll" to test poll() events by Willy Tarreau · Thu Sep 05 09:18:47 2019 +0200
  26. 51c3aa4 BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers by Anthonin Bonnefoy · Wed Aug 07 17:45:25 2019 +0200
  27. 0fe5c5e BUG/MINOR: debug: Remove flags CO_FL_SOCK_WR_ENA/CO_FL_SOCK_RD_ENA by Christopher Faulet · Tue Jul 16 14:56:23 2019 +0200
  28. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  29. 22dc248 CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT by Christopher Faulet · Tue Jul 16 14:43:08 2019 +0200
  30. c41547b MINOR: proto_http: Remove unused http txn flags by Christopher Faulet · Tue Jul 16 14:32:23 2019 +0200
  31. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
  32. 25994da MINOR: contrib/prometheus-exporter: Remove tests on the option 'http-use-htx' by Christopher Faulet · Mon Jul 15 15:12:33 2019 +0200
  33. a714475 DOC: contrib: spoa_server Add some hints for building spoa_server by Aleksandar Lazic · Wed Jul 03 08:16:17 2019 +0000
  34. 0c55a15 BUG/MINOR: contrib/prometheus-exporter: Don't try to add empty data blocks by Christopher Faulet · Thu Jul 04 10:03:28 2019 +0200
  35. 11921e6 BUG/MINOR: contrib/prometheus-exporter: Respect the reserve when data are sent by Christopher Faulet · Wed Jul 03 11:43:17 2019 +0200
  36. e6cdfe5 BUG/MINOR: contrib/prometheus-exporter: Don't use channel_htx_recv_max() by Christopher Faulet · Tue Jul 02 16:36:15 2019 +0200
  37. 86e6b6e MEDIUM: Make '(cli|con|srv)timeout' directive fatal by Tim Duesterhus · Tue May 14 20:57:59 2019 +0200
  38. a8ee4b1 CLEANUP: removed obsolete examples an move a few to better places by Willy Tarreau · Sat Jun 15 18:56:48 2019 +0200
  39. d254aa8 DOC: update few references to the linux* targets and change them to linux-glibc by Willy Tarreau · Fri Jun 14 18:40:48 2019 +0200
  40. f4a82fb BUILD/MINOR: 51d: Updated build registration output to indicate thatif the library is a dummy one or not. by Ben51Degrees · Thu Jun 13 16:51:59 2019 +0100
  41. 5e4c500 CLEANUP: 51d: move the 51d dummy lib to contrib/51d/src to match the real lib by Willy Tarreau · Thu Jun 13 15:56:10 2019 +0200
  42. 31c3d51 MINOR: 51d: Added dummy libraries for the 51Degrees module for testing. by Ben51Degrees · Wed Jun 12 15:42:53 2019 +0100
  43. c802921 DOC/MINOR: contrib/spoa_server: Fix typo in README by Daniel Corbett · Tue Jun 11 10:08:53 2019 -0400
  44. 0617668 MINOR: contrib/spoa_server: Add random IP score by Daniel Corbett · Tue Jun 11 10:04:15 2019 -0400
  45. 4e0fa55 BUG/MEDIUM: contrib/spoa_server: Set FIN flag on agent frames by Daniel Corbett · Tue Jun 11 09:46:27 2019 -0400
  46. 5897867 MINOR: contrib/spoa_server: Upgrade SPOP to 2.0 by Daniel Corbett · Mon Jun 10 21:01:32 2019 -0400
  47. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · Tue Jun 04 10:08:28 2019 +0200
  48. 142b5df BUG/MINOR: contrib/prometheus-exporter: Add HTX data block in one time by Christopher Faulet · Tue May 28 21:56:07 2019 +0200
  49. db20750 CONTRIB: debug: add 4 missing connection/conn_stream flags by Willy Tarreau · Mon Jun 03 14:26:54 2019 +0200
  50. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · Mon Jun 03 14:23:33 2019 +0200
  51. 76824a8 BUILD: contrib/prometheus: fix build breakage caused by move of idle_pct by Willy Tarreau · Sun Jun 02 10:38:48 2019 +0200
  52. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · Wed May 29 15:01:50 2019 +0200
  53. ce1f7a1 CONTRIB: wurfl: address 3 build issues in the wurfl dummy library by Willy Tarreau · Wed May 22 14:54:27 2019 +0200
  54. e30e300 MINOR: WURFL: call header_retireve_callback() in dummy library by mbellomi · Tue May 21 15:44:53 2019 +0200
  55. 4d7bfa1 MINOR/DOC: spoe-server: Add documentation by Thierry FOURNIER · Sun Feb 25 21:28:05 2018 +0100
  56. 00a0225 MINOR: spoa-server: Add python by Thierry FOURNIER · Sun Feb 25 20:59:57 2018 +0100
  57. 6908c95 MINOR: spoa-server: Add Lua processing by Thierry FOURNIER · Fri Feb 23 15:20:55 2018 +0100
  58. a09df3f MINOR: spoa-server: Execute registered callbacks by Thierry FOURNIER · Fri Feb 23 14:42:46 2018 +0100
  59. fbd3824 MINOR: spoa-server: Prepare responses by Thierry FOURNIER · Fri Feb 23 18:24:10 2018 +0100
  60. 8b9a73b MINOR: spoa-server: Load files by Thierry FOURNIER · Fri Feb 23 15:12:55 2018 +0100
  61. 892f664 MINOR: spoa-server: Allow registering message processors by Thierry FOURNIER · Fri Feb 23 14:27:05 2018 +0100
  62. 64eaa33 MINOR: spoa-server: Allow registering external processes by Thierry FOURNIER · Fri Feb 23 14:58:40 2018 +0100
  63. 786e9e6 MINOR: spoa-server: With debug mode, start only one process by Thierry FOURNIER · Fri Feb 23 19:11:47 2018 +0100
  64. 7de6fc6 MINOR: spoa-server: Replace the thread init system by processes by Thierry FOURNIER · Fri Feb 23 13:50:26 2018 +0100
  65. 5301ed1 MINOR: spoe-server: rename "worker" functions by Thierry FOURNIER · Fri Feb 23 11:59:15 2018 +0100
  66. 880d7e1 MINOR: spoa-server: Externalise debug functions by Thierry FOURNIER · Sun Feb 25 10:54:56 2018 +0100
  67. 4aec0a4 MINOR: spoa-server: move some definition from spoa_server.c to spoa_server.h by Thierry FOURNIER · Fri Feb 23 11:42:57 2018 +0100
  68. d8b5c77 MINOR: spoa-server: Clone the v1.7 spoa-example project by Thierry FOURNIER · Fri Feb 23 11:40:03 2018 +0100
  69. eaa4555 MINOR: systemd: support /etc/sysconfig/ for redhat based distrib by William Lallemand · Tue May 07 14:00:33 2019 +0200
  70. eaa4b8a MINOR: systemd: Make use of master socket in systemd unit by Tim Duesterhus · Mon May 06 13:00:53 2019 +0200
  71. b060148 MINOR: systemd: Use the variables from /etc/default/haproxy by Apollon Oikonomopoulos · Mon May 06 13:00:52 2019 +0200
  72. bf60f6b BUG/MEDIUM: contrib/modsecurity: If host header is NULL, don't try to strdup it by Yann Cézard · Thu Apr 25 14:30:23 2019 +0200
  73. 494ddbf DOC: contrib/modsecurity: Typos and fix the reject example by Yann Cézard · Thu Apr 25 14:48:38 2019 +0200
  74. 0470d70 BUILD/MEDIUM: contrib: Dummy DeviceAtlas API. by David Carlier · Fri Apr 26 12:02:28 2019 +0000
  75. cd9b9bd MINOR: contrib: dummy wurfl library by paulborile · Thu Apr 18 12:31:25 2019 +0200
  76. 769a92d MINOR: contrib/prometheus-exporter: Follow best practices about metrics type by Christopher Faulet · Thu Apr 18 10:18:44 2019 +0200
  77. 8c8e4b1 MINOR: contrib/prometheus-exporter: Rename some metrics to be more usable by Christopher Faulet · Thu Apr 18 10:15:15 2019 +0200
  78. c58fc0d MINOR: contrib/prometheus-exporter: Remove usless rate metrics by Christopher Faulet · Thu Apr 18 10:10:49 2019 +0200
  79. f782c23 BUG/MINOR: contrib/prometheus-exporter: Fix a typo in the run-queue metric type by Christopher Faulet · Wed Apr 17 16:04:44 2019 +0200
  80. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · Fri Mar 29 17:26:33 2019 +0100
  81. 9744f7c BUG/MINOR: contrib/prometheus-exporter: Fix applet accordingly to recent changes by Christopher Faulet · Wed Mar 27 15:48:53 2019 +0100
  82. f882a85 CONTRIB: debug: report the CS and CF's EOI flags by Willy Tarreau · Mon Mar 25 18:34:28 2019 +0100
  83. f959d08 CONTRIB: contrib/prometheus-exporter: Add a Prometheus exporter for HAProxy by Christopher Faulet · Thu Feb 07 15:38:42 2019 +0100
  84. f2ddd87 CONTRIB: debug: report stream-int's flag SI_FL_CLEAN_ABRT by Willy Tarreau · Tue Dec 18 09:54:22 2018 +0100
  85. 121c4e0 CONTRIB: debug: teach the "flags" utility about new conn_stream flags by Willy Tarreau · Mon Dec 17 21:58:03 2018 +0100
  86. 0007d0a CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR by Willy Tarreau · Tue Dec 11 18:01:38 2018 +0100
  87. 841bc7d CONTRIB: hpack: add a compressed stream generator for the encoder by Willy Tarreau · Mon Dec 10 15:26:35 2018 +0100
  88. 05b9b64 MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP by Willy Tarreau · Wed Nov 14 13:43:35 2018 +0100
  89. 94f7907 MINOR: stream-int: introduce new SI_FL_RXBLK flags by Willy Tarreau · Wed Nov 14 11:24:08 2018 +0100
  90. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · Wed Nov 14 11:10:26 2018 +0100
  91. d501646 CONTRIB: debug: fix build related to conn_stream flags change by Willy Tarreau · Fri Nov 16 10:37:20 2018 +0100
  92. bd0f83f CLEANUP: fix typos in comments for contrib/wireshark-dissectors by Joseph Herlant · Fri Nov 09 19:00:24 2018 -0800
  93. ebe14bb CLEANUP: fix typos in comments for contrib/spoa_example by Joseph Herlant · Fri Nov 09 18:36:35 2018 -0800
  94. 9fe83fa CLEANUP: fix typos in comments for the contrib/modsecurity subsystem by Joseph Herlant · Fri Nov 09 18:25:59 2018 -0800
  95. 42172bd CLEANUP: fix a typo in a comment for the contrib/halog subsystem by Joseph Herlant · Fri Nov 09 18:02:35 2018 -0800
  96. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · Wed Oct 24 17:17:56 2018 +0200
  97. 5cc8a0a CLEANUP/CONTRIB: hpack: remove some h1 build warnings by Willy Tarreau · Mon Sep 17 11:44:09 2018 +0200
  98. 5f8ef13 MINOR: debug: Add checks for conn_stream flags by Christopher Faulet · Thu Mar 01 08:55:21 2018 +0100
  99. aff9328 MINOR: debug: Add check for CO_FL_WILL_UPDATE by Christopher Faulet · Tue Feb 27 15:41:10 2018 +0100
  100. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200