1. 4481bcf CONTRIB: da: fix memory leak in dummy function da_atlas_open() by Willy Tarreau · 4 years ago
  2. 8645299 BUG/MINOR: systemd: Wait for network to be online by Ryan O'Hara · 4 years ago
  3. 47d1e20 BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics by Christopher Faulet · 4 years, 1 month ago
  4. 7e913cb BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · 4 years, 2 months ago
  5. e011bc3 DOC: assorted typo fixes in the documentation by Ilya Shipitsin · 4 years, 4 months ago
  6. 8cdcc93 BUG/MAJOR: list: fix invalid element address calculation by Willy Tarreau · 4 years, 4 months ago
  7. 4ab0efb MINOR: contrib/prometheus-exporter: Add the last heathcheck duration metric by Christopher Faulet · 4 years, 4 months ago
  8. e019d18 MINOR: contrib/prometheus-exporter: Add heathcheck status/code in server metrics by Christopher Faulet · 4 years, 7 months ago
  9. 9cd0ad9 CONTRIB: debug: also support reading values from stdin by Willy Tarreau · 4 years, 5 months ago
  10. b85b14b CONTRIB: debug: support reporting multiple values at once by Willy Tarreau · 4 years, 5 months ago
  11. cb5738c CONTRIB: debug: add the possibility to decode the value as certain types only by Willy Tarreau · 4 years, 5 months ago
  12. 465b35d CONTRIB: debug: add missing flags SF_HTX and SF_MUX by Willy Tarreau · 4 years, 5 months ago
  13. 200c621 BUG/MINOR: contrib/prometheus-exporter: decode parameter and value only by William Dauchy · 4 years, 7 months ago
  14. 3a00e5f BUG/MINOR: contrib/prometheus-exporter: Use HTX errors and not legacy ones by Christopher Faulet · 4 years, 7 months ago
  15. e48e996 MINOR: contrib/prometheus-exporter: Add a param to ignore servers in maintenance by Christopher Faulet · 4 years, 7 months ago
  16. 32d634f MINOR: contrib/prometheus-exporter: filter exported metrics by scope by Christopher Faulet · 4 years, 7 months ago
  17. bd767f7 MINOR: contrib/prometheus-exporter: report the number of idle conns per server by Christopher Faulet · 4 years, 8 months ago
  18. 3388fd2 BUG/MINOR: contrib/prometheus-exporter: Rename some metrics by Christopher Faulet · 4 years, 8 months ago
  19. 5df597a MINOR: contrib/prometheus-exporter: Report metrics about max times for sessions by Christopher Faulet · 4 years, 8 months ago
  20. dcc7005 BUILD: contrib/da: remove an "unused" warning by Willy Tarreau · 4 years, 8 months ago
  21. a045ade DOC: fix typo in Prometheus exporter doc by Rick Rackow · 4 years, 9 months ago
  22. e86bf65 BUG/MINOR: contrib/prometheus-exporter: Return the time averages in seconds by Christopher Faulet · 4 years, 9 months ago
  23. 8e40fa2 MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT/NOLB status for servers by Christopher Faulet · 4 years, 10 months ago
  24. dd4e4ef BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers by Anthonin Bonnefoy · 5 years ago
  25. 2a4362d BUG/MINOR: debug: Remove flags CO_FL_SOCK_WR_ENA/CO_FL_SOCK_RD_ENA by Christopher Faulet · 5 years ago
  26. 0f58c0b BUG/MINOR: contrib/prometheus-exporter: Don't try to add empty data blocks by Christopher Faulet · 5 years ago
  27. 94d837e BUG/MINOR: contrib/prometheus-exporter: Respect the reserve when data are sent by Christopher Faulet · 5 years ago
  28. 12698b7 BUG/MINOR: contrib/prometheus-exporter: Don't use channel_htx_recv_max() by Christopher Faulet · 5 years ago
  29. a8ee4b1 CLEANUP: removed obsolete examples an move a few to better places by Willy Tarreau · 5 years ago
  30. d254aa8 DOC: update few references to the linux* targets and change them to linux-glibc by Willy Tarreau · 5 years ago
  31. f4a82fb BUILD/MINOR: 51d: Updated build registration output to indicate thatif the library is a dummy one or not. by Ben51Degrees · 5 years ago
  32. 5e4c500 CLEANUP: 51d: move the 51d dummy lib to contrib/51d/src to match the real lib by Willy Tarreau · 5 years ago
  33. 31c3d51 MINOR: 51d: Added dummy libraries for the 51Degrees module for testing. by Ben51Degrees · 5 years ago
  34. c802921 DOC/MINOR: contrib/spoa_server: Fix typo in README by Daniel Corbett · 5 years ago
  35. 0617668 MINOR: contrib/spoa_server: Add random IP score by Daniel Corbett · 5 years ago
  36. 4e0fa55 BUG/MEDIUM: contrib/spoa_server: Set FIN flag on agent frames by Daniel Corbett · 5 years ago
  37. 5897867 MINOR: contrib/spoa_server: Upgrade SPOP to 2.0 by Daniel Corbett · 5 years ago
  38. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  39. 142b5df BUG/MINOR: contrib/prometheus-exporter: Add HTX data block in one time by Christopher Faulet · 5 years ago
  40. db20750 CONTRIB: debug: add 4 missing connection/conn_stream flags by Willy Tarreau · 5 years ago
  41. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · 5 years ago
  42. 76824a8 BUILD: contrib/prometheus: fix build breakage caused by move of idle_pct by Willy Tarreau · 5 years ago
  43. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · 5 years ago
  44. ce1f7a1 CONTRIB: wurfl: address 3 build issues in the wurfl dummy library by Willy Tarreau · 5 years ago
  45. e30e300 MINOR: WURFL: call header_retireve_callback() in dummy library by mbellomi · 5 years ago
  46. 4d7bfa1 MINOR/DOC: spoe-server: Add documentation by Thierry FOURNIER · 6 years ago
  47. 00a0225 MINOR: spoa-server: Add python by Thierry FOURNIER · 6 years ago
  48. 6908c95 MINOR: spoa-server: Add Lua processing by Thierry FOURNIER · 6 years ago
  49. a09df3f MINOR: spoa-server: Execute registered callbacks by Thierry FOURNIER · 6 years ago
  50. fbd3824 MINOR: spoa-server: Prepare responses by Thierry FOURNIER · 6 years ago
  51. 8b9a73b MINOR: spoa-server: Load files by Thierry FOURNIER · 6 years ago
  52. 892f664 MINOR: spoa-server: Allow registering message processors by Thierry FOURNIER · 6 years ago
  53. 64eaa33 MINOR: spoa-server: Allow registering external processes by Thierry FOURNIER · 6 years ago
  54. 786e9e6 MINOR: spoa-server: With debug mode, start only one process by Thierry FOURNIER · 6 years ago
  55. 7de6fc6 MINOR: spoa-server: Replace the thread init system by processes by Thierry FOURNIER · 6 years ago
  56. 5301ed1 MINOR: spoe-server: rename "worker" functions by Thierry FOURNIER · 6 years ago
  57. 880d7e1 MINOR: spoa-server: Externalise debug functions by Thierry FOURNIER · 6 years ago
  58. 4aec0a4 MINOR: spoa-server: move some definition from spoa_server.c to spoa_server.h by Thierry FOURNIER · 6 years ago
  59. d8b5c77 MINOR: spoa-server: Clone the v1.7 spoa-example project by Thierry FOURNIER · 6 years ago
  60. eaa4555 MINOR: systemd: support /etc/sysconfig/ for redhat based distrib by William Lallemand · 5 years ago
  61. eaa4b8a MINOR: systemd: Make use of master socket in systemd unit by Tim Duesterhus · 5 years ago
  62. b060148 MINOR: systemd: Use the variables from /etc/default/haproxy by Apollon Oikonomopoulos · 5 years ago
  63. bf60f6b BUG/MEDIUM: contrib/modsecurity: If host header is NULL, don't try to strdup it by Yann Cézard · 5 years ago
  64. 494ddbf DOC: contrib/modsecurity: Typos and fix the reject example by Yann Cézard · 5 years ago
  65. 0470d70 BUILD/MEDIUM: contrib: Dummy DeviceAtlas API. by David Carlier · 5 years ago
  66. cd9b9bd MINOR: contrib: dummy wurfl library by paulborile · 5 years ago
  67. 769a92d MINOR: contrib/prometheus-exporter: Follow best practices about metrics type by Christopher Faulet · 5 years ago
  68. 8c8e4b1 MINOR: contrib/prometheus-exporter: Rename some metrics to be more usable by Christopher Faulet · 5 years ago
  69. c58fc0d MINOR: contrib/prometheus-exporter: Remove usless rate metrics by Christopher Faulet · 5 years ago
  70. f782c23 BUG/MINOR: contrib/prometheus-exporter: Fix a typo in the run-queue metric type by Christopher Faulet · 5 years ago
  71. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · 5 years ago
  72. 9744f7c BUG/MINOR: contrib/prometheus-exporter: Fix applet accordingly to recent changes by Christopher Faulet · 5 years ago
  73. f882a85 CONTRIB: debug: report the CS and CF's EOI flags by Willy Tarreau · 5 years ago
  74. f959d08 CONTRIB: contrib/prometheus-exporter: Add a Prometheus exporter for HAProxy by Christopher Faulet · 5 years ago
  75. f2ddd87 CONTRIB: debug: report stream-int's flag SI_FL_CLEAN_ABRT by Willy Tarreau · 6 years ago
  76. 121c4e0 CONTRIB: debug: teach the "flags" utility about new conn_stream flags by Willy Tarreau · 6 years ago
  77. 0007d0a CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR by Willy Tarreau · 6 years ago
  78. 841bc7d CONTRIB: hpack: add a compressed stream generator for the encoder by Willy Tarreau · 6 years ago
  79. 05b9b64 MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP by Willy Tarreau · 6 years ago
  80. 94f7907 MINOR: stream-int: introduce new SI_FL_RXBLK flags by Willy Tarreau · 6 years ago
  81. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · 6 years ago
  82. d501646 CONTRIB: debug: fix build related to conn_stream flags change by Willy Tarreau · 6 years ago
  83. bd0f83f CLEANUP: fix typos in comments for contrib/wireshark-dissectors by Joseph Herlant · 6 years ago
  84. ebe14bb CLEANUP: fix typos in comments for contrib/spoa_example by Joseph Herlant · 6 years ago
  85. 9fe83fa CLEANUP: fix typos in comments for the contrib/modsecurity subsystem by Joseph Herlant · 6 years ago
  86. 42172bd CLEANUP: fix a typo in a comment for the contrib/halog subsystem by Joseph Herlant · 6 years ago
  87. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · 6 years ago
  88. 5cc8a0a CLEANUP/CONTRIB: hpack: remove some h1 build warnings by Willy Tarreau · 6 years ago
  89. 5f8ef13 MINOR: debug: Add checks for conn_stream flags by Christopher Faulet · 6 years ago
  90. aff9328 MINOR: debug: Add check for CO_FL_WILL_UPDATE by Christopher Faulet · 6 years ago
  91. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  92. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  93. 3b479bd MINOR: systemd: consider exit status 143 as successful by Vincent Bernat · 6 years ago
  94. ee07dbe BUG/MINOR: contrib/modsecurity: update pointer on the end of the frame by Dragan Dosen · 6 years ago
  95. f21185f BUG/MINOR: contrib/mod_defender: update pointer on the end of the frame by Dragan Dosen · 6 years ago
  96. 58b8e49 BUG/MINOR: contrib/modsecurity: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  97. 72de8eb BUG/MINOR: contrib/mod_defender: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  98. b47e438 BUG/MINOR: contrib/spoa_example: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  99. 6381650 MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 by Christopher Faulet · 6 years ago
  100. 53d3159 DOC: contrib/modsecurity: few typo fixes by David Carlier · 6 years ago