1. 51c3aa4 BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers by Anthonin Bonnefoy · 5 years ago
  2. 0fe5c5e BUG/MINOR: debug: Remove flags CO_FL_SOCK_WR_ENA/CO_FL_SOCK_RD_ENA by Christopher Faulet · 5 years ago
  3. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  4. 22dc248 CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT by Christopher Faulet · 5 years ago
  5. c41547b MINOR: proto_http: Remove unused http txn flags by Christopher Faulet · 5 years ago
  6. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  7. 25994da MINOR: contrib/prometheus-exporter: Remove tests on the option 'http-use-htx' by Christopher Faulet · 5 years ago
  8. a714475 DOC: contrib: spoa_server Add some hints for building spoa_server by Aleksandar Lazic · 5 years ago
  9. 0c55a15 BUG/MINOR: contrib/prometheus-exporter: Don't try to add empty data blocks by Christopher Faulet · 5 years ago
  10. 11921e6 BUG/MINOR: contrib/prometheus-exporter: Respect the reserve when data are sent by Christopher Faulet · 5 years ago
  11. e6cdfe5 BUG/MINOR: contrib/prometheus-exporter: Don't use channel_htx_recv_max() by Christopher Faulet · 5 years ago
  12. 86e6b6e MEDIUM: Make '(cli|con|srv)timeout' directive fatal by Tim Duesterhus · 5 years ago
  13. a8ee4b1 CLEANUP: removed obsolete examples an move a few to better places by Willy Tarreau · 5 years ago
  14. d254aa8 DOC: update few references to the linux* targets and change them to linux-glibc by Willy Tarreau · 5 years ago
  15. f4a82fb BUILD/MINOR: 51d: Updated build registration output to indicate thatif the library is a dummy one or not. by Ben51Degrees · 5 years ago
  16. 5e4c500 CLEANUP: 51d: move the 51d dummy lib to contrib/51d/src to match the real lib by Willy Tarreau · 5 years ago
  17. 31c3d51 MINOR: 51d: Added dummy libraries for the 51Degrees module for testing. by Ben51Degrees · 5 years ago
  18. c802921 DOC/MINOR: contrib/spoa_server: Fix typo in README by Daniel Corbett · 5 years ago
  19. 0617668 MINOR: contrib/spoa_server: Add random IP score by Daniel Corbett · 5 years ago
  20. 4e0fa55 BUG/MEDIUM: contrib/spoa_server: Set FIN flag on agent frames by Daniel Corbett · 5 years ago
  21. 5897867 MINOR: contrib/spoa_server: Upgrade SPOP to 2.0 by Daniel Corbett · 5 years ago
  22. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  23. 142b5df BUG/MINOR: contrib/prometheus-exporter: Add HTX data block in one time by Christopher Faulet · 5 years ago
  24. db20750 CONTRIB: debug: add 4 missing connection/conn_stream flags by Willy Tarreau · 5 years ago
  25. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · 5 years ago
  26. 76824a8 BUILD: contrib/prometheus: fix build breakage caused by move of idle_pct by Willy Tarreau · 5 years ago
  27. 250031e MEDIUM: sessions: Introduce session flags. by Olivier Houchard · 5 years ago
  28. ce1f7a1 CONTRIB: wurfl: address 3 build issues in the wurfl dummy library by Willy Tarreau · 5 years ago
  29. e30e300 MINOR: WURFL: call header_retireve_callback() in dummy library by mbellomi · 5 years ago
  30. 4d7bfa1 MINOR/DOC: spoe-server: Add documentation by Thierry FOURNIER · 6 years ago
  31. 00a0225 MINOR: spoa-server: Add python by Thierry FOURNIER · 6 years ago
  32. 6908c95 MINOR: spoa-server: Add Lua processing by Thierry FOURNIER · 6 years ago
  33. a09df3f MINOR: spoa-server: Execute registered callbacks by Thierry FOURNIER · 6 years ago
  34. fbd3824 MINOR: spoa-server: Prepare responses by Thierry FOURNIER · 6 years ago
  35. 8b9a73b MINOR: spoa-server: Load files by Thierry FOURNIER · 6 years ago
  36. 892f664 MINOR: spoa-server: Allow registering message processors by Thierry FOURNIER · 6 years ago
  37. 64eaa33 MINOR: spoa-server: Allow registering external processes by Thierry FOURNIER · 6 years ago
  38. 786e9e6 MINOR: spoa-server: With debug mode, start only one process by Thierry FOURNIER · 6 years ago
  39. 7de6fc6 MINOR: spoa-server: Replace the thread init system by processes by Thierry FOURNIER · 6 years ago
  40. 5301ed1 MINOR: spoe-server: rename "worker" functions by Thierry FOURNIER · 6 years ago
  41. 880d7e1 MINOR: spoa-server: Externalise debug functions by Thierry FOURNIER · 6 years ago
  42. 4aec0a4 MINOR: spoa-server: move some definition from spoa_server.c to spoa_server.h by Thierry FOURNIER · 6 years ago
  43. d8b5c77 MINOR: spoa-server: Clone the v1.7 spoa-example project by Thierry FOURNIER · 6 years ago
  44. eaa4555 MINOR: systemd: support /etc/sysconfig/ for redhat based distrib by William Lallemand · 5 years ago
  45. eaa4b8a MINOR: systemd: Make use of master socket in systemd unit by Tim Duesterhus · 5 years ago
  46. b060148 MINOR: systemd: Use the variables from /etc/default/haproxy by Apollon Oikonomopoulos · 5 years ago
  47. bf60f6b BUG/MEDIUM: contrib/modsecurity: If host header is NULL, don't try to strdup it by Yann Cézard · 5 years ago
  48. 494ddbf DOC: contrib/modsecurity: Typos and fix the reject example by Yann Cézard · 5 years ago
  49. 0470d70 BUILD/MEDIUM: contrib: Dummy DeviceAtlas API. by David Carlier · 5 years ago
  50. cd9b9bd MINOR: contrib: dummy wurfl library by paulborile · 5 years ago
  51. 769a92d MINOR: contrib/prometheus-exporter: Follow best practices about metrics type by Christopher Faulet · 5 years ago
  52. 8c8e4b1 MINOR: contrib/prometheus-exporter: Rename some metrics to be more usable by Christopher Faulet · 5 years ago
  53. c58fc0d MINOR: contrib/prometheus-exporter: Remove usless rate metrics by Christopher Faulet · 5 years ago
  54. f782c23 BUG/MINOR: contrib/prometheus-exporter: Fix a typo in the run-queue metric type by Christopher Faulet · 5 years ago
  55. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · 5 years ago
  56. 9744f7c BUG/MINOR: contrib/prometheus-exporter: Fix applet accordingly to recent changes by Christopher Faulet · 5 years ago
  57. f882a85 CONTRIB: debug: report the CS and CF's EOI flags by Willy Tarreau · 5 years ago
  58. f959d08 CONTRIB: contrib/prometheus-exporter: Add a Prometheus exporter for HAProxy by Christopher Faulet · 5 years ago
  59. f2ddd87 CONTRIB: debug: report stream-int's flag SI_FL_CLEAN_ABRT by Willy Tarreau · 6 years ago
  60. 121c4e0 CONTRIB: debug: teach the "flags" utility about new conn_stream flags by Willy Tarreau · 6 years ago
  61. 0007d0a CLEANUP: stream: remove SF_TUNNEL, SF_INITIALIZED, SF_CONN_TAR by Willy Tarreau · 6 years ago
  62. 841bc7d CONTRIB: hpack: add a compressed stream generator for the encoder by Willy Tarreau · 6 years ago
  63. 05b9b64 MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP by Willy Tarreau · 6 years ago
  64. 94f7907 MINOR: stream-int: introduce new SI_FL_RXBLK flags by Willy Tarreau · 6 years ago
  65. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · 6 years ago
  66. d501646 CONTRIB: debug: fix build related to conn_stream flags change by Willy Tarreau · 6 years ago
  67. bd0f83f CLEANUP: fix typos in comments for contrib/wireshark-dissectors by Joseph Herlant · 6 years ago
  68. ebe14bb CLEANUP: fix typos in comments for contrib/spoa_example by Joseph Herlant · 6 years ago
  69. 9fe83fa CLEANUP: fix typos in comments for the contrib/modsecurity subsystem by Joseph Herlant · 6 years ago
  70. 42172bd CLEANUP: fix a typo in a comment for the contrib/halog subsystem by Joseph Herlant · 6 years ago
  71. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · 6 years ago
  72. 5cc8a0a CLEANUP/CONTRIB: hpack: remove some h1 build warnings by Willy Tarreau · 6 years ago
  73. 5f8ef13 MINOR: debug: Add checks for conn_stream flags by Christopher Faulet · 6 years ago
  74. aff9328 MINOR: debug: Add check for CO_FL_WILL_UPDATE by Christopher Faulet · 6 years ago
  75. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  76. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  77. 3b479bd MINOR: systemd: consider exit status 143 as successful by Vincent Bernat · 6 years ago
  78. ee07dbe BUG/MINOR: contrib/modsecurity: update pointer on the end of the frame by Dragan Dosen · 6 years ago
  79. f21185f BUG/MINOR: contrib/mod_defender: update pointer on the end of the frame by Dragan Dosen · 6 years ago
  80. 58b8e49 BUG/MINOR: contrib/modsecurity: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  81. 72de8eb BUG/MINOR: contrib/mod_defender: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  82. b47e438 BUG/MINOR: contrib/spoa_example: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  83. 6381650 MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 by Christopher Faulet · 6 years ago
  84. 53d3159 DOC: contrib/modsecurity: few typo fixes by David Carlier · 6 years ago
  85. 633f3bf BUG/MEDIUM: contrib/modsecurity: Use network order to encode/decode flags by Christopher Faulet · 6 years ago
  86. 48d02d0 BUG/MEDIUM: contrib/mod_defender: Use network order to encode/decode flags by Christopher Faulet · 6 years ago
  87. c4dcaff BUG/MEDIUM: spoe: Flags are not encoded in network order by Thierry FOURNIER · 6 years ago
  88. 29a05c1 BUG/MINOR: spoa-example: unexpected behavior for more than 127 args by Thierry FOURNIER · 6 years ago
  89. 2788a39 MINOR: systemd: Add SystemD's SystemCallFilter option to the unit file by Tim Duesterhus · 6 years ago
  90. 8a96592 MINOR: systemd: Add SystemD's Protect*= options to the unit file by Tim Duesterhus · 6 years ago
  91. 1ce8de2 MINOR: systemd: Add section for SystemD sandboxing to unit file by Tim Duesterhus · 6 years ago
  92. 0b89f72 MINOR: spoa_example: Count the number of frames processed by each worker by Christopher Faulet · 6 years ago
  93. 260bf5c CONTRIB: debug: fix a few flags definitions by Willy Tarreau · 6 years ago
  94. 4576424 CONTRIB: hpack: add an hpack decoder by Willy Tarreau · 7 years ago
  95. 8cb9993 CONTRIB: halog: Fix compiler warnings in halog.c by Ryan O'Hara · 7 years ago
  96. 957d120 CONTRIB: iprange: Fix compiler warning in iprange.c by Ryan O'Hara · 7 years ago
  97. 190bbb8 MINOR: systemd: remove comment about HAPROXY_STATS_SOCKET by Vincent Bernat · 7 years ago
  98. f2b5d75 CONTRIB: halog: Add help text for -s switch in halog program by Aleksandar Lazic · 7 years ago
  99. 57dc283 BUILD: Fix LDFLAGS vs. LIBS re linking order in various makefiles by Christian Ruppert · 7 years ago
  100. 5438183 CONTRIB: spoa_example: remove SPOE enums that are useless for clients by Eric Salama · 7 years ago